


.comp_17 {animation: wiggle 2s linear infinite;}
                                    @keyframes wiggle {
                                    0%, 7% {transform: rotateZ(0);}
                                    15% {transform: rotateZ(-15deg);}
                                    20% {transform: rotateZ(10deg);}
                                    25% { transform: rotateZ(-10deg);}
                                    30% {transform: rotateZ(6deg);}
                                    35% {transform: rotateZ(-4deg);}
                                    40%, 100% {transform: rotateZ(0);}}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox'],
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio'] {
    --active: #3f9118;
    --active-inner: #ffffff;
    --focus: 2px rgba(63,145,24,0.300008);
    --border: #f43319;
    --border-hover: #3f9118;
    --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='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:after,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][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='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:checked,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][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='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:disabled,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:disabled:checked,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:disabled + label,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:disabled + label {
    cursor: not-allowed;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:hover:not(:checked):not(:disabled),
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:focus,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:not(.switch),
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:not(.switch) {
    width: 21px;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:not(.switch):after,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:not(.switch):checked,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:not(.switch):checked {
    --o: 1;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox'] + label,
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio'] + label {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0.2em;
  }

  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][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='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][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='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][type='radio'] {
    border-radius: 50%;
  }
  .wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'][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='d466ce2cc8df41848d648a05b37dbda2'][type='radio']:checked {
    --s: .5;
  }
}

.wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'] * {
  box-sizing: border-box;
}
.wafx-form-input[data-uuid-form='d466ce2cc8df41848d648a05b37dbda2'] *:before, *:after {
  box-sizing: border-box;
}


.comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_10 {
    flex-direction: column;
}
.comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_11 {
    --aos-distance: 90px;
    width: 100%;
}
.comp_11 a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_11 a:hover {
    color: rgba(0,0,128,1);
}
.comp_12 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_13 {
    flex-direction: column;
}
.comp_13 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_14 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_14 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_15 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_16 {
    flex-direction: column;
}
.comp_16 > .wa_inner_col {
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_17 .wa-txt-par {
    color: rgba(36,130,33,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_17 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_17 .wa-txt-par.wa-last-par {
    color: rgba(36,130,33,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_17 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_18 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_19 {
    flex-direction: column;
}
.comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_2 {
    flex-direction: column;
}
.comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_20 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_20 .wa-txt-par {
    color: rgba(36,130,33,1);
    font-family: 'Arial';
    font-weight: bolder;
    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(36,130,33,1);
    font-family: 'Arial';
    font-weight: bolder;
    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 {
    overflow: hidden;
    transform: translateZ(0);
}
.comp_22 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_23 {
    flex-direction: column;
}
.comp_23 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_24 {
    --aos-distance: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_24 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_24 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_24 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_24 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_25 {
    --aos-distance: 90px;
    width: 100%;
}
.comp_25 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_25 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_26 {
    --aos-distance: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_26 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_26 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_26 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_26 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_27 {
    --aos-distance: 90px;
    width: 100%;
}
.comp_27 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_27 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_28 {
    --aos-distance: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_28 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_28 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_28 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_28 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_29 {
    --aos-distance: 90px;
    width: 100%;
}
.comp_29 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_29 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_30 {
    --aos-distance: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_30 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_30 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_30 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_30 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_31 {
    --aos-distance: 90px;
    width: 100%;
}
.comp_31 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_31 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_32 {
    line-height: 0px;
    width: 100%;
}
.comp_32 label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_33 {
    width: 100%;
}
.comp_33 .wa-btn {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_33 .wa-btn-upload-label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_33 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_33 .wa-btn.wa-btn:active {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_33 .wa-btn.wa-btn:hover {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_33 a {
    text-decoration: none;
}
.comp_34 {
    --aos-distance: 20px;
    display: flex;
    width: 100%;
}
.comp_34 .wa-btn {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_34 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_34 .wa-btn.wa-btn:active {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_34 .wa-btn.wa-btn:hover {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_34 a {
    display: flex;
    text-decoration: none;
}
.comp_34 div {
    justify-content: center;
}
.comp_35 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_36 {
    flex-direction: column;
}
.comp_36 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_36 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_4 {
    --aos-distance: 20px;
    display: flex;
    width: 100%;
}
.comp_4 .wa-image-wrap {
    aspect-ratio: 1366/250;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1366px) );
}
.comp_4 .wa-image-wrap > div {
    aspect-ratio: 1366/250;;
    position: relative;
    width: 100%;
}
.comp_4 .wa-image-wrap img {
    aspect-ratio: 1366/250;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_8 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_8 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
body {
    background-color: rgba(249,230,153,1);
}
.comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_10 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_11 {
    border: 2px solid #f43319;
    border-radius: 1rem 1rem 1rem 1rem;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_11 .waf_bn_img_wrap[data-bn='10'] > div > div {
    width: 75%;
}
.comp_11 .waf_bn_img_wrap[data-bn='13'] > div > div {
    width: 75%;
}
.comp_11 .waf_bn_img_wrap[data-bn='16'] > div > div {
    width: 25%;
}
.comp_11 .waf_bn_img_wrap[data-bn='7'] > div > div {
    width: 75%;
}
.comp_12 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}
.comp_13 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_13 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_14 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_14 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_15 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_16 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_17 {
    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_17 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}
.comp_17 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}
.comp_18 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_19 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_20 {
    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: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_20 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_21 {
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_22 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_23 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_23 > .wa_inner_col {
    border: 2px solid #3f9118;
    border-radius: 1rem 1rem 1rem 1rem;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_24 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_24 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_24 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_25 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_25 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_25 input:focus {
    border: 1px solid #51cbee;
}
.comp_26 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_26 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_26 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_27 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_27 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_27 input:focus {
    border: 1px solid #51cbee;
}
.comp_28 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_28 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_28 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_29 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_29 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_29 input:focus {
    border: 1px solid #51cbee;
}
.comp_30 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_30 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_30 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_31 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_31 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_31 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_32 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_32 label {
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_33 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_33 .wa-btn {
    font-size: 0.75em;
}
.comp_33 .wa-btn-upload-container {
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_33 .wa-btn-upload-label {
    font-size: 14px;
    margin-left: 4.2px;
}
.comp_33 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_34 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 8px;
}
.comp_34 .wa-btn {
    font-size: 0.75em;
}
.comp_34 .wa-btn.wa-btn-rounded {
    border-radius: 3.38em;
}
.comp_34 a {
    width: unset;
}
.comp_34 div {
    width: unset;
}
.comp_35 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_36 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_36 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_36 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_4 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_4 .wa-image-wrap {
    border: 2px solid #3f9118;
    border-radius: 0px;
    max-width: calc( min( 100% , 1366px) );
}
.comp_8 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_8 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_9 {
    display: flex;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_11 {
        border: 2px solid #f43319;
        border-radius: 1rem 1rem 1rem 1rem;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_11 .waf_bn_img_wrap[data-bn='10'] > div > div {
        width: 75%;
    }
    .comp_11 .waf_bn_img_wrap[data-bn='13'] > div > div {
        width: 75%;
    }
    .comp_11 .waf_bn_img_wrap[data-bn='16'] > div > div {
        width: 25%;
    }
    .comp_11 .waf_bn_img_wrap[data-bn='7'] > div > div {
        width: 75%;
    }
    .comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 15px !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: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_14 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_17 {
        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_17 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0.1em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0.1em;
        line-height: 1.2;
        text-align: center;
    }
    .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: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_20 {
        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: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_20 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_21 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: 2px solid #3f9118;
        border-radius: 1rem 1rem 1rem 1rem;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_24 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_24 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_25 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_25 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_26 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_26 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_26 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_27 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_27 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_27 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_28 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_28 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_28 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_29 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_29 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_29 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_30 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_30 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_30 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_31 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_31 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_31 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_32 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_32 label {
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_33 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_33 .wa-btn {
        font-size: 0.75em;
    }
    .comp_33 .wa-btn-upload-container {
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_33 .wa-btn-upload-label {
        font-size: 14px;
        margin-left: 4.2px;
    }
    .comp_33 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_34 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    .comp_34 .wa-btn {
        font-size: 0.75em;
    }
    .comp_34 .wa-btn.wa-btn-rounded {
        border-radius: 3.38em;
    }
    .comp_34 a {
        width: unset;
    }
    .comp_34 div {
        width: unset;
    }
    .comp_35 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_4 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_4 .wa-image-wrap {
        border: 2px solid #3f9118;
        border-radius: 0px;
        max-width: calc( min( 100% , 1366px) );
    }
    .comp_8 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_8 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_9 {
        display: flex;
        margin-bottom: 15px !important;
        margin-top: 30px !important;
    }
    body {
        background-image: url('');
    }
}


.blockcomp-0-comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_10 {
    flex-direction: column;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    aspect-ratio: 1744/1148;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1744px) );
}
.blockcomp-0-comp_11 .wa-image-wrap > div {
    aspect-ratio: 1744/1148;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap img {
    aspect-ratio: 1744/1148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_12 {
    flex-direction: column;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_13 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_13 .wa-image-wrap {
    aspect-ratio: 494/326;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 494px) );
}
.blockcomp-0-comp_13 .wa-image-wrap > div {
    aspect-ratio: 494/326;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_13 .wa-image-wrap img {
    aspect-ratio: 494/326;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-txt-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_3 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_3 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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-start;
}
.blockcomp-0-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_5 .wa-btn {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn:active {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 .wa-btn.wa-btn:hover {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_5 div {
    justify-content: center;
}
.blockcomp-0-comp_6 {
    flex-direction: column;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_7 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-image-wrap {
    aspect-ratio: 1744/1148;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1744px) );
}
.blockcomp-0-comp_7 .wa-image-wrap > div {
    aspect-ratio: 1744/1148;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-image-wrap img {
    aspect-ratio: 1744/1148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_8 {
    flex-direction: column;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_9 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_9 .wa-image-wrap {
    aspect-ratio: 330/165;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 330px) );
}
.blockcomp-0-comp_9 .wa-image-wrap > div {
    aspect-ratio: 330/165;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_9 .wa-image-wrap img {
    aspect-ratio: 330/165;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_10 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 5px;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 1744px) );
}
.blockcomp-0-comp_12 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_13 {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 5px;
}
.blockcomp-0-comp_13 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 47px , 494px) );
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-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-0-comp_3 .wa-txt-par {
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_4 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_5 {
    justify-content: flex-end;
    margin-bottom: 5px;
    margin-top: 5px;
}
.blockcomp-0-comp_5 .wa-btn {
    font-size: 1em;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_5 a {
    width: unset;
}
.blockcomp-0-comp_5 div {
    width: unset;
}
.blockcomp-0-comp_6 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_7 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 5px;
}
.blockcomp-0-comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 1744px) );
}
.blockcomp-0-comp_8 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_9 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 6px;
}
.blockcomp-0-comp_9 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 50px , 330px) );
}
@media (min-width: 992px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 5px;
    }
    .blockcomp-0-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 45px , 1744px) );
    }
    .blockcomp-0-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .blockcomp-0-comp_13 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 47px , 494px) );
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 {
        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-0-comp_3 .wa-txt-par {
        font-size: 30px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
        font-size: 30px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 {
        justify-content: flex-end;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .blockcomp-0-comp_5 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_5 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_5 a {
        width: unset;
    }
    .blockcomp-0-comp_5 div {
        width: unset;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 5px;
    }
    .blockcomp-0-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 45px , 1744px) );
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 6px;
    }
    .blockcomp-0-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 330px) );
    }
}


.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_back_sep {
    border-bottom: 1px solid #f9e699;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item {
    color: rgba(249,230,153,1);
    font-family: 'Verdana';
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item a {
    color: rgba(249,230,153,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item:hover {
    color: rgba(249,230,153,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item:hover a {
    color: rgba(249,230,153,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item:hover svg {
    fill: rgba(249,230,153,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(84,193,32,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_generic_header {
    background-color: rgba(247,228,152,1);
    color: rgba(34,124,54,1);
    font-family: 'Verdana';
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(255,255,255,1);
    font-family: 'Verdana';
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(56,96,17,1);
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.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 {
    flex-direction: column;
    width: 100%;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_2 {
    flex-direction: column;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap {
    aspect-ratio: 283/126;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 283px) );
}
.blockcomp-1-comp_3 .wa-image-wrap > div {
    aspect-ratio: 283/126;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap img {
    aspect-ratio: 283/126;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_4 {
    flex-direction: column;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_5 {
    --aos-distance: 20px;
    width: 100%;
}
.blockcomp-1-comp_5 .nav-link-active {
    background-color: rgba(36,130,33,1) !important;
    color: rgba(249,230,153,1) !important;
}
.blockcomp-1-comp_5 .nav-link-active:hover {
    background-color: rgba(36,130,33,1) !important;
    color: rgba(249,230,153,1) !important;
}
.blockcomp-1-comp_5 .waf_menu {
    --bubble-bg-color: rgba(63,145,24,1);
    --bubble-border-color: rgba(249,230,153,1);
    --bubble-text-color: rgba(249,230,153,1);
    --panel-bg-color: rgba(113,193,34,1);
    --panel-brand-icon: ../wa_res/icons/LOGO_editions_legion-arts.jpg !important;
    --panel-header-text-color: rgba(34,124,54,1);
    --panel-orientation: left;
    --panel-text-color: rgba(255,255,255,1);
}
.blockcomp-1-comp_5 .waf_menu-mini-btn {
    background-color: rgba(63,145,24,1);
    border-color: rgba(244,51,25,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-1-comp_5 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-1-comp_5 .waf_menu-mini-btn:hover {
    background-color: rgba(63,145,24,1);
    border-color: rgba(244,51,25,1);
}
.blockcomp-1-comp_5 .waf_menu-mini-btn:hover svg path {
    fill: rgba(249,230,153,1);
}
.blockcomp-1-comp_5 .wafusion-search-widget.wa-smt-search-widget {
    font-size: 13px !important;
    height: 30px !important;
    max-width: 900px !important;
    width: 150px !important;
}
.blockcomp-1-comp_5 .wafusion-search-widget.wa-smt-search-widget i {
    color: rgba(160,160,164,1) !important;
    font-size: 1rem !important;
}
.blockcomp-1-comp_5 .wafusion-search-widget.wa-smt-search-widget-focus-within i {
    color: rgba(160,160,164,1) !important;
}
.blockcomp-1-comp_5 nav {
    background-color: rgba(249,230,153,1);
    color: rgba(36,130,33,1);
    font-family: 'Verdana';
}
.blockcomp-1-comp_5 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(36,130,33,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(36,130,33,1);
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-1-comp_5 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_5 nav > ul > li:hover > .waf-nav-link {
    color: rgba(249,230,153,1);
}
.blockcomp-1-comp_5 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(249,230,153,1);
}
.blockcomp-1-comp_5 nav > ul > li:hover:not(.waf_menu_item_search) {
    background-color: rgba(36,130,33,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.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: 0px !important;
}
.blockcomp-1-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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% , 283px) );
}
.blockcomp-1-comp_4 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_5 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_5 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.2px;
    --bubble-content-width: 200px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 250px;
}
.blockcomp-1-comp_5 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-1-comp_5 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #f9e699;
    border-top: none;
}
.blockcomp-1-comp_5 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-1-comp_5 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-1-comp_5 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 16px;
    justify-content: center;
    min-height: 2rem;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 16px;
    width: 16px;
}
.blockcomp-1-comp_5 nav > ul > li > .waf_menu_search {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.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: 0px !important;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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% , 283px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 200px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 250px;
    }
    .blockcomp-1-comp_5 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-1-comp_5 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid #f9e699;
        border-top: none;
    }
    .blockcomp-1-comp_5 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-1-comp_5 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-1-comp_5 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-1-comp_5 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-1-comp_5 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.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 {
    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 {
    flex-direction: column;
}
.blockcomp-2-comp_3 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_3 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-2-comp_4 {
    --aos-distance: 20px;
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_4 .wa-btn {
    background-color: rgba(243,52,40,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: 'Verdana';
    font-style: italic;
}
.blockcomp-2-comp_4 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-2-comp_4 .wa-btn.wa-btn:active {
    background-color: rgba(243,52,40,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_4 .wa-btn.wa-btn:hover {
    background-color: rgba(84,193,32,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_4 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-2-comp_4 div {
    justify-content: center;
}
.blockcomp-2-comp_5 {
    flex-direction: column;
}
.blockcomp-2-comp_5 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_5 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-2-comp_6 {
    --aos-distance: 20px;
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_6 .wa-btn {
    background-color: rgba(245,98,29,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Verdana';
    font-style: italic;
}
.blockcomp-2-comp_6 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-2-comp_6 .wa-btn.wa-btn:active {
    background-color: rgba(245,98,29,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_6 .wa-btn.wa-btn:hover {
    background-color: rgba(245,98,29,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_6 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-2-comp_6 div {
    justify-content: center;
}
.blockcomp-2-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_0-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-2-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}
.blockcomp-2-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_3 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_3 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_3 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_4 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_4 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-2-comp_4 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-2-comp_4 a {
    width: unset;
}
.blockcomp-2-comp_4 div {
    width: unset;
}
.blockcomp-2-comp_5 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_5 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_5 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_6 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_6 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-2-comp_6 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-2-comp_6 a {
    width: unset;
}
.blockcomp-2-comp_6 div {
    width: unset;
}
@media (min-width: 992px) {
    .blockcomp-2-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-2-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }
    .blockcomp-2-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-2-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-2-comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_3 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_4 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_4 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-2-comp_4 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_4 a {
        width: unset;
    }
    .blockcomp-2-comp_4 div {
        width: unset;
    }
    .blockcomp-2-comp_5 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-2-comp_5 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_5 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_6 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_6 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-2-comp_6 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_6 a {
        width: unset;
    }
    .blockcomp-2-comp_6 div {
        width: unset;
    }
}


.blockcomp-3-comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-3-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-3-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-3-comp_2 {
    flex-direction: column;
}
.blockcomp-3-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-3-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-3-comp_3 {
    width: 100%;
}
.blockcomp-3-comp_3 .waf-breadcrumb {
    align-items: center;
    color: rgba(128,128,128,1);
    display: flex;
    font-family: 'Arial';
    justify-content: center;
}
.blockcomp-3-comp_3 .waf-breadcrumb .waf-bc-cur-page {
    color: rgba(128,128,128,1);
}
.blockcomp-3-comp_3 .waf-breadcrumb .waf-bc-item a {
    color: rgba(128,128,128,1);
}
.blockcomp-3-comp_3 .waf-breadcrumb .waf-bc-item a:hover {
    color: rgba(0,0,0,1);
}
.blockcomp-3-comp_3 .waf-breadcrumb .waf-bc-item:hover {
    color: rgba(0,0,0,1);
}
.blockcomp-3-comp_3 .waf-breadcrumb li:not(:last-child)::after {
    content: "\00a0//\00a0";
}
.blockcomp-3-comp_3 .waf-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blockcomp-3-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-3-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-3-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-3-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-3-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-3-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-3-comp_3 .waf-breadcrumb {
    font-size: 12px;
    min-height: 16px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
@media (min-width: 992px) {
    .blockcomp-3-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-3-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-3-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-3-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-3-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-3-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-3-comp_3 .waf-breadcrumb {
        font-size: 12px;
        min-height: 16px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
}


.blockcomp-4-comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-4-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-4-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-4-comp_2 {
    flex-direction: column;
}
.blockcomp-4-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-4-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-4-comp_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-4-comp_3 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-4-comp_3 .wa-txt-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-4-comp_3 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-4-comp_3 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-4-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-4-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-4-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-4-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-4-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-4-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-4-comp_3 {
    border: none;
    border-radius: 0px;
    margin-bottom: 40px;
    margin-top: 40px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-4-comp_3 .wa-txt-par {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-4-comp_3 .wa-txt-par.wa-last-par {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
@media (min-width: 992px) {
    .blockcomp-4-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-4-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-4-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-4-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-4-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-4-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-4-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 40px;
        margin-top: 40px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-4-comp_3 .wa-txt-par {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-4-comp_3 .wa-txt-par.wa-last-par {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
}
