


.comp_8{padding-left: 15px!important;}
.comp_8{padding-right: 15px!important;}
.comp_8{padding-top: 15px!important;}
.comp_8{padding-bottom: 15px!important;}


.card-section {
  display: flex;
  justify-content: center;
  margin: 2rem;
}

.card {
  width: 15rem;
  height: 20rem;
  perspective: 1000px;
  position: relative;
}

.flip-card {
  width: 100%;
  height: 100%;
}

.flip-card__container {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  left: 0;
}

.card-front {
  background: #222;
  color: white;
  transform: rotateY(0deg);
  z-index: 2;
}

.card-back {
  transform: rotateY(180deg);
  background: #000;
  color: white;
}

.video__container {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card:hover .flip-card__container {
  transform: rotateY(180deg);
}

/* ✅ Ajout : gestion du clic sur mobile */
.flip-card__container.is-flipped {
  transform: rotateY(180deg);
}

/* ✅ Désactiver hover sur mobile */
@media screen and (max-width: 767px) {
  .card:hover .flip-card__container {
    transform: none;
  }
}

/* Contenu intérieur */
.card-front__tp {
  padding: 1rem;
  text-align: center;
}

.card-front__heading {
  font-size: 1.5rem;
}

.card-front__bt {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
}

.card-front__text-view {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.inside-page {
  margin-top: 1rem;
  background: #f1f1f1;
  padding: 1rem;
  border-radius: 10px;
}

.inside-page__heading {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.inside-page__text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.inside-page__btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}


.card-front__heading {font-size:1.5rem;margin-top: .25rem;}.inside-page__heading {padding-bottom: 1rem;width: 100%;}.inside-page__heading,.card-front__text-view {font-size: 1.3rem;font-weight: 800;margin-top: .2rem;}.inside-page__heading--city,.card-front__text-view--city { color: #212529; font-weight: 500; }.inside-page__heading--ski,.card-front__text-view--ski { color: #212529; font-weight: 500; }.inside-page__heading--beach,.card-front__text-view--beach { color: #212529; font-weight: 500; }.inside-page__heading--camping,.card-front__text-view--camping { color: #212529; font-weight: 500;}.card-front__tp { color: #fafbfa; }.card-front__text-price {font-size: 1.2rem;margin-top: -.2rem;}.inside-page__text {color: #333;}.card-front__icon {fill: #fafbfa;font-size: 3vw;height: 3.25rem;margin-top: -.5rem;width: 3.25rem;}.inside-page__btn {background-color: transparent;border: 3px solid;border-radius: .5rem;font-size: 1.2rem;font-weight: 600;margin-top: 2rem;overflow: hidden;padding: .7rem .75rem;position: relative;text-decoration: none;transition: all .3s ease;width: 90%;z-index: 10;}.inside-page__btn::before {content: "";height: 100%;left: 0;position: absolute;top: 0;transform: scaleY(0);transition: all .3s ease;width: 100%;z-index: -1;}.inside-page__btn--city {border-color: #ff40a1;color: #ff40a1;}.inside-page__btn--city::before {background-color: #ff40a1;}.inside-page__btn--ski {border-color: #00B97D;color: #00B97D;}.inside-page__btn--ski::before {background-color: #00B97D;}.inside-page__btn--beach {border-color: #fa7f67;color: #fa7f67;}.inside-page__btn--beach::before {background-color: #fa7f67;}.inside-page__btn--camping {border-color: #000000;color: #000000;}.inside-page__btn--camping::before {background-color: #000000;}.inside-page__btn:hover {color: #fafbfa;}.inside-page__btn:hover::before {transform: scaleY(1);}.inside-page__container {align-items: center;display: flex;flex-direction: column;height: 100%;text-align: center;width: 100%;}.card-section {align-items: center;display: flex;height: 100%;justify-content: center;width: 100%;}.card {background-color:rgba(0,0,0, .05);
box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.5);height: 15rem;position: relative;transition: all 1s ease;width: 15rem;}.flip-card {height: 15rem;perspective: 100rem;position: absolute;right: 0;transition: all 1s ease;visibility: hidden;width: 15rem;z-index: 100;}.flip-card > * {visibility: visible;}.flip-card__container {height: 100%;position: absolute;right: 0;transform-origin: left;transform-style: preserve-3d;transition: all 1s ease;width: 100%;}.card-front,.card-back {backface-visibility: hidden;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}.card-front {background-color: #fafbfa;height: 15rem;width: 15rem;}.card-front__tp {align-items: center;clip-path:polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);display: flex;flex-direction: column;height: 12rem;justify-content: center;padding: .75rem;}.card-front__tp--city {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--ski {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--beach {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--camping {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__bt {align-items: center;display: flex;justify-content: center;}.card-back {background-color: #fafbfa;transform: rotateY(180deg);}.video__container {clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);height: auto;min-height: 100%;object-fit: cover;width: 100%;}.inside-page {background-color: #fafbfa;box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0,0,0,0.25);height: 100%;padding: 1rem;position: absolute;right: 0;transition: all 1s ease;
width: 15rem;z-index: 1;}.card:hover {box-shadow:-.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75);width: 30rem;}.card:hover .flip-card__container {transform: rotateY(-180deg);}.card:hover .inside-page {box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0,0,0,0.1);}


.card-front__heading {font-size: 1.5rem;margin-top: .25rem;}.inside-page__heading {padding-bottom: 1rem;width: 100%;}.inside-page__heading,.card-front__text-view {font-size: 1.3rem;font-weight: 800;margin-top: .2rem;}.inside-page__heading--city,.card-front__text-view--city { color: #212529; font-weight: 500; }.inside-page__heading--ski,.card-front__text-view--ski { color: #212529; font-weight: 500; }.inside-page__heading--beach,.card-front__text-view--beach { color: #212529; font-weight: 500; }.inside-page__heading--camping,.card-front__text-view--camping { color: #212529; font-weight: 500;}.card-front__tp { color: #fafbfa; }.card-front__text-price {font-size: 1.2rem;margin-top: -.2rem;}.inside-page__text {color: #333;}.card-front__icon {fill: #fafbfa;font-size: 3vw;height: 3.25rem;margin-top: -.5rem;width: 3.25rem;}.inside-page__btn {background-color: transparent;border: 3px solid;border-radius: .5rem;font-size: 1.2rem;font-weight: 600;margin-top: 2rem;overflow: hidden;padding: .7rem .75rem;position: relative;text-decoration: none;transition: all .3s ease;width: 90%;z-index: 10;}.inside-page__btn::before {content: "";height: 100%;left: 0;position: absolute;top: 0;transform: scaleY(0);transition: all .3s ease;width: 100%;z-index: -1;}.inside-page__btn--city {border-color: #ff40a1;color: #ff40a1;}.inside-page__btn--city::before {background-color: #ff40a1;}.inside-page__btn--ski {border-color: #00B97D;color: #00B97D;}.inside-page__btn--ski::before {background-color: #00B97D;}.inside-page__btn--beach {border-color: #fa7f67;color: #fa7f67;}.inside-page__btn--beach::before {background-color: #fa7f67;}.inside-page__btn--camping {border-color: #000000;color: #000000;}.inside-page__btn--camping::before {background-color: #000000;}.inside-page__btn:hover {color: #fafbfa;}.inside-page__btn:hover::before {transform: scaleY(1);}.inside-page__container {align-items: center;display: flex;flex-direction: column;height: 100%;text-align: center;width: 100%;}.card-section {align-items: center;display: flex;height: 100%;justify-content: center;width: 100%;}.card {background-color:rgba(0,0,0, .05);
box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.5);height: 15rem;position: relative;transition: all 1s ease;width: 15rem;}.flip-card {height: 15rem;perspective: 100rem;position: absolute;right: 0;transition: all 1s ease;visibility: hidden;width: 15rem;z-index: 100;}.flip-card > * {visibility: visible;}.flip-card__container {height: 100%;position: absolute;right: 0;transform-origin: left;transform-style: preserve-3d;transition: all 1s ease;width: 100%;}.card-front,.card-back {backface-visibility: hidden;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}.card-front {background-color: #fafbfa;height: 15rem;width: 15rem;}.card-front__tp {align-items: center;clip-path:polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);display: flex;flex-direction: column;height: 12rem;justify-content: center;padding: .75rem;}.card-front__tp--city {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--ski {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--beach {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--camping {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__bt {align-items: center;display: flex;justify-content: center;}.card-back {background-color: #fafbfa;transform: rotateY(180deg);}.video__container {clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);height: auto;min-height: 100%;object-fit: cover;width: 100%;}.inside-page {background-color: #fafbfa;box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0,0,0,0.25);height: 100%;padding: 1rem;position: absolute;right: 0;transition: all 1s ease;
width: 15rem;z-index: 1;}.card:hover {box-shadow:-.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75);width: 30rem;}.card:hover .flip-card__container {transform: rotateY(-180deg);}.card:hover .inside-page {box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0,0,0,0.1);}


.card-front__heading {font-size: 1.5rem;margin-top: .25rem;}.inside-page__heading {padding-bottom: 1rem;width: 100%;}.inside-page__heading,.card-front__text-view {font-size: 1.3rem;font-weight: 800;margin-top: .2rem;}.inside-page__heading--city,.card-front__text-view--city { color: #212529; font-weight: 500; }.inside-page__heading--ski,.card-front__text-view--ski { color: #212529; font-weight: 500; }.inside-page__heading--beach,.card-front__text-view--beach { color: #212529; font-weight: 500; }.inside-page__heading--camping,.card-front__text-view--camping { color: #212529; font-weight: 500;}.card-front__tp { color: #fafbfa; }.card-front__text-price {font-size: 1.2rem;margin-top: -.2rem;}.inside-page__text {color: #333;}.card-front__icon {fill: #fafbfa;font-size: 3vw;height: 3.25rem;margin-top: -.5rem;width: 3.25rem;}.inside-page__btn {background-color: transparent;border: 3px solid;border-radius: .5rem;font-size: 1.2rem;font-weight: 600;margin-top: 2rem;overflow: hidden;padding: .7rem .75rem;position: relative;text-decoration: none;transition: all .3s ease;width: 90%;z-index: 10;}.inside-page__btn::before {content: "";height: 100%;left: 0;position: absolute;top: 0;transform: scaleY(0);transition: all .3s ease;width: 100%;z-index: -1;}.inside-page__btn--city {border-color: #ff40a1;color: #ff40a1;}.inside-page__btn--city::before {background-color: #ff40a1;}.inside-page__btn--ski {border-color: #00B97D;color: #00B97D;}.inside-page__btn--ski::before {background-color: #00B97D;}.inside-page__btn--beach {border-color: #fa7f67;color: #fa7f67;}.inside-page__btn--beach::before {background-color: #fa7f67;}.inside-page__btn--camping {border-color: #000000;color: #000000;}.inside-page__btn--camping::before {background-color: #000000;}.inside-page__btn:hover {color: #fafbfa;}.inside-page__btn:hover::before {transform: scaleY(1);}.inside-page__container {align-items: center;display: flex;flex-direction: column;height: 100%;text-align: center;width: 100%;}.card-section {align-items: center;display: flex;height: 100%;justify-content: center;width: 100%;}.card {background-color:rgba(0,0,0, .05);
box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.5);height: 15rem;position: relative;transition: all 1s ease;width: 15rem;}.flip-card {height: 15rem;perspective: 100rem;position: absolute;right: 0;transition: all 1s ease;visibility: hidden;width: 15rem;z-index: 100;}.flip-card > * {visibility: visible;}.flip-card__container {height: 100%;position: absolute;right: 0;transform-origin: left;transform-style: preserve-3d;transition: all 1s ease;width: 100%;}.card-front,.card-back {backface-visibility: hidden;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}.card-front {background-color: #fafbfa;height: 15rem;width: 15rem;}.card-front__tp {align-items: center;clip-path:polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);display: flex;flex-direction: column;height: 12rem;justify-content: center;padding: .75rem;}.card-front__tp--city {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--ski {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--beach {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__tp--camping {background: linear-gradient(to bottom,#d9ac8a,#a7856a);}.card-front__bt {align-items: center;display: flex;justify-content: center;}.card-back {background-color: #fafbfa;transform: rotateY(180deg);}.video__container {clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);height: auto;min-height: 100%;object-fit: cover;width: 100%;}.inside-page {background-color: #fafbfa;box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0,0,0,0.25);height: 100%;padding: 1rem;position: absolute;right: 0;transition: all 1s ease;
width: 15rem;z-index: 1;}.card:hover {box-shadow:-.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75);width: 30rem;}.card:hover .flip-card__container {transform: rotateY(-180deg);}.card:hover .inside-page {box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0,0,0,0.1);}


.comp_135 {z-index: 1!important;}
.comp_135{padding-left: 15px!important;}
.comp_135{padding-right: 15px!important;}
.comp_135{padding-top: 15px!important;}
.comp_135{padding-bottom: 15px!important;}
.comp_135 {filter: drop-shadow(3px 3px 2px #cccccc);}

.comp_1 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_1 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1-wrap {
    background-color: rgba(229,229,229,0);
    flex-direction: column;
    width: 100%;
}
.comp_10 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_100 {
    flex-direction: column;
}
.comp_100 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_100 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_101 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_101 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_101 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_101 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_101 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_102 {
    flex-direction: column;
}
.comp_102 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_102 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_103 {
    display: flex;
    width: 100%;
}
.comp_103 .wa-image-wrap {
    aspect-ratio: 1024/1536;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1024px) );
}
.comp_103 .wa-image-wrap > div {
    aspect-ratio: 1024/1536;;
    position: relative;
    width: 100%;
}
.comp_103 .wa-image-wrap img {
    aspect-ratio: 1024/1536;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_104 {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_104 .innerBox {
    position: relative;
}
.comp_104 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.comp_104 .wa-inner-kenburns > .kb-animation {
    animation: wa_comp_104_kfrm 10000ms linear;
    transform: scale(1.2);
}
.comp_104 .wa-inner-kenburns > div {
    background-position: center center;
    background-size: cover;
    transform-origin: 50% 50%;
}
.comp_104 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_104 > .innerBox > .row {
    z-index: 0;
}
.comp_105 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_106 {
    flex-direction: column;
}
.comp_106 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_106 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_107 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_107 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_107 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_107 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_107 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_108 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_108 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_108 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_108 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_108 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_109 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_109 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_109 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_109 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_109 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_11 {
    flex-direction: column;
}
.comp_11 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_11 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_110 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_110 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_110 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_110 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_110 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_111 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_111 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_111 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_111 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_111 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_112 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_112 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_113 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_114 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_114 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_114-wrap {
    background-color: rgba(229,229,229,0.301961);
    flex-direction: column;
    width: 100%;
}
.comp_115 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_116 {
    flex-direction: column;
}
.comp_116 > .wa_inner_col {
    background-color: rgba(165,61,0,0.141176);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_116 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_117 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_118 {
    flex-direction: column;
}
.comp_118 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_118 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_119 {
    overflow: hidden;
    transform: translateZ(0);
}
.comp_12 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_12 hr {
    border-color: rgba(0,0,0,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.comp_120 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_121 {
    flex-direction: column;
}
.comp_121 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_121 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_122 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_122 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_122 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_122 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_122 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_123 {
    width: 100%;
}
.comp_123 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_123 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_124 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_124 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_124 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_124 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_124 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_125 {
    width: 100%;
}
.comp_125 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_125 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_126 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_126 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_126 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_126 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_126 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_127 {
    width: 100%;
}
.comp_127 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_127 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_128 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_128 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_128 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_128 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_128 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_129 {
    width: 100%;
}
.comp_129 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_129 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_13 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_13 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_13-wrap {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    width: 100%;
}
.comp_130 {
    line-height: 0px;
    width: 100%;
}
.comp_130 label {
    --wf-color-active: rgba(165,61,0,1);
    --wf-color-active-rgb: 165, 61, 0;
    --wf-color-bg: rgba(255,255,255,1);
    --wf-color-secondary: rgba(165,61,0,1);
    --wf-color-text: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
}
.comp_131 {
    display: flex;
    width: 100%;
}
.comp_131 .wa-btn {
    background-color: rgba(165,61,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.comp_131 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_131 .wa-btn.wa-btn:active {
    background-color: rgba(165,61,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_131 .wa-btn.wa-btn:hover {
    background-color: rgba(92,92,92,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_131 a {
    display: flex;
    text-decoration: none;
}
.comp_131 div {
    justify-content: center;
}
.comp_132 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_132 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_132 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_132 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_132 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_133 {
    flex-direction: column;
}
.comp_133 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_134 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_135 {
    flex-direction: column;
}
.comp_135 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_135 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_136 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_136 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_136 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.comp_136 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_136 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.comp_137 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_137 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_137 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_137 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_137 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_138 {
    line-height: 100%;
    width: 100%;
}
.comp_138 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_139 {
    background-color: rgba(0,0,0,0.0392157);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_139 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_14 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_140 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_141 {
    flex-direction: column;
}
.comp_141 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_141 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_142 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_142 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_142 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_142 .wa-txt-par.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_142 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_143 {
    flex-direction: column;
}
.comp_143 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_143 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_144 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_144 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_144 .wa-txt-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_144 .wa-txt-par a:hover {
    color: rgba(210,67,94,1);
    text-decoration: underline;
}
.comp_144 .wa-txt-par.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_144 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_144 .wa-txt-par.wa-last-par a:hover {
    color: rgba(210,67,94,1);
    text-decoration: underline;
}
.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: center;
}
.comp_16 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_16 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_16 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_16 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_16 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_17 {
    flex-direction: column;
}
.comp_17 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_17 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_18 {
    display: flex;
    width: 100%;
}
.comp_18 .wa-image-wrap {
    aspect-ratio: 850/711;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 850px) );
}
.comp_18 .wa-image-wrap > div {
    aspect-ratio: 850/711;;
    position: relative;
    width: 100%;
}
.comp_18 .wa-image-wrap img {
    aspect-ratio: 850/711;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_19 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_19 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_19-wrap {
    flex-direction: column;
    width: 100%;
}
.comp_2 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_20 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_21 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_22 {
    flex-direction: column;
}
.comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_23 {
    width: 100%;
}
.comp_24 {
    flex-direction: column;
}
.comp_24 > .wa_inner_col {
    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 {
    width: 100%;
}
.comp_26 {
    flex-direction: column;
}
.comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_27 {
    width: 100%;
}
.comp_28 {
    flex-direction: column;
}
.comp_28 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_28 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_29 {
    width: 100%;
}
.comp_3 {
    flex-direction: column;
}
.comp_3 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_30 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_30 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_30-wrap {
    background-color: rgba(244,240,236,1);
    flex-direction: column;
    width: 100%;
}
.comp_31 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_32 {
    flex-direction: column;
}
.comp_32 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_32 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_33 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_33 hr {
    border-color: rgba(0,0,0,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.comp_34 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_34 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    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(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_34 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    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(0,0,255,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 {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_36 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_37 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_38 {
    flex-direction: column;
}
.comp_38 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_39 {
    line-height: 100%;
    width: 100%;
}
.comp_39 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_4 .wa-txt-par {
    color: rgba(232,25,34,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_4 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_4 .wa-txt-par.wa-last-par {
    color: rgba(232,25,34,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_4 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_41 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_41 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_41 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_41 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_42 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_42 .wa-txt-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_42 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_42 .wa-txt-par.wa-last-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_42 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_43 {
    flex-direction: column;
}
.comp_43 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_43 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.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 {
    line-height: 100%;
    width: 100%;
}
.comp_46 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_47 {
    flex-direction: column;
}
.comp_47 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_47 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_48 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_48 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_48 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_48 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_48 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_49 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_49 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_49 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_49 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_49 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_5 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_5 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_5 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_5 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_50 {
    flex-direction: column;
}
.comp_50 > .wa_inner_col {
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_52 {
    flex-direction: column;
}
.comp_52 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_52 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_53 {
    line-height: 100%;
    width: 100%;
}
.comp_53 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_54 {
    flex-direction: column;
}
.comp_54 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_54 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_55 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_55 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_55 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_55 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_55 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_56 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_56 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_56 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_56 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_56 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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 {
    flex-direction: column;
}
.comp_60 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_60 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_61 {
    line-height: 100%;
    width: 100%;
}
.comp_61 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_62 {
    flex-direction: column;
}
.comp_62 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_63 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_63 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_63 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_63 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_63 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_64 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_64 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    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: none;
}
.comp_64 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    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: none;
}
.comp_65 {
    flex-direction: column;
}
.comp_65 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_65 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_66 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_67 {
    flex-direction: column;
}
.comp_67 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_67 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_68 {
    line-height: 100%;
    width: 100%;
}
.comp_68 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_69 {
    flex-direction: column;
}
.comp_69 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_7 {
    display: flex;
    width: 100%;
}
.comp_7 .wa-image-wrap {
    aspect-ratio: 563/850;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 563px) );
}
.comp_7 .wa-image-wrap > div {
    aspect-ratio: 563/850;;
    position: relative;
    width: 100%;
}
.comp_7 .wa-image-wrap img {
    aspect-ratio: 563/850;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_70 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_70 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_70 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_70 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_70 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_71 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_71 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_71 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_71 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_71 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_72 {
    flex-direction: column;
}
.comp_72 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_72 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_73 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_74 {
    flex-direction: column;
}
.comp_74 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_74 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_75 {
    line-height: 100%;
    width: 100%;
}
.comp_75 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_76 {
    flex-direction: column;
}
.comp_76 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_76 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_77 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_77 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_77 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_77 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_77 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_78 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_78 .wa-txt-par {
    color: rgba(33,37,41,0.901961);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_78 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_78 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,0.901961);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_78 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_79 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_79 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_79-wrap {
    flex-direction: column;
    width: 100%;
}
.comp_8 {
    flex-direction: column;
}
.comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_80 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_81 {
    flex-direction: column;
}
.comp_81 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_81 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_82 {
    animation: jackInTheBox;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_82 .wa-txt-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_82 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_82 .wa-txt-par.wa-last-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_82 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_83 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_83 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_83 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_83 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_83 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_84 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_84 hr {
    border-color: rgba(0,0,0,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.comp_85 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_85 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_85-wrap {
    flex-direction: column;
    width: 100%;
}
.comp_86 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_87 {
    flex-direction: column;
}
.comp_87 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_87 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_88 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_89 {
    flex-direction: column;
}
.comp_89 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_89 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_9 {
    display: flex;
    width: 100%;
}
.comp_9 .wa-image-wrap {
    aspect-ratio: 637/850;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 637px) );
}
.comp_9 .wa-image-wrap > div {
    aspect-ratio: 637/850;;
    position: relative;
    width: 100%;
}
.comp_9 .wa-image-wrap img {
    aspect-ratio: 637/850;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_90 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_90 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_90 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_90 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_90 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_91 {
    display: flex;
    width: 100%;
}
.comp_91 .wa-image-wrap {
    aspect-ratio: 1920/913;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1920px) );
}
.comp_91 .wa-image-wrap > div {
    aspect-ratio: 1920/913;;
    position: relative;
    width: 100%;
}
.comp_91 .wa-image-wrap img {
    aspect-ratio: 1920/913;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_92 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_92 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_92 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_92 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_92 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_93 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_93 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_93-wrap {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    width: 100%;
}
.comp_94 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_95 {
    flex-direction: column;
}
.comp_95 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_95 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_96 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_97 {
    animation: jackInTheBox;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_97 .wa-txt-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_97 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_97 .wa-txt-par.wa-last-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_97 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_98 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_98 hr {
    border-color: rgba(0,0,0,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.comp_99 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
body {
    background-color: rgba(255,255,255,1);
}
#anchor-produits {
    scroll-margin-top: 0rem;
}
.comp_1 > .innerBox {
    margin-bottom: 50px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 50px;
}
.comp_1-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_10 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_100 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_100 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_100 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_101 {
    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_101 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: justify;
}
.comp_101 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: justify;
}
.comp_102 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_102 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_102 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_103 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_103 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1024px) );
}
.comp_104 {
    background-image: url('../../icons/Fond_04.jpg?t=918d493d_42a2_4dab_832a_1ca419fa4a42');
    border: none;
    display: flex;
    min-height: 0px;
}
.comp_104 .innerBox .wa-wrap_video-bg {
    margin-bottom: 7rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 4rem;
    min-height: 0px;
}
.comp_105 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_106 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_106 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_106 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_107 {
    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_107 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_107 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_108 {
    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_108 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_108 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_109 {
    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_109 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_109 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_11 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_11 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_11 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_110 {
    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_110 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_110 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_111 {
    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_111 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_111 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_112 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_112 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_113 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_114 > .innerBox {
    margin-bottom: 50px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0px;
}
.comp_114-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_115 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_116 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_116 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_116 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_117 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_118 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_118 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_118 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_119 {
    border: none;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    min-height: 0rem;
}
.comp_12 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.comp_120 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_121 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_121 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_121 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_122 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_122 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_122 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_123 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_123 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_123 input:focus {
    border: 1px solid #51cbee;
}
.comp_124 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_124 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_124 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_125 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_125 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_125 input:focus {
    border: 1px solid #51cbee;
}
.comp_126 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_126 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_126 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_127 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_127 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_127 input:focus {
    border: 1px solid #51cbee;
}
.comp_128 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_128 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_128 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_129 {
    margin-bottom: 8px;
    margin-top: 6px;
}
.comp_129 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    min-height: 80px;
    padding: 8px;
}
.comp_129 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_13 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_13-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_130 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_130 label {
    --wf-font-size: 12px;
    --wf-font-size-minimize: 12px;
    --wf-size: var(--wf-size-normal);
    font-size: 12px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_131 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 10px;
}
.comp_131 .wa-btn {
    font-size: 1em;
}
.comp_131 a {
    width: unset;
}
.comp_131 div {
    width: unset;
}
.comp_132 {
    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_132 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_132 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_133 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_133 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 8rem;
}
.comp_134 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_135 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_135 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_135 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
}
.comp_136 {
    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_136 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_136 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_137 {
    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_137 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_137 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_138 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_138 .wa-v-icon-wrapper {
    align-items: center;
    height: 3rem;
    justify-content: center;
}
.comp_138 .wa-v-icon-wrapper i {
    font-size: 3rem;
}
.comp_139 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_139 > .innerBox {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.comp_14 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_140 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_141 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_141 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_141 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_142 {
    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_142 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_142 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_143 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_143 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_143 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_144 {
    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_144 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_144 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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 {
    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_16 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_16 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_17 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_17 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_17 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_18 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_18 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 850px) );
}
.comp_19 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 50px;
}
.comp_19-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_2 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_20 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_21 {
    display: none;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_22 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_22 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 40px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_23 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_24 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_24 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 40px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_25 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_26 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 40px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_27 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_28 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_28 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_28 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_29 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_3 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_3 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_30 > .innerBox {
    margin-bottom: 50px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 50px;
}
.comp_30-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_31 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_32 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_32 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_32 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_33 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.comp_34 {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_34 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_34 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_35 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_36 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_36 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_36 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_37 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_38 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_38 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_39 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_39 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: center;
}
.comp_39 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.comp_4 {
    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_4 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_4 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_41 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_41 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_42 {
    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: 4px;
}
.comp_42 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_42 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_43 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_43 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_43 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_44 {
    display: flex;
    margin-bottom: 0px !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 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_46 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: center;
}
.comp_46 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.comp_47 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_47 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_47 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_48 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_48 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_48 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_49 {
    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: 4px;
}
.comp_49 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_49 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_5 {
    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_5 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: justify;
}
.comp_5 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: justify;
}
.comp_50 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_50 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_51 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_52 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_52 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_52 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_53 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_53 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: center;
}
.comp_53 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.comp_54 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_54 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_54 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_55 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_55 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_55 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_56 {
    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: 4px;
}
.comp_56 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_56 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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: none;
    border-radius: 0px;
}
.comp_58 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_59 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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: 0px;
    margin-bottom: 10px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_60 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_60 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_60 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_61 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_61 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: center;
}
.comp_61 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.comp_62 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_62 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_63 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_63 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_63 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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: 4px;
}
.comp_64 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_64 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_65 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_65 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_65 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_66 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_67 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_67 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_67 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_68 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_68 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: center;
}
.comp_68 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.comp_69 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_69 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_7 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 250px , 563px) );
}
.comp_70 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_70 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_70 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_71 {
    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: 4px;
}
.comp_71 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_71 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_72 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_72 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_72 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_73 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_74 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_74 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_74 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_75 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_75 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: center;
}
.comp_75 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.comp_76 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_76 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_76 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_77 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_77 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_77 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_78 {
    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: 4px;
}
.comp_78 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_78 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_79 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 3rem;
}
.comp_79-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_8 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}
.comp_80 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_81 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_81 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_81 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_82 {
    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_82 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_82 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_83 {
    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_83 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_83 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_84 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.comp_85 > .innerBox {
    margin-bottom: 50px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 50px;
}
.comp_85-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_86 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_87 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_87 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_87 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_88 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_89 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_89 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_89 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_9 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_9 .wa-image-wrap {
    border: 2px solid #ffffff;
    border-radius: 0px;
    max-width: calc( min( 250px , 637px) );
}
.comp_90 {
    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_90 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_90 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_91 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_91 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1920px) );
}
.comp_92 {
    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_92 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_92 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_93 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_93-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_94 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_95 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_95 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_95 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_96 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_97 {
    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_97 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_97 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_98 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.comp_99 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
body {
    background-image: url('');
}
@media (min-width: 576px) {
    #anchor-produits {
        scroll-margin-top: 0rem;
    }
    .comp_1 > .innerBox {
        margin-bottom: 50px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 50px;
    }
    .comp_1-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_100 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_100 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_100 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_101 {
        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_101 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_101 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_102 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_102 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_102 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_103 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_103 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1024px) );
    }
    .comp_104 {
        background-image: url('../../icons/Fond_04.jpg?t=918d493d_42a2_4dab_832a_1ca419fa4a42');
        border: none;
        display: flex;
        min-height: 0px;
    }
    .comp_104 .innerBox .wa-wrap_video-bg {
        margin-bottom: 7rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_105 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_106 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_106 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_106 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_107 {
        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_107 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_107 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_108 {
        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_108 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_108 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_109 {
        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_109 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_109 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_110 {
        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_110 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_110 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_111 {
        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_111 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_111 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_112 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_112 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_113 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_114 > .innerBox {
        margin-bottom: 50px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0px;
    }
    .comp_114-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_115 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_116 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_116 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_116 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_117 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_118 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_118 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_118 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_119 {
        border: none;
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 0rem;
    }
    .comp_12 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_120 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_121 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_121 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_121 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_122 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_122 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_122 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_123 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_123 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_123 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_124 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_124 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_124 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_125 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_125 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_125 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_126 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_126 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_126 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_127 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_127 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_128 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_128 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_128 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_129 {
        margin-bottom: 8px;
        margin-top: 6px;
    }
    .comp_129 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 80px;
        padding: 8px;
    }
    .comp_129 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_13 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_13-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_130 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_130 label {
        --wf-font-size: 12px;
        --wf-font-size-minimize: 12px;
        --wf-size: var(--wf-size-normal);
        font-size: 12px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_131 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .comp_131 .wa-btn {
        font-size: 1em;
    }
    .comp_131 a {
        width: unset;
    }
    .comp_131 div {
        width: unset;
    }
    .comp_132 {
        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_132 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_132 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_133 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_133 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 8rem;
    }
    .comp_134 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_135 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_135 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_135 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
    }
    .comp_136 {
        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_136 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_136 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_137 {
        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_137 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_137 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_138 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_138 .wa-v-icon-wrapper {
        align-items: center;
        height: 3rem;
        justify-content: center;
    }
    .comp_138 .wa-v-icon-wrapper i {
        font-size: 3rem;
    }
    .comp_139 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_139 > .innerBox {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }
    .comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_140 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_141 {
        min-height: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .comp_141 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_141 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_142 {
        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_142 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_142 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_143 {
        min-height: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .comp_143 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_143 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_144 {
        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_144 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_144 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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 {
        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_16 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_16 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_17 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_17 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_18 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 850px) );
    }
    .comp_19 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 50px;
    }
    .comp_19-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_21 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 40px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_23 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_24 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 40px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_25 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_27 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_29 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_30 > .innerBox {
        margin-bottom: 50px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 50px;
    }
    .comp_30-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_31 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_32 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_32 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_33 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_34 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_34 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_34 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_35 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_37 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_39 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_39 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_39 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_4 {
        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_4 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_4 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_41 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_42 {
        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: 4px;
    }
    .comp_42 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_42 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 0px !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 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_46 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_46 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_47 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_47 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_48 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_48 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_49 {
        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: 4px;
    }
    .comp_49 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_49 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_5 {
        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_5 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_5 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_50 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_50 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_50 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_51 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_52 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_52 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_52 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_53 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_53 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_53 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_54 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_54 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_54 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_55 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_55 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_56 {
        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: 4px;
    }
    .comp_56 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_56 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: none;
        border-radius: 0px;
    }
    .comp_58 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_59 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0px;
        margin-bottom: 0px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_60 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_60 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_60 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_61 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_61 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_63 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_63 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: 4px;
    }
    .comp_64 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_64 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_65 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_65 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_65 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_66 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_67 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_67 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_67 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_68 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_68 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_68 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_69 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 563px) );
    }
    .comp_70 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_70 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_70 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 {
        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: 4px;
    }
    .comp_71 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_72 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_72 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_73 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_74 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_74 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_74 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_75 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_75 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_75 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_76 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_76 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_76 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_77 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_77 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_77 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_78 {
        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: 4px;
    }
    .comp_78 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_78 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_79 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 3rem;
    }
    .comp_79-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_8 {
        min-height: 300px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 80px;
    }
    .comp_80 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_82 {
        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_82 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_82 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_83 {
        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_83 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_83 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_84 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_85 > .innerBox {
        margin-bottom: 80px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 50px;
    }
    .comp_85-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_86 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_87 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_87 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_87 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_88 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_89 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_89 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_89 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_9 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_9 .wa-image-wrap {
        border: 2px solid #ffffff;
        border-radius: 0px;
        max-width: calc( min( 200px , 637px) );
    }
    .comp_90 {
        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_90 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_90 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_91 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_91 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1920px) );
    }
    .comp_92 {
        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_92 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_92 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_93 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_93-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_94 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_95 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_95 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_95 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_96 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_97 {
        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_97 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_97 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_98 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_99 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 992px) {
    #anchor-produits {
        scroll-margin-top: 0rem;
    }
    .comp_1 > .innerBox {
        margin-bottom: 100px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 100px;
    }
    .comp_1-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_100 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_100 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_100 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_101 {
        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_101 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_101 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_102 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_102 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_102 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_103 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_103 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1024px) );
    }
    .comp_104 {
        background-image: url('../../icons/Fond_04.jpg?t=918d493d_42a2_4dab_832a_1ca419fa4a42');
        border: none;
        display: flex;
        min-height: 0px;
    }
    .comp_104 .innerBox .wa-wrap_video-bg {
        margin-bottom: 7rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 5rem;
        min-height: 0px;
    }
    .comp_105 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_106 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_106 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_106 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_107 {
        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_107 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_107 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_108 {
        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_108 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_108 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_109 {
        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_109 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_109 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_110 {
        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_110 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_110 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_111 {
        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_111 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_111 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_112 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_112 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_113 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_114 > .innerBox {
        margin-bottom: 50px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 50px;
    }
    .comp_114-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_115 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_116 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_116 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_116 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_117 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_118 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_118 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_118 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_119 {
        border: none;
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 0rem;
    }
    .comp_12 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_120 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_121 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_121 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_121 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_122 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_122 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_122 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_123 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_123 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_123 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_124 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_124 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_124 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_125 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_125 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_125 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_126 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_126 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_126 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_127 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_127 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_128 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_128 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_128 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_129 {
        margin-bottom: 8px;
        margin-top: 6px;
    }
    .comp_129 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 80px;
        padding: 8px;
    }
    .comp_129 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_13 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_13-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_130 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_130 label {
        --wf-font-size: 12px;
        --wf-font-size-minimize: 12px;
        --wf-size: var(--wf-size-normal);
        font-size: 12px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_131 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .comp_131 .wa-btn {
        font-size: 1em;
    }
    .comp_131 a {
        width: unset;
    }
    .comp_131 div {
        width: unset;
    }
    .comp_132 {
        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_132 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_132 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_133 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_133 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 8rem;
    }
    .comp_134 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_135 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_135 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_135 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
    .comp_136 {
        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_136 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_136 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_137 {
        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_137 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_137 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_138 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_138 .wa-v-icon-wrapper {
        align-items: center;
        height: 3rem;
        justify-content: center;
    }
    .comp_138 .wa-v-icon-wrapper i {
        font-size: 3rem;
    }
    .comp_139 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_139 > .innerBox {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }
    .comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_140 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_141 {
        min-height: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .comp_141 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_141 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_142 {
        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_142 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_142 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_143 {
        min-height: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .comp_143 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_143 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_144 {
        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_144 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_144 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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 {
        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_16 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_16 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_17 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_17 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_18 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 850px) );
    }
    .comp_19 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 50px;
    }
    .comp_19-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_21 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_23 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_24 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_25 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_27 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_29 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_30 > .innerBox {
        margin-bottom: 50px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 50px;
    }
    .comp_30-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_31 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_32 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_32 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_33 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_34 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_34 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_34 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_35 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_37 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_39 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_39 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_39 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_4 {
        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_4 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_4 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_41 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_42 {
        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: 4px;
    }
    .comp_42 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_42 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 0px !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 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_46 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_46 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_47 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_47 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_48 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_48 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_49 {
        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: 4px;
    }
    .comp_49 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_49 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_5 {
        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_5 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_5 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_50 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_50 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_50 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_51 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_52 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_52 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_52 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_53 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_53 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_53 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_54 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_54 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_54 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_55 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_55 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_56 {
        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: 4px;
    }
    .comp_56 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_56 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: none;
        border-radius: 0px;
    }
    .comp_58 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_59 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0px;
        margin-bottom: 0px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_60 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_60 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_60 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_61 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_61 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_63 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_63 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: 4px;
    }
    .comp_64 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_64 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_65 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_65 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_65 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_66 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_67 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_67 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_67 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_68 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_68 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_68 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_69 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_7 {
        justify-content: flex-end;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 250px , 563px) );
    }
    .comp_70 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_70 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_70 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 {
        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: 4px;
    }
    .comp_71 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_72 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_72 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_73 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_74 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_74 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_74 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_75 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_75 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_75 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_76 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_76 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_76 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_77 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_77 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_77 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_78 {
        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: 4px;
    }
    .comp_78 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_78 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_79 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 3rem;
    }
    .comp_79-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 80px;
    }
    .comp_80 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_82 {
        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_82 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_82 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_83 {
        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_83 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_83 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_84 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_85 > .innerBox {
        margin-bottom: 100px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 100px;
    }
    .comp_85-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_86 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_87 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_87 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_87 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_88 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_89 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_89 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_89 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_9 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_9 .wa-image-wrap {
        border: 2px solid #ffffff;
        border-radius: 0px;
        max-width: calc( min( 100% , 637px) );
    }
    .comp_90 {
        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_90 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_90 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_91 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_91 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1920px) );
    }
    .comp_92 {
        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_92 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_92 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_93 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_93-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_94 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_95 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_95 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_95 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_96 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_97 {
        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_97 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_97 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_98 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_99 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    body {
        background-image: url('');
    }
}
@keyframes wa_comp_104_kfrm {from {transform:scale(1.0);} to {transform:scale(1.2);}}


.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_back_sep {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    font-weight: bolder;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item a {
    color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item:hover {
    color: rgba(195,41,20,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item:hover a {
    color: rgba(195,41,20,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item:hover svg {
    fill: rgba(195,41,20,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(224,224,224,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(232,232,232,1);
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.blockcomp-0-comp_0 {
    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 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    aspect-ratio: 2000/702;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 2000px) );
}
.blockcomp-0-comp_3 .wa-image-wrap > div {
    aspect-ratio: 2000/702;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap img {
    aspect-ratio: 2000/702;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_4 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_4 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_4-wrap {
    background-color: rgba(195,41,20,1);
    flex-direction: column;
    width: 100%;
}
.blockcomp-0-comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_6 {
    flex-direction: column;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_7 {
    width: 100%;
}
.blockcomp-0-comp_7 .waf_menu {
    --bubble-bg-color: rgba(224,224,224,1);
    --bubble-text-color: rgba(0,0,0,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.blockcomp-0-comp_7 .waf_menu-mini-btn {
    background-color: rgba(255,255,255,1);
    border-color: rgba(119,119,119,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-0-comp_7 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_7 .waf_menu-mini-btn:hover {
    background-color: rgba(255,255,255,1);
    border-color: rgba(119,119,119,1);
}
.blockcomp-0-comp_7 .waf_menu-mini-btn:hover svg path {
    fill: rgba(246,92,71,1);
}
.blockcomp-0-comp_7 .wafusion-search-widget.wa-smt-search-widget {
    font-size: 13px !important;
    height: 30px !important;
    max-width: 900px !important;
    width: 150px !important;
}
.blockcomp-0-comp_7 .wafusion-search-widget.wa-smt-search-widget i {
    color: rgba(160,160,164,1) !important;
    font-size: 1rem !important;
}
.blockcomp-0-comp_7 .wafusion-search-widget.wa-smt-search-widget-focus-within i {
    color: rgba(160,160,164,1) !important;
}
.blockcomp-0-comp_7 nav {
    background-color: rgba(195,41,20,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
}
.blockcomp-0-comp_7 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(255,255,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(255,255,255,1);
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-0-comp_7 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_7 nav > ul > li:hover > .waf-nav-link {
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_7 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(255,255,255,1);
}
.blockcomp-0-comp_7 nav > ul > li:hover:not(.waf_menu_item_search) {
    background-color: rgba(224,224,224,0.501961);
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item {
    font-size: 14px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item a {
    font-size: 14px;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 2000px) );
}
.blockcomp-0-comp_4 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_4-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_6 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_7 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_7 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.6px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 380px;
}
.blockcomp-0-comp_7 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-0-comp_7 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.blockcomp-0-comp_7 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-0-comp_7 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-0-comp_7 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 16px;
    justify-content: center;
    min-height: 2rem;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 16px;
    width: 16px;
}
.blockcomp-0-comp_7 nav > ul > li > .waf_menu_search {
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 576px) {
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item {
        font-size: 14px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item a {
        font-size: 14px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 2000px) );
    }
    .blockcomp-0-comp_4 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_4-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.6px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_7 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_7 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_7 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_7 .waf_menu-mini-btn-wrapper {
        display: flex !important;
        justify-content: end;
    }
    .blockcomp-0-comp_7 nav {
        border: none;
        border-radius: 0px;
        display: none !important;
        font-size: 16px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf_menu_search {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item {
        font-size: 14px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_bubble_item a {
        font-size: 14px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_560efed3180043feaa6fa8e1529cfc8e.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 2000px) );
    }
    .blockcomp-0-comp_4 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_4-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.6px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_7 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_7 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_7 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_7 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_7 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf_menu_search {
        padding-left: 10px;
        padding-right: 10px;
    }
}
