.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:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { 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;z-index:auto;display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { background-color: transparent; background-image: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container > .video-iframe-container { display: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container { display: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .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); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { border-width: 0; border-radius: 0; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { font-size:14px;font-family:arial;height:92px;width:1200px;position:relative;display:block; }#a9ZThzQtgF4xry3Po422O4hXPKn90Pu1 { position:absolute;display:block;z-index:15011;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;height:41px;width:99px;top:25.486112594604px;left:456.80554962158px;overflow:hidden;display:block; }
#vIzBiIqQityE1Fb6UVBN8UXBaDFqmDtP { position:absolute;display:block;z-index:15012;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;height:49.9769px;width:217.998px;top:20.983797073364px;left:588.77320098877px;overflow:hidden;display:block; }
#iZaGAcL1sbe2d1qPH37ItiE9CEweGdx8 { color:#000000;display:block;width:199.988px;position:absolute;font-family:"open sans";font-size:36px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.592594146729px;left:499.98847198486px;height:46.8px;text-align:center;text-align-last:center;display:block; }
#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c876925-a1d7-4e89-8bc8-0b688321ba1f/imagem.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { border-width: 0; border-radius: 0; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { font-size:14px;font-family:arial;height:547px;width:1200px;overflow:visible;position:relative;display:none; }#OZskFgVqVRi5Rm4WKoSbzCBqSewcoVS5 { position:absolute;display:block;z-index:15005;background-color:#004042;background-image:none;background-position:top left !important;background-repeat: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;height:89px;width:350px;top:112px;left:425px;display:block; }
#WoCnP1BhCN7EVkZq4Z6xGWLr8OTnv3vD { color:#ffffff;display:block;width:347px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:254px;left:427px;height:93.588px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vym6VtaPKKXZk1ozou6vEil5TkMuT7wR { color:#ffffff;display:block;width:121px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:133px;left:453px;height:36.412px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:5.62px;padding-right:4.88px;padding-bottom:5.62px;padding-left:4.88px;display:block;align-items:center;width:29.24px;min-width:29.24px;height:30.2px;position:relative;font-family:"open sans";font-size:22.47px;font-weight:700;line-height:30.2px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.51px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:38.98px;height:11.94px;position:relative;font-family:"open sans";font-size:8.43px;font-weight:400;line-height:11.94px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:165px;height:56.875px;padding-top:7.02px;padding-right:6.96px;padding-bottom:7.02px;padding-left:6.96px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:116px;left:573px;z-index:15009; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Ew9DmpQGAMgedp93mlfM1vEup2wxnTDt { display:flex;position:relative;top:0px;left:0px; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Sx79lMCI9LtNJ1z1HT7eODwiISQ794CV { width:auto; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Jx3t7MwI1Ao1NIwSHaM40iuJp8BG5XOH {  }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #NHhQStuRO9db0SsZyVSrli23B62Hx6IR { display:flex;position:relative;top:0px;left:0px; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #MSIiarQeD7EEFkPH7f7sPeyuqgElv6uQ {  }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #TcbXXXgW3xWnDt4vW19C0n74pGVKwaIb {  }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #vTmKhV95fmt9T4evkmkBSPPt8Snau0C6 { display:flex;position:relative;top:0px;left:0px; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #rk5x6MTMgibpRs6LfoO5NTiat2RHnCho {  }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #SbDOEmbdPk77VHFzh7RmrlO5cpdF4mit {  }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Br5ibNLzzq6aRoFyTsgGvs5ig8zgBN8t { display:flex;position:relative;top:0px;left:0px;display:none; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #zPUsQ5QbccGOe0oWHK5dvKVD9i9excLd {  }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl #MtvhQqwWIZKTLywvEPTzV5IUf92nNml8 {  }
#XTxyOH9yu6wb43WO7hp9T4p5aJR7JN1z { position:absolute;display:block;z-index:15005;background-color:#004042;background-image:none;background-position:top left !important;background-repeat: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;height:78px;width:350px;top:15px;left:425px;display:none; }
#A7GVPGS4v6TWv99vfVQ1FVw6eEWoxdyG { position:absolute;display:block;z-index:15006;background-color:#004042;background-image:none;background-position:top left !important;background-repeat: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;height:168px;width:350px;top:218px;left:425px;display:block; }
#T7grETPceMZyiooOHACwGISwOOMNbU9k { color:#ffffff;display:block;width:337px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:399px;left:432px;height:36.412px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6037a4cc-d395-4465-aadb-2dd23a64baa6/background1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx.adaptive-delivery-prevent-bg, #IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx.lazyload, #IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx.lazyloading { background-image: none; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row .container { background-color: transparent; background-image: none; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row .container > .video-iframe-container { display: none; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row > .video-iframe-container { display: none; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .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); }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row .container { border-width: 0; border-radius: 0; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row .container { font-size:14px;font-family:arial;height:547px;width:1200px;overflow:visible;position:relative;display:block; }#K9Ies4srqwl5gFqKoxt4KInWTLACiITP { position:absolute;display:block;z-index:15005;background-color:#004042;background-image:none;background-position:top left !important;background-repeat: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;height:89px;width:350px;top:112px;left:425px;display:block; }
#s3xrKWpt5HSPA5ln4pPt5PvJwfonsZGl { color:#ffffff;display:block;width:346.991px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:235.98956298828px;left:426.49736022949px;height:93.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNzdaheOKIN0LsHEDwBB39gFCwWHSXJc { color:#ffffff;display:block;width:121px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:136.99768829346px;left:452.99768829346px;height:36.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:5.62px;padding-right:4.88px;padding-bottom:5.62px;padding-left:4.88px;display:block;align-items:center;width:29.24px;min-width:29.24px;height:30.2px;position:relative;font-family:"open sans";font-size:22.47px;font-weight:700;line-height:30.2px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.51px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:38.98px;height:11.94px;position:relative;font-family:"open sans";font-size:8.43px;font-weight:400;line-height:11.94px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:165px;height:56.89px;padding-top:7.02px;padding-right:6.96px;padding-bottom:7.02px;padding-left:6.96px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:116px;left:573px;z-index:15009; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #fMyTWeB47nApt8vWCKDOH6S5TTdg3AoN { display:flex;position:relative;top:0px;left:0px; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #BpB7zsFn9vBmyUF1sIqwHkRqRe3g7pHe { width:auto; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #e8gBrtG5EL3UR8VFitSOsJmCrzTn5MXf {  }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #t0WO87VqSc6QOg2rpSWw9oVplWF1M7n2 { display:flex;position:relative;top:0px;left:0px; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #a283AlnLLxyrFIfNVha9an6W68rtJt8C {  }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #BowZ2sMi7VLmuCkWt9EmwRl9L0IAcRkk {  }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #TPJBMiZw3GK8BvsRLqG926C0GU0PZVIr { display:flex;position:relative;top:0px;left:0px; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #X6ANAGROuaTSzlqoMJtaEnbfAxNy2xRT {  }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #SQAQGB5rdTVrJBoecRlmP4CooqCmz8NJ {  }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #UcpCaPKkhG9VURkMyKHfXgB2NLcmnTL8 { display:flex;position:relative;top:0px;left:0px;display:none; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #czhk4z3ovRPX6oWbSf6QZdtNZB6z6HKT {  }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #m5coId2Xoi6bS3Cl3Urm0a5Q0H77qR6X {  }
#vBHHTnPLVUTaTAqpNLnXFgxKTyaUWBs0 { position:absolute;display:block;z-index:15005;background-color:#004042;background-image:none;background-position:top left !important;background-repeat: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;height:78px;width:350px;top:15px;left:425px;display:none; }
#JkSAJgARBiPDoDolN998KI3eULFGZig5 { position:absolute;display:block;z-index:15006;background-color:#004042;background-image:none;background-position:top left !important;background-repeat: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;height:168px;width:350px;top:218px;left:425px;display:block; }
#Pnn400T1MTUR82g4u8eavmdU1xaUyTJn { color:#ffffff;display:block;width:337px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:399px;left:432px;height:36.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5TkQROZ1o0vFAexIs2slrVER87FyOiD { color:#ffffff;display:block;width:346.992px;position:absolute;font-family:lato;font-size:13px;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:339.98696899414px;left:426.49736022949px;height:28.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6037a4cc-d395-4465-aadb-2dd23a64baa6/background1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy.adaptive-delivery-prevent-bg, #u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy.lazyload, #u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy.lazyloading { background-image: none; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container { background-color: transparent; background-image: none; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container > .video-iframe-container { display: none; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row > .video-iframe-container { display: none; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .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); }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container { border-width: 0; border-radius: 0; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container { font-size:14px;font-family:arial;height:720px;width:1200px;overflow:visible;position:relative;display:block; }#ahSTT9MlneAgd0Ux4ARx2PzURxSR2tdO { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;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 32px rgba(0,0,0,0.25) ;height:611px;width:350px;top:71.9921875px;left:241.99217224121px;display:block; }
#TS0llg2xJvUnhMyxuzdUFKcCdg9sq570 { position:absolute;display:block;z-index:15005;background-color:#004042;background-image:none;background-position:top left !important;background-repeat: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;height:78px;width:350px;top:19px;left:242px;display:block; }
#k0nswPfTFLsNlDVv3wwql9iwSrbt8MVh { color:#f37021;display:block;width:346.991px;position:absolute;font-family:lato;font-size:15px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:115px;left:243px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-form-header {  }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:700;color:#004042;width:280px;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.2;overflow:hidden; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:280px;box-sizing:border-box;height:34px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:280px;box-sizing:border-box;height:68px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:280px;box-sizing:border-box;height:40px;color:#161616;font-family:roboto;font-size:14px;overflow:hidden; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .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; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f37021;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:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:17px;font-weight:bold;color:#ffffff;width:280px;height:55px;font-family:roboto;overflow:hidden; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:12px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:12px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:12px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:12px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .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:roboto;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:257px;overflow:hidden;font-style:normal; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .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; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .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:roboto;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-container:first-of-type{padding-top:0;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-container:last-of-type{padding-bottom:0;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:162.99475097656px;left:256.99217224121px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-info-text { display:block;height:auto;font-family:roboto;font-size:11px;line-height:1.4;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;text-align:center;text-align-last:center; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv {display:block;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:162.99475097656px;left:256.99217224121px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #wn3D18CEkbtTcVfAZ58UZJP81GlguOa7 { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #OTpEGApskxxG91uBEwhB12Tb6nVB8Fm7 { position:relative;display:block; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #tRqKLpbeK66sELLKtlx2yg0HvFr1P9TA { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #AusADusRVQ2qA5o665plEAlM5J24HwGk { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #ct7vfJ0ayLLNT7UXiRIf6q2fCp1v0kPo { position:relative;display:block; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #k0uI6CS8pWDABRTgJoDTb120JJT45enf { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #xs7TpJI9EzdpLeZNaHLDt6J5xwJ6nitA { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #Sr4AMIRxrS6KTzmfagXtZSQnKfKkKQAs { position:relative;display:block; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #F7ka5TCUK8T9lRJ96DGbbWs9MTMqpGXN { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #vNadiDsoLh2XcPiVyGS2BM5cueS6KMeQ { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #OxsbL5IniI7pWvQxkOvFcZQqqZw1TuVJ { position:relative;display:block; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #RuJk1m42PLWySSAkTGnzNNPbsDSq62T1 { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #k4ODa7nZWSScDUKUmVEuRPrkUPxSw4m9 { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #Wk4Rm5yJo0wVdTaCkKlVI6yffEvODPRp { position:relative;z-index:2; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #pvxTbAd3MokmWJmAox4kVfvTTeRf1cJH { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #DzTMMTzDNXZ3ss1byRkSeQafb7He4Q0f { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #WHS9VilIP7FsavokhaUIqgC2UzwmDn9L { position:relative;z-index:2; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #TncK8MqkCA23k68baUxoLzEuuLgm1u4F { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #TETyRdKvKuTJEKZDJZp0we2OdrbhQHGB { position:relative;display:block;z-index:15000; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #PtLW3xbx6761r5RVVBnlp9cGVfw1pDnX { position:relative;display:block;z-index:15000; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #bOZ68NAKTFqbq41ATMkLSbgfGnfvUxgr { position:relative; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #ScFLUSZhFpUKn9mXIKqW3t2vMl0lCOOQ { position:relative; }
#RfH5nyadZ86lO3RPVBPTBhoKPVTcr8Z9 { color:#ffffff;display:block;width:121px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:40px;left:270px;height:36.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:5.62px;padding-right:4.88px;padding-bottom:5.62px;padding-left:4.88px;display:block;align-items:center;width:29.24px;min-width:29.24px;height:30.2px;position:relative;font-family:"open sans";font-size:22.47px;font-weight:700;line-height:30.2px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.51px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:38.98px;height:11.94px;position:relative;font-family:"open sans";font-size:8.43px;font-weight:400;line-height:11.94px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:165px;height:56.89px;padding-top:7.02px;padding-right:6.96px;padding-bottom:7.02px;padding-left:6.96px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23px;left:390px;z-index:15009; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #ILPQMZRV9oC3QP1Zh4SmTvCWNybHGwBl { display:flex;position:relative;top:0px;left:0px; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #hk64qAubuT8TpwpvWTEZf0ITOGAETzwV { width:auto; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #g4Ob0DlD7SAZb6IN4V7Trm49iMQWcTL3 {  }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #Azp96dyUbmTAXeWEAzrsM59bFcJ01t2V { display:flex;position:relative;top:0px;left:0px; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #RGVwDuKbtBqdyfT9CslZ6TD4fd6ZuquZ {  }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #d9Dtpr6Ae8SsXWdBWHh9i7e72wfzWmNR {  }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #d1TiF1xdATtcTwwMTKuqQs0HXrCDp5rQ { display:flex;position:relative;top:0px;left:0px; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #RlXRSCMqfGtqURRDhtJXqvzuwKlEFWBG {  }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #XmRoQIrWevvBwAT0wpHp2d1DUewqxIeF {  }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #gxeMKG8x7XJ2ggCKQk54XxuLXFrnxNig { display:flex;position:relative;top:0px;left:0px;display:none; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #Z1bCTve3MTMhUqltbuFKKGknqI0iA4iI {  }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #KsOGl6ZNOfptgFUfE9O1748MdIB4Ixc9 {  }
#tqznU2DWGE9rQS1LgRZcslL50gVQ43f3 { position:absolute;display:block;z-index:15005;background-color:#004042;background-image:none;background-position:top left !important;background-repeat: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;height:78px;width:350px;top:15px;left:425px;display:none; }
#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF { position:relative;display:block; }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF { background-color: transparent; background-image: none; }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .row .container > .video-iframe-container { display: none; }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .row > .video-iframe-container { display: none; }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .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); }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF { border-width: 0; border-radius: 0; }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .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; }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f37021;background-image:none;font-size:14px;font-family:arial;height:83px;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; }#bgxSvUtViMnai0VO3TWDAbmAMwnxr7cG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25.9954px;width:25.9954px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29px;left:1102px; }
#bgxSvUtViMnai0VO3TWDAbmAMwnxr7cG > img { max-width: 100%;max-height:100%; }#yeQC7IPTNwqzW2FGbqzO1IdJ6l4pwsnh { box-sizing:content-box;color:#5d92ff;font-size:18px;font-weight:400;line-height:1;height:25.9954px;width:25.9954px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:29px;left:1134px; }
#yeQC7IPTNwqzW2FGbqzO1IdJ6l4pwsnh > img { max-width: 100%;max-height:100%; }#ZGg1yx5uFAclqmnkIVBP9CiV1cysqsrw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25.9954px;width:25.9954px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29px;left:1070px; }
#ZGg1yx5uFAclqmnkIVBP9CiV1cysqsrw > img { max-width: 100%;max-height:100%; }#de8HAfeDZyEriM5dOwrTUtVMlRk8VpTs { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25.9954px;width:25.9954px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29px;left:1038px; }
#de8HAfeDZyEriM5dOwrTUtVMlRk8VpTs > img { max-width: 100%;max-height:100%; }#ZNV7dL9CQ2s7vPSQSuzpdhx8J2x6o8qk { color:#ffffff;display:block;width:116.991px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33px;left:918px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#fhJnCVSTuNylAb17EU7Ty0RZgP69KGMh { color:#ffffff;display:block;width:320.984px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.099548339844px;left:439.50232696533px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#K0bySG0zOteWTH3I4SiU6ZpWSUnGyfSu { position:absolute;display:block;z-index:15001;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;height:41.9792px;width:99.9769px;top:15.738433837891px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9ZThzQtgF4xry3Po422O4hXPKn90Pu1 { top:25px;left:238.80554962158px;width:99px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #vIzBiIqQityE1Fb6UVBN8UXBaDFqmDtP { top:20px;left:370.77320098877px;width:217px;height:49.748104569767px;display:block; }
 }@media only screen and (max-width: 763px) { #iZaGAcL1sbe2d1qPH37ItiE9CEweGdx8 { top:22px;left:281.98847198486px;width:199px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZskFgVqVRi5Rm4WKoSbzCBqSewcoVS5 { width:350px;height:89px;top:112px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #WoCnP1BhCN7EVkZq4Z6xGWLr8OTnv3vD { width:268px;height:23px;top:473px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vym6VtaPKKXZk1ozou6vEil5TkMuT7wR { width:121px;height:36px;top:133px;left:235px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl { display:flex;width:216px;height:81px;top:440px;left:456px; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Ew9DmpQGAMgedp93mlfM1vEup2wxnTDt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Sx79lMCI9LtNJ1z1HT7eODwiISQ794CV {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Jx3t7MwI1Ao1NIwSHaM40iuJp8BG5XOH {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #NHhQStuRO9db0SsZyVSrli23B62Hx6IR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #MSIiarQeD7EEFkPH7f7sPeyuqgElv6uQ {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #TcbXXXgW3xWnDt4vW19C0n74pGVKwaIb {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #vTmKhV95fmt9T4evkmkBSPPt8Snau0C6 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #rk5x6MTMgibpRs6LfoO5NTiat2RHnCho {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #SbDOEmbdPk77VHFzh7RmrlO5cpdF4mit {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Br5ibNLzzq6aRoFyTsgGvs5ig8zgBN8t { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #zPUsQ5QbccGOe0oWHK5dvKVD9i9excLd {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #MtvhQqwWIZKTLywvEPTzV5IUf92nNml8 {  }
 }@media only screen and (max-width: 763px) { #XTxyOH9yu6wb43WO7hp9T4p5aJR7JN1z { width:350px;height:78px;top:15px;left:207px;display:none; }
 }@media only screen and (max-width: 763px) { #A7GVPGS4v6TWv99vfVQ1FVw6eEWoxdyG { width:350px;height:168px;top:218px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #T7grETPceMZyiooOHACwGISwOOMNbU9k { width:337px;height:36px;top:399px;left:214px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx { display:block; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9Ies4srqwl5gFqKoxt4KInWTLACiITP { width:350px;height:89px;top:112px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #s3xrKWpt5HSPA5ln4pPt5PvJwfonsZGl { width:268px;height:23px;top:473px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QNzdaheOKIN0LsHEDwBB39gFCwWHSXJc { width:121px;height:36px;top:136px;left:234.99768829346px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O { display:flex;width:216px;height:81px;top:440px;left:456px; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #fMyTWeB47nApt8vWCKDOH6S5TTdg3AoN { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #BpB7zsFn9vBmyUF1sIqwHkRqRe3g7pHe {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #e8gBrtG5EL3UR8VFitSOsJmCrzTn5MXf {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #t0WO87VqSc6QOg2rpSWw9oVplWF1M7n2 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #a283AlnLLxyrFIfNVha9an6W68rtJt8C {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #BowZ2sMi7VLmuCkWt9EmwRl9L0IAcRkk {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #TPJBMiZw3GK8BvsRLqG926C0GU0PZVIr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #X6ANAGROuaTSzlqoMJtaEnbfAxNy2xRT {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #SQAQGB5rdTVrJBoecRlmP4CooqCmz8NJ {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #UcpCaPKkhG9VURkMyKHfXgB2NLcmnTL8 { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #czhk4z3ovRPX6oWbSf6QZdtNZB6z6HKT {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #m5coId2Xoi6bS3Cl3Urm0a5Q0H77qR6X {  }
 }@media only screen and (max-width: 763px) { #vBHHTnPLVUTaTAqpNLnXFgxKTyaUWBs0 { width:350px;height:78px;top:15px;left:207px;display:none; }
 }@media only screen and (max-width: 763px) { #JkSAJgARBiPDoDolN998KI3eULFGZig5 { width:350px;height:168px;top:218px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #Pnn400T1MTUR82g4u8eavmdU1xaUyTJn { width:337px;height:36px;top:399px;left:214px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e5TkQROZ1o0vFAexIs2slrVER87FyOiD { width:268px;height:23px;top:473px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy { display:block; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahSTT9MlneAgd0Ux4ARx2PzURxSR2tdO { width:350px;height:611px;top:71px;left:23.992172241211px;display:block; }
 }@media only screen and (max-width: 763px) { #TS0llg2xJvUnhMyxuzdUFKcCdg9sq570 { width:349px;height:77px;top:19px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #k0nswPfTFLsNlDVv3wwql9iwSrbt8MVh { width:268px;height:23px;top:473px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv  { width:280px;height:auto;top:162px;left:38.99217224121px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv {display:block;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv { width:280px;height:auto;top:162px;left:38.99217224121px; }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #wn3D18CEkbtTcVfAZ58UZJP81GlguOa7 {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #OTpEGApskxxG91uBEwhB12Tb6nVB8Fm7 {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #tRqKLpbeK66sELLKtlx2yg0HvFr1P9TA {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #AusADusRVQ2qA5o665plEAlM5J24HwGk {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #ct7vfJ0ayLLNT7UXiRIf6q2fCp1v0kPo {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #k0uI6CS8pWDABRTgJoDTb120JJT45enf {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #xs7TpJI9EzdpLeZNaHLDt6J5xwJ6nitA {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #Sr4AMIRxrS6KTzmfagXtZSQnKfKkKQAs {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #F7ka5TCUK8T9lRJ96DGbbWs9MTMqpGXN {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #vNadiDsoLh2XcPiVyGS2BM5cueS6KMeQ {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #OxsbL5IniI7pWvQxkOvFcZQqqZw1TuVJ {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #RuJk1m42PLWySSAkTGnzNNPbsDSq62T1 {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #k4ODa7nZWSScDUKUmVEuRPrkUPxSw4m9 {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #Wk4Rm5yJo0wVdTaCkKlVI6yffEvODPRp {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #pvxTbAd3MokmWJmAox4kVfvTTeRf1cJH {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #DzTMMTzDNXZ3ss1byRkSeQafb7He4Q0f {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #WHS9VilIP7FsavokhaUIqgC2UzwmDn9L {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #TncK8MqkCA23k68baUxoLzEuuLgm1u4F {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #TETyRdKvKuTJEKZDJZp0we2OdrbhQHGB {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #PtLW3xbx6761r5RVVBnlp9cGVfw1pDnX {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #bOZ68NAKTFqbq41ATMkLSbgfGnfvUxgr {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #ScFLUSZhFpUKn9mXIKqW3t2vMl0lCOOQ {  }
 }@media only screen and (max-width: 763px) { #RfH5nyadZ86lO3RPVBPTBhoKPVTcr8Z9 { width:120px;height:36px;top:40px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG { display:flex;width:216px;height:81px;top:440px;left:456px; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #ILPQMZRV9oC3QP1Zh4SmTvCWNybHGwBl { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #hk64qAubuT8TpwpvWTEZf0ITOGAETzwV {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #g4Ob0DlD7SAZb6IN4V7Trm49iMQWcTL3 {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #Azp96dyUbmTAXeWEAzrsM59bFcJ01t2V { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #RGVwDuKbtBqdyfT9CslZ6TD4fd6ZuquZ {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #d9Dtpr6Ae8SsXWdBWHh9i7e72wfzWmNR {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #d1TiF1xdATtcTwwMTKuqQs0HXrCDp5rQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #RlXRSCMqfGtqURRDhtJXqvzuwKlEFWBG {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #XmRoQIrWevvBwAT0wpHp2d1DUewqxIeF {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #gxeMKG8x7XJ2ggCKQk54XxuLXFrnxNig { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #Z1bCTve3MTMhUqltbuFKKGknqI0iA4iI {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #KsOGl6ZNOfptgFUfE9O1748MdIB4Ixc9 {  }
 }@media only screen and (max-width: 763px) { #tqznU2DWGE9rQS1LgRZcslL50gVQ43f3 { width:350px;height:78px;top:15px;left:207px;display:none; }
 }@media only screen and (max-width: 763px) { #AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF { display:block; }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgxSvUtViMnai0VO3TWDAbmAMwnxr7cG { top:29px;left:739px;width:25px;height:25px;display:block; }
#bgxSvUtViMnai0VO3TWDAbmAMwnxr7cG > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #yeQC7IPTNwqzW2FGbqzO1IdJ6l4pwsnh { top:29px;left:739px;width:25px;height:25px;display:block; }
#yeQC7IPTNwqzW2FGbqzO1IdJ6l4pwsnh > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZGg1yx5uFAclqmnkIVBP9CiV1cysqsrw { top:29px;left:739px;width:25px;height:25px;display:block; }
#ZGg1yx5uFAclqmnkIVBP9CiV1cysqsrw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #de8HAfeDZyEriM5dOwrTUtVMlRk8VpTs { top:29px;left:739px;width:25px;height:25px;display:block; }
#de8HAfeDZyEriM5dOwrTUtVMlRk8VpTs > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZNV7dL9CQ2s7vPSQSuzpdhx8J2x6o8qk { top:33px;left:648px;width:116px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fhJnCVSTuNylAb17EU7Ty0RZgP69KGMh { top:31px;left:221.50232696533px;width:320px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #K0bySG0zOteWTH3I4SiU6ZpWSUnGyfSu { top:15px;left:0px;width:99px;height:41.569010441412px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { position:relative;z-index:auto;display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { width:320px;height:272.76759796143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9ZThzQtgF4xry3Po422O4hXPKn90Pu1 { width:129px;height:54px;top:37.986114501953px;left:93.472225189209px;display:block; }
 }@media only screen and (max-width: 763px) { #vIzBiIqQityE1Fb6UVBN8UXBaDFqmDtP { width:287.998px;height:64.9884px;top:121.96759796143px;left:15.983797073364px;display:block; }
 }@media only screen and (max-width: 763px) { #iZaGAcL1sbe2d1qPH37ItiE9CEweGdx8 { width:199px;height:0;top:205.96759796143px;left:60px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/5c876925-a1d7-4e89-8bc8-0b688321ba1f/imagem.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:320px;height:427px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OZskFgVqVRi5Rm4WKoSbzCBqSewcoVS5 { width:320px;height:137px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WoCnP1BhCN7EVkZq4Z6xGWLr8OTnv3vD { width:268px;height:93.6px;top:217.80001831055px;left:26.000001907349px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vym6VtaPKKXZk1ozou6vEil5TkMuT7wR { width:268px;height:18.2px;top:34px;left:26.000001907349px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#hPhcxkipmT5W9TypleE0ci6WVmEbyezl { display:flex;width:216px;height:81px;top:53.462501525879px;left:45.02499961853px; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Ew9DmpQGAMgedp93mlfM1vEup2wxnTDt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Sx79lMCI9LtNJ1z1HT7eODwiISQ794CV {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Jx3t7MwI1Ao1NIwSHaM40iuJp8BG5XOH {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #NHhQStuRO9db0SsZyVSrli23B62Hx6IR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #MSIiarQeD7EEFkPH7f7sPeyuqgElv6uQ {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #TcbXXXgW3xWnDt4vW19C0n74pGVKwaIb {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #vTmKhV95fmt9T4evkmkBSPPt8Snau0C6 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #rk5x6MTMgibpRs6LfoO5NTiat2RHnCho {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #SbDOEmbdPk77VHFzh7RmrlO5cpdF4mit {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #Br5ibNLzzq6aRoFyTsgGvs5ig8zgBN8t { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #zPUsQ5QbccGOe0oWHK5dvKVD9i9excLd {  }
 }@media only screen and (max-width: 763px) { #hPhcxkipmT5W9TypleE0ci6WVmEbyezl #MtvhQqwWIZKTLywvEPTzV5IUf92nNml8 {  }
 }@media only screen and (max-width: 763px) { #XTxyOH9yu6wb43WO7hp9T4p5aJR7JN1z { width:320px;height:63px;top:503px;left:0px;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #A7GVPGS4v6TWv99vfVQ1FVw6eEWoxdyG { width:320px;height:168px;top:180.60000610352px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T7grETPceMZyiooOHACwGISwOOMNbU9k { width:320px;height:36.4px;top:372.60000610352px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/5c876925-a1d7-4e89-8bc8-0b688321ba1f/imagem.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx.adaptive-delivery-prevent-bg, #IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx.lazyload, #IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx.lazyloading { background-image: none; }#IbH0BE0c65VwrrT8mXvLEUnLNQ7MLDGx > .row .container { width:320px;height:477.20003662109px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K9Ies4srqwl5gFqKoxt4KInWTLACiITP { width:320px;height:137px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s3xrKWpt5HSPA5ln4pPt5PvJwfonsZGl { width:268px;height:93.6px;top:217.80001831055px;left:26.000001907349px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNzdaheOKIN0LsHEDwBB39gFCwWHSXJc { width:268px;height:18.2px;top:34px;left:26.000001907349px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O { display:flex;width:216px;height:81px;top:53.462501525879px;left:45.02499961853px; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #fMyTWeB47nApt8vWCKDOH6S5TTdg3AoN { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #BpB7zsFn9vBmyUF1sIqwHkRqRe3g7pHe {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #e8gBrtG5EL3UR8VFitSOsJmCrzTn5MXf {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #t0WO87VqSc6QOg2rpSWw9oVplWF1M7n2 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #a283AlnLLxyrFIfNVha9an6W68rtJt8C {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #BowZ2sMi7VLmuCkWt9EmwRl9L0IAcRkk {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #TPJBMiZw3GK8BvsRLqG926C0GU0PZVIr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #X6ANAGROuaTSzlqoMJtaEnbfAxNy2xRT {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #SQAQGB5rdTVrJBoecRlmP4CooqCmz8NJ {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #UcpCaPKkhG9VURkMyKHfXgB2NLcmnTL8 { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #czhk4z3ovRPX6oWbSf6QZdtNZB6z6HKT {  }
 }@media only screen and (max-width: 763px) { #WxwS2qLXPysIQ4ixyT02Ura11BDSVV2O #m5coId2Xoi6bS3Cl3Urm0a5Q0H77qR6X {  }
 }@media only screen and (max-width: 763px) { #vBHHTnPLVUTaTAqpNLnXFgxKTyaUWBs0 { width:320px;height:63px;top:503px;left:0px;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JkSAJgARBiPDoDolN998KI3eULFGZig5 { width:320px;height:168px;top:180.60000610352px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Pnn400T1MTUR82g4u8eavmdU1xaUyTJn { width:320px;height:36.4px;top:372.60000610352px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e5TkQROZ1o0vFAexIs2slrVER87FyOiD { width:320px;height:0;top:428.60003662109px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/5c876925-a1d7-4e89-8bc8-0b688321ba1f/imagem.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy.adaptive-delivery-prevent-bg, #u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy.lazyload, #u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy.lazyloading { background-image: none; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container { background-color: transparent; background-image: none; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container > .video-iframe-container { display: none; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row > .video-iframe-container { display: none; }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .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); }#u3ttGCbQOWCmPy3VNy5t2Q4BTpIibRfy > .row .container { width:320px;height:952px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahSTT9MlneAgd0Ux4ARx2PzURxSR2tdO { width:320px;height:428px;top:187px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TS0llg2xJvUnhMyxuzdUFKcCdg9sq570 { width:320px;height:137px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k0nswPfTFLsNlDVv3wwql9iwSrbt8MVh { width:268px;height:38.9814px;top:172px;left:26.000000953674px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv  { width:280px;height:auto;top:223px;left:0px; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv {display:block;}#Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv { width:280px;height:auto;top:223px;left:0px; }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #wn3D18CEkbtTcVfAZ58UZJP81GlguOa7 {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #OTpEGApskxxG91uBEwhB12Tb6nVB8Fm7 {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #tRqKLpbeK66sELLKtlx2yg0HvFr1P9TA {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #AusADusRVQ2qA5o665plEAlM5J24HwGk {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #ct7vfJ0ayLLNT7UXiRIf6q2fCp1v0kPo {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #k0uI6CS8pWDABRTgJoDTb120JJT45enf {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #xs7TpJI9EzdpLeZNaHLDt6J5xwJ6nitA {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #Sr4AMIRxrS6KTzmfagXtZSQnKfKkKQAs {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #F7ka5TCUK8T9lRJ96DGbbWs9MTMqpGXN {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #vNadiDsoLh2XcPiVyGS2BM5cueS6KMeQ {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #OxsbL5IniI7pWvQxkOvFcZQqqZw1TuVJ {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #RuJk1m42PLWySSAkTGnzNNPbsDSq62T1 {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #k4ODa7nZWSScDUKUmVEuRPrkUPxSw4m9 {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #Wk4Rm5yJo0wVdTaCkKlVI6yffEvODPRp {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #pvxTbAd3MokmWJmAox4kVfvTTeRf1cJH {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #DzTMMTzDNXZ3ss1byRkSeQafb7He4Q0f {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #WHS9VilIP7FsavokhaUIqgC2UzwmDn9L {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #TncK8MqkCA23k68baUxoLzEuuLgm1u4F {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #TETyRdKvKuTJEKZDJZp0we2OdrbhQHGB {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #PtLW3xbx6761r5RVVBnlp9cGVfw1pDnX {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #bOZ68NAKTFqbq41ATMkLSbgfGnfvUxgr {  }
 }@media only screen and (max-width: 763px) { #Kfe7TpkQgZrgZFTLsR8S03Bu6Ue02oxv #ScFLUSZhFpUKn9mXIKqW3t2vMl0lCOOQ {  }
 }@media only screen and (max-width: 763px) { #RfH5nyadZ86lO3RPVBPTBhoKPVTcr8Z9 { width:268px;height:18.206px;top:34px;left:26.000001907349px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#ucLfubKnHXGybWsEyeQs4P4u6KgDmteG { display:flex;width:216px;height:81px;top:53.462501525879px;left:45.02499961853px; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #ILPQMZRV9oC3QP1Zh4SmTvCWNybHGwBl { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #hk64qAubuT8TpwpvWTEZf0ITOGAETzwV {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #g4Ob0DlD7SAZb6IN4V7Trm49iMQWcTL3 {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #Azp96dyUbmTAXeWEAzrsM59bFcJ01t2V { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #RGVwDuKbtBqdyfT9CslZ6TD4fd6ZuquZ {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #d9Dtpr6Ae8SsXWdBWHh9i7e72wfzWmNR {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #d1TiF1xdATtcTwwMTKuqQs0HXrCDp5rQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #RlXRSCMqfGtqURRDhtJXqvzuwKlEFWBG {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #XmRoQIrWevvBwAT0wpHp2d1DUewqxIeF {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #gxeMKG8x7XJ2ggCKQk54XxuLXFrnxNig { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #Z1bCTve3MTMhUqltbuFKKGknqI0iA4iI {  }
 }@media only screen and (max-width: 763px) { #ucLfubKnHXGybWsEyeQs4P4u6KgDmteG #KsOGl6ZNOfptgFUfE9O1748MdIB4Ixc9 {  }
 }@media only screen and (max-width: 763px) { #tqznU2DWGE9rQS1LgRZcslL50gVQ43f3 { width:320px;height:63px;top:160px;left:0px;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF { display:block; }#AS5Lyohayw03OFTKqFc6ot1TEGHgrNJF > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgxSvUtViMnai0VO3TWDAbmAMwnxr7cG { display:flex;width:25px;height:25px;top:242.7663px;left:147px; }
#bgxSvUtViMnai0VO3TWDAbmAMwnxr7cG > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #yeQC7IPTNwqzW2FGbqzO1IdJ6l4pwsnh { display:flex;width:25px;height:25px;top:287.7663px;left:147px; }
#yeQC7IPTNwqzW2FGbqzO1IdJ6l4pwsnh > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZGg1yx5uFAclqmnkIVBP9CiV1cysqsrw { display:flex;width:25px;height:25px;top:197.7663px;left:147px; }
#ZGg1yx5uFAclqmnkIVBP9CiV1cysqsrw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #de8HAfeDZyEriM5dOwrTUtVMlRk8VpTs { display:flex;width:25px;height:25px;top:152.7663px;left:147px; }
#de8HAfeDZyEriM5dOwrTUtVMlRk8VpTs > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZNV7dL9CQ2s7vPSQSuzpdhx8J2x6o8qk { width:115.995px;height:15.6019px;top:117.1644px;left:102px;font-size:12px;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #fhJnCVSTuNylAb17EU7Ty0RZgP69KGMh { width:319.988px;height:15.6019px;top:81.5625px;left:0px;font-size:12px;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #K0bySG0zOteWTH3I4SiU6ZpWSUnGyfSu { width:99px;height:41.569010441412px;top:20px;left:110px;display:block; }
 }