.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9bff59e-5738-4382-b424-d9545c2ddfec/Leonardo_Kino_XL_Gere_uma_imagem_de_um_laboratorio_de_pesquisa_0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { border-width: 0; border-radius: 0; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { font-size:14px;font-family:"open sans";height:800px;width:1200px;overflow:visible;position:relative;display:block; }#G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { color:#1c1c1c;display:block;width:400px;position:absolute;font-family:ubuntu;font-size:34px;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:214px;left:28.5px;height:68px;font-style:normal;display:block; }
#JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { color:rgba(28,28,28,0.8);display:block;width:400px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:325.3125px;left:28.5px;height:122.375px;font-style:normal;display:block; }
#H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:54px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:544px;left:38px;display:block; }
#wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Exe6BCosC261L2tzK5wG4npL97RB28ZJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:710px;width:484px;top:0px;left:0px;display:block; }
#Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #055fcc;border-left:1px solid #055fcc;border-right:1px solid #055fcc;border-bottom:1px solid #055fcc;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#055fcc;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:196px;height:54px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:544px;left:240px;display:block; }
#Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #055fcc;border-left:1px solid #055fcc;border-right:1px solid #055fcc;border-bottom:1px solid #055fcc;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:403px;width:546px;top:258.5px;left:0px;display:block; }
#Wawc0swkgezDsCSRzAcDTTa9skvADWlS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:429px;top:195.5px;left:14px;display:block; }
#GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { color:#ffffff;display:block;width:419px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:616.5px;left:781px;height:63px;font-style:italic;display:block; }
#kXcXaC76PCUpbR1stUHWzzTtRXNkT1BM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:168px;width:242px;top:16px;left:28.5px;overflow:hidden;display:block; }
#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { background-color: transparent; background-image: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { border-width: 0; border-radius: 0; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { font-size:14px;font-family:arial;height:1508px;width:1200px;position:relative;display:block; }#w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { color:#1c1c1c;display:block;width:439px;position:absolute;font-family:ubuntu;font-size:29px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:91.78125px;left:696px;height:69.5938px;font-style:normal;display:block; }
#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { color:rgba(28,28,28,0.8);display:block;width:497px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:257.375px;left:696px;height:145.9375px;font-style:normal;text-align:left;text-align-last:left;display:block; }#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 li:before{  }
#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6afabc62-82ea-4ca5-b110-5f40371e5b92/Leonardo_Kino_XL_Gere_uma_imagem_de_um_laboratorio_de_pesquisa_2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:465px;width:647px;top:82.59375px;left:0px;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
#OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { position:absolute;display:block;z-index:14999;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:1px;top:82.59375px;left:676px;display:block; }
#rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { color:#1c1c1c;display:block;width:551px;position:absolute;font-family:ubuntu;font-size:29px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:587.203125px;left:17.5px;height:69.5938px;font-style:normal;display:block; }
#MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { color:rgba(28,28,28,0.8);display:block;width:586px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:690px;left:17.5px;height:625.3125px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { position:absolute;display:block;z-index:15002;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:118px;width:1px;top:563px;left:0px;display:block; }
#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/03f47fff-49ae-48e3-b5bb-76152cc7dc10/Leonardo_Kino_XL_Gere_uma_imagem_de_um_laboratorio_de_pesquisa_11.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:613px;width:542px;top:585px;left:658px;display:block; }#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.adaptive-delivery-prevent-bg, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyload, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyloading { background-image: none; }
#RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #055fcc;border-left:1px solid #055fcc;border-right:1px solid #055fcc;border-bottom:1px solid #055fcc;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:54px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1429px;left:26px;display:block; }
#kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TtqCRUFPl2GVZpcKUPhTTitSPRrsxvWh { color:#1c1c1c;display:block;width:431px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:195px;left:696px;height:62.3906px;display:block; }
#WytLf4faeIZ96xagCnI3owlmmNboEvKC { position:relative;display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { background-color: transparent; background-image: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { border-width: 0; border-radius: 0; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:150px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { position:absolute;display:block;z-index:15001;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:1px;top:32px;left:0px;display:block; }
#rcTykTFgTu1U2wondefRDPPrfCuNgKvC { color:#1c1c1c;display:block;width:1170px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:54px;left:30px;height:43.1875px;font-style:normal;display:block; }
#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { position:relative;display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { background-color: transparent; background-image: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { border-width: 0; border-radius: 0; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:739px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a71b14e3-416f-4025-bacb-673fc8975d24/Leonardo_Kino_XL_Indstrias_Alimentcias_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:335px;width:400px;top:404px;left:0px;display:block; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.adaptive-delivery-prevent-bg, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyload, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyloading { background-image: none; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,95,204,0.6); }#STUru5gfU086KBuUsufyXidzMSBn5n7h { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc77ba0e-c5fa-49a6-b9d0-df2afb39f63e/Leonardo_Kino_XL_rgos_Pblicos_brasil_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:335px;width:400px;top:44px;left:0px;display:block; }#STUru5gfU086KBuUsufyXidzMSBn5n7h.adaptive-delivery-prevent-bg, #STUru5gfU086KBuUsufyXidzMSBn5n7h.lazyload, #STUru5gfU086KBuUsufyXidzMSBn5n7h.lazyloading { background-image: none; }
#STUru5gfU086KBuUsufyXidzMSBn5n7h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STUru5gfU086KBuUsufyXidzMSBn5n7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,95,204,0.6); }#zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { color:#2f2f2f;display:block;width:320px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15005;line-height:2.8;letter-spacing:0;top:65.3125px;left:451px;height:655.1723px;font-style:normal;display:block; }
#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { position:relative;display:block; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { background-color: transparent; background-image: none; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container > .video-iframe-container { display: none; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row > .video-iframe-container { display: none; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { border-width: 0; border-radius: 0; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:58px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XZG1y378R8sknaBCScvGKbEN641wmdte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #055fcc, #2e2e2e);background-image: -moz-linear-gradient(90deg, #055fcc, #2e2e2e);background-image: -ms-linear-gradient(90deg, #055fcc, #2e2e2e);background-image: -o-linear-gradient(90deg, #055fcc, #2e2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#055fcc', endColorstr='#2e2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#055fcc', endColorstr='#2e2e2e' );";background-image: linear-gradient(90deg, #055fcc, #2e2e2e);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { border-width: 0; border-radius: 0; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { font-size:14px;font-family:arial;height:173px;width:1200px;position:relative;display:none; }#W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { color:#ffffff;display:block;width:1170px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:65px;left:30px;height:;font-style:normal;display:block; }
#ZRPWga78H6aM75n3vqm38cJWa3U5ESHI { position:absolute;display:block;z-index:15001;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:1px;top:42.5px;left:0px;display:block; }
#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #055fcc, #2e2e2e);background-image: -moz-linear-gradient(90deg, #055fcc, #2e2e2e);background-image: -ms-linear-gradient(90deg, #055fcc, #2e2e2e);background-image: -o-linear-gradient(90deg, #055fcc, #2e2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#055fcc', endColorstr='#2e2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#055fcc', endColorstr='#2e2e2e' );";background-image: linear-gradient(90deg, #055fcc, #2e2e2e);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { border-width: 0; border-radius: 0; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { font-size:14px;font-family:arial;height:557px;width:1200px;position:relative;display:none; }#TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:319px;width:572px;top:0px;left:0px;overflow:hidden;display:block; }
#sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { color:#1c1c1c;display:block;width:431px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:86px;left:647px;height:33.7969px;font-style:normal;display:block; }
#OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { color:rgba(28,28,28,0.8);display:block;width:445px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:138.3125px;left:647px;height:152.969px;font-style:normal;display:block; }
#ckwPJno9g34C7XDTcLg2opvxEgxWbtH3 { background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #055fcc;border-left:1px solid #055fcc;border-right:1px solid #055fcc;border-bottom:1px solid #055fcc;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:54px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:407px;left:889px;display:block; }
#MvMR7qxIHfy0O32sBDvew9Xwy8cdM4EJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bTABapudgofD786qdPM2scuBQA7yDoPS { position:absolute;display:block;z-index:15035;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:163px;top:41px;left:555px;display:block; }
#wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:509px;width:555px;top:0px;left:596px;display:block; }
#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { position:relative;display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { background-color: transparent; background-image: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { border-width: 0; border-radius: 0; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:150px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { position:absolute;display:block;z-index:15001;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:1px;top:32px;left:0px;display:block; }
#TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { color:#1c1c1c;display:block;width:1170px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:54px;left:30px;height:43.1875px;font-style:normal;display:block; }
#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { position:relative;display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { background-color: transparent; background-image: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { border-width: 0; border-radius: 0; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:509px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 20px rgba(0,0,0,0.05) ;height:489px;width:595px;top:0px;left:0px;display:block; }
#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df4d070d-8903-4d26-b0c5-6d8b48c5be27/rcardo.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:205px;width:205px;top:30px;left:30px;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
#JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { color:#1c1c1c;display:block;width:268px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:78px;left:270.5px;height:33.7969px;font-style:normal;display:block; }
#IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { color:rgba(28,28,28,0.5);display:block;width:221px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:124px;left:270.5px;height:24px;font-style:normal;display:block; }
#FLuTlebTgE92nllsILsgWwbt5ERcmIZs { color:rgba(28,28,28,0.8);display:block;width:513px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:266.3125px;left:30px;height:214.156px;font-style:normal;display:block; }
#muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 20px rgba(0,0,0,0.05) ;height:489px;width:592px;top:0px;left:608px;display:block; }
#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row .container { background-color: transparent; background-image: none; }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row .container > .video-iframe-container { display: none; }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row > .video-iframe-container { display: none; }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row .container { border-width: 0; border-radius: 0; }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row .container { font-size:14px;font-family:arial;height:633px;width:1200px;position:relative;display:block; }#VzOMpSoRiTcgTO4NR9La40CH7zE0sD6K { color:#000000;display:block;width:504px;position:absolute;font-family:ubuntu;font-size:34px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:90px;left:141px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UcQCvHJipC0RPKKrI2QGyydQxqtrqA3A { color:#000000;display:block;width:453px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:220.984375px;left:141px;height:312px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxWKzF4eTGCbUc75wEeUESBFoGKSQ1No { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 30px rgba(51,59,76,0.15) ;height:311px;width:471px;top:167px;left:698px;overflow:hidden;display:block; }
#c5a1H8uaCqvRczw217pmXp0KFkcmTDIU { position:absolute;display:block;z-index:15007;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:200px;top:167px;left:141px;display:block; }
#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9bff59e-5738-4382-b424-d9545c2ddfec/Leonardo_Kino_XL_Gere_uma_imagem_de_um_laboratorio_de_pesquisa_0.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,95,204,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,95,204,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { border-width: 0; border-radius: 0; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { font-size:14px;font-family:arial;height:714px;width:1200px;position:relative;display:block; }#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-form-header {  }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:400;color:#1c1c1c;width:391px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid rgba(28,28,28,0.48);border-left:1px solid rgba(28,28,28,0.48);border-right:1px solid rgba(28,28,28,0.48);border-bottom:1px solid rgba(28,28,28,0.48);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:391px;box-sizing:border-box;height:41px;color:#2d3137;font-size:14px;overflow:hidden;font-family:ubuntu; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid rgba(28,28,28,0.48);border-left:1px solid rgba(28,28,28,0.48);border-right:1px solid rgba(28,28,28,0.48);border-bottom:1px solid rgba(28,28,28,0.48);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:391px;box-sizing:border-box;height:70px;color:#2d3137;font-size:14px;overflow:hidden;font-family:ubuntu; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid rgba(28,28,28,0.48);border-left:1px solid rgba(28,28,28,0.48);border-right:1px solid rgba(28,28,28,0.48);border-bottom:1px solid rgba(28,28,28,0.48);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:391px;box-sizing:border-box;height:40px;color:#2d3137;font-family:ubuntu;font-size:14px;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:235px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:700;color:#ffffff;width:211px;height:55px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:14px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:14px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:14px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:14px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.2;font-size:12px;font-weight:300;color:#2d3137;vertical-align:top;width:423px;overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:first-of-type{padding-top:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:last-of-type{padding-bottom:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:446px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:199.59375px;left:85.5px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:391px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:446px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:199.59375px;left:85.5px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh { position:relative;z-index:2; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc { position:relative; }
#xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:450px;width:600px;top:144px;left:598px;display:block; }
#iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { color:#ffffff;display:block;width:814px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:52px;left:33px;height:43.1875px;font-style:normal;display:block; }
#RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:1px;top:30px;left:1px;display:block; }
#cHTv337IWTeUG9qxWrLF35VkkFDF89as { color:#ffffff;display:block;width:477px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:213.59375px;left:677px;height:115.172px;font-style:normal;display:block; }
#EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:450px;width:600px;top:145px;left:0px;display:block; }
#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 { border-top:5px solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row .container { background-color: transparent; background-image: none; }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row .container > .video-iframe-container { display: none; }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row > .video-iframe-container { display: none; }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row .container { border-width: 0; border-radius: 0; }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row .container { font-size:14px;font-family:arial;height:322px;width:1200px;position:relative;display:block; }#BSddV7v612eaZIvltEOQaRXFa6d21REc { color:#000000;display:block;width:318px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:101px;left:120px;height:19.5938px;font-style:normal;display:block; }
#sIE1MwcDLzDZfteUoau3c7nK2UcyZJ2K { position:absolute;display:block;z-index:15015;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:570px;top:176px;left:510px;display:block; }
#GzDNQ3pkzcLnkAf1Khy9twMTOvSchGGJ { color:#000000;display:block;width:117px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:96px;left:825px;height:19.5938px;font-style:normal;display:block; }
#DU23ykSnuNeOIAskPTPNig0tfMLOx7He { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:97px;left:560px;height:19.5938px;font-style:normal;display:block; }
#wPqNyTiq9vqrSHUvEPTvG4hMRKs4vwv4 { color:#000000;display:block;width:189px;position:absolute;font-family:"open sans";font-size:12px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:65px;left:519px;height:16.7969px;font-style:normal;display:block; }
#hWP418V6bR2z8tU3alF3UKQ72E0AXUeD { position:absolute;display:block;z-index:15016;background-color:#055fcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:320px;top:176px;left:120px;display:block; }
#Xb9h5RqHBNRO6ogQLhqMx93kbBA97duB { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:95.296875px;left:528px; }
#AHhrq55DTbmTKRLCR9f6MA6pUsFI0odv { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:94px;left:794px; }
#TtOrQNSgH6BVF2aSBMo7SHKeqAi0Tm1W { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:94px;width:136px;top:3px;left:120px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { top:214px;left:0px;width:400px;height:68px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { top:325px;left:0px;width:400px;height:122px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { width:192px;height:54px;top:544px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { top:0px;left:0px;width:484px;height:710px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { width:196px;height:54px;top:544px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { top:258px;left:0px;width:546px;height:403px;display:block; }
 }@media only screen and (max-width: 763px) { #Wawc0swkgezDsCSRzAcDTTa9skvADWlS { top:195px;left:0px;width:429px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { top:616px;left:345px;width:419px;height:65px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kXcXaC76PCUpbR1stUHWzzTtRXNkT1BM { top:16px;left:0px;width:242px;height:168px;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { top:91px;left:325px;width:439px;height:69px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { top:257px;left:267px;width:497px;height:;font-size:16px;display:block; }#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 li:before{  }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { top:82px;left:0px;width:647px;height:465px;display:block; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { top:82px;left:458px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { top:587px;left:0px;width:551px;height:69px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { top:690px;left:0px;width:586px;height:679px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { top:563px;left:0px;width:1px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { top:585px;left:222px;width:542px;height:613px;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { width:220px;height:54px;top:1429px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #TtqCRUFPl2GVZpcKUPhTTitSPRrsxvWh { top:195px;left:333px;width:431px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { top:32px;left:0px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { top:54px;left:0px;width:764px;height:43px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { top:404px;left:0px;width:400px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #STUru5gfU086KBuUsufyXidzMSBn5n7h { top:44px;left:0px;width:400px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { top:65px;left:233px;width:320px;height:655px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { display:block; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZG1y378R8sknaBCScvGKbEN641wmdte { display:block; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { top:65px;left:0px;width:764px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPWga78H6aM75n3vqm38cJWa3U5ESHI { top:42px;left:0px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { display:block; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { top:0px;left:0px;width:572px;height:319px;display:block; }
 }@media only screen and (max-width: 763px) { #sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { top:86px;left:333px;width:431px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { top:138px;left:319px;width:445px;height:152px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ckwPJno9g34C7XDTcLg2opvxEgxWbtH3 { width:220px;height:54px;top:407px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #MvMR7qxIHfy0O32sBDvew9Xwy8cdM4EJ { display:block; }
 }@media only screen and (max-width: 763px) { #bTABapudgofD786qdPM2scuBQA7yDoPS { top:41px;left:337px;width:163px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { top:0px;left:209px;width:555px;height:509px;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { top:32px;left:0px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { top:54px;left:0px;width:764px;height:43px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { top:0px;left:0px;width:595px;height:489px;display:block; }
 }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { top:30px;left:0px;width:205px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { top:78px;left:52.5px;width:268px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { top:124px;left:52.5px;width:221px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { top:266px;left:0px;width:513px;height:214px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { top:0px;left:172px;width:592px;height:489px;display:block; }
 }@media only screen and (max-width: 763px) { #PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 { display:block; }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzOMpSoRiTcgTO4NR9La40CH7zE0sD6K { width:504px;height:;top:90px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UcQCvHJipC0RPKKrI2QGyydQxqtrqA3A { width:453px;height:336px;top:220px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BxWKzF4eTGCbUc75wEeUESBFoGKSQ1No { top:167px;left:293px;width:471px;height:311px;display:block; }
 }@media only screen and (max-width: 763px) { #c5a1H8uaCqvRczw217pmXp0KFkcmTDIU { top:167px;left:0px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:446px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:446px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:446px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:446px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:424px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:446px;height:auto;top:199px;left:0px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:446px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:446px;height:auto;top:199px;left:0px; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { top:144px;left:162px;width:600px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { top:52px;left:0px;width:764px;height:43px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { top:30px;left:0px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { top:213px;left:287px;width:477px;height:115px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { top:145px;left:0px;width:600px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 { display:block; }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSddV7v612eaZIvltEOQaRXFa6d21REc { top:101px;left:0px;width:318px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sIE1MwcDLzDZfteUoau3c7nK2UcyZJ2K { top:176px;left:194px;width:570px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #GzDNQ3pkzcLnkAf1Khy9twMTOvSchGGJ { top:96px;left:607px;width:117px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DU23ykSnuNeOIAskPTPNig0tfMLOx7He { top:97px;left:342px;width:210px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wPqNyTiq9vqrSHUvEPTvG4hMRKs4vwv4 { top:65px;left:301px;width:189px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hWP418V6bR2z8tU3alF3UKQ72E0AXUeD { top:176px;left:0px;width:320px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9h5RqHBNRO6ogQLhqMx93kbBA97duB { top:95px;left:310px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #AHhrq55DTbmTKRLCR9f6MA6pUsFI0odv { top:94px;left:576px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TtOrQNSgH6BVF2aSBMo7SHKeqAi0Tm1W { top:3px;left:0px;width:136px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9bff59e-5738-4382-b424-d9545c2ddfec/Leonardo_Kino_XL_Gere_uma_imagem_de_um_laboratorio_de_pesquisa_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:320px;height:759px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { width:285px;height:93.5625px;top:163px;left:17.5px;font-size:26px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { width:260px;height:144px;top:284.5px;left:30px;font-size:16px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { width:210px;height:60px;top:462px;left:55px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { width:320px;height:573px;top:46px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { width:210px;height:54px;top:539px;left:55px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { width:289px;height:309px;top:401px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Wawc0swkgezDsCSRzAcDTTa9skvADWlS { width:197px;height:105px;top:530px;left:65px;display:none; }
 }@media only screen and (max-width: 763px) { #GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { width:260px;height:85.5px;top:647px;left:30px;font-size:19px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXcXaC76PCUpbR1stUHWzzTtRXNkT1BM { width:205px;height:139px;top:0px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:320px;height:2579px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { width:294px;height:82.7812px;top:22.59375px;left:13px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { width:320px;height:259.6875px;top:402.6875px;left:0px;font-size:16px;display:block; }#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 li:before{  }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { width:320px;height:220px;top:150px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a9bff59e-5738-4382-b424-d9545c2ddfec/Leonardo_Kino_XL_Gere_uma_imagem_de_um_laboratorio_de_pesquisa_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { width:1px;height:88px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { width:290px;height:134.375px;top:727px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { width:320px;height:1196.248px;top:1250px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { width:1px;height:88px;top:623px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { width:320px;height:220px;top:995px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { width:220px;height:54px;top:2478px;left:13px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #TtqCRUFPl2GVZpcKUPhTTitSPRrsxvWh { width:320px;height:83.1875px;top:879px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { width:1px;height:88px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { width:243px;height:134.375px;top:30.90625px;left:20px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:320px;height:875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { width:100px;height:100px;top:0px;left:0px;background-color:#055fcc;background-image:url("https://images.assets-landingi.com/uc/d9aa8c39-d5a5-4aa3-8bf4-242c0abb7c74/Group83.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.adaptive-delivery-prevent-bg, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyload, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #STUru5gfU086KBuUsufyXidzMSBn5n7h { width:100px;height:100px;top:227px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { width:282px;height:783.9062px;top:38.40625px;left:20.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { display:none; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container { width:320px;height:672px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XZG1y378R8sknaBCScvGKbEN641wmdte { background-color:#055fcc;background-image:none;display:none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { width:320px;height:146px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { width:286px;height:33.5938px;top:56.1953125px;left:17px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPWga78H6aM75n3vqm38cJWa3U5ESHI { width:1px;height:88px;top:29px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { background-color:#055fcc;background-image:none;display:none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { width:320px;height:831px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { width:300px;height:168px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { width:269px;height:28.5938px;top:387px;left:20px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { width:278px;height:142.781px;top:510px;left:21px;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ckwPJno9g34C7XDTcLg2opvxEgxWbtH3 { width:220px;height:54px;top:689px;left:50px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #MvMR7qxIHfy0O32sBDvew9Xwy8cdM4EJ { display:block; }
 }@media only screen and (max-width: 763px) { #bTABapudgofD786qdPM2scuBQA7yDoPS { width:50px;height:1px;top:415px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { width:320px;height:428px;top:355px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { width:1px;height:88px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { width:266px;height:33.5938px;top:48.1953125px;left:20px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:320px;height:595px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { width:320px;height:371px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { width:132px;height:205px;top:37.3984375px;left:18.5px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df4d070d-8903-4d26-b0c5-6d8b48c5be27/rcardo.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { width:133px;height:57.1875px;top:73px;left:171px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { width:133px;height:24px;top:138px;left:171px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { width:281px;height:261.766px;top:258.3125px;left:19.5px;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { width:320px;height:210px;top:351px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 { display:block; }#PocA51Lp9XK6qHeKLGmVDRX3Da2z8F11 > .row .container { width:320px;height:746px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzOMpSoRiTcgTO4NR9La40CH7zE0sD6K { width:320px;height:22px;top:25px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UcQCvHJipC0RPKKrI2QGyydQxqtrqA3A { width:320px;height:336px;top:102px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BxWKzF4eTGCbUc75wEeUESBFoGKSQ1No { width:290px;height:192px;top:483px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #c5a1H8uaCqvRczw217pmXp0KFkcmTDIU { width:200px;height:2px;top:68px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { background-color:transparent;background-image:url("https://images.assets-landingi.com/-uHVRvDr7pg/unsplash/brooke-cagle--uHVRvDr7pg-photo-1543269865-cbf427effbad.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,95,204,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,95,204,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:320px;height:695px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:280px;height:auto;top:309px;left:0px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:280px;height:auto;top:309px;left:0px; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { width:320px;height:187px;top:123px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { width:271px;height:90px;top:23.21875px;left:24.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { width:1px;height:88px;top:20px;left:0px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { width:270px;height:115.188px;top:159.890625px;left:25px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { width:318px;height:362px;top:297px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 { display:block; }#qBaUlnLcaNfU9b1nw5uHlr01vyqyCIK5 > .row .container { width:320px;height:653px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSddV7v612eaZIvltEOQaRXFa6d21REc { width:234px;height:39.1875px;top:141px;left:43px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIE1MwcDLzDZfteUoau3c7nK2UcyZJ2K { width:300px;height:1px;top:604px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #GzDNQ3pkzcLnkAf1Khy9twMTOvSchGGJ { width:117px;height:22.3906px;top:442px;left:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DU23ykSnuNeOIAskPTPNig0tfMLOx7He { width:182px;height:22.3906px;top:390px;left:101.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wPqNyTiq9vqrSHUvEPTvG4hMRKs4vwv4 { width:320px;height:16.7969px;top:351px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWP418V6bR2z8tU3alF3UKQ72E0AXUeD { width:300px;height:1px;top:320px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9h5RqHBNRO6ogQLhqMx93kbBA97duB { width:25px;height:25px;top:388.6875px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #AHhrq55DTbmTKRLCR9f6MA6pUsFI0odv { width:25px;height:25px;top:440.6875px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #TtOrQNSgH6BVF2aSBMo7SHKeqAi0Tm1W { width:136px;height:94px;top:0px;left:92px;display:block; }
 }