


.comp_5 a {text-decoration: none;}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox'],
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio'] {
    --active: #3978fc;
    --active-inner: #ffffff;
    --focus: 2px rgba(57,120,252,0.300008);
    --border: #3778fc;
    --border-hover: #3978fc;
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:after,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:checked,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:disabled,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:disabled:checked,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:disabled + label,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:disabled + label {
    cursor: not-allowed;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:hover:not(:checked):not(:disabled),
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:focus,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:not(.switch),
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:not(.switch) {
    width: 21px;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:not(.switch):after,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:not(.switch):checked,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:not(.switch):checked {
    --o: 1;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox'] + label,
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio'] + label {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0.2em;
  }

  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio'] {
    border-radius: 50%;
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  .wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'][type='radio']:checked {
    --s: .5;
  }
}

.wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'] * {
  box-sizing: border-box;
}
.wafx-form-input[data-uuid-form='{b8c8a21a-d235-46d1-9558-e92c4fc70dc0}'] *:before, *:after {
  box-sizing: border-box;
}


.comp_10 {
    flex-direction: column;
}
.comp_10 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_11 {
    width: 100%;
}
.comp_12 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_13 {
    flex-direction: column;
}
.comp_13 > .wa_inner_col {
    background-color: rgba(37,124,152,1);
    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 {
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_14 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_14 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_14 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_14 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_15 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_16 {
    flex-direction: column;
}
.comp_16 > .wa_inner_col {
    background-color: rgba(37,124,152,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_17 {
    line-height: 0em;
    width: 100%;
}
.comp_17 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
}
.comp_17 ul li {
    float: left;
    list-style-type: none;
}
.comp_17 ul li > .inner > a > img {
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease,opacity 0.4s ease;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);
}
.comp_17 ul li > .inner:hover > a > img {
    transform:  translateZ(0);
}
.comp_17 ul li a img {
    width: 100%;
}
.comp_18 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_19 {
    flex-direction: column;
}
.comp_19 > .wa_inner_col {
    background-color: rgba(69,190,190,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_2 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_2 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_20 {
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_20 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_20 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_20 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_20 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_21 {
    animation: bounceIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_21 .wa-image-wrap {
    aspect-ratio: 591/591;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 591px) );
}
.comp_21 .wa-image-wrap > div {
    aspect-ratio: 591/591;;
    position: relative;
    width: 100%;
}
.comp_21 .wa-image-wrap img {
    aspect-ratio: 591/591;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_22 {
    display: flex;
    width: 100%;
}
.comp_22 .wa-image-wrap {
    aspect-ratio: 125/50;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 125px) );
}
.comp_22 .wa-image-wrap > div {
    aspect-ratio: 125/50;;
    position: relative;
    width: 100%;
}
.comp_22 .wa-image-wrap img {
    aspect-ratio: 125/50;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_23 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_24 {
    flex-direction: column;
}
.comp_24 > .wa_inner_col {
    background-color: rgba(55,151,152,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_25 {
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_25 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_25 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_25 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_25 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_26 {
    line-height: 0em;
    width: 100%;
}
.comp_26 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
}
.comp_26 ul li {
    float: left;
    list-style-type: none;
}
.comp_26 ul li > .inner > a > img {
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease,opacity 0.4s ease;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);
}
.comp_26 ul li > .inner:hover > a > img {
    transform:  translateZ(0);
}
.comp_26 ul li a img {
    width: 100%;
}
.comp_27 {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_27 .innerBox {
    position: relative;
}
.comp_27 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.comp_27 .wa-inner-kenburns > .kb-animation {
    animation: wa_comp_27_kfrm 10000ms linear;
    transform: scale(1.2);
}
.comp_27 .wa-inner-kenburns > div {
    background-position: center center;
    background-size: cover;
    transform-origin: 50% 50%;
}
.comp_27 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_27 > .innerBox > .row {
    z-index: 0;
}
.comp_28 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_29 {
    flex-direction: column;
}
.comp_29 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_29 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_3 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_30 {
    width: 100%;
}
.comp_31 {
    flex-direction: column;
}
.comp_31 > .wa_inner_col {
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_31 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_32 {
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_32 .wa-txt-par {
    color: rgba(25,82,102,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_32 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_32 .wa-txt-par a:hover {
    color: rgba(36,100,102,1);
    text-decoration: underline;
}
.comp_32 .wa-txt-par.wa-last-par {
    color: rgba(25,82,102,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_32 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_32 .wa-txt-par.wa-last-par a:hover {
    color: rgba(36,100,102,1);
    text-decoration: underline;
}
.comp_33 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_34 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_35 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_35 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_35-wrap {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    width: 100%;
}
.comp_36 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_37 {
    flex-direction: column;
}
.comp_37 > .wa_inner_col {
    background-color: rgba(153,153,153,1);
    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 {
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_38 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_38 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_38 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_38 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_39 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_4 {
    flex-direction: column;
}
.comp_4 > .wa_inner_col {
    background-color: rgba(55,151,152,0);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_40 {
    flex-direction: column;
}
.comp_40 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_40 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_41 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_42 {
    flex-direction: column;
}
.comp_42 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_43 {
    display: flex;
    width: 100%;
}
.comp_43 .wa-image-wrap {
    aspect-ratio: 534/535;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 534px) );
}
.comp_43 .wa-image-wrap > div {
    aspect-ratio: 534/535;;
    position: relative;
    width: 100%;
}
.comp_43 .wa-image-wrap img {
    aspect-ratio: 534/535;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_44 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_44 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_44 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_44 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_44 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_47 {
    flex-direction: column;
}
.comp_47 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_47 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_48 {
    display: flex;
    width: 100%;
}
.comp_48 .wa-image-wrap {
    aspect-ratio: 534/535;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 534px) );
}
.comp_48 .wa-image-wrap > div {
    aspect-ratio: 534/535;;
    position: relative;
    width: 100%;
}
.comp_48 .wa-image-wrap img {
    aspect-ratio: 534/535;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_49 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_49 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_49 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_49 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_49 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_5 {
    width: 100%;
}
.comp_5 .carousel-item > a {
    text-decoration: none;
}
.comp_5 .carousel-item a {
    text-decoration: none;
}
.comp_5 .waInnerSlideImg {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.comp_50 {
    flex-direction: column;
}
.comp_50 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_51 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_52 {
    flex-direction: column;
}
.comp_52 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_52 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_53 {
    display: flex;
    width: 100%;
}
.comp_53 .wa-image-wrap {
    aspect-ratio: 534/535;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 534px) );
}
.comp_53 .wa-image-wrap > div {
    aspect-ratio: 534/535;;
    position: relative;
    width: 100%;
}
.comp_53 .wa-image-wrap img {
    aspect-ratio: 534/535;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_54 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_54 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_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(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_54 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_55 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_55 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_55-wrap {
    background-color: rgba(199,199,199,1);
    flex-direction: column;
    width: 100%;
}
.comp_56 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_57 {
    flex-direction: column;
}
.comp_57 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_57 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_58 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_58 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_58 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_58 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_58 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_59 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_6 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_60 {
    flex-direction: column;
}
.comp_60 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_60 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_61 {
    width: 100%;
}
.comp_61 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_61 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_62 {
    width: 100%;
}
.comp_62 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_62 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_63 {
    width: 100%;
}
.comp_63 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_63 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_64 {
    width: 100%;
}
.comp_64 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_64 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_65 {
    display: flex;
    width: 100%;
}
.comp_65 .wa-btn {
    background-color: rgba(255,255,255,1);
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
    font-family: ;
    font-weight: 700;
}
.comp_65 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_65 .wa-btn.wa-btn:active {
    background-color: rgba(255,255,255,1);
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
}
.comp_65 .wa-btn.wa-btn:hover {
    background-color: rgba(232,232,232,1);
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
}
.comp_65 a {
    display: flex;
    text-decoration: none;
}
.comp_65 div {
    justify-content: center;
}
.comp_66 {
    background-color: rgba(55,151,152,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_66 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_67 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_68 {
    flex-direction: column;
}
.comp_68 > .wa_inner_col {
    background-color: rgba(55,151,152,0);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_68 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_69 {
    animation: slideInRight;
    animation-duration: 1000ms;
    line-height: 0em;
    width: 100%;
}
.comp_69 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
}
.comp_69 ul li {
    float: left;
    list-style-type: none;
}
.comp_69 ul li > .inner > a > img {
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease,opacity 0.4s ease;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);
}
.comp_69 ul li > .inner:hover > a > img {
    transform:  translateZ(0);
}
.comp_69 ul li a img {
    width: 100%;
}
.comp_7 {
    flex-direction: column;
}
.comp_7 > .wa_inner_col {
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_7 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_70 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_71 {
    flex-direction: column;
}
.comp_71 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_71 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_72 {
    display: flex;
    width: 100%;
}
.comp_72 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.comp_72 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.comp_72 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_73 {
    flex-direction: column;
}
.comp_73 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_73 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_74 {
    display: flex;
    width: 100%;
}
.comp_74 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.comp_74 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.comp_74 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_75 {
    flex-direction: column;
}
.comp_75 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_75 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_76 {
    display: flex;
    width: 100%;
}
.comp_76 .wa-image-wrap {
    aspect-ratio: 298/115;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 298px) );
}
.comp_76 .wa-image-wrap > div {
    aspect-ratio: 298/115;;
    position: relative;
    width: 100%;
}
.comp_76 .wa-image-wrap img {
    aspect-ratio: 298/115;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_77 {
    flex-direction: column;
}
.comp_77 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_77 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_78 {
    display: flex;
    width: 100%;
}
.comp_78 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.comp_78 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.comp_78 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_79 {
    flex-direction: column;
}
.comp_79 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_79 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_8 {
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_8 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_8 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_8 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_8 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_80 {
    display: flex;
    width: 100%;
}
.comp_80 .wa-image-wrap {
    aspect-ratio: 180/181;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 180px) );
}
.comp_80 .wa-image-wrap > div {
    aspect-ratio: 180/181;;
    position: relative;
    width: 100%;
}
.comp_80 .wa-image-wrap img {
    aspect-ratio: 180/181;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_81 {
    flex-direction: column;
}
.comp_81 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_81 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_82 {
    display: flex;
    width: 100%;
}
.comp_82 .wa-image-wrap {
    aspect-ratio: 900/500;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 900px) );
}
.comp_82 .wa-image-wrap > div {
    aspect-ratio: 900/500;;
    position: relative;
    width: 100%;
}
.comp_82 .wa-image-wrap img {
    aspect-ratio: 900/500;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_83 {
    flex-direction: column;
}
.comp_83 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_83 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_84 {
    display: flex;
    width: 100%;
}
.comp_84 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.comp_84 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.comp_84 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_85 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_85 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_85-wrap {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    width: 100%;
}
.comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
body {
    background-color: rgba(25,82,102,1);
}
.comp_10 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_10 > .wa_inner_col {
    background-image: url('../../icons/rideaux-cinema-theatre-illustrat.webp?t=4d26c20e_9803_4ffd_be1b_03a942f89f25');
    border: none;
    border-radius: 0px;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_11 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_12 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_13 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_13 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_14 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.comp_14 .wa-txt-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_14 .wa-txt-par.wa-last-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_15 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_16 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_17 {
    margin-bottom: 8px;
    margin-top: 8px;
}
.comp_17 ul li {
    padding: 6px;
    width: 33.333%;
}
.comp_18 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_19 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_2 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_2 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_20 {
    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_20 .wa-txt-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_20 .wa-txt-par.wa-last-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_21 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_21 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 591px) );
}
.comp_22 {
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0px;
}
.comp_22 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 125px) );
}
.comp_23 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_24 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_24 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_25 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_25 .wa-txt-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_25 .wa-txt-par.wa-last-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_26 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_26 ul li {
    padding: 6px;
    width: 50%;
}
.comp_27 {
    background-image: url('');
    border: none;
    display: flex;
    min-height: 0px;
}
.comp_27 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 9px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_28 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_29 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_29 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_29 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_3 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_30 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 10px;
}
.comp_31 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_31 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_31 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_32 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 50px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_32 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_32 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_33 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_34 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_35 > .innerBox {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.comp_35-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_36 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.comp_37 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_37 > .wa_inner_col {
    border: none;
    border-radius: 1rem 1rem 1rem 1rem;
}
.comp_37 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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;
}
.comp_38 .wa-txt-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_38 .wa-txt-par.wa-last-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_39 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_4 {
    min-height: 250px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_40 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_40 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_40 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_41 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_42 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_42 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_43 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_43 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 79.8505px , 534px) );
}
.comp_44 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}
.comp_44 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_44 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_45 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_45 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_45 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_46 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_47 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_47 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_47 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_48 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_48 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 79.8505px , 534px) );
}
.comp_49 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}
.comp_49 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_49 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_5 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_5 .carousel-indicators {
    display: flex;
}
.comp_5 .ratio {
    --bs-aspect-ratio: 56%;
    height: unset;
}
.comp_5 .wa-carousel-control {
    display: flex;
}
.comp_5 .waInnerSlideImg {
    background-size: cover;
}
.comp_50 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_50 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_51 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_52 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_52 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_52 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_53 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_53 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 79.8505px , 534px) );
}
.comp_54 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}
.comp_54 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_54 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_55 > .innerBox {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.comp_55-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_56 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_57 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_57 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_57 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_58 {
    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_58 .wa-txt-par {
    font-size: 25px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_58 .wa-txt-par.wa-last-par {
    font-size: 25px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_59 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_6 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_60 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_60 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_60 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_61 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_61 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_61 input:focus {
    border: 1px solid #51cbee;
}
.comp_62 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_62 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_62 input:focus {
    border: 1px solid #51cbee;
}
.comp_63 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_63 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_63 input:focus {
    border: 1px solid #51cbee;
}
.comp_64 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_64 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    min-height: 50px;
    padding: 8px;
}
.comp_64 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_65 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_65 .wa-btn {
    font-size: 1em;
}
.comp_65 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_65 a {
    width: unset;
}
.comp_65 div {
    width: unset;
}
.comp_66 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_66 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_67 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.comp_68 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_68 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_68 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_69 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_69 ul li {
    padding: 0px;
    width: 5.263%;
}
.comp_7 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_7 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_7 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_70 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_71 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_71 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_71 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_72 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_72 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.comp_73 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_73 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_73 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 0rem;
}
.comp_74 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_74 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.comp_75 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_75 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_75 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_76 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_76 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 298px) );
}
.comp_77 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_77 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_77 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 0rem;
}
.comp_78 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_78 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.comp_79 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_79 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_79 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_8 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
    min-height: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
}
.comp_8 .wa-txt-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_8 .wa-txt-par.wa-last-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_80 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 2px;
}
.comp_80 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 180px) );
}
.comp_81 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_81 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_81 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_82 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_82 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 900px) );
}
.comp_83 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_83 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_83 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0rem;
}
.comp_84 {
    justify-content: center;
    margin-bottom: 11px;
    margin-top: 11px;
}
.comp_84 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.comp_85 > .innerBox {
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.comp_85-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 12px;
}
.comp_9 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    .comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_10 > .wa_inner_col {
        background-image: url('../../icons/R_(6).jpg?t=4d26c20e_9803_4ffd_be1b_03a942f89f25');
        border: none;
        border-radius: 0px;
    }
    .comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_11 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_14 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_14 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_16 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_17 {
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_17 ul li {
        padding: 6px;
        width: 33.333%;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_2 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_20 {
        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_20 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_20 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_21 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 300px , 591px) );
    }
    .comp_22 {
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .comp_22 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 125px) );
    }
    .comp_23 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_24 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_25 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_25 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_25 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_26 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_26 ul li {
        padding: 6px;
        width: 50%;
    }
    .comp_27 {
        background-image: url('../../icons/2411535.jpg-r_1920_1080-f_jpg-q_x-xxyxx.jpg?t=4d26c20e_9803_4ffd_be1b_03a942f89f25');
        border: none;
        display: flex;
        min-height: 0px;
    }
    .comp_27 .innerBox .wa-wrap_video-bg {
        margin-bottom: 40px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
        min-height: 0px;
    }
    .comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_30 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 10px;
    }
    .comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_31 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_32 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_32 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_32 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_33 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_35 > .innerBox {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }
    .comp_35-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_36 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_37 > .wa_inner_col {
        border: none;
        border-radius: 1rem 1rem 1rem 1rem;
    }
    .comp_37 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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;
    }
    .comp_38 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_38 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_39 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_4 {
        min-height: 600px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_40 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_43 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_43 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 89.8318px , 534px) );
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .comp_44 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_44 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_45 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_46 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_47 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_47 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_48 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 89.8318px , 534px) );
    }
    .comp_49 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .comp_49 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_49 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_5 .carousel-indicators {
        display: flex;
    }
    .comp_5 .ratio {
        --bs-aspect-ratio: 56%;
        height: unset;
    }
    .comp_5 .wa-carousel-control {
        display: flex;
    }
    .comp_5 .waInnerSlideImg {
        background-size: cover;
    }
    .comp_50 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_50 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_50 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_51 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_52 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_52 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_52 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_53 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_53 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 89.8318px , 534px) );
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .comp_54 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_54 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_55 > .innerBox {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }
    .comp_55-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_56 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_57 {
        min-height: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .comp_57 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_57 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_58 {
        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_58 .wa-txt-par {
        font-size: 25px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_58 .wa-txt-par.wa-last-par {
        font-size: 25px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_59 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_6 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_60 {
        min-height: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .comp_60 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_60 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_61 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_61 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_62 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_62 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_62 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_63 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_63 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_63 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_64 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_64 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_64 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_65 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_65 .wa-btn {
        font-size: 1em;
    }
    .comp_65 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_65 a {
        width: unset;
    }
    .comp_65 div {
        width: unset;
    }
    .comp_66 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_66 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_67 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .comp_68 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_68 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_68 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_69 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_69 ul li {
        padding: 0px;
        width: 5.263%;
    }
    .comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_7 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_7 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_70 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_71 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_71 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_71 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_72 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_72 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .comp_73 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_73 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_73 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_74 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_74 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .comp_75 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_75 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_75 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_76 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_76 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 298px) );
    }
    .comp_77 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_77 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_77 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_78 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_78 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .comp_79 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_79 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_79 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_8 {
        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_8 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_8 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_80 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 2px;
    }
    .comp_80 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 180px) );
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_82 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_82 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 900px) );
    }
    .comp_83 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_83 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_83 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 1rem;
    }
    .comp_84 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 11px;
    }
    .comp_84 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .comp_85 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .comp_85-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 12px;
    }
    .comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    body {
        background-image: url('');
    }
}
@keyframes wa_comp_27_kfrm {from {transform:scale(1.0);} to {transform:scale(1.2);}}


.blockcomp-0-comp_0 {
    background-color: rgba(0,0,0,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 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_10 .wa-image-wrap {
    aspect-ratio: 298/115;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 298px) );
}
.blockcomp-0-comp_10 .wa-image-wrap > div {
    aspect-ratio: 298/115;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_10 .wa-image-wrap img {
    aspect-ratio: 298/115;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_11 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_11 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_3 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_4 {
    flex-direction: column;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    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: flex-end;
}
.blockcomp-0-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_5 .wa-image-wrap {
    aspect-ratio: 3000/2401;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 3000px) );
}
.blockcomp-0-comp_5 .wa-image-wrap > div {
    aspect-ratio: 3000/2401;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_5 .wa-image-wrap img {
    aspect-ratio: 3000/2401;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_6 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_6 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.blockcomp-0-comp_6 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_6 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_7 {
    flex-direction: column;
}
.blockcomp-0-comp_7 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_7 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_8 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_8 .wa-image-wrap {
    aspect-ratio: 618/347;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 618px) );
}
.blockcomp-0-comp_8 .wa-image-wrap > div {
    aspect-ratio: 618/347;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_8 .wa-image-wrap img {
    aspect-ratio: 618/347;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_9 {
    flex-direction: column;
}
.blockcomp-0-comp_9 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_10 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_10 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 298px) );
}
.blockcomp-0-comp_11 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_11 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_3 {
    display: flex;
    margin-bottom: 40px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_5 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_5 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 3000px) );
}
.blockcomp-0-comp_6 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_6 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 150px , -1px) );
}
.blockcomp-0-comp_7 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_7 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_7 > .wa_inner_col > .wa_inner_col2 {
    gap: 3rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_8 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_8 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 618px) );
}
.blockcomp-0-comp_9 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_9 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
@media (min-width: 992px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_10 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 298px) );
    }
    .blockcomp-0-comp_11 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_11 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        display: flex;
        margin-bottom: 40px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 3000px) );
    }
    .blockcomp-0-comp_6 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_6 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 150px , -1px) );
    }
    .blockcomp-0-comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_7 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_7 > .wa_inner_col > .wa_inner_col2 {
        gap: 3rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_8 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_8 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 618px) );
    }
    .blockcomp-0-comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_9 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
}


.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_back_sep {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item {
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item:hover {
    color: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item:hover a {
    color: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item:hover svg {
    fill: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(73,201,203,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(153,153,153,1);
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_back_sep {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item {
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item:hover {
    color: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item:hover a {
    color: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item:hover svg {
    fill: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(73,201,203,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(232,232,232,1);
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_back_sep {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item {
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item:hover {
    color: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item:hover a {
    color: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item:hover svg {
    fill: rgba(37,124,152,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(73,201,203,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: ;
    font-weight: 400;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(232,232,232,1);
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.blockcomp-1-comp_0 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_0-wrap {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    width: 100%;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_10 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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 {
    width: 100%;
}
.blockcomp-1-comp_12 .waf_menu {
    --bubble-bg-color: rgba(37,124,152,1);
    --bubble-text-color: rgba(255,255,255,1);
    --panel-bg-color: rgba(153,153,153,1);
    --panel-brand-icon: wa_res/icons/Logo-Cyclope_final.png !important;
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(255,255,255,1);
}
.blockcomp-1-comp_12 .waf_menu-mini-btn {
    background-color: rgba(73,201,203,1);
    border-color: rgba(119,119,119,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-1-comp_12 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-1-comp_12 .waf_menu-mini-btn:hover {
    background-color: rgba(73,201,203,1);
    border-color: rgba(119,119,119,1);
}
.blockcomp-1-comp_12 .waf_menu-mini-btn:hover svg path {
    fill: rgba(255,255,255,1);
}
.blockcomp-1-comp_12 nav {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
}
.blockcomp-1-comp_12 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-1-comp_12 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(255,255,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_12 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-1-comp_12 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(255,255,255,1);
}
.blockcomp-1-comp_12 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-1-comp_12 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_12 nav > ul > li:hover > .waf-nav-link {
    color: rgba(73,201,203,1);
}
.blockcomp-1-comp_12 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(73,201,203,1);
}
.blockcomp-1-comp_12 nav > ul > li:hover:not(.waf_menu_item_search) {
    background-color: rgba(73,201,203,1);
}
.blockcomp-1-comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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 {
    width: 100%;
}
.blockcomp-1-comp_15 .waf_menu {
    --bubble-bg-color: rgba(37,124,152,1);
    --bubble-text-color: rgba(255,255,255,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-brand-icon: wa_res/icons/Logo-Cyclope_final.png !important;
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.blockcomp-1-comp_15 .waf_menu-mini-btn {
    background-color: rgba(37,124,152,1);
    border-color: rgba(119,119,119,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-1-comp_15 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-1-comp_15 .waf_menu-mini-btn:hover {
    background-color: rgba(37,124,152,1);
    border-color: rgba(119,119,119,1);
}
.blockcomp-1-comp_15 .waf_menu-mini-btn:hover svg path {
    fill: rgba(73,201,203,1);
}
.blockcomp-1-comp_15 nav {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
}
.blockcomp-1-comp_15 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-1-comp_15 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(255,255,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_15 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-1-comp_15 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(255,255,255,1);
}
.blockcomp-1-comp_15 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-1-comp_15 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_15 nav > ul > li:hover > .waf-nav-link {
    color: rgba(73,201,203,1);
}
.blockcomp-1-comp_15 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(73,201,203,1);
}
.blockcomp-1-comp_15 nav > ul > li:hover:not(.waf_menu_item_search) {
    background-color: rgba(73,201,203,1);
}
.blockcomp-1-comp_16 {
    width: 100%;
}
.blockcomp-1-comp_16 .waf_menu {
    --bubble-bg-color: rgba(55,151,152,1);
    --bubble-text-color: rgba(255,255,255,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-brand-icon: wa_res/icons/Logo-Cyclope_final.png !important;
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.blockcomp-1-comp_16 .waf_menu-mini-btn {
    background-color: rgba(55,151,152,1);
    border-color: rgba(119,119,119,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-1-comp_16 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-1-comp_16 .waf_menu-mini-btn:hover {
    background-color: rgba(55,151,152,1);
    border-color: rgba(119,119,119,1);
}
.blockcomp-1-comp_16 .waf_menu-mini-btn:hover svg path {
    fill: rgba(73,201,203,1);
}
.blockcomp-1-comp_16 nav {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
}
.blockcomp-1-comp_16 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-1-comp_16 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(255,255,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_16 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-1-comp_16 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(255,255,255,1);
}
.blockcomp-1-comp_16 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-1-comp_16 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_16 nav > ul > li:hover > .waf-nav-link {
    color: rgba(255,255,255,1);
}
.blockcomp-1-comp_16 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(255,255,255,1);
}
.blockcomp-1-comp_16 nav > ul > li:hover:not(.waf_menu_item_search) {
    background-color: rgba(73,201,203,0);
}
.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: center;
}
.blockcomp-1-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.blockcomp-1-comp_3 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_4 {
    flex-direction: column;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    background-color: rgba(0,0,0,1);
    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: center;
}
.blockcomp-1-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.blockcomp-1-comp_5 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_6 {
    flex-direction: column;
}
.blockcomp-1-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_7 {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_7 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.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;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808 > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11 > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.blockcomp-1-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_0-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
.blockcomp-1-comp_10 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_12 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_12 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.2px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 380px;
}
.blockcomp-1-comp_12 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-1-comp_12 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.blockcomp-1-comp_12 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-1-comp_12 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-1-comp_12 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 20px;
    justify-content: center;
    min-height: 2rem;
}
.blockcomp-1-comp_12 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 16px;
}
.blockcomp-1-comp_12 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 20px;
    width: 20px;
}
.blockcomp-1-comp_12 nav > ul > li > .waf_menu_search {
    padding-left: 27px;
    padding-right: 27px;
}
.blockcomp-1-comp_13 {
    display: none;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_15 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_15 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.2px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 380px;
}
.blockcomp-1-comp_15 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-1-comp_15 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.blockcomp-1-comp_15 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-1-comp_15 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-1-comp_15 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 20px;
    justify-content: center;
    min-height: 2rem;
}
.blockcomp-1-comp_15 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 16px;
}
.blockcomp-1-comp_15 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 20px;
    width: 20px;
}
.blockcomp-1-comp_15 nav > ul > li > .waf_menu_search {
    padding-left: 27px;
    padding-right: 27px;
}
.blockcomp-1-comp_16 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_16 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.2px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 380px;
}
.blockcomp-1-comp_16 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-1-comp_16 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.blockcomp-1-comp_16 .waf_menu-mini-btn {
    border-radius: 3.6px;
    height: 36px;
    width: 36px;
}
.blockcomp-1-comp_16 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-1-comp_16 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 18px;
    justify-content: center;
    min-height: 2rem;
}
.blockcomp-1-comp_16 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 16px;
}
.blockcomp-1-comp_16 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 18px;
    width: 18px;
}
.blockcomp-1-comp_16 nav > ul > li > .waf_menu_search {
    padding-left: 45px;
    padding-right: 45px;
}
.blockcomp-1-comp_2 {
    min-height: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.blockcomp-1-comp_4 {
    min-height: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    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( 100% , -1px) );
}
.blockcomp-1-comp_6 {
    min-height: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.blockcomp-1-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_7 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_7 > .innerBox {
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}
.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 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2880cbcd_80e1_4f3e_9d86_143c83a16808.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_77340125_2671_4f9b_9260_e59cc037fc11.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e5b9c191_8035_46dd_982d_10e58f85056b.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }
    .blockcomp-1-comp_10 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_12 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_12 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-1-comp_12 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-1-comp_12 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-1-comp_12 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-1-comp_12 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-1-comp_12 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 20px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-1-comp_12 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 27px;
        padding-right: 27px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_12 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 20px;
        width: 20px;
    }
    .blockcomp-1-comp_12 nav > ul > li > .waf_menu_search {
        padding-left: 27px;
        padding-right: 27px;
    }
    .blockcomp-1-comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_15 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_15 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-1-comp_15 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-1-comp_15 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-1-comp_15 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-1-comp_15 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-1-comp_15 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 20px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-1-comp_15 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 27px;
        padding-right: 27px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_15 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 20px;
        width: 20px;
    }
    .blockcomp-1-comp_15 nav > ul > li > .waf_menu_search {
        padding-left: 27px;
        padding-right: 27px;
    }
    .blockcomp-1-comp_16 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_16 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-1-comp_16 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-1-comp_16 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-1-comp_16 .waf_menu-mini-btn {
        border-radius: 3.6px;
        height: 36px;
        width: 36px;
    }
    .blockcomp-1-comp_16 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-1-comp_16 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 18px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-1-comp_16 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_16 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 18px;
        width: 18px;
    }
    .blockcomp-1-comp_16 nav > ul > li > .waf_menu_search {
        padding-left: 45px;
        padding-right: 45px;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        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( 100% , -1px) );
    }
    .blockcomp-1-comp_6 {
        min-height: 0px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .blockcomp-1-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_7 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_7 > .innerBox {
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
    }
    .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 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
}


.blockcomp-2-comp_0 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-2-comp_0-wrap {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    width: 100%;
}
.blockcomp-2-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-2-comp_2 {
    flex-direction: column;
}
.blockcomp-2-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-2-comp_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-2-comp_3 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-2-comp_3 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-2-comp_3 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: ;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-2-comp_3 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-2-comp_4 {
    flex-direction: column;
}
.blockcomp-2-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-2-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_5 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.blockcomp-2-comp_5 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.blockcomp-2-comp_5 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-2-comp_6 {
    flex-direction: column;
}
.blockcomp-2-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-2-comp_7 {
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_7 .wa-image-wrap {
    aspect-ratio: 225/225;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 225px) );
}
.blockcomp-2-comp_7 .wa-image-wrap > div {
    aspect-ratio: 225/225;;
    position: relative;
    width: 100%;
}
.blockcomp-2-comp_7 .wa-image-wrap img {
    aspect-ratio: 225/225;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-2-comp_8 {
    flex-direction: column;
}
.blockcomp-2-comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-2-comp_9 {
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_9 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.blockcomp-2-comp_9 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.blockcomp-2-comp_9 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-2-comp_0 > .innerBox {
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.blockcomp-2-comp_0-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 12px;
}
.blockcomp-2-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-2-comp_2 {
    min-height: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.blockcomp-2-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_3 {
    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-2-comp_3 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-2-comp_3 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-2-comp_4 {
    min-height: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.blockcomp-2-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_5 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_5 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.blockcomp-2-comp_6 {
    min-height: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.blockcomp-2-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_7 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 225px) );
}
.blockcomp-2-comp_8 {
    min-height: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.blockcomp-2-comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_9 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_9 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
@media (min-width: 992px) {
    .blockcomp-2-comp_0 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .blockcomp-2-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 12px;
    }
    .blockcomp-2-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-2-comp_2 {
        min-height: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .blockcomp-2-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_3 {
        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-2-comp_3 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-2-comp_3 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-2-comp_4 {
        min-height: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .blockcomp-2-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .blockcomp-2-comp_6 {
        min-height: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .blockcomp-2-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 225px) );
    }
    .blockcomp-2-comp_8 {
        min-height: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .blockcomp-2-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
}
