


.sombra-texto {
  color: #ffffff; /* Fonte branca */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra preta levemente desfocada */
}




.comp_11 .wa-btn-text-only{animation:pulsation_bouton 1s infinite alternate}
                                    
                                    @keyframes pulsation_bouton {
                                    
                                    from{box-shadow:0 0 0 -3px hsla(0,0%,100%,0),0 0 0 0 hsl(0,0%,100%)}
                                    to{box-shadow:0 0 0 10px hsla(0,0%,100%,0),0 0 0 13px hsla(0,0%,100%,0)}}


.sua-classe {
  position: relative; /* ou absolute/fixed, dependendo do seu layout */
  z-index: 5;
}


/* (A) TABS CONTAINER */
.tab, .tab * {
  font-family: "Segoe UI";
  box-sizing: border-box;
  border-radius: 10px;
}
.tab { max-width: 1800px; }

/* (B) HIDE CHECKBOX */
.tab input { display: none; }

/* (C) TAB LABEL */
.tab label {
  /* (C1) DIMENSIONS */
  position: relative; /* required for (f2) position:absolute */
  display: block;
  width: 100%;
  margin: 5px 0; /* <-- AJUSTADO aqui! De 20px para 5px em cima e embaixo */
  padding: 15px; /* <-- Reduzi o padding para deixar mais compacto */
  
  /* (C2) COSMETICS */
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  background: #20433d;
  cursor: pointer;
}

/* (D) TAB CONTENT - HIDDEN BY DEFAULT */
.tab .content {
  background: #ebe9e9;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
  padding: 0;
  margin: 0;
}
.tab .content p { padding: 20px; }

/* (E) OPEN TAB ON CHECKED */
.tab input:checked ~ .content { 
  max-height: 2000px;
  padding: 15px;
  margin-top: 0; /* Não precisa margin extra aqui */
}

/* (F) EXTRA - ADD ARROW INDICATOR */
.tab label::after {
  display: block;
  content: "\25b6";
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s;
}

/* (F4) ROTATE ARROW ON CHECKED */
.tab input:checked ~ label::after {
  transform: rotate(90deg);
}


.comp_0 {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 .innerBox {
    position: relative;
}
.comp_0 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.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 {
    animation: shake;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_11 .wa-btn {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 700;
}
.comp_11 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_11 .wa-btn.wa-btn:active {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_11 .wa-btn.wa-btn:hover {
    background-color: rgba(235,233,233,1);
    border-color: rgba(32,67,61,1);
    color: rgba(32,67,61,1);
}
.comp_11 a {
    display: flex;
    text-decoration: none;
}
.comp_11 div {
    justify-content: center;
}
.comp_12 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_12 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_12-wrap {
    background: linear-gradient(90deg,#ebe9e9 33%, #ffffff 63%);
    flex-direction: column;
    width: 100%;
}
.comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_14 {
    animation: fadeInUp;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_14 > .wa_inner_col {
    background-color: rgba(32,67,61,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.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: center;
}
.comp_17 {
    animation: rotateInDownLeft;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_17 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 700;
    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(255,255,255,1);
    font-family: Gilroy;
    font-weight: 700;
    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 {
    animation: fadeInUp;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_18 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_18 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_18 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_18 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_19 {
    flex-direction: column;
}
.comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_2 {
    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 {
    animation: fadeInRight;
    animation-duration: 1000ms;
    width: 100%;
}
.comp_21 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_21 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_21-wrap {
    background: linear-gradient(90deg,#ebe9e9 40%, #ffffff 64%);
    flex-direction: column;
    width: 100%;
}
.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: center;
}
.comp_24 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_25 {
    flex-direction: column;
}
.comp_25 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_25 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_26 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_26 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: Gilroy;
    font-weight: 400;
    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(199,199,199,1);
    font-family: Gilroy;
    font-weight: 400;
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_28 {
    flex-direction: column;
}
.comp_28 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_28 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_29 {
    animation: flash;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_29 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_29 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_29 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_29 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_30 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_31 {
    flex-direction: column;
}
.comp_31 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_31 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_32 {
    width: 100%;
}
.comp_33 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_34 {
    flex-direction: column;
}
.comp_34 > .wa_inner_col {
    background-color: rgba(32,67,61,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_34 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_35 {
    animation: shake;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_35 .wa-btn {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 700;
}
.comp_35 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_35 .wa-btn.wa-btn:active {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_35 .wa-btn.wa-btn:hover {
    background-color: rgba(235,233,233,1);
    border-color: rgba(32,67,61,1);
    color: rgba(32,67,61,1);
}
.comp_35 a {
    display: flex;
    text-decoration: none;
}
.comp_35 div {
    justify-content: center;
}
.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: center;
}
.comp_37 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_37 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_37 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_37 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_37 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_38 {
    flex-direction: column;
}
.comp_38 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-end;
}
.comp_39 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_4 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_4 .innerBox {
    position: relative;
}
.comp_4 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.comp_4 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_40 {
    flex-direction: column;
}
.comp_40 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_40 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_41 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_41 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_41 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_41 .wa-txt-par.wa-last-par {
    color: rgba(199,199,199,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_41 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_42 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_43 {
    flex-direction: column;
}
.comp_43 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_43 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_44 {
    animation: flash;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_44 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    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(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    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 {
    animation: fadeInDown;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_45 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 100;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_45 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_45 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 100;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_45 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_46 {
    animation: fadeInDown_smooth_5;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_46 .wa-image-wrap {
    aspect-ratio: 600/332;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 600px) );
}
.comp_46 .wa-image-wrap > div {
    aspect-ratio: 600/332;;
    position: relative;
    width: 100%;
}
.comp_46 .wa-image-wrap img {
    aspect-ratio: 600/332;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_47 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_47 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_48 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_49 {
    flex-direction: column;
}
.comp_49 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_50 {
    background-color: rgba(255,255,255,1);
    width: 100%;
    z-index: 5;
}
.comp_51 {
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_51 .innerBox {
    position: relative;
}
.comp_51 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.comp_51 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_52 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_53 {
    flex-direction: column;
}
.comp_53 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_53 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_54 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_54 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    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(32,67,61,1);
    font-family: Gilroy;
    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 {
    animation: flash;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_55 .wa-txt-par {
    color: rgba(122,122,122,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_55 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_55 .wa-txt-par.wa-last-par {
    color: rgba(122,122,122,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_55 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_56 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_57 {
    flex-direction: column;
}
.comp_57 > .wa_inner_col {
    background-color: rgba(32,67,61,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_57 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_58 {
    animation: shake;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_58 .wa-btn {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 700;
}
.comp_58 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_58 .wa-btn.wa-btn:active {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_58 .wa-btn.wa-btn:hover {
    background-color: rgba(235,233,233,1);
    border-color: rgba(32,67,61,1);
    color: rgba(32,67,61,1);
}
.comp_58 a {
    display: flex;
    text-decoration: none;
}
.comp_58 div {
    justify-content: center;
}
.comp_59 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_6 {
    flex-direction: column;
}
.comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_60 {
    flex-direction: column;
}
.comp_60 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_60 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_61 {
    line-height: 100%;
    width: 100%;
}
.comp_61 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_62 {
    flex-direction: column;
}
.comp_62 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_63 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_64 {
    flex-direction: column;
}
.comp_64 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_64 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_65 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_65 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_65 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_65 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_65 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_66 {
    flex-direction: column;
}
.comp_66 > .wa_inner_col {
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_67 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_67 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_67 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_67 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_67 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_68 {
    flex-direction: column;
}
.comp_68 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_68 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_69 {
    line-height: 100%;
    width: 100%;
}
.comp_69 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_7 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_7 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 100;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_7 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_7 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 100;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_7 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_70 {
    flex-direction: column;
}
.comp_70 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_70 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_71 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_71 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_71 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_71 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_71 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_72 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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 {
    line-height: 100%;
    width: 100%;
}
.comp_74 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    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;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_76 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_76 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_76 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_76 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_77 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_78 {
    flex-direction: column;
}
.comp_78 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_78 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_79 {
    animation: flash;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_79 .wa-txt-par {
    color: rgba(122,122,122,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_79 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_79 .wa-txt-par.wa-last-par {
    color: rgba(122,122,122,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_79 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_8 {
    animation: flash;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_8 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 100;
    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(255,255,255,1);
    font-family: Gilroy;
    font-weight: 100;
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_81 {
    flex-direction: column;
}
.comp_81 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_81 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_82 {
    background-color: rgba(255,255,255,0);
    overflow: hidden;
    transform: translateZ(0);
}
.comp_83 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_84 {
    flex-direction: column;
}
.comp_84 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_84 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_85 {
    width: 100%;
}
.comp_85 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: Gilroy;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_85 input:focus {
    box-shadow: 0 0 5px rgba(32,67,61,1) !important;
}
.comp_86 {
    width: 100%;
}
.comp_86 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: Gilroy;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_86 input:focus {
    box-shadow: 0 0 5px rgba(32,67,61,1) !important;
}
.comp_87 {
    width: 100%;
}
.comp_87 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: Gilroy;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_87 input:focus {
    box-shadow: 0 0 5px rgba(32,67,61,1) !important;
}
.comp_88 {
    width: 100%;
}
.comp_88 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: Gilroy;
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_88 textarea:focus {
    box-shadow: 0 0 5px rgba(32,67,61,1) !important;
}
.comp_89 {
    display: flex;
    width: 100%;
}
.comp_89 .wa-btn {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 400;
}
.comp_89 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_89 .wa-btn.wa-btn:active {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_89 .wa-btn.wa-btn:hover {
    background-color: rgba(235,233,233,1);
    border-color: rgba(32,67,61,1);
    color: rgba(32,67,61,1);
}
.comp_89 a {
    display: flex;
    text-decoration: none;
}
.comp_89 div {
    justify-content: center;
}
.comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_0 {
    background-image: url('../../icons/topo-exames.jpg?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    min-height: 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: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_11 .wa-btn {
    font-size: 1.2em;
}
.comp_11 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_11 a {
    width: unset;
}
.comp_11 div {
    width: unset;
}
.comp_12 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.comp_12-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -350px !important;
}
.comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_14 > .wa_inner_col {
    border: none;
    border-radius: 3rem 3rem 3rem 3rem;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0rem;
}
.comp_15 {
    display: flex;
    margin-bottom: 50px !important;
    margin-top: 50px !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 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_17 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
}
.comp_17 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
}
.comp_18 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_18 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.6;
    text-align: justify;
}
.comp_18 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.6;
    text-align: justify;
}
.comp_19 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_19 > .wa_inner_col {
    border: 5px solid #ffffff;
    border-radius: 1rem 1rem 1rem 1rem;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_20 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_21 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_21-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_22 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_23 {
    min-height: 400px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_23 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_24 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_25 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_25 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_25 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_26 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_26 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_26 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_27 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_28 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_28 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_28 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_29 {
    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: 0px;
}
.comp_29 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 0.9;
    text-align: center;
}
.comp_29 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 0.9;
    text-align: center;
}
.comp_30 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.comp_32 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_33 {
    display: flex;
    margin-bottom: 50px !important;
    margin-top: 25px !important;
}
.comp_34 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_34 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_34 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_35 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_35 .wa-btn {
    font-size: 1.2em;
}
.comp_35 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_35 a {
    width: 100%;
}
.comp_35 div {
    width: 100%;
}
.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: 3rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
}
.comp_37 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_37 .wa-txt-par {
    font-size: 150px;
    letter-spacing: 0em;
    line-height: 0.8;
    text-align: center;
}
.comp_37 .wa-txt-par.wa-last-par {
    font-size: 150px;
    letter-spacing: 0em;
    line-height: 0.8;
    text-align: center;
}
.comp_38 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_38 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.comp_39 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_4 {
    background-image: url('../../icons/glaucoma.png?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 800px;
}
.comp_4 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    min-height: 800px;
}
.comp_40 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_40 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_40 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_41 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_41 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_41 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_42 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_43 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_43 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_43 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_44 {
    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: 0px;
}
.comp_44 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 0.9;
    text-align: center;
}
.comp_44 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 0.9;
    text-align: center;
}
.comp_45 {
    border: none;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 25px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_45 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.4;
    text-align: justify;
}
.comp_45 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.4;
    text-align: justify;
}
.comp_46 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_46 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 600px) );
}
.comp_47 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_47 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_48 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -10px !important;
}
.comp_49 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_49 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_50 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 30px;
}
.comp_51 {
    background-image: url('../../icons/imagem_fundo-_contato.png?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 400px;
}
.comp_51 .innerBox .wa-wrap_video-bg {
    margin-bottom: 5rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
    min-height: 400px;
}
.comp_52 {
    display: flex;
    margin-bottom: 50px !important;
    margin-top: 0px !important;
}
.comp_53 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_53 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_53 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_54 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_54 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_54 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_55 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_55 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 0.9;
    text-align: center;
}
.comp_55 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 0.9;
    text-align: center;
}
.comp_56 {
    display: flex;
    margin-bottom: 40px !important;
    margin-top: 0px !important;
}
.comp_57 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.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 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_58 .wa-btn {
    font-size: 1em;
}
.comp_58 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_58 a {
    width: 100%;
}
.comp_58 div {
    width: 100%;
}
.comp_59 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 5rem;
}
.comp_60 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_60 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_60 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_61 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_61 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: end;
}
.comp_61 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.comp_62 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_62 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_63 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_64 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_64 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_64 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_65 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 16px;
}
.comp_65 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: right;
}
.comp_65 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: right;
}
.comp_66 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_66 > .wa_inner_col {
    border-bottom-color: #20433d;
    border-bottom-width: 0px;
    border-left-color: #20433d;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #20433d;
    border-right-width: 5px;
    border-top-color: #20433d;
    border-top-width: 0px;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_67 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 16px;
}
.comp_67 .wa-txt-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_67 .wa-txt-par.wa-last-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_68 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.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: 1rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_69 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_69 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: end;
}
.comp_69 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.comp_7 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_7 .wa-txt-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_7 .wa-txt-par.wa-last-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_70 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_70 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_70 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_71 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_71 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_71 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_72 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_74 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_74 .wa-v-icon-wrapper {
    align-items: center;
    height: 2rem;
    justify-content: end;
}
.comp_74 .wa-v-icon-wrapper i {
    font-size: 2rem;
}
.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: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_76 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 35px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_76 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_76 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_77 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_78 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_78 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_78 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_79 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_79 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 0.9;
    text-align: center;
}
.comp_79 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 0.9;
    text-align: center;
}
.comp_8 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_8 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_8 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_80 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_81 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_81 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_81 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_82 {
    border: 1px solid rgba(0,0,0,0.12549);
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_83 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_84 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_84 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_84 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_85 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_85 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 50px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_85 input:focus {
    border: 1px solid #20433d;
}
.comp_86 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_86 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 50px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_86 input:focus {
    border: 1px solid #20433d;
}
.comp_87 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_87 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 50px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_87 input:focus {
    border: 1px solid #20433d;
}
.comp_88 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_88 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_88 textarea:focus {
    border: 1px solid #20433d;
}
.comp_89 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 8px;
}
.comp_89 .wa-btn {
    font-size: 1.2em;
}
.comp_89 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_89 a {
    width: 100%;
}
.comp_89 div {
    width: 100%;
}
.comp_9 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}
body {
    background-image: url('');
}
@media (min-width: 576px) {
    .comp_0 {
        background-image: url('../../icons/topo-exames.jpg?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_11 .wa-btn {
        font-size: 1em;
    }
    .comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_11 a {
        width: unset;
    }
    .comp_11 div {
        width: unset;
    }
    .comp_12 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_12-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -350px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 3rem 3rem 3rem 3rem;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !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 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_17 .wa-txt-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: center;
    }
    .comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_18 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: justify;
    }
    .comp_18 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: justify;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: 5px solid #ffffff;
        border-radius: 1rem 1rem 1rem 1rem;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_20 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_21-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .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: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_25 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_25 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_26 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_26 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_26 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_27 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_29 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_29 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_29 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_30 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_33 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    .comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_35 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_35 .wa-btn {
        font-size: 1em;
    }
    .comp_35 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_35 a {
        width: 100%;
    }
    .comp_35 div {
        width: 100%;
    }
    .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: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_37 .wa-txt-par {
        font-size: 100px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: center;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 100px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: center;
    }
    .comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .comp_39 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_4 {
        background-image: url('../../icons/glaucoma.png?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 800px;
    }
    .comp_4 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 800px;
    }
    .comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_40 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_41 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_41 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_42 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_44 {
        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: 0px;
    }
    .comp_44 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_44 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_45 {
        border: none;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 25px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
    }
    .comp_45 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.4;
        text-align: justify;
    }
    .comp_45 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.4;
        text-align: justify;
    }
    .comp_46 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_46 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_47 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_47 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -10px !important;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_50 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .comp_51 {
        background-image: url('../../icons/imagem_fundo-_contato.png?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 200px;
    }
    .comp_51 .innerBox .wa-wrap_video-bg {
        margin-bottom: 5rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0px;
        min-height: 200px;
    }
    .comp_52 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    .comp_53 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_53 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_53 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_54 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_54 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_55 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_55 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_56 {
        display: flex;
        margin-bottom: 40px !important;
        margin-top: 0px !important;
    }
    .comp_57 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_58 .wa-btn {
        font-size: 1em;
    }
    .comp_58 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_58 a {
        width: 100%;
    }
    .comp_58 div {
        width: 100%;
    }
    .comp_59 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 5rem;
    }
    .comp_60 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_60 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_60 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_61 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: end;
    }
    .comp_61 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_63 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_64 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_64 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_64 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_65 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .comp_65 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: right;
    }
    .comp_65 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: right;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 5px;
        border-top-color: #20433d;
        border-top-width: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .comp_67 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_67 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_68 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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: 1rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_69 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_69 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: center;
    }
    .comp_69 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_7 .wa-txt-par {
        font-size: 78px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 78px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: center;
    }
    .comp_70 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_70 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_70 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_71 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_71 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_74 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_74 .wa-v-icon-wrapper {
        align-items: center;
        height: 2rem;
        justify-content: end;
    }
    .comp_74 .wa-v-icon-wrapper i {
        font-size: 2rem;
    }
    .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: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_76 {
        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_76 .wa-txt-par {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_76 .wa-txt-par.wa-last-par {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_77 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_78 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_78 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_78 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_79 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_79 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_79 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_8 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_8 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_8 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_80 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_82 {
        border: 1px solid rgba(0,0,0,0.12549);
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_83 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_84 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_84 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_84 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_85 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_85 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_85 input:focus {
        border: 1px solid #20433d;
    }
    .comp_86 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_86 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_86 input:focus {
        border: 1px solid #20433d;
    }
    .comp_87 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_87 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_87 input:focus {
        border: 1px solid #20433d;
    }
    .comp_88 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_88 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_88 textarea:focus {
        border: 1px solid #20433d;
    }
    .comp_89 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    .comp_89 .wa-btn {
        font-size: 1.2em;
    }
    .comp_89 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_89 a {
        width: 100%;
    }
    .comp_89 div {
        width: 100%;
    }
    .comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 768px) {
    .comp_0 {
        background-image: url('../../icons/topo-exames.jpg?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_11 .wa-btn {
        font-size: 1em;
    }
    .comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_11 a {
        width: unset;
    }
    .comp_11 div {
        width: unset;
    }
    .comp_12 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_12-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -350px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 3rem 3rem 3rem 3rem;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !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 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_17 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: center;
    }
    .comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_18 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: justify;
    }
    .comp_18 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: justify;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: 5px solid #ffffff;
        border-radius: 1rem 1rem 1rem 1rem;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_20 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_21-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_23 {
        min-height: 800px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_25 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_25 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_26 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_26 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_26 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_27 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_29 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_29 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_29 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_30 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_33 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 25px !important;
    }
    .comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_35 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_35 .wa-btn {
        font-size: 1em;
    }
    .comp_35 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_35 a {
        width: 100%;
    }
    .comp_35 div {
        width: 100%;
    }
    .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: 3rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_37 .wa-txt-par {
        font-size: 100px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: center;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 100px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: center;
    }
    .comp_38 {
        min-height: 800px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_39 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_4 {
        background-image: url('../../icons/glaucoma.png?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 900px;
    }
    .comp_4 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 900px;
    }
    .comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_40 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_41 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_41 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_42 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_44 {
        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: 0px;
    }
    .comp_44 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_44 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_45 {
        border: none;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 25px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_45 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.4;
        text-align: justify;
    }
    .comp_45 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.4;
        text-align: justify;
    }
    .comp_46 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_46 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_47 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_47 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -10px !important;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_50 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .comp_51 {
        background-image: url('../../icons/imagem_fundo-_contato.png?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 150px;
    }
    .comp_51 .innerBox .wa-wrap_video-bg {
        margin-bottom: 5rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0px;
        min-height: 150px;
    }
    .comp_52 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    .comp_53 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_53 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_53 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_54 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_54 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_55 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_55 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_56 {
        display: flex;
        margin-bottom: 40px !important;
        margin-top: 0px !important;
    }
    .comp_57 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_58 .wa-btn {
        font-size: 1em;
    }
    .comp_58 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_58 a {
        width: 100%;
    }
    .comp_58 div {
        width: 100%;
    }
    .comp_59 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 5rem;
    }
    .comp_60 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_60 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_60 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_61 .wa-v-icon-wrapper {
        align-items: center;
        height: 2.5rem;
        justify-content: end;
    }
    .comp_61 .wa-v-icon-wrapper i {
        font-size: 2.5rem;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_63 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_64 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_64 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_64 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_65 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .comp_65 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: right;
    }
    .comp_65 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: right;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 5px;
        border-top-color: #20433d;
        border-top-width: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .comp_67 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_67 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_68 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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: 1rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_69 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_69 .wa-v-icon-wrapper {
        align-items: center;
        height: 2.5rem;
        justify-content: center;
    }
    .comp_69 .wa-v-icon-wrapper i {
        font-size: 2.5rem;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_7 .wa-txt-par {
        font-size: 80px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 80px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_70 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_70 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_70 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_71 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_71 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_74 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_74 .wa-v-icon-wrapper {
        align-items: center;
        height: 2.5rem;
        justify-content: end;
    }
    .comp_74 .wa-v-icon-wrapper i {
        font-size: 2.5rem;
    }
    .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: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_76 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .comp_76 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_76 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_77 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_78 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_78 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_78 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_79 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_79 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_79 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_8 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_8 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_8 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_80 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_82 {
        border: 1px solid rgba(0,0,0,0.12549);
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_83 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_84 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_84 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_84 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_85 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_85 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_85 input:focus {
        border: 1px solid #20433d;
    }
    .comp_86 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_86 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_86 input:focus {
        border: 1px solid #20433d;
    }
    .comp_87 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_87 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_87 input:focus {
        border: 1px solid #20433d;
    }
    .comp_88 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_88 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_88 textarea:focus {
        border: 1px solid #20433d;
    }
    .comp_89 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    .comp_89 .wa-btn {
        font-size: 1.2em;
    }
    .comp_89 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_89 a {
        width: 100%;
    }
    .comp_89 div {
        width: 100%;
    }
    .comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 992px) {
    .comp_0 {
        background-image: url('../../icons/topo-exames.jpg?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_11 .wa-btn {
        font-size: 1.2em;
    }
    .comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_11 a {
        width: unset;
    }
    .comp_11 div {
        width: unset;
    }
    .comp_12 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_12-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -350px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 3rem 3rem 3rem 3rem;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !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 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_17 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: center;
    }
    .comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_18 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: justify;
    }
    .comp_18 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: justify;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: 5px solid #ffffff;
        border-radius: 1rem 1rem 1rem 1rem;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_20 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_21-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .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: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_25 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_25 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_26 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_26 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_26 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_27 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_29 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_29 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_29 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_30 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_33 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 25px !important;
    }
    .comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_35 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_35 .wa-btn {
        font-size: 1.2em;
    }
    .comp_35 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_35 a {
        width: 100%;
    }
    .comp_35 div {
        width: 100%;
    }
    .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: 3rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_37 .wa-txt-par {
        font-size: 100px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: center;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 100px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: center;
    }
    .comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_39 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_4 {
        background-image: url('../../icons/glaucoma.png?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 1075px;
    }
    .comp_4 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 1075px;
    }
    .comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_40 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_41 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_41 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_42 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_44 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_44 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_45 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 50px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_45 .wa-txt-par {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 1.4;
        text-align: justify;
    }
    .comp_45 .wa-txt-par.wa-last-par {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 1.4;
        text-align: justify;
    }
    .comp_46 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_46 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_47 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_47 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -10px !important;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_50 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .comp_51 {
        background-image: url('../../icons/imagem_fundo-_contato.png?t=cb12262a_ccac_4669_9509_bc8ada5ce3d3');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 800px;
    }
    .comp_51 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 800px;
    }
    .comp_52 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    .comp_53 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_53 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_53 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_54 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_54 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_55 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_55 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_56 {
        display: flex;
        margin-bottom: 40px !important;
        margin-top: 0px !important;
    }
    .comp_57 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_58 .wa-btn {
        font-size: 1.2em;
    }
    .comp_58 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_58 a {
        width: 100%;
    }
    .comp_58 div {
        width: 100%;
    }
    .comp_59 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 5rem;
    }
    .comp_60 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_60 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_60 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_61 .wa-v-icon-wrapper {
        align-items: center;
        height: 2.5rem;
        justify-content: end;
    }
    .comp_61 .wa-v-icon-wrapper i {
        font-size: 2.5rem;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_63 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_64 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_64 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_64 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_65 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .comp_65 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: right;
    }
    .comp_65 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: right;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 5px;
        border-top-color: #20433d;
        border-top-width: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .comp_67 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_67 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_68 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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: 1rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_69 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_69 .wa-v-icon-wrapper {
        align-items: center;
        height: 2.5rem;
        justify-content: center;
    }
    .comp_69 .wa-v-icon-wrapper i {
        font-size: 2.5rem;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_7 .wa-txt-par {
        font-size: 112px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 112px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_70 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_70 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_70 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_71 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_71 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_74 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_74 .wa-v-icon-wrapper {
        align-items: center;
        height: 2.5rem;
        justify-content: end;
    }
    .comp_74 .wa-v-icon-wrapper i {
        font-size: 2.5rem;
    }
    .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: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_76 {
        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_76 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_76 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_77 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_78 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_78 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_78 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_79 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_79 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_79 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 0.9;
        text-align: center;
    }
    .comp_8 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_8 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_8 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_80 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_82 {
        border: 1px solid rgba(0,0,0,0.12549);
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_83 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_84 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_84 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_84 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_85 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_85 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_85 input:focus {
        border: 1px solid #20433d;
    }
    .comp_86 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_86 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_86 input:focus {
        border: 1px solid #20433d;
    }
    .comp_87 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_87 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 50px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_87 input:focus {
        border: 1px solid #20433d;
    }
    .comp_88 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_88 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_88 textarea:focus {
        border: 1px solid #20433d;
    }
    .comp_89 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    .comp_89 .wa-btn {
        font-size: 1.2em;
    }
    .comp_89 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_89 a {
        width: 100%;
    }
    .comp_89 div {
        width: 100%;
    }
    .comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    body {
        background-image: url('');
    }
}


.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_back_sep {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item {
    color: rgba(0,0,0,1);
    font-family: Gilroy;
    font-weight: 400;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item a {
    color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item:hover {
    color: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item:hover a {
    color: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item:hover svg {
    fill: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(187,187,187,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 400;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: Gilroy;
    font-weight: 400;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.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_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_back_sep {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item {
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 400;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item:hover {
    color: rgba(32,67,61,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item:hover a {
    color: rgba(32,67,61,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item:hover svg {
    fill: rgba(32,67,61,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(224,224,224,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_generic_header {
    background-color: rgba(32,67,61,1);
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 400;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(83,90,96,1);
    font-family: Gilroy;
    font-weight: 400;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(83,90,96,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(83,90,96,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(32,67,61,1);
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.blockcomp-0-comp_0 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_0-wrap {
    flex-direction: column;
    width: 100%;
}
.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: center;
}
.blockcomp-0-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    aspect-ratio: 1081/324;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1081px) );
}
.blockcomp-0-comp_11 .wa-image-wrap > div {
    aspect-ratio: 1081/324;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap img {
    aspect-ratio: 1081/324;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_12 {
    animation: fadeInUp_smooth_2;
    animation-duration: 1000ms;
    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: center;
}
.blockcomp-0-comp_13 {
    width: 100%;
    z-index: 5;
}
.blockcomp-0-comp_13 .nav-link-active {
    background-color: rgba(255,255,255,1) !important;
    color: rgba(32,67,61,1) !important;
}
.blockcomp-0-comp_13 .nav-link-active:hover {
    background-color: rgba(255,255,255,1) !important;
    color: rgba(32,67,61,1) !important;
}
.blockcomp-0-comp_13 .waf_menu {
    --bubble-bg-color: rgba(32,67,61,0.85098);
    --bubble-border-color: rgba(0,0,0,0);
    --bubble-text-color: rgba(255,255,255,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-brand-icon: wa_res/icons/logo_branco.png !important;
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(83,90,96,1);
}
.blockcomp-0-comp_13 .waf_menu-mini-btn {
    background-color: rgba(211,222,37,0);
    border-color: rgba(240,239,239,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_13 .waf_menu-mini-btn:hover {
    background-color: rgba(211,222,37,0);
    border-color: rgba(240,239,239,1);
}
.blockcomp-0-comp_13 .waf_menu-mini-btn:hover svg path {
    fill: rgba(240,239,239,1);
}
.blockcomp-0-comp_13 nav {
    background-color: rgba(249,249,249,0);
    color: rgba(250,250,250,1);
    font-family: Gilroy;
    font-weight: 400;
}
.blockcomp-0-comp_13 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(250,250,250,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(250,250,250,1);
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_13 nav > ul > li:hover > .waf-nav-link {
    color: rgba(83,90,96,1);
}
.blockcomp-0-comp_13 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(83,90,96,1);
}
.blockcomp-0-comp_13 nav > ul > li:hover:not(.waf_menu_item_search) {
    background-color: rgba(255,255,255,1);
}
.blockcomp-0-comp_2 {
    animation: fadeInDown_smooth_2;
    animation-duration: 1000ms;
    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 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    aspect-ratio: 1081/358;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1081px) );
}
.blockcomp-0-comp_3 .wa-image-wrap > div {
    aspect-ratio: 1081/358;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap img {
    aspect-ratio: 1081/358;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.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: center;
}
.blockcomp-0-comp_5 {
    width: 100%;
}
.blockcomp-0-comp_5 .waf_menu {
    --bubble-bg-color: rgba(238,232,237,1);
    --bubble-border-color: rgba(0,0,0,0);
    --bubble-text-color: rgba(0,0,0,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.blockcomp-0-comp_5 .waf_menu-mini-btn {
    background-color: rgba(51,178,240,1);
    border-color: rgba(119,119,119,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_5 .waf_menu-mini-btn:hover {
    background-color: rgba(60,193,229,1);
    border-color: rgba(119,119,119,1);
}
.blockcomp-0-comp_5 .waf_menu-mini-btn:hover svg path {
    fill: rgba(51,51,51,1);
}
.blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget {
    font-size: 13px !important;
    height: 30px !important;
    max-width: 900px !important;
    width: 150px !important;
}
.blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget i {
    color: rgba(160,160,164,1) !important;
    font-size: 1rem !important;
}
.blockcomp-0-comp_5 .wafusion-search-widget.wa-smt-search-widget-focus-within i {
    color: rgba(160,160,164,1) !important;
}
.blockcomp-0-comp_5 nav {
    background-color: rgba(250,250,250,0);
    color: rgba(119,119,119,1);
    font-family: Gilroy;
    font-weight: 400;
}
.blockcomp-0-comp_5 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(119,119,119,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(119,119,119,1);
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_5 nav > ul > li:hover > .waf-nav-link {
    color: rgba(68,68,68,1);
}
.blockcomp-0-comp_5 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(68,68,68,1);
}
.blockcomp-0-comp_5 nav > ul > li:hover:not(.waf_menu_item_search) {
    background-color: rgba(51,140,253,0);
}
.blockcomp-0-comp_6 {
    animation: fadeInDown_smooth_2;
    animation-duration: 1000ms;
    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: center;
}
.blockcomp-0-comp_7 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-btn {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: Gilroy;
    font-weight: 700;
}
.blockcomp-0-comp_7 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_7 .wa-btn.wa-btn:active {
    background-color: rgba(32,67,61,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_7 .wa-btn.wa-btn:hover {
    background-color: rgba(235,233,233,1);
    border-color: rgba(32,67,61,1);
    color: rgba(32,67,61,1);
}
.blockcomp-0-comp_7 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_7 div {
    justify-content: center;
}
.blockcomp-0-comp_8 {
    background-color: rgba(32,67,61,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_8 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504 > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item {
    font-size: 24px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item a {
    font-size: 24px;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da > .waf_menu_panel_icon_wrap {
    height: 55px;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item {
    font-size: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item a {
    font-size: 16px;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 18px;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 18px;
}
.COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.blockcomp-0-comp_0-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 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: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1081px) );
}
.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: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_13 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_13 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 6.4px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 7.2px;
    --panel-content-width: 380px;
}
.blockcomp-0-comp_13 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-0-comp_13 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.blockcomp-0-comp_13 .waf_menu-mini-btn {
    border-radius: 5.5px;
    height: 55px;
    width: 55px;
}
.blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-0-comp_13 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 18px;
    justify-content: center;
    min-height: 3rem;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 16px;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 18px;
    width: 18px;
}
.blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
    padding-left: 50px;
    padding-right: 50px;
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1081px) );
}
.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: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_5 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_5 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 9.6px;
    --bubble-content-width: 365px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 500px;
}
.blockcomp-0-comp_5 .waf_menu > ul {
    flex-direction: column;
    width: 100%;
}
.blockcomp-0-comp_5 .waf_menu > ul > .waf_menu_sep {
    border-bottom: 1px solid rgba(255,255,255,0);
    border-left: none;
    border-right: none;
    border-top: none;
}
.blockcomp-0-comp_5 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
    display: none !important;
    justify-content: end;
}
.blockcomp-0-comp_5 nav {
    border: none;
    border-radius: 0px;
    display: flex !important;
    font-size: 24px;
    justify-content: center;
    min-height: 2rem;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 50px;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 24px;
    width: 24px;
}
.blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
    padding-left: 16px;
    padding-right: 16px;
}
.blockcomp-0-comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_7 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_7 .wa-btn {
    font-size: 1em;
}
.blockcomp-0-comp_7 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_7 a {
    width: 100%;
}
.blockcomp-0-comp_7 div {
    width: 100%;
}
.blockcomp-0-comp_8 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_8 > .innerBox {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.blockcomp-0-comp_9 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
@media (min-width: 576px) {
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item {
        font-size: 24px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item a {
        font-size: 24px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da > .waf_menu_panel_icon_wrap {
        height: 55px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item {
        font-size: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item a {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 18px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 18px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 20px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .blockcomp-0-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
    .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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 6.4px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 7.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_13 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_13 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn {
        border-radius: 5.5px;
        height: 55px;
        width: 55px;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_13 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 14px;
        justify-content: center;
        min-height: 3rem;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 14px;
        width: 14px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
        padding-left: 20px;
        padding-right: 20px;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
    .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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 9.6px;
        --bubble-content-width: 365px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 500px;
    }
    .blockcomp-0-comp_5 .waf_menu > ul {
        flex-direction: column;
        width: 100%;
    }
    .blockcomp-0-comp_5 .waf_menu > ul > .waf_menu_sep {
        border-bottom: 1px solid rgba(255,255,255,0);
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_5 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 24px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 50px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 24px;
        width: 24px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0px;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_7 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_7 a {
        width: 100%;
    }
    .blockcomp-0-comp_7 div {
        width: 100%;
    }
    .blockcomp-0-comp_8 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_8 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}
@media (min-width: 768px) {
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item {
        font-size: 24px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item a {
        font-size: 24px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da > .waf_menu_panel_icon_wrap {
        height: 55px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item {
        font-size: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item a {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 18px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 18px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 20px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .blockcomp-0-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
    .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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 6.4px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 7.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_13 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_13 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn {
        border-radius: 5.5px;
        height: 55px;
        width: 55px;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_13 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 14px;
        justify-content: center;
        min-height: 3rem;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 14px;
        width: 14px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
        padding-left: 30px;
        padding-right: 30px;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
    .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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 9.6px;
        --bubble-content-width: 365px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 500px;
    }
    .blockcomp-0-comp_5 .waf_menu > ul {
        flex-direction: column;
        width: 100%;
    }
    .blockcomp-0-comp_5 .waf_menu > ul > .waf_menu_sep {
        border-bottom: 1px solid rgba(255,255,255,0);
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_5 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 24px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 50px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 24px;
        width: 24px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0px;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_7 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_7 a {
        width: 100%;
    }
    .blockcomp-0-comp_7 div {
        width: 100%;
    }
    .blockcomp-0-comp_8 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_8 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item {
        font-size: 24px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_bubble_item a {
        font-size: 24px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_e8fe9a51aeac40df8923e13b6ae07504.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da > .waf_menu_panel_icon_wrap {
        height: 55px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item {
        font-size: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_bubble_item a {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 18px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 18px;
    }
    .COMP_MENU_MATCHER_f47d9dc3253544a0afe259a2f85170da.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 20px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .blockcomp-0-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
    .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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 6.4px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 7.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_13 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_13 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn {
        border-radius: 5.5px;
        height: 55px;
        width: 55px;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_13 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 18px;
        justify-content: center;
        min-height: 3rem;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 18px;
        width: 18px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
        padding-left: 50px;
        padding-right: 50px;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
    .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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 9.6px;
        --bubble-content-width: 365px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 500px;
    }
    .blockcomp-0-comp_5 .waf_menu > ul {
        flex-direction: column;
        width: 100%;
    }
    .blockcomp-0-comp_5 .waf_menu > ul > .waf_menu_sep {
        border-bottom: 1px solid rgba(255,255,255,0);
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_5 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 24px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 50px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 24px;
        width: 24px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_7 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_7 a {
        width: 100%;
    }
    .blockcomp-0-comp_7 div {
        width: 100%;
    }
    .blockcomp-0-comp_8 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_8 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}


.blockcomp-1-comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_10 {
    flex-direction: column;
}
.blockcomp-1-comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_11 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_12 {
    flex-direction: column;
}
.blockcomp-1-comp_12 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_13 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_13 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_13 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_14 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_15 {
    flex-direction: column;
}
.blockcomp-1-comp_15 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_16 {
    line-height: 100%;
    width: 100%;
}
.blockcomp-1-comp_16 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.blockcomp-1-comp_17 {
    flex-direction: column;
}
.blockcomp-1-comp_17 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_18 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_18 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_18 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_18 .wa-txt-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_19 {
    --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_20 {
    flex-direction: column;
}
.blockcomp-1-comp_20 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_21 {
    line-height: 100%;
    width: 100%;
}
.blockcomp-1-comp_21 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.blockcomp-1-comp_22 {
    flex-direction: column;
}
.blockcomp-1-comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_23 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_23 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_23 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_23 .wa-txt-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_23 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_23 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_23 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_24 {
    flex-direction: column;
}
.blockcomp-1-comp_24 > .wa_inner_col {
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_26 {
    flex-direction: column;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_27 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_27 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_27 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_27 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_28 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_29 {
    flex-direction: column;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_3 {
    background-color: rgba(32,67,61,1);
    width: 100%;
}
.blockcomp-1-comp_30 {
    line-height: 100%;
    width: 100%;
}
.blockcomp-1-comp_30 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.blockcomp-1-comp_31 {
    flex-direction: column;
}
.blockcomp-1-comp_31 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_32 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_32 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_32 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_32 .wa-txt-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_32 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_32 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_33 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_34 {
    flex-direction: column;
}
.blockcomp-1-comp_34 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_34 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_35 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_36 {
    flex-direction: column;
}
.blockcomp-1-comp_36 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_37 {
    line-height: 100%;
    width: 100%;
}
.blockcomp-1-comp_37 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.blockcomp-1-comp_38 {
    flex-direction: column;
}
.blockcomp-1-comp_38 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_38 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_39 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_39 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_39 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_39 .wa-txt-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_39 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_39 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_39 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_4 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_4 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_4-wrap {
    flex-direction: column;
    width: 100%;
}
.blockcomp-1-comp_40 {
    flex-direction: column;
}
.blockcomp-1-comp_40 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_40 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_41 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_42 {
    flex-direction: column;
}
.blockcomp-1-comp_42 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_42 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_43 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_43 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_43 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_43 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_43 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_44 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_45 {
    flex-direction: column;
}
.blockcomp-1-comp_45 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_46 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_46 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_46 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_46 .wa-txt-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_46 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_46 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_46 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,152,92,1);
    text-decoration: none;
}
.blockcomp-1-comp_47 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_47 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_47 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_47 .wa-txt-par a:hover {
    color: rgba(83,90,96,1);
    text-decoration: none;
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par a:hover {
    color: rgba(83,90,96,1);
    text-decoration: none;
}
.blockcomp-1-comp_48 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_48 .wa-txt-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_48 .wa-txt-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_48 .wa-txt-par a:hover {
    color: rgba(83,90,96,1);
    text-decoration: none;
}
.blockcomp-1-comp_48 .wa-txt-par.wa-last-par {
    color: rgba(32,67,61,1);
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_48 .wa-txt-par.wa-last-par a {
    color: rgba(32,67,61,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_48 .wa-txt-par.wa-last-par a:hover {
    color: rgba(83,90,96,1);
    text-decoration: none;
}
.blockcomp-1-comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_6 {
    flex-direction: column;
}
.blockcomp-1-comp_6 > .wa_inner_col {
    border-style: solid;
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_8 {
    flex-direction: column;
}
.blockcomp-1-comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_9 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_9 .wa-image-wrap {
    aspect-ratio: 1081/1081;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1081px) );
}
.blockcomp-1-comp_9 .wa-image-wrap > div {
    aspect-ratio: 1081/1081;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_9 .wa-image-wrap img {
    aspect-ratio: 1081/1081;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_10 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_11 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_12 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_12 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_13 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
}
.blockcomp-1-comp_13 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_14 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_15 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_15 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_16 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_16 .wa-v-icon-wrapper {
    align-items: center;
    height: 1.5rem;
    justify-content: end;
}
.blockcomp-1-comp_16 .wa-v-icon-wrapper i {
    font-size: 1.5rem;
}
.blockcomp-1-comp_17 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_17 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_18 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 16px;
}
.blockcomp-1-comp_18 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_19 {
    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: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_20 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_20 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_21 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_21 .wa-v-icon-wrapper {
    align-items: center;
    height: 1.5rem;
    justify-content: end;
}
.blockcomp-1-comp_21 .wa-v-icon-wrapper i {
    font-size: 1.5rem;
}
.blockcomp-1-comp_22 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_23 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 16px;
}
.blockcomp-1-comp_23 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_23 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_24 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_24 > .wa_inner_col {
    border-bottom-color: #20433d;
    border-bottom-width: 1px;
    border-left-color: #20433d;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #20433d;
    border-right-width: 0px;
    border-top-color: #20433d;
    border-top-width: 1px;
}
.blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.blockcomp-1-comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_27 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 16px;
}
.blockcomp-1-comp_27 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_28 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_29 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_3 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 30px;
}
.blockcomp-1-comp_30 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_30 .wa-v-icon-wrapper {
    align-items: center;
    height: 1.5rem;
    justify-content: end;
}
.blockcomp-1-comp_30 .wa-v-icon-wrapper i {
    font-size: 1.5rem;
}
.blockcomp-1-comp_31 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_31 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_32 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 16px;
}
.blockcomp-1-comp_32 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_33 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_34 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_34 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_34 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_35 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_36 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_36 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_37 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_37 .wa-v-icon-wrapper {
    align-items: center;
    height: 1.5rem;
    justify-content: end;
}
.blockcomp-1-comp_37 .wa-v-icon-wrapper i {
    font-size: 1.5rem;
}
.blockcomp-1-comp_38 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_38 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_38 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_39 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 10px;
}
.blockcomp-1-comp_39 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_39 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_4 > .innerBox {
    margin-bottom: 8rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 3rem;
}
.blockcomp-1-comp_4-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 400px;
}
.blockcomp-1-comp_40 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_40 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_40 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.blockcomp-1-comp_41 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_42 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_42 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_42 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_43 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 16px;
}
.blockcomp-1-comp_43 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_43 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_44 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_45 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_45 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_46 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 16px;
    padding-top: 0px;
}
.blockcomp-1-comp_46 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_46 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_47 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 16px;
    padding-top: 0px;
}
.blockcomp-1-comp_47 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_48 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 16px;
    padding-top: 0px;
}
.blockcomp-1-comp_48 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_48 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_6 > .wa_inner_col {
    border-bottom-color: #20433d;
    border-bottom-width: 0px;
    border-left-color: #20433d;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #20433d;
    border-right-width: 0px;
    border-top-color: #20433d;
    border-top-width: 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 {
    display: flex;
    margin-bottom: 40px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_8 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_9 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_9 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1081px) );
}
@media (min-width: 576px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_13 {
        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;
    }
    .blockcomp-1-comp_13 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_16 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_16 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.2rem;
        justify-content: end;
    }
    .blockcomp-1-comp_16 .wa-v-icon-wrapper i {
        font-size: 1.2rem;
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_18 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_19 {
        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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_21 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_21 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.2rem;
        justify-content: end;
    }
    .blockcomp-1-comp_21 .wa-v-icon-wrapper i {
        font-size: 1.2rem;
    }
    .blockcomp-1-comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_23 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_23 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_23 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_24 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 0px;
        border-top-color: #20433d;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        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;
    }
    .blockcomp-1-comp_27 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .blockcomp-1-comp_30 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_30 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.2rem;
        justify-content: end;
    }
    .blockcomp-1-comp_30 .wa-v-icon-wrapper i {
        font-size: 1.2rem;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_32 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_35 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_37 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_37 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.2rem;
        justify-content: end;
    }
    .blockcomp-1-comp_37 .wa-v-icon-wrapper i {
        font-size: 1.2rem;
    }
    .blockcomp-1-comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_39 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 10px;
    }
    .blockcomp-1-comp_39 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_39 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_4 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_4-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 250px;
    }
    .blockcomp-1-comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_40 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_43 {
        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;
    }
    .blockcomp-1-comp_43 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_43 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_46 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_46 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_46 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_47 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_48 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_6 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 0px;
        border-top-color: #20433d;
        border-top-width: 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 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
}
@media (min-width: 768px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_13 {
        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;
    }
    .blockcomp-1-comp_13 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_16 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_16 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.5rem;
        justify-content: end;
    }
    .blockcomp-1-comp_16 .wa-v-icon-wrapper i {
        font-size: 1.5rem;
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_18 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_19 {
        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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_21 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_21 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.5rem;
        justify-content: end;
    }
    .blockcomp-1-comp_21 .wa-v-icon-wrapper i {
        font-size: 1.5rem;
    }
    .blockcomp-1-comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_23 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_23 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_23 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_24 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 0px;
        border-top-color: #20433d;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        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;
    }
    .blockcomp-1-comp_27 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .blockcomp-1-comp_30 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_30 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.8rem;
        justify-content: end;
    }
    .blockcomp-1-comp_30 .wa-v-icon-wrapper i {
        font-size: 1.8rem;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_32 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_35 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_37 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_37 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.5rem;
        justify-content: end;
    }
    .blockcomp-1-comp_37 .wa-v-icon-wrapper i {
        font-size: 1.5rem;
    }
    .blockcomp-1-comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_39 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 10px;
    }
    .blockcomp-1-comp_39 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_39 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_4 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_4-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 250px;
    }
    .blockcomp-1-comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_40 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_43 {
        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;
    }
    .blockcomp-1-comp_43 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_43 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_46 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_46 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_46 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_47 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_48 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_6 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 0px;
        border-top-color: #20433d;
        border-top-width: 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 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
}
@media (min-width: 992px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_11 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_13 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 60px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_13 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_16 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_16 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.5rem;
        justify-content: end;
    }
    .blockcomp-1-comp_16 .wa-v-icon-wrapper i {
        font-size: 1.5rem;
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_18 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_19 {
        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: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_21 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_21 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.5rem;
        justify-content: end;
    }
    .blockcomp-1-comp_21 .wa-v-icon-wrapper i {
        font-size: 1.5rem;
    }
    .blockcomp-1-comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_23 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_23 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_23 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_24 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 1px;
        border-top-color: #20433d;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 60px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_27 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
    }
    .blockcomp-1-comp_30 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_30 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.5rem;
        justify-content: end;
    }
    .blockcomp-1-comp_30 .wa-v-icon-wrapper i {
        font-size: 1.5rem;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_32 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_35 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_37 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_37 .wa-v-icon-wrapper {
        align-items: center;
        height: 1.5rem;
        justify-content: end;
    }
    .blockcomp-1-comp_37 .wa-v-icon-wrapper i {
        font-size: 1.5rem;
    }
    .blockcomp-1-comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_39 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 0px;
        padding-top: 10px;
    }
    .blockcomp-1-comp_39 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_39 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_4 > .innerBox {
        margin-bottom: 5rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 5rem;
    }
    .blockcomp-1-comp_4-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 400px;
    }
    .blockcomp-1-comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_40 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 60px;
        padding-right: 0px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_43 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_43 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_45 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_46 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 60px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_46 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_46 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 60px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_47 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 15px;
        padding-left: 60px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .blockcomp-1-comp_48 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_6 > .wa_inner_col {
        border-bottom-color: #20433d;
        border-bottom-width: 0px;
        border-left-color: #20433d;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #20433d;
        border-right-width: 1px;
        border-top-color: #20433d;
        border-top-width: 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 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1081px) );
    }
}
