


.comp_22 .wa-btn-text-only {
    animation: pulsation_bouton 3s infinite alternate; /* Durée de l'animation augmentée à 2s */
}

@keyframes pulsation_bouton {
    from {
        box-shadow: 0 0 0 -3px hsla(0, 0%, 100%, 0.5), 0 0 0 0 #ee1d25 ; /* Couleur plus transparente */
    }
    to {
        box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0), 0 0 0 6px hsla(0, 0%, 100%, 0);
    }
}


.quotation-button {
	background-color:#EE1D25;
      font-weight: bold;
	border: none;
	justify-content: center;
	width: 100%;
}
.quotation-button:hover {
	background-color:#2c3033;	
}

input[type=checkbox] {
	accent-color: #ee1d25 !important;
}

.save-button-color {
	background-color:#EE1D25;
	border-radius: 9999px;	
	border: none;
}

.save-button-color:hover {
	background-color:#EE1D25;
}

.close-button {
	background-color:#60696F;
	border-radius: 9999px;	
	border: none;
}


.comp_42 { -webkit-transition-duration: 0.5s; -webkit-transition-timing-function: linear; box-shadow:0px 0 0 #e0e0e0 inset;} .comp_42:hover{-webkit-box-shadow: -500px 0 0 #e0e0e0 inset;}


.comp_43 { line-height: 50px; background-color: white; color: red; white-space: nowrap; overflow: hidden; box-sizing: border-box; font-family: "Ropa sans"; font-size: 20px; } .marquee p { display: inline-block; padding-left: 100%; animation: marquee 7s linear infinite; } @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }

/* CSS */
@keyframes blink {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0;
}
}

/* Cible les éléments dont la classe commence par ".comp_43" */
.comp_43 {
animation: blink 4s infinite; /* Ajustez la durée de l'animation selon vos préférences */
}

.comp_1 {
    background-color: rgba(224,224,224,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_1 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_10 {
    display: flex;
    width: 100%;
}
.comp_10 .wa-btn {
    background-color: rgba(224,224,224,1);
    border-color: rgba(192,192,192,0);
    color: rgba(44,48,51,1);
    font-family: 'Montserrat';
    font-weight: 600;
}
.comp_10 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_10 .wa-btn.wa-btn:active {
    background-color: rgba(224,224,224,1);
    border-color: rgba(192,192,192,0);
    color: rgba(44,48,51,1);
}
.comp_10 .wa-btn.wa-btn:hover {
    background-color: rgba(238,29,37,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_10 a {
    display: flex;
    text-decoration: none;
}
.comp_10 div {
    justify-content: center;
}
.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_12 {
    display: flex;
    width: 100%;
}
.comp_12 .wa-btn {
    background-color: rgba(224,224,224,1);
    border-color: rgba(192,192,192,0);
    color: rgba(44,48,51,1);
    font-family: 'Montserrat';
    font-weight: 600;
}
.comp_12 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_12 .wa-btn.wa-btn:active {
    background-color: rgba(224,224,224,1);
    border-color: rgba(192,192,192,0);
    color: rgba(44,48,51,1);
}
.comp_12 .wa-btn.wa-btn:hover {
    background-color: rgba(238,29,37,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_12 a {
    display: flex;
    text-decoration: none;
}
.comp_12 div {
    justify-content: center;
}
.comp_13 {
    flex-direction: column;
}
.comp_13 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_14 {
    display: flex;
    width: 100%;
}
.comp_14 .wa-btn {
    background-color: rgba(224,224,224,1);
    border-color: rgba(192,192,192,0);
    color: rgba(44,48,51,1);
    font-family: 'Montserrat';
    font-weight: 600;
}
.comp_14 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_14 .wa-btn.wa-btn:active {
    background-color: rgba(224,224,224,1);
    border-color: rgba(192,192,192,0);
    color: rgba(44,48,51,1);
}
.comp_14 .wa-btn.wa-btn:hover {
    background-color: rgba(238,29,37,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_14 a {
    display: flex;
    text-decoration: none;
}
.comp_14 div {
    justify-content: center;
}
.comp_15 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_15 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_16 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_19 {
    flex-direction: column;
}
.comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_2 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_20 {
    display: flex;
    width: 100%;
}
.comp_20 .wa-btn {
    background-color: rgba(96,105,111,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
}
.comp_20 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_20 .wa-btn.wa-btn:active {
    background-color: rgba(96,105,111,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_20 .wa-btn.wa-btn:hover {
    background-color: rgba(96,105,111,1);
    border-color: rgba(96,105,111,1);
    color: rgba(255,255,255,1);
}
.comp_20 a {
    display: flex;
    text-decoration: none;
}
.comp_20 div {
    justify-content: center;
}
.comp_21 {
    flex-direction: column;
}
.comp_21 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_21 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_22 {
    display: flex;
    width: 100%;
}
.comp_22 .wa-btn {
    background-color: rgba(255,255,255,1);
    border-color: rgba(238,29,37,1);
    color: rgba(238,29,37,1);
    font-family: 'Montserrat';
    font-weight: 700;
}
.comp_22 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_22 .wa-btn.wa-btn:active {
    background-color: rgba(255,255,255,1);
    border-color: rgba(238,29,37,1);
    color: rgba(238,29,37,1);
}
.comp_22 .wa-btn.wa-btn:hover {
    background-color: rgba(238,29,37,1);
    border-color: rgba(238,29,37,1);
    color: rgba(255,255,255,1);
}
.comp_22 a {
    display: flex;
    text-decoration: none;
}
.comp_22 div {
    justify-content: center;
}
.comp_23 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_23 hr {
    border-color: rgba(224,224,224,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.comp_24 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_24 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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: center;
}
.comp_27 {
    width: 100%;
}
.comp_27 .carousel-item > a {
    text-decoration: none;
}
.comp_27 .carousel-item a {
    text-decoration: none;
}
.comp_27 .waInnerSlideImg {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_29 .wa-txt-par {
    color: rgba(238,29,37,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_29 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_29 .wa-txt-par.wa-last-par {
    color: rgba(238,29,37,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_29 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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: center;
}
.comp_30 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_30 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_30 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_30 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_30 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_31 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_31 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_31 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_31 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_31 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_32 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_33 {
    flex-direction: column;
}
.comp_33 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_33 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_34 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_35 {
    flex-direction: column;
}
.comp_35 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_35 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_36 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_37 {
    flex-direction: column;
}
.comp_37 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_37 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_38 {
    width: 100%;
}
.comp_39 {
    flex-direction: column;
}
.comp_39 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_39 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_4 .wa-txt-par {
    color: rgba(238,29,37,1);
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_4 .wa-txt-par a {
    color: rgba(96,105,111,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_4 .wa-txt-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.comp_4 .wa-txt-par.wa-last-par {
    color: rgba(238,29,37,1);
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_4 .wa-txt-par.wa-last-par a {
    color: rgba(96,105,111,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_4 .wa-txt-par.wa-last-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.comp_40 {
    display: flex;
    width: 100%;
}
.comp_40 .wa-btn {
    background-color: rgba(199,199,199,1);
    border-color: rgba(192,192,192,0);
    color: rgba(44,48,51,1);
    font-family: 'Montserrat';
    font-weight: 700;
}
.comp_40 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_40 .wa-btn.wa-btn:active {
    background-color: rgba(199,199,199,1);
    border-color: rgba(192,192,192,0);
    color: rgba(44,48,51,1);
}
.comp_40 .wa-btn.wa-btn:hover {
    background-color: rgba(199,199,199,1);
    border-color: rgba(192,192,192,0);
    color: rgba(238,29,37,1);
}
.comp_40 a {
    display: flex;
    text-decoration: none;
}
.comp_40 div {
    justify-content: center;
}
.comp_41 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_42 {
    flex-direction: column;
}
.comp_42 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_43 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_43 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_43 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_43 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_43 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_44 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_45 {
    flex-direction: column;
}
.comp_45 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_45 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_46 {
    animation: slideInUp;
    animation-duration: 1000ms;
    width: 100%;
}
.comp_46 .frame-video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.comp_46 .video-container {
    background-image: 56.25%;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.comp_47 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_47 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_47-wrap {
    background-color: rgba(96,105,111,1);
    flex-direction: column;
    width: 100%;
}
.comp_48 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_49 {
    flex-direction: column;
}
.comp_49 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.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: center;
}
.comp_50 {
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_50 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_50 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_50 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_50 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_51 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_51 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_51 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_51 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_51 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_52 {
    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: flex-start;
}
.comp_53 {
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_53 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_53 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_53 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_53 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_54 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_54 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_54 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_54 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_54 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_55 {
    flex-direction: column;
}
.comp_55 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_55 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_56 {
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_56 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
    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(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_57 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_57 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_57 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_57 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_59 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_59 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_59 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_59 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_6 {
    display: flex;
    width: 100%;
}
.comp_6 .wa-image-wrap {
    aspect-ratio: 3000/1922;;
    box-sizing: content-box;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 3000px) );
}
.comp_6 .wa-image-wrap > div {
    aspect-ratio: 3000/1922;;
    position: relative;
    width: 100%;
}
.comp_6 .wa-image-wrap img {
    aspect-ratio: 3000/1922;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_60 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_60 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_60 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_60 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_60 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_61 {
    flex-direction: column;
}
.comp_61 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_61 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_62 {
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_62 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_62 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_62 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_62 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_63 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_63 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    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(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    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 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_64 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_64-wrap {
    background-color: rgba(238,29,37,1);
    flex-direction: column;
    width: 100%;
}
.comp_65 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_66 {
    flex-direction: column;
}
.comp_66 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_67 {
    line-height: 100%;
    width: 100%;
}
.comp_67 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_68 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_68 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_68 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.comp_68 .wa-txt-par a:hover {
    color: rgba(44,48,51,1);
    text-decoration: underline;
}
.comp_68 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_68 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.comp_68 .wa-txt-par.wa-last-par a:hover {
    color: rgba(44,48,51,1);
    text-decoration: underline;
}
.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 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_7 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_7-wrap {
    flex-direction: column;
    width: 100%;
}
.comp_70 {
    line-height: 100%;
    width: 100%;
}
.comp_70 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_71 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_71 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_71 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.comp_71 .wa-txt-par a:hover {
    color: rgba(44,48,51,1);
    text-decoration: underline;
}
.comp_71 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_71 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.comp_71 .wa-txt-par.wa-last-par a:hover {
    color: rgba(44,48,51,1);
    text-decoration: underline;
}
.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_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: center;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_1 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_1 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_10 {
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.comp_10 .wa-btn {
    font-size: 1em;
}
.comp_10 a {
    width: 100%;
}
.comp_10 div {
    width: 100%;
}
.comp_11 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_11 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_11 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_12 {
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.comp_12 .wa-btn {
    font-size: 1em;
}
.comp_12 a {
    width: 100%;
}
.comp_12 div {
    width: 100%;
}
.comp_13 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_13 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_14 {
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.comp_14 .wa-btn {
    font-size: 1em;
}
.comp_14 a {
    width: 100%;
}
.comp_14 div {
    width: 100%;
}
.comp_15 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_15 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
}
.comp_16 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_18 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0rem !important;
}
.comp_19 {
    min-height: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_2 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_20 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_20 .wa-btn {
    font-size: 1em;
}
.comp_20 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_20 a {
    width: 100%;
}
.comp_20 div {
    width: 100%;
}
.comp_21 {
    min-height: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.comp_21 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_21 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_22 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_22 .wa-btn {
    font-size: 1em;
}
.comp_22 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_22 a {
    width: 100%;
}
.comp_22 div {
    width: 100%;
}
.comp_23 {
    margin-bottom: 0px;
    margin-top: 1rem;
    min-height: 32px;
}
.comp_24 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_24 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 5rem;
    margin-right: 3rem;
    margin-top: 0rem;
}
.comp_27 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_27 .carousel-indicators {
    display: flex;
}
.comp_27 .ratio {
    --bs-aspect-ratio: unset;
    height: 400px;
}
.comp_27 .wa-carousel-control {
    display: flex;
}
.comp_27 .waInnerSlideImg {
    background-size: contain;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_29 {
    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_29 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
}
.comp_29 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_30 {
    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_30 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
}
.comp_30 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
}
.comp_31 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_31 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_31 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_32 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_33 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_33 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_33 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_34 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_35 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_35 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_35 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.comp_36 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_37 {
    min-height: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.comp_37 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_37 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_38 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_39 {
    min-height: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.comp_39 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_39 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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: 12px;
    line-height: 1.2;
}
.comp_4 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.comp_40 {
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.comp_40 .wa-btn {
    font-size: 1em;
}
.comp_40 a {
    width: 100%;
}
.comp_40 div {
    width: 100%;
}
.comp_41 {
    display: flex;
    margin-bottom: 0rem !important;
    margin-top: 1rem !important;
}
.comp_42 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_42 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_43 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.comp_43 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.comp_43 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.comp_44 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_45 {
    min-height: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.comp_45 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_45 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_46 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_47 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_47-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_48 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.comp_49 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_49 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_50 {
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    border-left-color: #eeffff;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #eeffff;
    border-right-width: 0px;
    border-top-color: #eeffff;
    border-top-width: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_50 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_50 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_51 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_51 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_51 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_53 {
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    border-left-color: #ffffff;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #ffffff;
    border-right-width: 0px;
    border-top-color: #ffffff;
    border-top-width: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 10px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_53 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_53 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_54 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_54 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_54 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_55 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_55 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_55 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_56 {
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    border-left-color: #ffffff;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #ffffff;
    border-right-width: 0px;
    border-top-color: #ffffff;
    border-top-width: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_56 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_56 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_57 {
    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_57 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_57 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_59 {
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    border-left-color: #ffffff;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #ffffff;
    border-right-width: 0px;
    border-top-color: #ffffff;
    border-top-width: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_59 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_59 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_6 {
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_6 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 70px , 3000px) );
}
.comp_60 {
    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_60 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_60 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_61 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_61 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_61 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_62 {
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    border-left-color: #ffffff;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #ffffff;
    border-right-width: 0px;
    border-top-color: #ffffff;
    border-top-width: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_62 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_62 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
}
.comp_63 {
    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_63 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_63 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.comp_64 > .innerBox {
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_64-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_65 {
    display: flex;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.comp_66 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_66 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_67 {
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 0px;
}
.comp_67 .wa-v-icon-wrapper {
    align-items: center;
    height: 3rem;
    justify-content: center;
}
.comp_67 .wa-v-icon-wrapper i {
    font-size: 3rem;
}
.comp_68 {
    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_68 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.comp_68 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.comp_69 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_69 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_7 > .innerBox {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
}
.comp_7-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 1px;
}
.comp_70 {
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 0px;
}
.comp_70 .wa-v-icon-wrapper {
    align-items: center;
    height: 3rem;
    justify-content: center;
}
.comp_70 .wa-v-icon-wrapper i {
    font-size: 3rem;
}
.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: 16px;
}
.comp_71 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.comp_71 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.comp_72 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_72 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_72 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_9 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
body {
    background-image: url('');
}
@media (min-width: 576px) {
    .comp_1 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_10 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_10 .wa-btn {
        font-size: 1em;
    }
    .comp_10 a {
        width: 100%;
    }
    .comp_10 div {
        width: 100%;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_12 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_12 .wa-btn {
        font-size: 1em;
    }
    .comp_12 a {
        width: 100%;
    }
    .comp_12 div {
        width: 100%;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_14 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_14 .wa-btn {
        font-size: 1em;
    }
    .comp_14 a {
        width: 100%;
    }
    .comp_14 div {
        width: 100%;
    }
    .comp_15 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_15 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .comp_16 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0rem !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_20 .wa-btn {
        font-size: 1em;
    }
    .comp_20 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_20 a {
        width: 100%;
    }
    .comp_20 div {
        width: 100%;
    }
    .comp_21 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_21 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_22 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_22 .wa-btn {
        font-size: 1em;
    }
    .comp_22 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_22 a {
        width: 100%;
    }
    .comp_22 div {
        width: 100%;
    }
    .comp_23 {
        margin-bottom: 0px;
        margin-top: 1rem;
        min-height: 32px;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_24 > .innerBox {
        margin-bottom: 3rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 3rem;
    }
    .comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 5rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_27 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_27 .carousel-indicators {
        display: flex;
    }
    .comp_27 .ratio {
        --bs-aspect-ratio: unset;
        height: 400px;
    }
    .comp_27 .wa-carousel-control {
        display: flex;
    }
    .comp_27 .waInnerSlideImg {
        background-size: contain;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_29 {
        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_29 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_29 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_30 {
        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_30 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_30 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_31 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_31 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_32 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_33 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_33 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_33 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .comp_36 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_37 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_37 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_38 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_39 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 12px;
        line-height: 1.2;
    }
    .comp_4 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_40 {
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .comp_40 .wa-btn {
        font-size: 1em;
    }
    .comp_40 a {
        width: 100%;
    }
    .comp_40 div {
        width: 100%;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0rem !important;
        margin-top: 1rem !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_43 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_45 {
        min-height: 0px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_45 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_46 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_47 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_47-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_50 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #eeffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #eeffff;
        border-right-width: 0px;
        border-top-color: #eeffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_51 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_51 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_53 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 10px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_53 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_53 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_54 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_54 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_55 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_55 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_55 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_56 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_56 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_56 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_57 {
        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_57 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_59 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_59 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_59 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_6 {
        justify-content: flex-end;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_6 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100px , 3000px) );
    }
    .comp_60 {
        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_60 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_60 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_61 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_61 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_61 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_62 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_62 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_62 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_63 {
        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_63 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_63 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_64 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_64-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_65 {
        display: flex;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        margin-bottom: 30px;
        margin-top: 30px;
        min-height: 0px;
    }
    .comp_67 .wa-v-icon-wrapper {
        align-items: center;
        height: 3rem;
        justify-content: center;
    }
    .comp_67 .wa-v-icon-wrapper i {
        font-size: 3rem;
    }
    .comp_68 {
        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_68 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_68 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_7 > .innerBox {
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
    }
    .comp_7-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 1px;
    }
    .comp_70 {
        margin-bottom: 30px;
        margin-top: 30px;
        min-height: 0px;
    }
    .comp_70 .wa-v-icon-wrapper {
        align-items: center;
        height: 3rem;
        justify-content: center;
    }
    .comp_70 .wa-v-icon-wrapper i {
        font-size: 3rem;
    }
    .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: 16px;
    }
    .comp_71 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 768px) {
    .comp_1 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_10 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_10 .wa-btn {
        font-size: 1em;
    }
    .comp_10 a {
        width: 100%;
    }
    .comp_10 div {
        width: 100%;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_12 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_12 .wa-btn {
        font-size: 1em;
    }
    .comp_12 a {
        width: 100%;
    }
    .comp_12 div {
        width: 100%;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_14 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_14 .wa-btn {
        font-size: 1em;
    }
    .comp_14 a {
        width: 100%;
    }
    .comp_14 div {
        width: 100%;
    }
    .comp_15 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_15 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .comp_16 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0rem !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_20 .wa-btn {
        font-size: 1em;
    }
    .comp_20 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_20 a {
        width: 100%;
    }
    .comp_20 div {
        width: 100%;
    }
    .comp_21 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_21 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_22 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_22 .wa-btn {
        font-size: 1em;
    }
    .comp_22 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_22 a {
        width: 100%;
    }
    .comp_22 div {
        width: 100%;
    }
    .comp_23 {
        margin-bottom: 0px;
        margin-top: 1rem;
        min-height: 32px;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_24 > .innerBox {
        margin-bottom: 3rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_27 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_27 .carousel-indicators {
        display: flex;
    }
    .comp_27 .ratio {
        --bs-aspect-ratio: unset;
        height: 400px;
    }
    .comp_27 .wa-carousel-control {
        display: flex;
    }
    .comp_27 .waInnerSlideImg {
        background-size: contain;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_29 {
        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_29 .wa-txt-par {
        font-size: 30px;
        line-height: 1.2;
    }
    .comp_29 .wa-txt-par.wa-last-par {
        font-size: 30px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_30 {
        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_30 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_30 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_31 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_31 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_32 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_33 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_33 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_33 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .comp_36 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_37 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_37 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_38 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_39 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 12px;
        line-height: 1.2;
    }
    .comp_4 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_40 {
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .comp_40 .wa-btn {
        font-size: 1em;
    }
    .comp_40 a {
        width: 100%;
    }
    .comp_40 div {
        width: 100%;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0rem !important;
        margin-top: 1rem !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_43 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_45 {
        min-height: 0px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_45 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_46 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_47 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_47-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_50 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #eeffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #eeffff;
        border-right-width: 0px;
        border-top-color: #eeffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_51 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_51 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_53 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 10px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_53 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_53 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_54 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_54 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_55 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_55 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_55 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_56 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_56 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_56 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_57 {
        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_57 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_59 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_59 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_59 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_6 {
        justify-content: flex-end;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_6 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100px , 3000px) );
    }
    .comp_60 {
        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_60 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_60 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_61 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_61 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_61 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_62 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_62 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_62 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_63 {
        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_63 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_63 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_64 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_64-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_65 {
        display: flex;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        margin-bottom: 30px;
        margin-top: 30px;
        min-height: 0px;
    }
    .comp_67 .wa-v-icon-wrapper {
        align-items: center;
        height: 3rem;
        justify-content: center;
    }
    .comp_67 .wa-v-icon-wrapper i {
        font-size: 3rem;
    }
    .comp_68 {
        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_68 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_68 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_7 > .innerBox {
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
    }
    .comp_7-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 1px;
    }
    .comp_70 {
        margin-bottom: 30px;
        margin-top: 30px;
        min-height: 0px;
    }
    .comp_70 .wa-v-icon-wrapper {
        align-items: center;
        height: 3rem;
        justify-content: center;
    }
    .comp_70 .wa-v-icon-wrapper i {
        font-size: 3rem;
    }
    .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: 16px;
    }
    .comp_71 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 992px) {
    .comp_1 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_10 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_10 .wa-btn {
        font-size: 1em;
    }
    .comp_10 a {
        width: 100%;
    }
    .comp_10 div {
        width: 100%;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_12 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_12 .wa-btn {
        font-size: 1em;
    }
    .comp_12 a {
        width: 100%;
    }
    .comp_12 div {
        width: 100%;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_14 {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .comp_14 .wa-btn {
        font-size: 1em;
    }
    .comp_14 a {
        width: 100%;
    }
    .comp_14 div {
        width: 100%;
    }
    .comp_15 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_15 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .comp_16 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0rem !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_20 .wa-btn {
        font-size: 1em;
    }
    .comp_20 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_20 a {
        width: 100%;
    }
    .comp_20 div {
        width: 100%;
    }
    .comp_21 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_21 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_22 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_22 .wa-btn {
        font-size: 1em;
    }
    .comp_22 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_22 a {
        width: 100%;
    }
    .comp_22 div {
        width: 100%;
    }
    .comp_23 {
        margin-bottom: 0px;
        margin-top: 1rem;
        min-height: 32px;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_24 > .innerBox {
        margin-bottom: 3rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 4rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_27 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_27 .carousel-indicators {
        display: flex;
    }
    .comp_27 .ratio {
        --bs-aspect-ratio: unset;
        height: 400px;
    }
    .comp_27 .wa-carousel-control {
        display: flex;
    }
    .comp_27 .waInnerSlideImg {
        background-size: contain;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_29 {
        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_29 .wa-txt-par {
        font-size: 30px;
        line-height: 1.2;
    }
    .comp_29 .wa-txt-par.wa-last-par {
        font-size: 30px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_30 {
        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_30 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_30 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .comp_31 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_31 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_32 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_33 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_33 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_33 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .comp_36 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_37 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_37 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_38 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_39 {
        min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 12px;
        line-height: 1.2;
    }
    .comp_4 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .comp_40 {
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .comp_40 .wa-btn {
        font-size: 1em;
    }
    .comp_40 a {
        width: 100%;
    }
    .comp_40 div {
        width: 100%;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0rem !important;
        margin-top: 1rem !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_43 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_45 {
        min-height: 0px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_45 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_46 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_47 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_47-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_50 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #eeffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #eeffff;
        border-right-width: 0px;
        border-top-color: #eeffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_51 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_51 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_53 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 10px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_53 .wa-txt-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_53 .wa-txt-par.wa-last-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_54 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .comp_54 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .comp_55 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_55 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_55 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_56 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_56 .wa-txt-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_56 .wa-txt-par.wa-last-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_57 {
        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_57 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_59 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_59 .wa-txt-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_59 .wa-txt-par.wa-last-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_6 {
        justify-content: flex-end;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_6 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100px , 3000px) );
    }
    .comp_60 {
        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_60 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .comp_60 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .comp_61 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_61 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_61 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_62 {
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        border-left-color: #ffffff;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #ffffff;
        border-right-width: 0px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_62 .wa-txt-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_62 .wa-txt-par.wa-last-par {
        font-size: 22px;
        line-height: 1.2;
    }
    .comp_63 {
        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_63 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .comp_63 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .comp_64 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_64-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_65 {
        display: flex;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        margin-bottom: 30px;
        margin-top: 30px;
        min-height: 0px;
    }
    .comp_67 .wa-v-icon-wrapper {
        align-items: center;
        height: 3rem;
        justify-content: center;
    }
    .comp_67 .wa-v-icon-wrapper i {
        font-size: 3rem;
    }
    .comp_68 {
        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_68 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_68 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_7 > .innerBox {
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
    }
    .comp_7-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 1px;
    }
    .comp_70 {
        margin-bottom: 30px;
        margin-top: 30px;
        min-height: 0px;
    }
    .comp_70 .wa-v-icon-wrapper {
        align-items: center;
        height: 3rem;
        justify-content: center;
    }
    .comp_70 .wa-v-icon-wrapper i {
        font-size: 3rem;
    }
    .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: 16px;
    }
    .comp_71 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    body {
        background-image: url('');
    }
}



.cart-button {
	font-family: 'montserrat', sans-serif;
	font-weight: 500;

}

.cart-button:hover {
	color: #ee1d25;

}



#count-ref {
	background-color: #ee1d25;
	color: #FFF;
	padding: 0 4px;
	border-radius: 50%;
}


.blockcomp-0-comp_11 {
  position: relative;
}

.blockcomp-0-comp_11::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px; /* Hauteur de l'ombre, ajustez selon vos préférences */
  background-color: #e0e0e0; /* Couleur d'ombre */
  box-shadow: 0px 0px 2px rgba(192, 192, 192, 0.5); /* Boîte d'ombre */
}



.blockcomp-0-comp_13 {
  position: relative;
}

.blockcomp-0-comp_13::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px; /* Hauteur de l'ombre, ajustez selon vos préférences */
  background-color: #e0e0e0; /* Couleur d'ombre */
  box-shadow: 0px 0px 2px rgba(192, 192, 192, 0.5); /* Boîte d'ombre */
}



.menu {
  display: flex;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
}

.menu ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  position: relative;
  margin-right: 20px;
}

.menu a {
  display: block;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  white-space: normal;
}
}

.padding-item {
	padding: 10px;
}

.menu a:hover {
  background-color: #eaeaea;
}

.menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  width: 200px;
}

.menu ul li:hover > ul {
  display: inherit;
}

.menu ul ul ul {
  left: 100%;
  top: 0;
}

.menu li:hover > ul {
  display: inherit;
}

.menu ul ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.menu ul ul li:last-child {
  border-bottom: none;
}

.menu ul ul a {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
}

.menu ul ul ul a {
  font-size: 14px;
}

.menu ul ul a:hover {
  background-color: #f1f1f1;
  color: #ee1d25;
}

/* Ajout du style pour les barres rouges des onglets principaux */
.menu > ul > li > a::before,
.menu > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  transition: width 0.3s ease;
  background-color: #ee1d25;
}

.menu > ul > li > a::before {
  left: 0;
}

.menu > ul > li > a::after {
  right: 0;
}

.menu > ul > li:hover > a::before,
.menu > ul > li:hover > a::after {
  width: 50%;
}

.menu .active::before,
.menu .active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ee1d25;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}


/* Styles pour les écrans de grande taille */
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Styles pour les écrans de taille moyenne */

@media screen and (min-width:992px) {
	.menu ul ul {
		 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 0 4px rgba(0, 0, 0, 0.2);	
	}
}

@media screen and (max-width:992px) {
	.multi-level {
		margin-left: 20px;
	}
}
/* Styles pour les écrans de petite taille */

.dropdown-toggle::after {
	border:0;
}


.dropdown-menu {
	border-radius: 0;
	border: 0;
}
/*
.arrow::after {
	margin-left: 4px;
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    font-size: 14px;
}
*/



.blockcomp-0-comp_15 {
  position: relative;
}

.blockcomp-0-comp_15::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px; /* Hauteur de l'ombre, ajustez selon vos préférences */
  background-color: #e0e0e0; /* Couleur d'ombre */
  box-shadow: 0px 0px 2px rgba(192, 192, 192, 0.5); /* Boîte d'ombre */
}


.blockcomp-0-comp_0 {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_10 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_11 {
    flex-direction: column;
}
.blockcomp-0-comp_11 > .wa_inner_col {
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_11 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_12 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_12 .wa-image-wrap {
    aspect-ratio: 4000/1670;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 4000px) );
}
.blockcomp-0-comp_12 .wa-image-wrap > div {
    aspect-ratio: 4000/1670;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_12 .wa-image-wrap img {
    aspect-ratio: 4000/1670;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_13 {
    flex-direction: column;
}
.blockcomp-0-comp_13 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_13 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_14 {
    width: 100%;
}
.blockcomp-0-comp_15 {
    flex-direction: column;
}
.blockcomp-0-comp_15 > .wa_inner_col {
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_15 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_16 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_16 .wa-image-wrap {
    aspect-ratio: 1366/570;;
    box-sizing: content-box;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1366px) );
}
.blockcomp-0-comp_16 .wa-image-wrap > div {
    aspect-ratio: 1366/570;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_16 .wa-image-wrap img {
    aspect-ratio: 1366/570;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    background-color: rgba(235,235,235,1);
    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: center;
}
.blockcomp-0-comp_3 {
    background-color: rgba(235,235,235,1);
    width: 100%;
}
.blockcomp-0-comp_4 {
    flex-direction: column;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    background-color: rgba(235,235,235,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_5 {
    width: 100%;
}
.blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget i {
    color: rgba(160,160,164,1) !important;
}
.blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget-focus-within i {
    color: rgba(160,160,164,1) !important;
}
.blockcomp-0-comp_6 {
    flex-direction: column;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    background-color: rgba(235,235,235,1);
    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: center;
}
.blockcomp-0-comp_7 {
    width: 100%;
}
.blockcomp-0-comp_8 {
    flex-direction: column;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    background-color: rgba(235,235,235,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_9 {
    background-color: rgba(235,235,235,1);
    width: 100%;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
}
.blockcomp-0-comp_10 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_11 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_11 > .wa_inner_col {
    border-bottom-color: #e0e0e0;
    border-bottom-width: 0px;
    border-left-color: #000000;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #000000;
    border-right-width: 0px;
    border-top-color: #000000;
    border-top-width: 0px;
}
.blockcomp-0-comp_11 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_12 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_12 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 4000px) );
}
.blockcomp-0-comp_13 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_13 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_13 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_14 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-0-comp_15 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_15 > .wa_inner_col {
    border-bottom-color: #e0e0e0;
    border-bottom-width: 0px;
    border-left-color: #000000;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #000000;
    border-right-width: 0px;
    border-top-color: #000000;
    border-top-width: 0px;
}
.blockcomp-0-comp_15 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_16 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_16 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1366px) );
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_3 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 30px;
}
.blockcomp-0-comp_4 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_5 {
    margin-bottom: 3px;
    margin-top: 3px;
}
.blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget {
    border-radius: 5px 5px 5px 5px;
    font-size: 1rem;
    height: 1rem;
    max-width: 299px;
    width: 200px;
}
.blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget i {
    font-size: 1rem;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 2rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_7 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-0-comp_8 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_9 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 30px;
}
@media (min-width: 576px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }
    .blockcomp-0-comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_11 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_11 > .wa_inner_col {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 0px;
        border-left-color: #000000;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #000000;
        border-right-width: 0px;
        border-top-color: #000000;
        border-top-width: 0px;
    }
    .blockcomp-0-comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_12 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_12 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 4000px) );
    }
    .blockcomp-0-comp_13 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_14 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-0-comp_15 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_15 > .wa_inner_col {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 0px;
        border-left-color: #000000;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #000000;
        border-right-width: 0px;
        border-top-color: #000000;
        border-top-width: 0px;
    }
    .blockcomp-0-comp_15 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_16 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_16 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1366px) );
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 3px;
        margin-top: 3px;
    }
    .blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget {
        border-radius: 5px 5px 5px 5px;
        font-size: 1rem;
        height: 1rem;
        max-width: 299px;
        width: 200px;
    }
    .blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget i {
        font-size: 1rem;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 4rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
}
@media (min-width: 768px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }
    .blockcomp-0-comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_11 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_11 > .wa_inner_col {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 0px;
        border-left-color: #000000;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #000000;
        border-right-width: 0px;
        border-top-color: #000000;
        border-top-width: 0px;
    }
    .blockcomp-0-comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_12 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_12 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 4000px) );
    }
    .blockcomp-0-comp_13 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_14 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-0-comp_15 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_15 > .wa_inner_col {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 0px;
        border-left-color: #000000;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #000000;
        border-right-width: 0px;
        border-top-color: #000000;
        border-top-width: 0px;
    }
    .blockcomp-0-comp_15 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_16 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_16 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1366px) );
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 3px;
        margin-top: 3px;
    }
    .blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget {
        border-radius: 5px 5px 5px 5px;
        font-size: 1rem;
        height: 1rem;
        max-width: 299px;
        width: 200px;
    }
    .blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget i {
        font-size: 1rem;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 6rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
}
@media (min-width: 992px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }
    .blockcomp-0-comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_11 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_11 > .wa_inner_col {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 0px;
        border-left-color: #000000;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #000000;
        border-right-width: 0px;
        border-top-color: #000000;
        border-top-width: 0px;
    }
    .blockcomp-0-comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_12 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_12 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 215px , 4000px) );
    }
    .blockcomp-0-comp_13 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_14 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .blockcomp-0-comp_15 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_15 > .wa_inner_col {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 0px;
        border-left-color: #000000;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #000000;
        border-right-width: 0px;
        border-top-color: #000000;
        border-top-width: 0px;
    }
    .blockcomp-0-comp_15 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_16 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_16 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 215px , 1366px) );
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 3px;
        margin-top: 3px;
    }
    .blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget {
        border-radius: 5px 5px 5px 5px;
        font-size: 1rem;
        height: 1rem;
        max-width: 299px;
        width: 200px;
    }
    .blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget i {
        font-size: 1rem;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
}


.blockcomp-1-comp_0 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 .innerBox {
    position: relative;
}
.blockcomp-1-comp_0 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_0-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_10 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_10 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.blockcomp-1-comp_11 {
    flex-direction: column;
}
.blockcomp-1-comp_11 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_12 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_12 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_12 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_12 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_13 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_13 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_13 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_13 .wa-txt-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_14 {
    flex-direction: column;
}
.blockcomp-1-comp_14 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_15 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_15 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_15 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_16 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_16 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_16 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_16 .wa-txt-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_17 {
    flex-direction: column;
}
.blockcomp-1-comp_17 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_18 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_18 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_18 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_19 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_19 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_19 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_19 .wa-txt-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_19 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_19 .wa-txt-par.wa-last-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_2 {
    flex-direction: column;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_20 {
    flex-direction: column;
}
.blockcomp-1-comp_20 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_21 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_21 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_21 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_22 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_22 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_22 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_22 .wa-txt-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_22 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_22 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_22 .wa-txt-par.wa-last-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_23 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_23 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.blockcomp-1-comp_24 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_25 {
    flex-direction: column;
}
.blockcomp-1-comp_25 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_25 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_26 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_26 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_26 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_26 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_26 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_27 {
    flex-direction: column;
}
.blockcomp-1-comp_27 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_28 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_28 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_28 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_29 {
    flex-direction: column;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_3 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_30 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_30 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_30 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_30 .wa-txt-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_31 {
    flex-direction: column;
}
.blockcomp-1-comp_31 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_32 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_32 .wa-btn {
    background-color: rgba(96,105,111,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
}
.blockcomp-1-comp_32 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-1-comp_32 .wa-btn.wa-btn:active {
    background-color: rgba(96,105,111,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-1-comp_32 .wa-btn.wa-btn:hover {
    background-color: rgba(96,105,111,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-1-comp_32 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-1-comp_32 div {
    justify-content: center;
}
.blockcomp-1-comp_33 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_33 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.blockcomp-1-comp_34 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_35 {
    flex-direction: column;
}
.blockcomp-1-comp_35 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_36 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_37 {
    flex-direction: column;
}
.blockcomp-1-comp_37 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_37 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_38 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_39 {
    flex-direction: column;
}
.blockcomp-1-comp_39 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_4 {
    flex-direction: column;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_40 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_41 {
    flex-direction: column;
}
.blockcomp-1-comp_41 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_42 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_43 {
    flex-direction: column;
}
.blockcomp-1-comp_43 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_43 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_44 {
    line-height: 100%;
    width: 100%;
}
.blockcomp-1-comp_44 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.blockcomp-1-comp_45 {
    flex-direction: column;
}
.blockcomp-1-comp_45 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_46 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_46 .wa-image-wrap {
    aspect-ratio: 457/433;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 457px) );
}
.blockcomp-1-comp_46 .wa-image-wrap > div {
    aspect-ratio: 457/433;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_46 .wa-image-wrap img {
    aspect-ratio: 457/433;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_47 {
    flex-direction: column;
}
.blockcomp-1-comp_47 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_47 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_48 {
    line-height: 100%;
    width: 100%;
}
.blockcomp-1-comp_48 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.blockcomp-1-comp_49 {
    flex-direction: column;
}
.blockcomp-1-comp_49 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-image-wrap {
    aspect-ratio: 5000/1380;;
    box-sizing: content-box;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 5000px) );
}
.blockcomp-1-comp_5 .wa-image-wrap > div {
    aspect-ratio: 5000/1380;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-image-wrap img {
    aspect-ratio: 5000/1380;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_50 {
    line-height: 100%;
    width: 100%;
}
.blockcomp-1-comp_50 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.blockcomp-1-comp_6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_6 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_6 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_7 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_7 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_7 .wa-txt-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_7 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_7 .wa-txt-par.wa-last-par a:hover {
    color: rgba(238,29,37,1);
    text-decoration: underline;
}
.blockcomp-1-comp_8 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_9 {
    flex-direction: column;
}
.blockcomp-1-comp_9 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_0 > .innerBox {
    justify-content: start;
    margin-left: 0px;
    margin-right: 0px;
}
.blockcomp-1-comp_0-wrap {
    background-attachment: fixed;
    background-image: url('../../icons/mesh-378_(1).png?t=');
    background-position: center center;
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_0-wrap >.container {
    margin-bottom: 30px;
    margin-top: 30px;
}
.blockcomp-1-comp_0-wrap.wa-parallax {
    background-attachment: fixed;
    background-image: url('../../icons/mesh-378_(1).png?t=');
    background-position: center center;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_10 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-1-comp_11 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_11 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_12 {
    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;
}
.blockcomp-1-comp_12 .wa-txt-par {
    font-size: 13px;
    line-height: 1.2;
}
.blockcomp-1-comp_12 .wa-txt-par.wa-last-par {
    font-size: 13px;
    line-height: 1.2;
}
.blockcomp-1-comp_13 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_13 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_14 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_15 {
    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;
}
.blockcomp-1-comp_15 .wa-txt-par {
    font-size: 13px;
    line-height: 1.2;
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
    font-size: 13px;
    line-height: 1.2;
}
.blockcomp-1-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;
}
.blockcomp-1-comp_16 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_17 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_17 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_18 {
    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;
}
.blockcomp-1-comp_18 .wa-txt-par {
    font-size: 13px;
    line-height: 1.2;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
    font-size: 13px;
    line-height: 1.2;
}
.blockcomp-1-comp_19 {
    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;
}
.blockcomp-1-comp_19 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_20 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_20 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_21 {
    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;
}
.blockcomp-1-comp_21 .wa-txt-par {
    font-size: 13px;
    line-height: 1.2;
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
    font-size: 13px;
    line-height: 1.2;
}
.blockcomp-1-comp_22 {
    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;
}
.blockcomp-1-comp_22 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_22 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_23 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-1-comp_24 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_25 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_25 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_25 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_26 {
    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;
}
.blockcomp-1-comp_26 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_26 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_27 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_27 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_28 {
    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;
}
.blockcomp-1-comp_28 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_29 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_3 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_30 {
    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;
}
.blockcomp-1-comp_30 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_31 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_31 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_32 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_32 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-1-comp_32 a {
    width: 100%;
}
.blockcomp-1-comp_32 div {
    width: 100%;
}
.blockcomp-1-comp_33 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-1-comp_34 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_35 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_35 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_36 {
    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;
}
.blockcomp-1-comp_37 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_37 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_37 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_38 {
    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;
}
.blockcomp-1-comp_39 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_39 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_40 {
    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;
}
.blockcomp-1-comp_41 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_41 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-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: 16px;
}
.blockcomp-1-comp_43 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_43 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_43 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_44 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_44 .wa-v-icon-wrapper {
    align-items: center;
    height: 1rem;
    justify-content: center;
}
.blockcomp-1-comp_44 .wa-v-icon-wrapper i {
    font-size: 1rem;
}
.blockcomp-1-comp_45 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_45 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_46 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_46 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 25px , 457px) );
}
.blockcomp-1-comp_47 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_47 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_47 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_48 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_48 .wa-v-icon-wrapper {
    align-items: center;
    height: 1rem;
    justify-content: center;
}
.blockcomp-1-comp_48 .wa-v-icon-wrapper i {
    font-size: 1rem;
}
.blockcomp-1-comp_49 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_49 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_5 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_5 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 300px , 5000px) );
}
.blockcomp-1-comp_50 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_50 .wa-v-icon-wrapper {
    align-items: center;
    height: 1rem;
    justify-content: center;
}
.blockcomp-1-comp_50 .wa-v-icon-wrapper i {
    font-size: 1rem;
}
.blockcomp-1-comp_6 {
    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;
}
.blockcomp-1-comp_6 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_7 {
    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;
}
.blockcomp-1-comp_7 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_9 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_9 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
@media (min-width: 576px) {
    .blockcomp-1-comp_0 > .innerBox {
        justify-content: start;
        margin-left: 0px;
        margin-right: 0px;
    }
    .blockcomp-1-comp_0-wrap {
        background-attachment: fixed;
        background-image: url('../../icons/mesh-378_(1).png?t=');
        background-position: center center;
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_0-wrap >.container {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .blockcomp-1-comp_0-wrap.wa-parallax {
        background-attachment: fixed;
        background-image: url('../../icons/mesh-378_(1).png?t=');
        background-position: center center;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_12 {
        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;
    }
    .blockcomp-1-comp_12 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_12 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_13 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_13 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_15 {
        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;
    }
    .blockcomp-1-comp_15 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-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;
    }
    .blockcomp-1-comp_16 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        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;
    }
    .blockcomp-1-comp_18 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_19 {
        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;
    }
    .blockcomp-1-comp_19 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_21 {
        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;
    }
    .blockcomp-1-comp_21 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_22 {
        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;
    }
    .blockcomp-1-comp_22 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_22 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_23 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_25 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_25 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_26 {
        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;
    }
    .blockcomp-1-comp_26 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_26 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_28 {
        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;
    }
    .blockcomp-1-comp_28 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_30 {
        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;
    }
    .blockcomp-1-comp_30 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_32 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-1-comp_32 a {
        width: 100%;
    }
    .blockcomp-1-comp_32 div {
        width: 100%;
    }
    .blockcomp-1-comp_33 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_36 {
        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;
    }
    .blockcomp-1-comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_37 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_38 {
        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;
    }
    .blockcomp-1-comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_40 {
        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;
    }
    .blockcomp-1-comp_41 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-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: 16px;
    }
    .blockcomp-1-comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_43 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_44 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_44 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_44 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_46 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_46 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 25px , 457px) );
    }
    .blockcomp-1-comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_47 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_47 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_48 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_48 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_48 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 300px , 5000px) );
    }
    .blockcomp-1-comp_50 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_50 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_50 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_6 {
        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;
    }
    .blockcomp-1-comp_6 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_7 {
        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;
    }
    .blockcomp-1-comp_7 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
}
@media (min-width: 768px) {
    .blockcomp-1-comp_0 > .innerBox {
        justify-content: start;
        margin-left: 0px;
        margin-right: 0px;
    }
    .blockcomp-1-comp_0-wrap {
        background-attachment: fixed;
        background-image: url('../../icons/mesh-378_(1).png?t=');
        background-position: center center;
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_0-wrap >.container {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .blockcomp-1-comp_0-wrap.wa-parallax {
        background-attachment: fixed;
        background-image: url('../../icons/mesh-378_(1).png?t=');
        background-position: center center;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_12 {
        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;
    }
    .blockcomp-1-comp_12 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_12 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_13 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_13 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_15 {
        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;
    }
    .blockcomp-1-comp_15 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-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;
    }
    .blockcomp-1-comp_16 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        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;
    }
    .blockcomp-1-comp_18 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_19 {
        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;
    }
    .blockcomp-1-comp_19 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_21 {
        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;
    }
    .blockcomp-1-comp_21 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_22 {
        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;
    }
    .blockcomp-1-comp_22 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_22 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_23 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_25 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_25 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_26 {
        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;
    }
    .blockcomp-1-comp_26 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_26 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_28 {
        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;
    }
    .blockcomp-1-comp_28 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_30 {
        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;
    }
    .blockcomp-1-comp_30 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_32 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-1-comp_32 a {
        width: 100%;
    }
    .blockcomp-1-comp_32 div {
        width: 100%;
    }
    .blockcomp-1-comp_33 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_36 {
        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;
    }
    .blockcomp-1-comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_37 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_38 {
        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;
    }
    .blockcomp-1-comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_40 {
        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;
    }
    .blockcomp-1-comp_41 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-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: 16px;
    }
    .blockcomp-1-comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_43 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_44 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_44 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_44 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_46 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_46 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 25px , 457px) );
    }
    .blockcomp-1-comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_47 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_47 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_48 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_48 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_48 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 250px , 5000px) );
    }
    .blockcomp-1-comp_50 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_50 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_50 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_6 {
        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;
    }
    .blockcomp-1-comp_6 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_7 {
        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;
    }
    .blockcomp-1-comp_7 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
}
@media (min-width: 992px) {
    .blockcomp-1-comp_0 > .innerBox {
        justify-content: start;
        margin-left: 0px;
        margin-right: 0px;
    }
    .blockcomp-1-comp_0-wrap {
        background-attachment: fixed;
        background-image: url('../../icons/mesh-378_(1).png?t=');
        background-position: center center;
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_0-wrap >.container {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .blockcomp-1-comp_0-wrap.wa-parallax {
        background-attachment: fixed;
        background-image: url('../../icons/mesh-378_(1).png?t=');
        background-position: center center;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_12 {
        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;
    }
    .blockcomp-1-comp_12 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_12 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_13 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_13 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_15 {
        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;
    }
    .blockcomp-1-comp_15 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-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;
    }
    .blockcomp-1-comp_16 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        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;
    }
    .blockcomp-1-comp_18 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_19 {
        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;
    }
    .blockcomp-1-comp_19 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_21 {
        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;
    }
    .blockcomp-1-comp_21 .wa-txt-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_22 {
        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;
    }
    .blockcomp-1-comp_22 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_22 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_23 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_25 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_25 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_26 {
        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;
    }
    .blockcomp-1-comp_26 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_26 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_28 {
        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;
    }
    .blockcomp-1-comp_28 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_30 {
        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;
    }
    .blockcomp-1-comp_30 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_32 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-1-comp_32 a {
        width: 100%;
    }
    .blockcomp-1-comp_32 div {
        width: 100%;
    }
    .blockcomp-1-comp_33 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_36 {
        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;
    }
    .blockcomp-1-comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_37 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_38 {
        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;
    }
    .blockcomp-1-comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_40 {
        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;
    }
    .blockcomp-1-comp_41 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-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: 16px;
    }
    .blockcomp-1-comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_43 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_44 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_44 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_44 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_46 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_46 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 25px , 457px) );
    }
    .blockcomp-1-comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_47 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_47 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_48 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_48 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_48 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 300px , 5000px) );
    }
    .blockcomp-1-comp_50 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_50 .wa-v-icon-wrapper {
        align-items: center;
        height: 1rem;
        justify-content: center;
    }
    .blockcomp-1-comp_50 .wa-v-icon-wrapper i {
        font-size: 1rem;
    }
    .blockcomp-1-comp_6 {
        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;
    }
    .blockcomp-1-comp_6 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_7 {
        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;
    }
    .blockcomp-1-comp_7 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_8 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
}
