


/* (A) TABS CONTAINER */
                                                                .tab, .tab * {
                                                                  font-family:"Raleway";
                                                                  box-sizing: border-box;
                                                                }
                                                                .tab { max-width:1800px; }
                                                                
                                                                /* (B) HIDE CHECKBOX */
                                                                .tab input { display: none; }
                                                                
                                                                /* (C) TAB LABEL */
                                                                .tab label {
                                                                  /* (C1) DIMENSIONS */
                                                                  position: relative; /* required for (f2) position:absolute */
                                                                  display: block;
                                                                  width: 100%;
                                                                  margin-top: 10px;
                                                                  padding: 10px;
                                                                 
                                                                  /* (C2) COSMETICS */
                                                                  font-weight: 700;
/* blanc*/
                                                                  color: #fff;
/* vert*/
                                                                  background: #286a01;
                                                                  cursor: pointer;
                                                                }
                                                                
                                                                /* (D) TAB CONTENT - HIDDEN BY DEFAULT */
                                                                /* css animation will not work with auto height */
                                                                /* this is why we use max-height instead */
                                                                .tab .content {
/*vert clair*/
                                                                  background: #c6f0ad;
                                                                  overflow: hidden;
                                                                  transition: max-height 0.3s;
                                                                  max-height: 0;
                                                                }
                                                                .tab .content p { padding: 10px; }
                                                                
                                                                /* (E) OPEN TAB ON CHECKED */
                                                                .tab input:checked ~ .content { max-height: 100vh; }
                                                                
                                                                /* (F) EXTRA - ADD ARROW INDICATOR */
                                                                .tab label::after {
                                                                  /* (F1) RIGHT ARROW */
                                                                  display: block;  
                                                                  content: "\25b6";
                                                                 
                                                                  /* (F2) PLACE AT RIGHT SIDE */
                                                                  position: absolute;
                                                                  right: 10px; top: 10px;
                                                                 
                                                                  /* (F3) ANIMATED ARROW */
                                                                  transition: all 0.3s;
                                                                }
                                                                 
                                                                /* (F4) ROTATE ARROW ON CHECKED */
                                                                .tab input:checked ~ label::after { transform: rotate(90deg); }
                                                                

.comp_0 {
    background-color: rgba(210,251,190,0.2);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_10 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_10 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_10 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_10 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_10 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_11 {
    width: 100%;
}
.comp_12 {
    background-color: rgba(210,251,190,0.2);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_12 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_14 {
    flex-direction: column;
}
.comp_14 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_2 {
    flex-direction: column;
}
.comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_3 {
    display: flex;
    width: 100%;
}
.comp_3 .wa-image-wrap {
    aspect-ratio: 976/150;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 976px) );
}
.comp_3 .wa-image-wrap > div {
    aspect-ratio: 976/150;;
    position: relative;
    width: 100%;
}
.comp_3 .wa-image-wrap img {
    aspect-ratio: 976/150;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_4 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_5 {
    flex-direction: column;
}
.comp_5 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_5 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_6 {
    display: flex;
    width: 100%;
}
.comp_6 .wa-image-wrap {
    aspect-ratio: 474/474;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 474px) );
}
.comp_6 .wa-image-wrap > div {
    aspect-ratio: 474/474;;
    position: relative;
    width: 100%;
}
.comp_6 .wa-image-wrap img {
    aspect-ratio: 474/474;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_7 {
    background-color: rgba(210,251,190,0.2);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_7 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_8 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_9 {
    flex-direction: column;
}
.comp_9 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_10 {
    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_10 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_10 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_11 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_12 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_12 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_14 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 976px) );
}
.comp_4 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
.comp_5 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_5 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_5 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_6 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_6 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 25px 25px 25px 25px;
    max-width: calc( min( 100% , 474px) );
}
.comp_7 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_7 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
.comp_9 {
    min-height: 100px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        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_10 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_10 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_11 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_12 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_12 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 976px) );
    }
    .comp_4 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }
    .comp_5 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_5 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_5 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_6 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_6 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 25px 25px 25px 25px;
        max-width: calc( min( 207px , 474px) );
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_7 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }
    .comp_9 {
        min-height: 100px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    body {
        background-image: url('');
    }
}


.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-btn {
    background-color: rgba(202,161,34,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Open Sans';
    font-weight: 700;
}
.blockcomp-0-comp_3 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_3 .wa-btn.wa-btn:active {
    background-color: rgba(202,161,34,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_3 .wa-btn.wa-btn:hover {
    background-color: rgba(202,161,34,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_3 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_3 div {
    justify-content: center;
}
.blockcomp-0-comp_4 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_5 {
    flex-direction: column;
}
.blockcomp-0-comp_5 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_5 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_6 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_6 .wa-btn {
    background: linear-gradient(90deg,#5a9ff6 10%, #226fdb 50%);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Open Sans';
    font-weight: 700;
}
.blockcomp-0-comp_6 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_6 .wa-btn.wa-btn:active {
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_6 .wa-btn.wa-btn:hover {
    background: linear-gradient(90deg,#5a9ff6 10%, #226fdb 50%);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_6 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_6 div {
    justify-content: center;
}
.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: 10px;
    margin-top: 14px;
}
.blockcomp-0-comp_3 .wa-btn {
    font-size: 1em;
}
.blockcomp-0-comp_3 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_3 a {
    width: 100%;
}
.blockcomp-0-comp_3 div {
    width: 100%;
}
.blockcomp-0-comp_4 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_5 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_5 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_5 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_6 {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 14px;
}
.blockcomp-0-comp_6 .wa-btn {
    font-size: 1em;
}
.blockcomp-0-comp_6 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_6 a {
    width: 100%;
}
.blockcomp-0-comp_6 div {
    width: 100%;
}
@media (min-width: 992px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 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: 10px;
        margin-top: 14px;
    }
    .blockcomp-0-comp_3 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_3 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_3 a {
        width: 100%;
    }
    .blockcomp-0-comp_3 div {
        width: 100%;
    }
    .blockcomp-0-comp_4 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_5 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_5 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_5 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_6 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 14px;
    }
    .blockcomp-0-comp_6 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_6 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_6 a {
        width: 100%;
    }
    .blockcomp-0-comp_6 div {
        width: 100%;
    }
}
