html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: none repeat scroll 0 0 transparent;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

html,
body {
  width: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

input,
.select,
textarea,
input:hover,
.select-hover,
textarea:hover,
input:focus,
.select-focus,
textarea:focus,
input:disabled,
.select-disabled,
textarea:disabled {
  background: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

form textarea,
form input,
form option {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
}

html {
  font-size: 10px;
  font-family: sans-serif;
  height: -webkit-fill-available;
  height: -moz-fill-available;
  height: -o-fill-available;
  height: -ms-fill-available;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
}

body {
  color: rgba(0, 0, 0, 0.87);
  height: auto;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

s {
  text-decoration: line-through;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

.body_bloquear {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site_borrar {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  height: 100%;
  width: 100%;
  position: fixed;
}

.ug-el .c * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  line-height: inherit;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  transform;
  will-change: background-color, color, opacity, transform;
}

.ug-bloco {
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-right: 0 none !important;
  border-left: 0 none !important;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50%;
}

.ug-overlay {
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.ug-el {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ug-el .c {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 1;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  white-space: pre-wrap;
  word-wrap: break-word;
  float: left;
  transition-property: background-color, color, opacity, transform;
  will-change: background-color, color, opacity, transform;
}

.ug-el.e_html .c {
  word-break: break-word;
  white-space: normal;
}

.ug-el.ug-linha-h {
  height: auto !important;
}

.ug-el.ug-linha-h .c {
  margin: auto 0;
  width: 100%;
  display: block;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  margin: 5px 0;
}

.ug-el.ug-linha-v {
  width: auto !important;
}

.ug-el.ug-linha-v .c {
  margin: 0 auto;
  height: 100%;
  width: auto;
  display: block;
  margin: 0 5px;
}

.ug-el.ug-caixa .c {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ug-el.e_circulo .c {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50%;
}

.centralizar {
  position: relative;
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.ug-el.dm {
  display: none
}

.ug-el.dd,
.ug-el.dd.ug-el.dm {
  display: block
}

.ug-el.esconder_desktop,
.ug-el.ug-el.dd.esconder_desktop,
.ug-el.ug-el.dm.esconder_desktop,
.ug-bloco.esconder_desktop {
  display: none;
}

@media all and (max-width:800px) {

  .ug-el.esconder_desktop,
  .ug-el.ug-el.dd.esconder_desktop,
  .ug-el.ug-el.dm.esconder_desktop,
  .ug-bloco.esconder_desktop {
    display: block;
  }

  .ug-el.esconder_mobile,
  .ug-bloco.esconder_mobile {
    display: none !important
  }

  .ug-el.dd {
    display: none
  }

  .ug-el.dm,
  .ug-el.dd.ug-el.dm {
    display: block
  }
}

#site {
  min-width: 980px;
  overflow: hidden;
}

.link_popup,
.link_interno,
.link_externo {
  cursor: pointer
}

.ug-el .c.ug-cta {
  cursor: pointer;
  user-select: none;
  -webkit-transition: transform, background-color, color, opacity .25s ease-out;
  -o-transition: transform, background-color, color, opacity .25s ease-out;
  transition: transform, background-color, color, opacity .25s ease-out;
  overflow: hidden;
  line-height: 1.3;
  text-decoration: none;
  background-color: rgb(30, 136, 229);
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  border-radius: 3px;
  text-align: center;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px;
  flex-wrap: nowrap;
  align-content: center;
}

.ug-el .c .ug-botao span {
  -webkit-transition: color, opacity .25s ease-out;
  -o-transition: color, opacity .25s ease-out;
  transition: color, opacity .25s ease-out;
}

.ug-el .c.ug-cta.sombra_botao,
.ug-el .c .ug-botao span.sombra_botao {
  -moz-box-shadow: 0 1px 3px rgba(1, 1, 1, .5);
  box-shadow: 0 1px 3px rgba(1, 1, 1, .5);
}

.ug-el .c.ug-cta.sombra_3d,
.ug-el .c .ug-botao span.sombra_3d {
  height: calc(100% - 5px)
}

.ug-el .c.e_html blockquote {
  display: none
}

.ug-el .c.e_html .fb-comments {
  width: 100% !important;
  height: 100% !important;
}

.ug-el .c.link_interno {
  cursor: pointer
}

.e_circulo {
  border-radius: 50%
}

.ug-el.ug-imagem .c .imagem_fundo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border: 0px transparent solid;
  border-radius: inherit;
}

option:disabled {
  display: none
}

.ug-el.ug-video .c {
  width: 100%;
  height: 100%;
}

@keyframes se_key {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-os-keyframes se_key {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes se_key {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes se_key {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.se_imagem .c,
.se_video,
.se_fonte,
.se_caixa .c,
.se_contador span,
.se_slider .imagem {
  color: transparent !important;
  background: rgba(128, 128, 128, .05);
  background-repeat: no-repeat;
  background-image: none !important;
  animation: .8s ease infinite alternate se_key;
  -webkit-animation: .8s ease infinite alternate se_key;
  -o-animation: .8s ease infinite alternate se_key;
  text-shadow: none !important;
}

.ug-el.se_video {
  overflow: hidden;
}

.se_fonte * {
  color: transparent !important;
  text-shadow: none !important;
}

.se_fonte input,
.se_fonte select,
.se_fonte textarea,
.se_fonte label {
  opacity: 0 !important;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
  transition: 0 none;
}

.ug-el a:link,
.ug-el a:visited,
.ug-el a {
  text-decoration: none;
}

.ug-el.ug-titulo a:hover,
.ug-el.ug-texto a:hover {
  text-decoration: underline;
}

.aviso_fundo {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .84);
  z-index: 100000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.aviso_texto {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  top: 0;
  bottom: 0;
  z-index: 100001;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  line-height: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "", sans-serif;
  font-style: normal;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.aviso_texto_carregando {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #f9f9f9 84%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%
  }

  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%
  }

  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%
  }

  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%
  }
}

.mostrar_aviso {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(Opacity=100)"
}

.esconder {
  display: none
}

.video-background {
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background iframe {
  width: 140%;
  height: 150%;
  margin: -18% -20%;
}

body .gm_fundo {
  position: absolute;
  bottom: 0;
}

@media all and (max-width:800px) {
  .aviso_texto {
    font-size: 35px;
  }

  #site {
    min-width: 360px;
  }

  .centralizar {
    width: 360px;
  }

  .ug-modal {
    min-width: 175px !important;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f9f9f9;
}

::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.38);
}

.carregando {
  width: 30px;
  height: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNjQpIiBzdHJva2Utd2lkdGg9IjMiIHI9IjMwIiBzdHJva2UtZGFzaGFycmF5PSIxNDEuMzcxNjY5NDExNTQwNjcgNDkuMTIzODg5ODAzODQ2ODkiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+");
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
  .ug-el .c {
    word-break: break-word;
    white-space: normal;
  }
}

@media not all and (min-resolution:.001dpcm) {
  @media {
    .ug-el .c {
      word-break: break-word;
      white-space: normal;
    }
  }
}

.e_animacoes {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}

.ug-el.ug-cta * {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 900;
}

@media all and (max-width:800px) {
  .ug-el.ug-cta * {
    font-family: "Kanit", sans-serif;
    font-style: normal;
    font-weight: 900;
  }
}

.ug-el .c.ug-titulo * a:hover,
.ug-el .c.ug-titulo * a:link,
.ug-el .c.ug-titulo * a:visited,
.ug-el .c.ug-texto * a:hover,
.ug-el .c.ug-texto * a:visited,
.ug-el .c.ug-texto * a:link {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.ug-el p,
.ug-el ol,
.ug-el ul,
.ug-el pre,
.ug-el blockquote,
.ug-el h1,
.ug-el h2,
.ug-el h3,
.ug-el h4,
.ug-el h5,
.ug-el h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.ug-el .c.ug-titulo h1,
.ug-el .c.ug-titulo h1 * {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 800;
}

.ug-el .c.ug-titulo h2,
.ug-el .c.ug-titulo h2 * {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.ug-el .c.ug-titulo h3,
.ug-el .c.ug-titulo h3 * {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.ug-el .c.ug-titulo h4,
.ug-el .c.ug-titulo h4 * {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.ug-el .c.ug-titulo h5,
.ug-el .c.ug-titulo h5 * {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.ug-el .c.ug-titulo h6,
.ug-el .c.ug-titulo h6 * {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.ug-el .c.ug-texto,
.ug-el .c.ug-texto * {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: inherit;
}

.ug-el .c.ug-titulo * b *,
.ug-el .c.ug-titulo * strong *,
.ug-el .c.ug-texto * b *,
.ug-el .c.ug-texto * strong *,
.ug-el .c.ug-titulo * b,
.ug-el .c.ug-titulo * strong,
.ug-el .c.ug-texto * b,
.ug-el .c.ug-texto * strong {
  font-weight: bold;
  font-style: inherit;
}

.ug-el .c.ug-titulo * em,
.ug-el .c.ug-texto * em,
.ug-el .c.ug-titulo * i,
.ug-el .c.ug-texto * i,
.ug-el .c.ug-titulo * em *,
.ug-el .c.ug-texto * em *,
.ug-el .c.ug-titulo * i *,
.ug-el .c.ug-texto * i * {
  font-style: italic;
}

.ug-el .c.ug-titulo * s,
.ug-el .c.ug-texto * s,
.ug-el .c.ug-titulo * strike,
.ug-el .c.ug-texto * strike {
  text-decoration: line-through;
  font-weight: inherit;
}

.ug-el .c.ug-titulo * u,
.ug-el .c.ug-texto * u {
  text-decoration: underline;
  font-weight: inherit;
}

.ug-el .c.ug-titulo ul,
.ug-el .c.ug-texto ul {
  list-style-type: none;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding-left: 1.5em;
}

.ug-el .c.ug-titulo ul li,
.ug-el .c.ug-texto ul li,
.ug-el .c.ug-titulo ol li,
.ug-el .c.ug-texto ol li {
  position: relative;
}

.ug-el .c.ug-titulo ul li>span:first-child:before,
.ug-el .c.ug-titulo ul li>font:first-child:before,
.ug-el .c.ug-titulo ul li>b:first-child:before,
.ug-el .c.ug-titulo ul li>i:first-child:before,
.ug-el .c.ug-titulo ul li>a:first-child:before,
.ug-el .c.ug-titulo ul li>u:first-child:before,
.ug-el .c.ug-texto ul li>span:first-child:before,
.ug-el .c.ug-texto ul li>font:first-child:before,
.ug-el .c.ug-texto ul li>b:first-child:before,
.ug-el .c.ug-texto ul li>i:first-child:before,
.ug-el .c.ug-texto ul li>a:first-child:before,
.ug-el .c.ug-texto ul li>u:first-child:before {
  display: list-item;
  content: "●";
  position: absolute;
  float: left;
  left: -1.5em;
  top: 0;
  width: 1.5em;
  text-align: center;
}

.ug-el .c.ug-titulo ol,
.ug-el .c.ug-texto ol {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  counter-reset: lista_o;
  padding-left: 1.5em;
}

.ug-el .c.ug-titulo ol li>span:first-child:before,
.ug-el .c.ug-titulo ol li>font:first-child:before,
.ug-el .c.ug-titulo ol li>b:first-child:before,
.ug-el .c.ug-titulo ol li>i:first-child:before,
.ug-el .c.ug-titulo ol li>a:first-child:before,
.ug-el .c.ug-titulo ol li>u:first-child:before,
.ug-el .c.ug-texto ol li>span:first-child:before,
.ug-el .c.ug-texto ol li>font:first-child:before,
.ug-el .c.ug-texto ol li>b:first-child:before,
.ug-el .c.ug-texto ol li>i:first-child:before,
.ug-el .c.ug-texto ol li>a:first-child:before,
.ug-el .c.ug-texto ol li>u:first-child:before {
  counter-increment: lista_o;
  display: list-item;
  content: counter(lista_o)".";
  position: absolute;
  float: left;
  left: -2em;
  top: 0;
  width: 2em;
  text-align: center;
}

.ug-el .c.ug-video {
  border: 0px solid #a3bac6;
}

#ug-b-ffcd3afd {
  height: 1209.38px;
  background-color: rgb(241, 241, 241);
}

#ug-b-ffcd3afd .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-e-3401c5e8 {
  height: 80.6771px;
  width: 433.249px;
  left: 259.809px;
  top: 23.7153px;
  transform: translate(0px, 0px);
  z-index: 2175;
}

#ug-e-3401c5e8 .c {
  z-index: 2175;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-3401c5e8 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2175;
  background-image: url(../_assets/385284-8f90923ebf38406d7ea46a74d7c3fe13-06e583.avif);
  background-size: 433.49px 80.6771px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-cda4be3c {
  z-index: 2176;
  width: 960px;
  left: 0px;
  top: 119.554px;
  transform: translate(0px, 0px);
  z-index: 2176;
  z-index: 2176;
  z-index: 2176;
  z-index: 2176;
  z-index: 2176;
}

#ug-e-cda4be3c .c {
  z-index: 2176;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-cda4be3c .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-9a9d35fa {
  left: 244.312px;
  top: 455.091px;
  width: 208.2px;
  transform: translate(0px, 0px);
  z-index: 6;
}

#ug-e-9a9d35fa .c {
  z-index: 6;
  font-size: 14.415px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-9a9d35fa .c>H3:nth-of-type(1)>B:nth-of-type(1)>A:nth-of-type(1) {
  color: rgb(36, 36, 36)
}

#ug-e-9a9d35fa .c>H2:nth-of-type(1)>DIV:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(36, 36, 36)
}

.ug-modal[gpc_id_elemento="e_2494706_1_1746648930681bbf62cd4d4423013902"] {
  max-width: 960px;
  width: 480px !important;
  height: 420px !important;
}

#ug-e-da2743f7 {
  left: 168.3px;
  top: 438.974px;
  width: 299.6px;
  height: 96.1926px;
  transform: translate(0px, 0px);
  z-index: 3;
}

#ug-e-da2743f7 .c {
  z-index: 3;
  opacity: 1;
  border: 0px solid rgb(159, 230, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0) drop-shadow(rgb(218, 220, 221) 7px 7px 4px);
  border-radius: 19px;
  background-image: none;
  background-size: cover;
  background-color: rgb(59, 255, 204);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-2172b445 {
  left: 316.977px;
  top: 553.982px;
  width: 301.2px;
  height: 95.4531px;
  transform: translate(0px, 0px);
  z-index: 2178;
}

#ug-e-2172b445 .c {
  z-index: 2178;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0) drop-shadow(rgb(202, 203, 203) 7px 7px 5px);
  border-radius: 19px;
  background-image: none;
  background-size: cover;
  background-color: rgb(36, 36, 36);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-4d196fc3 {
  left: 390.162px;
  top: 567.288px;
  width: 204.9px;
  transform: translate(0px, 0px);
  z-index: 2179;
  color: #FFF;
}

#ug-e-4d196fc3 .c {
  z-index: 2179;
  font-size: 14.4147px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-4d196fc3 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#ug-e-4d196fc3 .c>SPAN:nth-of-type(1) {
  color: #ffffff
}

#ug-e-eef5971f {
  left: 338.908px;
  top: 581.274px;
  width: 37.0469px;
  height: 36.8984px;
  transform: translate(0px, 0px);
  z-index: 2181;
}

#ug-e-eef5971f .c {
  z-index: 2181;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-eef5971f .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2181;
  background-image: url(../_assets/385284-e2df86521de4ef8b7b15d370a7c64c16-c115ed.png);
  background-size: 37.0469px 36.8984px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-a1bb3223 {
  left: 189.453px;
  top: 466.791px;
  width: 40.0938px;
  height: 40.0938px;
  transform: translate(0px, 0px);
  z-index: 2182;
}

#ug-e-a1bb3223 .c {
  z-index: 2182;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-a1bb3223 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2182;
  background-image: url(../_assets/385284-da8dc6e7b91ed3031992110992c2b4d8-f2a896.png);
  background-size: 40.0938px 40.0938px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-3303fb8a {
  left: 564.612px;
  top: 455.501px;
  width: 207.9px;
  transform: translate(0px, 0px);
  z-index: 2185;
}

#ug-e-3303fb8a .c {
  z-index: 2185;
  font-size: 14.415px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-3303fb8a .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0)
}

#ug-e-3303fb8a .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(36, 36, 36)
}

#ug-e-06d20f39 {
  left: 510.047px;
  top: 460.515px;
  width: 40px;
  height: 40px;
  transform: translate(0px, 0px);
  z-index: 2186;
}

#ug-e-06d20f39 .c {
  z-index: 2186;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-06d20f39 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2186;
  background-image: url(../_assets/385284-a62dda0a338c18c32e50aa5b78322687-e92b1e.png);
  background-size: 40px 40px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-986f63b4 {
  left: 488.6px;
  top: 439.401px;
  width: 299.3px;
  height: 95.5px;
  transform: translate(0px, 0px);
  z-index: 2184;
}

#ug-e-986f63b4 .c {
  z-index: 2184;
  opacity: 1;
  border: 0px solid rgb(159, 230, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0) drop-shadow(rgb(218, 220, 221) 7px 7px 4px);
  border-radius: 19px;
  background-image: none;
  background-size: cover;
  background-color: rgb(59, 255, 204);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-9e6eba84 {
  z-index: 2217;
  width: 960px;
  left: 0px;
  top: 840.194px;
  transform: translate(0px, 0px);
  z-index: 2217;
  z-index: 2217;
  z-index: 2217;
  z-index: 2217;
  z-index: 2217;
}

#ug-e-9e6eba84 .c {
  z-index: 2217;
  font-size: 62px;
  line-height: 68.2px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-9e6eba84 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-67f625a8 {
  width: 209px;
  height: 369.7px;
  left: 228.7px;
  top: 774.472px;
  transform: translate(0px, 0px);
  z-index: 7;
}

#ug-e-67f625a8 .c {
  z-index: 7;
  border-radius: 18px;
}

#ug-e-a0eb1d59 {
  width: 209px;
  height: 369.656px;
  left: 521.9px;
  top: 774.472px;
  transform: translate(0px, 0px);
  z-index: 2218;
}

#ug-e-a0eb1d59 .c {
  z-index: 2218;
  border-color: rgb(255, 255, 255);
  border-radius: 18px;
}

#ug-e-db8f84e3 {
  z-index: 2219;
  width: 960px;
  left: 30px;
  top: 630.492px;
  transform: translate(0px, 0px);
  z-index: 2219;
  z-index: 2219;
  z-index: 2219;
  z-index: 2219;
  z-index: 2219;
}

#ug-e-db8f84e3 .c {
  z-index: 2219;
  font-size: 45px;
  line-height: 49.5px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-db8f84e3 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-e-5f7a581a {
  width: 682.2px;
  left: 138.1px;
  top: 671.249px;
  transform: translate(0px, 0px);
  z-index: 2218;
}

#ug-e-5f7a581a .c {
  z-index: 2218;
  border-bottom: 1px solid rgb(0, 0, 0);
}

#ug-e-2c4d8f33 {
  width: 560px;
  left: 168.2px;
  top: 362.281px;
  transform: translate(0px, 0px);
  z-index: 2220;
}

#ug-e-2c4d8f33 .c {
  z-index: 2220;
  font-size: 45px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-2c4d8f33 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-e-7b4be479 {
  width: 960px;
  left: 0px;
  top: 687.086px;
  transform: translate(0px, 0px);
  z-index: 2221;
}

#ug-e-7b4be479 .c {
  z-index: 2221;
  font-size: 45px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-7b4be479 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-e-e8555d7f {
  width: 299.5px;
  height: 95.9px;
  left: 167.4px;
  top: 437.767px;
  transform: translate(0px, 0px);
  z-index: 2222;
}

#ug-e-e8555d7f .c {
  text-decoration: none;
  float: left;
  z-index: 2222;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-e8555d7f .c:hover,
#ug-e-e8555d7f .c:active {
  background-color: transparent;
}

#ug-e-e8555d7f .c:hover,
#ug-e-e8555d7f .c:active {
  color: #ffffff;
}

#ug-e-420b5953 {
  width: 299.5px;
  height: 95.9px;
  left: 488.659px;
  top: 440.665px;
  transform: translate(0px, 0px);
  z-index: 2223;
}

#ug-e-420b5953 .c {
  text-decoration: none;
  float: left;
  z-index: 2223;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-420b5953 .c:hover,
#ug-e-420b5953 .c:active {
  background-color: transparent;
}

#ug-e-420b5953 .c:hover,
#ug-e-420b5953 .c:active {
  color: #ffffff;
}

#ug-e-66a321ff {
  width: 301.2px;
  height: 95.9px;
  left: 317px;
  top: 554.861px;
  transform: translate(0px, 0px);
  z-index: 2224;
}

#ug-e-66a321ff .c {
  text-decoration: none;
  float: left;
  z-index: 2224;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-66a321ff .c:hover,
#ug-e-66a321ff .c:active {
  background-color: transparent;
}

#ug-e-66a321ff .c:hover,
#ug-e-66a321ff .c:active {
  color: #ffffff;
}

#ug-e-0f18c6cd {
  width: 824px;
  height: 111.594px;
  left: 36.4px;
  top: 217.106px;
  transform: translate(0px, 0px);
  z-index: 2299;
}

#ug-e-0f18c6cd .c {
  z-index: 2299;
  opacity: 1;
  border: 1px solid rgb(0, 0, 0);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 29px;
  background-image: none;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-07344656 {
  width: 762px;
  left: 67.4px;
  top: 236.34px;
  transform: translate(0px, 0px);
  z-index: 2300;
}

#ug-e-07344656 .c {
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 30px;
  text-shadow: none;
  opacity: 1;
  z-index: 2300;
}

#ug-e-07344656 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-b-0c2d6ce4 {
  height: 129.949px;
  background-color: rgb(36, 36, 36);
}

#ug-b-0c2d6ce4 span {
color: rgb(240, 243, 245);
font-weight: 300;
}

#ug-b-0c2d6ce4 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-e-f6096ee9 {
  height: 73.0729px;
  width: 157.101px;
  left: 52.6389px;
  top: 31.9805px;
  transform: translate(0px, 0px);
  z-index: 2207;
}

#ug-e-f6096ee9 .c {
  z-index: 2207;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-f6096ee9 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2207;
  background-image: url(../_assets/385284-10562fd076b2619ab8214f78b35cb696-20b4da.avif);
  background-size: 157.101px 73.0729px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-8c95689f {
  z-index: 2208;
  width: 500px;
  left: 478.2px;
  top: 33.7426px;
  transform: translate(0px, 0px);
  z-index: 2208;
  z-index: 2208;
  z-index: 2208;
  z-index: 2208;
  z-index: 2208;
}

#ug-e-8c95689f .c {
  z-index: 2208;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-8c95689f .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f0f3f5;
}

#ug-e-8c95689f .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: #f0f3f5;
}

#ug-e-cef6dc5b {
  z-index: 2209;
  height: 99px;
  left: 403.3px;
  top: 15.485px;
  transform: translate(0px, 0px);
  z-index: 2209;
  z-index: 2209;
  z-index: 2209;
  z-index: 2209;
  z-index: 2209;
}

#ug-e-cef6dc5b .c {
  z-index: 2209;
  border-left: 1px solid rgb(240, 243, 245);
}

#ug-e-88c30070 {
  z-index: 2210;
  height: 19.3px;
  width: 19.3px;
  left: 445.632px;
  top: 40.7335px;
  transform: translate(0px, 0px);
  z-index: 2210;
  z-index: 2210;
  z-index: 2210;
  z-index: 2210;
  z-index: 2210;
}

#ug-e-88c30070 .c {
  z-index: 2210;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-88c30070 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2186;
  background-image: url(../_assets/385284-93b1f2aea4d3b0b8e307c58723f0c6de-af6628.avif);
  background-size: 19.2969px 19.2969px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-e1278fd8 {
  z-index: 2211;
  width: 360px;
  left: 330px;
  top: 167.059px;
  z-index: 2211;
  z-index: 2211;
  z-index: 2211;
  z-index: 2211;
  z-index: 2211;
}

#ug-e-e1278fd8 .c {
  z-index: 2211;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e1278fd8 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-e1278fd8 .c>P:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(145, 153, 157);
}

#ug-e-4edff062 {
  z-index: 2212;
  width: 360px;
  height: 180px;
  left: 330px;
  top: 341.434px;
  z-index: 2212;
  z-index: 2212;
  z-index: 2212;
  z-index: 2212;
  z-index: 2212;
}

#ug-e-4edff062 .c {
  z-index: 2212;
  opacity: 1;
  border: 1px solid rgb(163, 186, 198);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 0px;
  background-image: none;
  background-size: cover;
  background-color: rgb(240, 243, 245);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-e3d1b244 {
  z-index: 2213;
  height: 72.5582px;
  width: 93.556px;
  left: 272.211px;
  top: 31.944px;
  transform: translate(0px, 0px);
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
}

#ug-e-e3d1b244 .c {
  z-index: 2213;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-e3d1b244 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2193;
  background-image: url(../_assets/385284-1997464aeb604e52d086f3adabc99d91-49182c.png);
  background-size: 178px 178px;
  background-position: -45px -52px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-add21d06 {
  z-index: 2214;
  width: 240px;
  left: 360px;
  top: 549.926px;
  height: 11.25px;
  z-index: 2214;
  z-index: 2214;
  z-index: 2214;
  z-index: 2214;
  z-index: 2214;
}

#ug-e-add21d06 .c {
  z-index: 2214;
  border-bottom: 1px solid #a3bac6;
}

#ug-e-7d52edb8 {
  z-index: 2215;
  height: 19.2946px;
  width: 19.2946px;
  left: 445.583px;
  top: 74.7325px;
  transform: translate(0px, 0px);
  z-index: 2215;
  z-index: 2215;
  z-index: 2215;
  z-index: 2215;
  z-index: 2215;
}

#ug-e-7d52edb8 .c {
  z-index: 2215;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-7d52edb8 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2205;
  background-image: url(../_assets/385284-d4f69159d1fb80a2465d110ec6596d42-57d684.avif);
  background-size: 19.2773px 19.2773px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-dbabc47f {
  z-index: 2216;
  width: 360px;
  left: 300px;
  top: 187.059px;
  z-index: 2216;
  z-index: 2216;
  z-index: 2216;
  z-index: 2216;
  z-index: 2216;
}

#ug-e-dbabc47f .c {
  z-index: 2216;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-dbabc47f .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-dbabc47f .c>P:nth-of-type(1)>BR:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

@media all and (max-width: 800px) {
  #ug-b-ffcd3afd .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-ffcd3afd {
  height: 1307.94px;
  background-color: rgb(241, 241, 241);
  background-image: none;
}

#ug-e-3401c5e8 {
  z-index: 2175;
  height: 59.7613px;
  width: 320px;
  left: 20px;
  top: 13.1115px;
  transform: translate(0px, 0px);
  z-index: 2175;
  z-index: 2175;
  z-index: 2175;
  z-index: 2175;
  z-index: 2175;
}

#ug-e-3401c5e8 .c {
  z-index: 2175;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-3401c5e8 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2175;
  background-image: url(../_assets/385284-8f90923ebf38406d7ea46a74d7c3fe13-06e583.avif);
  background-size: 321.117px 59.7613px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-cda4be3c {
  z-index: 2176;
  top: -18.891000000000005px;
  width: 360px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-cda4be3c .c {
  z-index: 2176;
  font-size: 18px;
  line-height: 19.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-cda4be3c .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-9a9d35fa {
  left: 25.3px;
  top: 408.782px;
  width: 309.5px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2184;
}

#ug-e-9a9d35fa .c {
  z-index: 2184;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-9a9d35fa .c>H3:nth-of-type(1)>B:nth-of-type(1)>A:nth-of-type(1) {
  color: rgb(36, 36, 36)
}

#ug-e-9a9d35fa .c>H2:nth-of-type(1)>DIV:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(36, 36, 36)
}

.ug-modal[gpc_id_elemento="e_2494706_1_1746648930681bbf62cd4d4423013902"] {
  max-width: 420px;
  width: 340px !important;
  height: 420px !important;
}

#ug-e-da2743f7 {
  width: 420px;
  height: 152.114px;
  left: -30px;
  top: 695.389px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 6;
}

#ug-e-da2743f7 .c {
  z-index: 6;
  opacity: 1;
  border: 0px solid rgb(159, 230, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0) drop-shadow(rgb(218, 220, 221) 7px 7px 4px);
  border-radius: 0px;
  background-image: none;
  background-size: cover;
  background-color: rgb(59, 255, 204);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-2172b445 {
  width: 420px;
  height: 154px;
  left: -30px;
  top: 510.13px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 4;
}

#ug-e-2172b445 .c {
  z-index: 4;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0) drop-shadow(rgb(202, 203, 203) 7px 7px 5px);
  border-radius: 0px;
  background-image: none;
  background-size: cover;
  background-color: rgb(36, 36, 36);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-4d196fc3 {
  left: 0px;
  top: 573.568px;
  width: 360px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2179;
}

#ug-e-4d196fc3 .c {
  z-index: 2179;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-4d196fc3 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#ug-e-4d196fc3 .c>SPAN:nth-of-type(1) {
  color: #ffffff
}

#ug-e-eef5971f {
  height: 46.6797px;
  width: 46.8672px;
  left: 156.532px;
  top: 520.472px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2185;
}

#ug-e-eef5971f .c {
  z-index: 2185;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-eef5971f .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2185;
  background-image: url(../_assets/385284-e2df86521de4ef8b7b15d370a7c64c16-c115ed.png);
  background-size: 46.8672px 46.6797px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-a1bb3223 {
  height: 46.6094px;
  width: 46.7969px;
  left: 156.4px;
  top: 360.71px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2181;
}

#ug-e-a1bb3223 .c {
  z-index: 2181;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-a1bb3223 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2181;
  background-image: url(../_assets/385284-da8dc6e7b91ed3031992110992c2b4d8-f2a896.png);
  background-size: 47px 47px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-3303fb8a {
  left: 0px;
  top: 759.335px;
  width: 360px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2186;
}

#ug-e-3303fb8a .c {
  z-index: 2186;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-3303fb8a .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0)
}

#ug-e-3303fb8a .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(36, 36, 36)
}

#ug-e-06d20f39 {
  height: 46.75px;
  width: 46.9375px;
  left: 156.412px;
  top: 708.474px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2182;
}

#ug-e-06d20f39 .c {
  z-index: 2182;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-06d20f39 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2182;
  background-image: url(../_assets/385284-a62dda0a338c18c32e50aa5b78322687-e92b1e.png);
  background-size: 47px 47px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-986f63b4 {
  width: 420px;
  height: 130.9px;
  left: -30px;
  top: 347.894px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2178;
}

#ug-e-986f63b4 .c {
  z-index: 2178;
  opacity: 1;
  border: 0px solid rgb(159, 230, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0) drop-shadow(rgb(218, 220, 221) 7px 7px 4px);
  border-radius: 0px;
  background-image: none;
  background-size: cover;
  background-color: rgb(59, 255, 204);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-9e6eba84 {
  z-index: 2217;
  top: 96.4362px;
  width: 360px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-9e6eba84 .c {
  z-index: 2217;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-9e6eba84 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-67f625a8 {
  width: 150px;
  height: 271px;
  left: 10px;
  top: 978.81px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 7;
}

#ug-e-67f625a8 .c {
  z-index: 7;
  border-radius: 18px;
}

#ug-e-a0eb1d59 {
  width: 150px;
  height: 271px;
  left: 200px;
  top: 978.82px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2218;
}

#ug-e-a0eb1d59 .c {
  z-index: 2218;
  border-color: rgb(255, 255, 255);
  border-radius: 18px;
}

#ug-e-db8f84e3 {
  left: 0px;
  top: 896.562px;
  width: 360px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2219;
}

#ug-e-db8f84e3 .c {
  z-index: 2219;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-db8f84e3 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-e-5f7a581a {
  width: 360px;
  left: 0px;
  top: 874.835px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2218;
}

#ug-e-5f7a581a .c {
  z-index: 2218;
  border-bottom: 1px solid rgb(0, 0, 0);
}

#ug-e-2c4d8f33 {
  left: 0px;
  top: 290.945px;
  width: 360px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2220;
}

#ug-e-2c4d8f33 .c {
  z-index: 2220;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-2c4d8f33 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-e-7b4be479 {
  z-index: 2221;
  top: 840.562px;
  width: 360px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2221;
  z-index: 2221;
  z-index: 2221;
  z-index: 2221;
  z-index: 2221;
}

#ug-e-7b4be479 .c {
  z-index: 2221;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-7b4be479 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-e-e8555d7f {
  width: 420px;
  height: 132.08px;
  left: -30px;
  top: 347.912px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2222;
}

#ug-e-e8555d7f .c {
  text-decoration: none;
  float: left;
  z-index: 2222;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-e8555d7f .c:hover,
#ug-e-e8555d7f .c:active {
  background-color: transparent;
}

#ug-e-e8555d7f .c:hover,
#ug-e-e8555d7f .c:active {
  color: #ffffff;
}

#ug-e-420b5953 {
  width: 420px;
  height: 153px;
  left: -30px;
  top: 696.486px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2223;
}

#ug-e-420b5953 .c {
  text-decoration: none;
  float: left;
  z-index: 2223;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-420b5953 .c:hover,
#ug-e-420b5953 .c:active {
  background-color: transparent;
}

#ug-e-420b5953 .c:hover,
#ug-e-420b5953 .c:active {
  color: #ffffff;
}

#ug-e-66a321ff {
  width: 228px;
  height: 54px;
  left: -30px;
  top: 510.161px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2224;
}

#ug-e-66a321ff .c {
  text-decoration: none;
  float: left;
  z-index: 2224;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-66a321ff .c:hover,
#ug-e-66a321ff .c:active {
  background-color: transparent;
}

#ug-e-66a321ff .c:hover,
#ug-e-66a321ff .c:active {
  color: #ffffff;
}

#ug-e-0f18c6cd {
  width: 360px;
  height: 59.2344px;
  left: -0.0999999px;
  top: 152.467px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2299;
}

#ug-e-0f18c6cd .c {
  z-index: 2299;
  opacity: 1;
  border: 1px solid rgb(0, 0, 0);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 12px;
  background-image: none;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-07344656 {
  left: 14.9px;
  top: 164.103px;
  width: 330px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2300;
}

#ug-e-07344656 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 18px;
  text-shadow: none;
  opacity: 1;
  z-index: 2300;
}

#ug-e-07344656 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-b-0c2d6ce4 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-0c2d6ce4 {
  height: 258.203px;
  background-color: rgb(36, 36, 36);
  background-image: none;
}

#ug-e-f6096ee9 {
  z-index: 2207;
  height: 73.5813px;
  width: 182.5px;
  left: 21.464px;
  top: 18.3288px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2207;
  z-index: 2207;
  z-index: 2207;
  z-index: 2207;
  z-index: 2207;
}

#ug-e-f6096ee9 .c {
  z-index: 2207;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-f6096ee9 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2207;
  background-image: url(../_assets/385284-10562fd076b2619ab8214f78b35cb696-20b4da.avif);
  background-size: 182.5px 84.8837px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-8c95689f {
  z-index: 2208;
  width: 360px;
  left: 0px;
  top: 187px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-8c95689f .c {
  z-index: 2208;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-8c95689f .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f0f3f5;
}

#ug-e-8c95689f .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: #f0f3f5;
}

#ug-e-cef6dc5b {
  z-index: 2209;
  height: 240px;
  left: 174.58px;
  top: -4.0343px;
  transform: translate(0px, 0px) rotate(270.43deg);
}

#ug-e-cef6dc5b .c {
  z-index: 2209;
  border-left: 1px solid rgb(240, 243, 245);
}

#ug-e-88c30070 {
  z-index: 2210;
  height: 37.622px;
  width: 37.6259px;
  left: 51.138px;
  top: 149.628px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-88c30070 .c {
  z-index: 2210;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-88c30070 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2187;
  background-image: url(../_assets/385284-93b1f2aea4d3b0b8e307c58723f0c6de-af6628.avif);
  background-size: 37.6172px 37.6172px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-e1278fd8 {
  z-index: 2211;
  width: 221px;
  left: 93.5px;
  top: 146.027px;
  transform: translate(0px, 0px);
}

#ug-e-e1278fd8 .c {
  z-index: 2211;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e1278fd8 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-e1278fd8 .c>P:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(145, 153, 157);
}

#ug-e-4edff062 {
  z-index: 2212;
  width: 329px;
  height: 107px;
  left: 18px;
  top: 137px;
  transform: translate(0px, 0px);
}

#ug-e-4edff062 .c {
  z-index: 2212;
  opacity: 1;
  border: 1px solid rgb(255, 255, 255);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 15px;
  background-image: none;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-e3d1b244 {
  z-index: 2213;
  height: 80.2028px;
  width: 191.556px;
  left: 189.492px;
  top: 15.7332px;
}

#ug-e-e3d1b244 .c {
  z-index: 2213;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-e3d1b244 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2193;
  background-image: url(../_assets/385284-1997464aeb604e52d086f3adabc99d91-49182c.png);
  background-size: 192px 192px;
  background-position: 0px -56px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-add21d06 {
  z-index: 2214;
  left: 60px;
  top: 107.516px;
  transform: translate(0px, 0px);
}

#ug-e-add21d06 .c {
  z-index: 2214;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#ug-e-7d52edb8 {
  z-index: 2215;
  height: 25.633px;
  width: 25.6357px;
  left: 55.592px;
  top: 205.71px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-7d52edb8 .c {
  z-index: 2215;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-7d52edb8 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2205;
  background-image: url(../_assets/385284-d4f69159d1fb80a2465d110ec6596d42-57d684.avif);
  background-size: 26px 26px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-dbabc47f {
  z-index: 2216;
  width: 150px;
  left: 88.8px;
  top: 208.938px;
  transform: translate(0px, 0px);
}

#ug-e-dbabc47f .c {
  z-index: 2216;
  font-size: 16px;
  line-height: 22.4px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-dbabc47f .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-dbabc47f .c>P:nth-of-type(1)>BR:nth-of-type(1) {
  color: rgb(255, 255, 255);
}
}