.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:#135fa4;background-image:url("https://images.assets-landingi.com/uc/89261c5e-b57a-4887-803f-bbf4fdf819fc/servicosvidracarianorj1024x680.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row .container { background-color: transparent; background-image: none; }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row .container > .video-iframe-container { display: none; }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row > .video-iframe-container { display: none; }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .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); }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row .container { border-width: 0; border-radius: 0; }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row .container { font-size:14px;font-family:arial;height:84px;width:1200px;position:relative;display:block; }#vOR2xJtslwARJPnsGBspDP7cPsoHBCKA { position:absolute;display:block;z-index:15036;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:56px;width:253px;top:14px;left:0px;overflow:hidden;display:block; }
#s32DTi4rzZJSVykKUyh21Gc1KcbHWNne { color:#4c494a;display:block;width:238px;position:absolute;font-family:helvetica;font-size:28px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32px;left:962px;height:36.4px;font-style:normal;display:block; }
#WCEgqopmWOtqwszbpRrqPGseeb7hJnVH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:46px;width:46px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:20px;left:909px; }
#cP2JanKdxertSwrytSF24ZaCScgCXp0S { color:#000000;display:block;width:120px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16px;left:962px;height:23.4px;display:block; }
#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#135fa4', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#135fa4', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-size:contain !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; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container { background-color: transparent; background-image: none; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container > .video-iframe-container { display: none; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row > .video-iframe-container { display: none; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .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); }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container { border-width: 0; border-radius: 0; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container { font-size:14px;font-family:arial;height:840px;width:1200px;position:relative;display:block; }#TurTKWmxZVfPic44P1bagkF5qC1onNuv { color:#f0542d;display:block;width:575px;position:absolute;font-family:"raleway black";font-size:95px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:180px;left:23px;height:104.5px;font-style:normal;display:block; }
#ONZ1fR4PKw7CF3iDbhxQC64h5l31Jtg9 { color:#ffffff;display:block;width:408px;position:absolute;font-family:raleway;font-size:20px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:387px;left:23px;height:243px;font-style:normal;display:block; }#ONZ1fR4PKw7CF3iDbhxQC64h5l31Jtg9 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ONZ1fR4PKw7CF3iDbhxQC64h5l31Jtg9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#qczBlhEpPKofbQ7lymgziCoNgqsFAIr5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1cb101, #051800);background-image: -moz-linear-gradient(180deg, #1cb101, #051800);background-image: -ms-linear-gradient(180deg, #1cb101, #051800);background-image: -o-linear-gradient(180deg, #1cb101, #051800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb101', endColorstr='#051800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb101', endColorstr='#051800' );";background-image: linear-gradient(180deg, #1cb101, #051800);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:70px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:664px;left:23px;display:block; }
#OsE3knJLTDpZEZnPPf0CCE0nuz4BTNML { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cIuADVoHvwEMtkHS7cCdq1WfJKdmyMX1 { color:#f0542d;display:block;width:575px;position:absolute;font-family:raleway;font-size:39px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:148px;left:23px;height:42.9px;font-style:normal;display:block; }
#E6TN8xgx5gmTpSqzv4QQXo2HpiE1IsqT { color:#f0542d;display:block;width:203px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:274px;left:394.80000305176px;height:44px;font-style:normal;display:block; }
#xZz811GixiyFkmHPkSkxSch9gBcd25QP { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#135fa4', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#135fa4', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #135fa4, rgba(0,0,0,0));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:840px;width:570px;top:0px;left:177px;display:block; }
#zPybuTw7TWBEQZX2FpeDfGdBFBcIpxrG { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#135fa4', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#135fa4', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #135fa4, rgba(0,0,0,0));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:780px;width:422px;top:0px;left:177px;display:block; }
#Lb47CTJPaU2EQBDK0kxrw5mcVGxWuv1h { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #135fa4, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#135fa4', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#135fa4', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #135fa4, rgba(0,0,0,0));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:840px;width:570px;top:0px;left:253px;display:block; }
#Uqts0F7u3eTFOhkdqbtWcupuzAn4IMp8 { color:#f0542d;display:block;width:547px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:345px;left:23px;height:33px;font-style:normal;display:block; }
#Okdpn4EN0mV1CyTw92hfysxI2rGKwc15 { position:absolute;display:block;z-index:15012;height:80px;width:180px;top:659.00001525879px;left:1020.0000152588px;display:block; }
#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 { 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; }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row .container { background-color: transparent; background-image: none; }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row .container > .video-iframe-container { display: none; }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row > .video-iframe-container { display: none; }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .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); }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row .container { border-width: 0; border-radius: 0; }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#VWdLktlThOPxqWZnlVktR90WNGTp1vyd { color:#545454;display:block;width:1200px;position:absolute;font-family:"raleway black";font-size:40px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:83px;left:0px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pqr8rafgTLRoQaR1HwCQ3MnON3qnhGKy { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;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;height:1px;width:1200px;top:149px;left:0px;display:block; }
#JXLNl55PxgLdiq5UTC81U2hXhzPS4076 { position:absolute;display:block;z-index:15007;background-color:#135fa4;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:3px;width:60px;top:148px;left:570px;display:block; }
#pxPTbskNR7OH66DNW38DHhB69F4fHxaM { 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; }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row .container { background-color: transparent; background-image: none; }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row .container > .video-iframe-container { display: none; }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row > .video-iframe-container { display: none; }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .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); }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row .container { border-width: 0; border-radius: 0; }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row .container { font-size:14px;font-family:arial;height:309px;width:1200px;position:relative;display:block; }#zhSMRd5SroezdNmTNmRn1gpcf7GagTpF { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8c8feebf-978a-418e-a462-f3632f614684/865ba1b04cc60a5e5d2765309b68e37e.png");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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:15.474975585938px;left:304.99998474121px;display:block; }#zhSMRd5SroezdNmTNmRn1gpcf7GagTpF.adaptive-delivery-prevent-bg, #zhSMRd5SroezdNmTNmRn1gpcf7GagTpF.lazyload, #zhSMRd5SroezdNmTNmRn1gpcf7GagTpF.lazyloading { background-image: none; }
#DrWVgpI7NS51rcPUf5GuQxUK1CWnXAwp { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b3db5ba0-6cf3-4890-a8af-1381371d714a/box3.jpg");background-position:center right !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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:14.75px;left:605.00001525879px;display:block; }#DrWVgpI7NS51rcPUf5GuQxUK1CWnXAwp.adaptive-delivery-prevent-bg, #DrWVgpI7NS51rcPUf5GuQxUK1CWnXAwp.lazyload, #DrWVgpI7NS51rcPUf5GuQxUK1CWnXAwp.lazyloading { background-image: none; }
#TfT6EX5zxdv0Dm25Mz1BUlb2rfzhitiM { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48fedef4-dc1f-4652-aca4-50b4a187e987/manutencaodovidro_segurancaparaoclienteevantagemparaovidraceiromanutenodevidro.png");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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:15.474975585938px;left:905.00001525879px;display:block; }#TfT6EX5zxdv0Dm25Mz1BUlb2rfzhitiM.adaptive-delivery-prevent-bg, #TfT6EX5zxdv0Dm25Mz1BUlb2rfzhitiM.lazyload, #TfT6EX5zxdv0Dm25Mz1BUlb2rfzhitiM.lazyloading { background-image: none; }
#bAEcrNrDiM8ck8g1pDe9TOAWzn7Sp8ci { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:290px;top:244.72497558594px;left:304.99998474121px;display:block; }
#mby61RBT85snhcDPp8rRsZSASq4CmMGf { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:290px;top:244px;left:5px;display:block; }
#UTQVJXfcydPBt7FDeG4qC4dVeiU7mQtL { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:290px;top:245px;left:605.00001525879px;display:block; }
#DgJV6IcqU4iXcFol7kdcWkVpcBw6Tb5k { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:290px;top:244.72497558594px;left:905.00001525879px;display:block; }
#g4rvRmeSbDCrCGcayQ7NwaCEzW1btfSO { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/584ebb7a-5b59-485c-bfd2-4af927bba2b7/box6.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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:17px;left:5px;display:block; }#g4rvRmeSbDCrCGcayQ7NwaCEzW1btfSO.adaptive-delivery-prevent-bg, #g4rvRmeSbDCrCGcayQ7NwaCEzW1btfSO.lazyload, #g4rvRmeSbDCrCGcayQ7NwaCEzW1btfSO.lazyloading { background-image: none; }
#I4GMfaGeQm0ygOKc4uhLGM0ucI7rGgI5 { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:252px;left:25px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#HD3nHw3lNR5i3LvZ7HdXLJnetZB9UTUP { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:263px;left:25px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#b8iCHh6MpuBvBxHT6rmycfxkC9tzvdIT { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:252px;left:625px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#p4WLIzAmb7hCuo1tZCxprQvAK6yJQHe4 { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:263px;left:625px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#vi7rf9DH187GqBmnOvHDUrzDIeC8ULwI { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:252px;left:325px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#BGvr4zfezIalHaTkPioxiVwesN6d1Dx7 { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:263px;left:325px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#feHIIdZuRJ1Pun8BaaLEhCfs3liHpcRX { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:251px;left:925px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#vkyrso6Kr0xm8l73dZ6emiWRr2ppITDg { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:265px;left:925px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs { 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; }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row .container { background-color: transparent; background-image: none; }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row .container > .video-iframe-container { display: none; }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row > .video-iframe-container { display: none; }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .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); }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row .container { border-width: 0; border-radius: 0; }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row .container { font-size:14px;font-family:arial;height:311px;width:1200px;position:relative;display:block; }#pZzLoFMZ5DS5cPiz8oRMa3UsZNuI5cuW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbde2a90-7553-4337-a895-57b9c628dd18/box1.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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:16px;left:5px;display:block; }#pZzLoFMZ5DS5cPiz8oRMa3UsZNuI5cuW.adaptive-delivery-prevent-bg, #pZzLoFMZ5DS5cPiz8oRMa3UsZNuI5cuW.lazyload, #pZzLoFMZ5DS5cPiz8oRMa3UsZNuI5cuW.lazyloading { background-image: none; }
#y8fvqLkfsOWx2Pnk6DT9cMM9BkrnsolO { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:290px;top:244px;left:5px;display:block; }
#L1bDfnbf6pyEkzTgDJfVmArrvB8eOGH6 { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:252px;left:25px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#T8iFxiLQMZ4TFMuRaPmQhiTXTTJcsroS { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:263.8125px;left:25px;height:36.4062px;text-align:center;text-align-last:center;display:block; }
#wXeFZkzsHHXRV9o7MU3EesM4TPTAvVBp { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5005401-2b79-4295-a0be-b48e6c26a94c/box9.webp");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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:17px;left:305px;display:block; }#wXeFZkzsHHXRV9o7MU3EesM4TPTAvVBp.adaptive-delivery-prevent-bg, #wXeFZkzsHHXRV9o7MU3EesM4TPTAvVBp.lazyload, #wXeFZkzsHHXRV9o7MU3EesM4TPTAvVBp.lazyloading { background-image: none; }
#OX1wRFZSgXvtL8yFEGdG5H4FgHnNz6S7 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:290px;top:245px;left:305px;display:block; }
#JD2MbS0iT2fzIO5fRagOyKFQEctWyDPc { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:263.78750610352px;left:324.98750305176px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#UhOOTabaFeVBBxRTU2XwbuBJwe2XDtIi { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:252px;left:324.98750305176px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#ac7ObnqrOy0rNdgr26F7OQip3bp7qmTl { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/138ebe57-43d5-4758-8a0b-3d88e5d9a5c7/box15.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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:17px;left:605px;display:block; }#ac7ObnqrOy0rNdgr26F7OQip3bp7qmTl.adaptive-delivery-prevent-bg, #ac7ObnqrOy0rNdgr26F7OQip3bp7qmTl.lazyload, #ac7ObnqrOy0rNdgr26F7OQip3bp7qmTl.lazyloading { background-image: none; }
#wZOTBlJWnrce88tt6GewisV71C4M1uHO { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:290px;top:245px;left:605px;display:block; }
#AcmL1S4Tnf21uRRLRtbon4alCmwsFfTN { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:265px;left:625px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#TZ6rlN03imIi86F4c3J3rdpHZqnMqR2e { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:252px;left:625.00001525879px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#R0Tsa0VbQdWlu0sAlDKLBOa2BfeFFJaZ { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9ec88c8d-0375-463d-bd21-798128c902dc/box16.webp");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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:17px;left:905px;display:block; }#R0Tsa0VbQdWlu0sAlDKLBOa2BfeFFJaZ.adaptive-delivery-prevent-bg, #R0Tsa0VbQdWlu0sAlDKLBOa2BfeFFJaZ.lazyload, #R0Tsa0VbQdWlu0sAlDKLBOa2BfeFFJaZ.lazyloading { background-image: none; }
#TrPcaHIr8SpoNEl9EXQS2BVA23J5GfRt { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:290px;top:245px;left:905px;display:block; }
#RE6t0m8x7Tm44pTMH7lcbKRrxlHgnSrn { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:264.78750610352px;left:925.00001525879px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#kNJc8OU34CSmpkOJO2HUP0V1MdwcNUBG { color:#000000;display:block;width:250px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:252px;left:925.00001525879px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf { 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; }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row .container { background-color: transparent; background-image: none; }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row .container > .video-iframe-container { display: none; }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row > .video-iframe-container { display: none; }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .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); }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row .container { border-width: 0; border-radius: 0; }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row .container { font-size:14px;font-family:arial;height:316px;width:1200px;position:relative;display:block; }#CKJByghHvXtTOrFaSPdPbtTzP9u2IbXT { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8e84a9d1-1da9-40d2-96cc-bc011e308d22/box17.webp");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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:1200px;top:12px;left:0px;display:block; }#CKJByghHvXtTOrFaSPdPbtTzP9u2IbXT.adaptive-delivery-prevent-bg, #CKJByghHvXtTOrFaSPdPbtTzP9u2IbXT.lazyload, #CKJByghHvXtTOrFaSPdPbtTzP9u2IbXT.lazyloading { background-image: none; }
#MEqOQTkHLaInu9tFpSBiJcLz9NX1laMa { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -moz-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -ms-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-image: -o-linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f135fa4', endColorstr='#135fa4' );";background-image: linear-gradient(180deg, rgba(19,95,164,0.5), #135fa4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:62px;width:1200px;top:240px;left:0px;display:block; }
#yDw2AAx0GmnbQXK9CJ7lfzmvRXxSDLaX { color:#000000;display:block;width:500px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:263px;left:350px;height:33.8px;text-align:center;text-align-last:center;display:block; }
#cK0aQxv3TuqMesgeUPmnRv6WFuuAPTZM { color:#000000;display:block;width:556px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:242px;left:322px;height:23.4px;text-align:center;text-align-last:center;display:block; }
#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh { 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; }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row .container { background-color: transparent; background-image: none; }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row .container > .video-iframe-container { display: none; }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row > .video-iframe-container { display: none; }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .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); }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row .container { border-width: 0; border-radius: 0; }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row .container { font-size:14px;font-family:arial;height:230px;width:1200px;position:relative;display:block; }#VhSK9nz2uKwbtHBCiiDpToJL7CEqDpyo { position:absolute;display:block;z-index:15008;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:58px;width:269px;top:86px;left:38px;overflow:hidden;display:block; }
#K13zWvEMnMgccQSMuAVTMQ3n44fbPAFn { color:#000000;display:block;width:166px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:45px;left:350px;height:33.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipS0UR2lMAm5yLz6K0LZt8pdkS5Geqhi { color:#0c297e;display:block;width:133px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:90px;left:384px;height:22.4px;font-style:normal;display:block; }
#WUUU9IvXSkX10OsGSHBuzJ57fS82SlFq { color:#144f61;display:block;width:316px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:163px;left:384px;height:19.2px;font-style:normal;display:block; }
#EvPmGDfr3UvZk2E297ZOQWOCqzPSsTwO { position:absolute;display:block;z-index:15020;background-color:#135fa4;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;height:5.98438px;width:1200px;top:0px;left:0px;display:block; }
#QTLTTSw4D3F1pTAeLpmH5umbyJqvK67u { color:#144f61;display:block;width:231px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:126px;left:384px;height:22.4px;font-style:normal;display:block; }
#Zio6UGPTCFwIOuz9XxMAay6T5Nc2sqSP { position:absolute;display:block;z-index:15021;height:190px;width:470px;top:20px;left:730.00001525879px;display:block; }
#n0vCf9PbCwBdL4Fo2lAgn1Hc8Qs7TWOQ { position:absolute;display:block;z-index:15021;height:220px;width:440px;top:24.5px;left:736.65625px;display:none; }
#q7G37Sexo4NBd1gzQ83hy46vsSwyI9ZJ { position:absolute;display:block;z-index:15021;height:220px;width:440px;top:24.5px;left:736.65625px;display:none; }
#QBiIvhkJB83hBFPX0ggrJ2hkbAVyNfCK { 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:15022;opacity:1;top:89px;left:350px; }
#KJTwbpnCCTWHvoGyE7RWp0V0cJqSsuAa { 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:15023;opacity:1;top:160px;left:350px; }
#yxg9pQWKlS5PCdMf65PJt64fcidLWJuX { 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;opacity:1;top:125px;left:350px; }
#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH { 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:none; }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row .container { border-width: 0; border-radius: 0; }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:none; }#vZC0thVmx06T3ImBQDT8i90nlc700uGS { background-color:#0c297e;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:50px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11px;left:920px;display:none; }
#D53NVrk1ANVHVKplCuXuIB2lBGUmy0RB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#A8hTdnzKQWuXTma1v9ey8RmHMaHuGzoV { background-color:#0c297e;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:50px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11px;left:920px;display:none; }
#hFu6iFX6vS79Pc4l27XZyCx4kSVXx3lb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t3hPdmZ75bONCty8EakraRWNbSIo76Ox { display:block; }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOR2xJtslwARJPnsGBspDP7cPsoHBCKA { width:253px;height:56px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s32DTi4rzZJSVykKUyh21Gc1KcbHWNne { width:238px;height:36px;top:32px;left:526px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #WCEgqopmWOtqwszbpRrqPGseeb7hJnVH { width:46px;height:46px;top:20px;left:691px;display:block; }
 }@media only screen and (max-width: 763px) { #cP2JanKdxertSwrytSF24ZaCScgCXp0S { width:120px;height:23px;top:16px;left:644px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s { display:block; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TurTKWmxZVfPic44P1bagkF5qC1onNuv { width:575px;height:105px;top:180px;left:0px;font-size:95px;display:block; }
 }@media only screen and (max-width: 763px) { #ONZ1fR4PKw7CF3iDbhxQC64h5l31Jtg9 { width:408px;height:243px;top:387px;left:0px;font-size:18px;display:block; }#ONZ1fR4PKw7CF3iDbhxQC64h5l31Jtg9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #qczBlhEpPKofbQ7lymgziCoNgqsFAIr5 { width:400px;height:70px;top:664px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OsE3knJLTDpZEZnPPf0CCE0nuz4BTNML { display:block; }
 }@media only screen and (max-width: 763px) { #cIuADVoHvwEMtkHS7cCdq1WfJKdmyMX1 { width:575px;height:42px;top:148px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E6TN8xgx5gmTpSqzv4QQXo2HpiE1IsqT { width:203px;height:44px;top:274px;left:176.80000305176px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xZz811GixiyFkmHPkSkxSch9gBcd25QP { width:570px;height:840px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zPybuTw7TWBEQZX2FpeDfGdBFBcIpxrG { width:422px;height:780px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Lb47CTJPaU2EQBDK0kxrw5mcVGxWuv1h { width:570px;height:840px;top:0px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Uqts0F7u3eTFOhkdqbtWcupuzAn4IMp8 { width:547px;height:33px;top:345px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Okdpn4EN0mV1CyTw92hfysxI2rGKwc15 { width:180px;height:80px;top:659px;left:584px;display:block; }
 }@media only screen and (max-width: 763px) { #kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 { display:block; }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWdLktlThOPxqWZnlVktR90WNGTp1vyd { width:764px;height:52px;top:83px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Pqr8rafgTLRoQaR1HwCQ3MnON3qnhGKy { width:764px;height:1px;top:149px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JXLNl55PxgLdiq5UTC81U2hXhzPS4076 { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pxPTbskNR7OH66DNW38DHhB69F4fHxaM { display:block; }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhSMRd5SroezdNmTNmRn1gpcf7GagTpF { width:290px;height:290px;top:15px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #DrWVgpI7NS51rcPUf5GuQxUK1CWnXAwp { width:290px;height:290px;top:14px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #TfT6EX5zxdv0Dm25Mz1BUlb2rfzhitiM { width:290px;height:290px;top:15px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #bAEcrNrDiM8ck8g1pDe9TOAWzn7Sp8ci { width:290px;height:62px;top:244px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #mby61RBT85snhcDPp8rRsZSASq4CmMGf { width:290px;height:62px;top:244px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UTQVJXfcydPBt7FDeG4qC4dVeiU7mQtL { width:290px;height:62px;top:245px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #DgJV6IcqU4iXcFol7kdcWkVpcBw6Tb5k { width:290px;height:62px;top:244px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #g4rvRmeSbDCrCGcayQ7NwaCEzW1btfSO { width:290px;height:290px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I4GMfaGeQm0ygOKc4uhLGM0ucI7rGgI5 { width:250px;height:19px;top:252px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HD3nHw3lNR5i3LvZ7HdXLJnetZB9UTUP { width:250px;height:36px;top:263px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #b8iCHh6MpuBvBxHT6rmycfxkC9tzvdIT { width:250px;height:19px;top:252px;left:323px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p4WLIzAmb7hCuo1tZCxprQvAK6yJQHe4 { width:250px;height:36px;top:263px;left:323px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vi7rf9DH187GqBmnOvHDUrzDIeC8ULwI { width:250px;height:19px;top:252px;left:132px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BGvr4zfezIalHaTkPioxiVwesN6d1Dx7 { width:250px;height:36px;top:263px;left:132px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #feHIIdZuRJ1Pun8BaaLEhCfs3liHpcRX { width:250px;height:20px;top:251px;left:514px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #vkyrso6Kr0xm8l73dZ6emiWRr2ppITDg { width:250px;height:36px;top:265px;left:514px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs { display:block; }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZzLoFMZ5DS5cPiz8oRMa3UsZNuI5cuW { width:290px;height:290px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y8fvqLkfsOWx2Pnk6DT9cMM9BkrnsolO { width:290px;height:62px;top:244px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L1bDfnbf6pyEkzTgDJfVmArrvB8eOGH6 { width:250px;height:19px;top:252px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #T8iFxiLQMZ4TFMuRaPmQhiTXTTJcsroS { width:250px;height:36px;top:263px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wXeFZkzsHHXRV9o7MU3EesM4TPTAvVBp { width:290px;height:290px;top:17px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #OX1wRFZSgXvtL8yFEGdG5H4FgHnNz6S7 { width:290px;height:62px;top:245px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #JD2MbS0iT2fzIO5fRagOyKFQEctWyDPc { width:250px;height:36px;top:263px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UhOOTabaFeVBBxRTU2XwbuBJwe2XDtIi { width:250px;height:19px;top:252px;left:132px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ac7ObnqrOy0rNdgr26F7OQip3bp7qmTl { width:290px;height:290px;top:17px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #wZOTBlJWnrce88tt6GewisV71C4M1uHO { width:290px;height:62px;top:245px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #AcmL1S4Tnf21uRRLRtbon4alCmwsFfTN { width:250px;height:36px;top:265px;left:323px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6rlN03imIi86F4c3J3rdpHZqnMqR2e { width:250px;height:19px;top:252px;left:323px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #R0Tsa0VbQdWlu0sAlDKLBOa2BfeFFJaZ { width:290px;height:290px;top:17px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #TrPcaHIr8SpoNEl9EXQS2BVA23J5GfRt { width:290px;height:62px;top:245px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #RE6t0m8x7Tm44pTMH7lcbKRrxlHgnSrn { width:250px;height:36px;top:264px;left:514px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kNJc8OU34CSmpkOJO2HUP0V1MdwcNUBG { width:250px;height:19px;top:252px;left:514px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf { display:block; }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKJByghHvXtTOrFaSPdPbtTzP9u2IbXT { width:764px;height:290px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MEqOQTkHLaInu9tFpSBiJcLz9NX1laMa { width:764px;height:62px;top:240px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yDw2AAx0GmnbQXK9CJ7lfzmvRXxSDLaX { width:500px;height:;top:263px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cK0aQxv3TuqMesgeUPmnRv6WFuuAPTZM { width:556px;height:23px;top:242px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh { display:block; }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhSK9nz2uKwbtHBCiiDpToJL7CEqDpyo { width:269px;height:58px;top:86px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #K13zWvEMnMgccQSMuAVTMQ3n44fbPAFn { top:45px;left:132px;width:166px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ipS0UR2lMAm5yLz6K0LZt8pdkS5Geqhi { top:90px;left:166px;width:133px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WUUU9IvXSkX10OsGSHBuzJ57fS82SlFq { top:163px;left:166px;width:316px;height:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EvPmGDfr3UvZk2E297ZOQWOCqzPSsTwO { width:764px;height:5px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QTLTTSw4D3F1pTAeLpmH5umbyJqvK67u { top:126px;left:166px;width:231px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Zio6UGPTCFwIOuz9XxMAay6T5Nc2sqSP { width:470px;height:190px;top:20px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #n0vCf9PbCwBdL4Fo2lAgn1Hc8Qs7TWOQ { width:440px;height:220px;top:24px;left:323px;display:none; }
 }@media only screen and (max-width: 763px) { #q7G37Sexo4NBd1gzQ83hy46vsSwyI9ZJ { width:440px;height:220px;top:24px;left:323px;display:none; }
 }@media only screen and (max-width: 763px) { #QBiIvhkJB83hBFPX0ggrJ2hkbAVyNfCK { width:25px;height:25px;top:89px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #KJTwbpnCCTWHvoGyE7RWp0V0cJqSsuAa { width:25px;height:25px;top:160px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #yxg9pQWKlS5PCdMf65PJt64fcidLWJuX { width:25px;height:25px;top:125px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH { display:none; }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vZC0thVmx06T3ImBQDT8i90nlc700uGS { width:280px;height:50px;top:11px;left:484px;display:none; }
 }@media only screen and (max-width: 763px) { #D53NVrk1ANVHVKplCuXuIB2lBGUmy0RB { display:block; }
 }@media only screen and (max-width: 763px) { #A8hTdnzKQWuXTma1v9ey8RmHMaHuGzoV { width:280px;height:50px;top:11px;left:484px;display:none; }
 }@media only screen and (max-width: 763px) { #hFu6iFX6vS79Pc4l27XZyCx4kSVXx3lb { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#135fa4;background-image:url("https://images.assets-landingi.com/uc/89261c5e-b57a-4887-803f-bbf4fdf819fc/servicosvidracarianorj1024x680.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #t3hPdmZ75bONCty8EakraRWNbSIo76Ox { position:relative;z-index:auto;display:block; }#t3hPdmZ75bONCty8EakraRWNbSIo76Ox > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOR2xJtslwARJPnsGBspDP7cPsoHBCKA { width:275px;height:61px;top:17px;left:22.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #s32DTi4rzZJSVykKUyh21Gc1KcbHWNne { width:320px;height:0;top:997.859375px;left:0px;font-size:27px;display:none; }
 }@media only screen and (max-width: 763px) { #WCEgqopmWOtqwszbpRrqPGseeb7hJnVH { width:56px;height:56px;top:112.0625px;left:132px;display:none; }
 }@media only screen and (max-width: 763px) { #cP2JanKdxertSwrytSF24ZaCScgCXp0S { width:120px;height:0;top:1052.953175px;left:100px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89261c5e-b57a-4887-803f-bbf4fdf819fc/servicosvidracarianorj1024x680.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s.adaptive-delivery-prevent-bg, #XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s.lazyload, #XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s.lazyloading { background-image: none; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container { background-color: transparent; background-image: none; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,95,164,0.87); }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container > .video-iframe-container { display: none; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,95,164,0.87); }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row > .video-iframe-container { display: none; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .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); }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container { border-width: 0; border-radius: 0; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s::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; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHIeQWlkcdwOzcoaIGf9EryH7gXHem8s > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TurTKWmxZVfPic44P1bagkF5qC1onNuv { width:320px;height:52px;top:89px;left:0px;text-align:center;text-align-last:center;font-size:52px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ONZ1fR4PKw7CF3iDbhxQC64h5l31Jtg9 { width:320px;height:193.4px;top:230px;left:0px;text-align:left;text-align-last:left;font-size:18px;line-height:1.1;display:block; }#ONZ1fR4PKw7CF3iDbhxQC64h5l31Jtg9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #qczBlhEpPKofbQ7lymgziCoNgqsFAIr5 { width:320px;height:60px;top:492.83203125px;left:0px;background-color:#fe020f;background-image:url("https://images.assets-landingi.com/uc/9cb795aa-3b2d-40c3-8560-ec03389230dc/bt_whats_bt_whatssssss.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#qczBlhEpPKofbQ7lymgziCoNgqsFAIr5.adaptive-delivery-prevent-bg, #qczBlhEpPKofbQ7lymgziCoNgqsFAIr5.lazyload, #qczBlhEpPKofbQ7lymgziCoNgqsFAIr5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OsE3knJLTDpZEZnPPf0CCE0nuz4BTNML { display:block; }
 }@media only screen and (max-width: 763px) { #cIuADVoHvwEMtkHS7cCdq1WfJKdmyMX1 { width:320px;height:22px;top:68px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E6TN8xgx5gmTpSqzv4QQXo2HpiE1IsqT { width:132px;height:20px;top:141px;left:188px;text-align:right;text-align-last:right;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xZz811GixiyFkmHPkSkxSch9gBcd25QP { width:320px;height:780px;top:632.859375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zPybuTw7TWBEQZX2FpeDfGdBFBcIpxrG { width:320px;height:780px;top:1432.859375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Lb47CTJPaU2EQBDK0kxrw5mcVGxWuv1h { width:320px;height:780px;top:1625.859375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Uqts0F7u3eTFOhkdqbtWcupuzAn4IMp8 { width:320px;height:18px;top:199px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Okdpn4EN0mV1CyTw92hfysxI2rGKwc15 { width:180px;height:80px;top:452px;left:70px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 { display:block; }#kPlkz1N0scGOZpBJUI2i4WZ0Rd8xhoJ2 > .row .container { width:320px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWdLktlThOPxqWZnlVktR90WNGTp1vyd { width:320px;height:66px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:33px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pqr8rafgTLRoQaR1HwCQ3MnON3qnhGKy { width:320px;height:1px;top:115px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JXLNl55PxgLdiq5UTC81U2hXhzPS4076 { width:60px;height:3px;top:115px;left:130.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #pxPTbskNR7OH66DNW38DHhB69F4fHxaM { display:block; }#pxPTbskNR7OH66DNW38DHhB69F4fHxaM > .row .container { width:320px;height:335px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhSMRd5SroezdNmTNmRn1gpcf7GagTpF { width:158px;height:158px;top:6px;left:162.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #DrWVgpI7NS51rcPUf5GuQxUK1CWnXAwp { width:158px;height:158px;top:176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TfT6EX5zxdv0Dm25Mz1BUlb2rfzhitiM { width:158px;height:158px;top:176px;left:162.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #bAEcrNrDiM8ck8g1pDe9TOAWzn7Sp8ci { width:158px;height:59px;top:105px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mby61RBT85snhcDPp8rRsZSASq4CmMGf { width:157.988px;height:59px;top:105.21252441406px;left:162.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #UTQVJXfcydPBt7FDeG4qC4dVeiU7mQtL { width:158px;height:59px;top:275px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DgJV6IcqU4iXcFol7kdcWkVpcBw6Tb5k { width:158px;height:59px;top:275px;left:162.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #g4rvRmeSbDCrCGcayQ7NwaCEzW1btfSO { width:158px;height:158px;top:5.9999847412109px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I4GMfaGeQm0ygOKc4uhLGM0ucI7rGgI5 { width:158px;height:20.8px;top:115px;left:0px;font-size:16px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HD3nHw3lNR5i3LvZ7HdXLJnetZB9UTUP { width:158px;height:27.5px;top:129px;left:0px;font-size:25px;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #b8iCHh6MpuBvBxHT6rmycfxkC9tzvdIT { width:158px;height:20.8px;top:283px;left:0px;font-size:16px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #p4WLIzAmb7hCuo1tZCxprQvAK6yJQHe4 { width:158px;height:27.5px;top:299px;left:0px;font-size:25px;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vi7rf9DH187GqBmnOvHDUrzDIeC8ULwI { width:158px;height:20.8px;top:114.98749732971px;left:162.00000858307px;font-size:16px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #BGvr4zfezIalHaTkPioxiVwesN6d1Dx7 { width:158px;height:27.5px;top:129.28750038147px;left:162.00000858307px;font-size:25px;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #feHIIdZuRJ1Pun8BaaLEhCfs3liHpcRX { width:158px;height:14.3px;top:287px;left:162px;font-size:11px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vkyrso6Kr0xm8l73dZ6emiWRr2ppITDg { width:158px;height:27.5px;top:299.7375125885px;left:162.00000858307px;font-size:25px;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs { display:block; }#i2PZ6TC5ZdJGQgfQIpz7q2Es4nXLgLTs > .row .container { width:320px;height:349px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZzLoFMZ5DS5cPiz8oRMa3UsZNuI5cuW { width:158px;height:158px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y8fvqLkfsOWx2Pnk6DT9cMM9BkrnsolO { width:157.988px;height:59px;top:115px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L1bDfnbf6pyEkzTgDJfVmArrvB8eOGH6 { width:158px;height:15.6px;top:124px;left:0px;font-size:12px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #T8iFxiLQMZ4TFMuRaPmQhiTXTTJcsroS { width:158px;height:22px;top:140px;left:0px;font-size:20px;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wXeFZkzsHHXRV9o7MU3EesM4TPTAvVBp { width:158px;height:158px;top:13px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #OX1wRFZSgXvtL8yFEGdG5H4FgHnNz6S7 { width:158px;height:59px;top:114px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #JD2MbS0iT2fzIO5fRagOyKFQEctWyDPc { width:158px;height:18px;top:142px;left:162px;font-size:18px;z-index:15017;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UhOOTabaFeVBBxRTU2XwbuBJwe2XDtIi { width:158px;height:15.6px;top:124px;left:162px;font-size:12px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ac7ObnqrOy0rNdgr26F7OQip3bp7qmTl { width:158px;height:158px;top:189px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wZOTBlJWnrce88tt6GewisV71C4M1uHO { width:158px;height:62px;top:285.77507019043px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AcmL1S4Tnf21uRRLRtbon4alCmwsFfTN { width:158px;height:22px;top:314.60000610352px;left:0px;font-size:20px;z-index:15019;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6rlN03imIi86F4c3J3rdpHZqnMqR2e { width:158px;height:15.6px;top:299px;left:0px;font-size:12px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #R0Tsa0VbQdWlu0sAlDKLBOa2BfeFFJaZ { width:158px;height:158px;top:189.00000762939px;left:162.00000858307px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TrPcaHIr8SpoNEl9EXQS2BVA23J5GfRt { width:158px;height:62px;top:285.80000305176px;left:162.00000858307px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RE6t0m8x7Tm44pTMH7lcbKRrxlHgnSrn { width:158px;height:22px;top:314.60001830757px;left:162.00000858307px;font-size:20px;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kNJc8OU34CSmpkOJO2HUP0V1MdwcNUBG { width:158px;height:15.6px;top:299.79999999702px;left:162.00000858307px;font-size:12px;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf { display:block; }#OA7xxMA1luJ7qxT4tMWdruiwuFTcn4nf > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKJByghHvXtTOrFaSPdPbtTzP9u2IbXT { width:320px;height:158px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MEqOQTkHLaInu9tFpSBiJcLz9NX1laMa { width:320px;height:59px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yDw2AAx0GmnbQXK9CJ7lfzmvRXxSDLaX { width:320px;height:22px;top:137px;left:0px;font-size:20px;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cK0aQxv3TuqMesgeUPmnRv6WFuuAPTZM { width:320px;height:15.6px;top:122px;left:0px;font-size:12px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh { display:block; }#xPLGEEM8tWFnMOn5tUOZc4bPVrWtRlAh > .row .container { width:320px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhSK9nz2uKwbtHBCiiDpToJL7CEqDpyo { width:252px;height:56px;top:39.937503814697px;left:34.000000953674px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K13zWvEMnMgccQSMuAVTMQ3n44fbPAFn { width:162px;height:32.2px;top:113px;left:90px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipS0UR2lMAm5yLz6K0LZt8pdkS5Geqhi { width:128px;height:22.4px;top:154px;left:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WUUU9IvXSkX10OsGSHBuzJ57fS82SlFq { width:220px;height:38.4px;top:220px;left:61px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EvPmGDfr3UvZk2E297ZOQWOCqzPSsTwO { width:320px;height:5.97222px;top:5.9757232666016px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QTLTTSw4D3F1pTAeLpmH5umbyJqvK67u { width:226px;height:22.4px;top:186px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Zio6UGPTCFwIOuz9XxMAay6T5Nc2sqSP { width:320px;height:220px;top:502px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #n0vCf9PbCwBdL4Fo2lAgn1Hc8Qs7TWOQ { width:320px;height:220px;top:274px;left:0px;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #q7G37Sexo4NBd1gzQ83hy46vsSwyI9ZJ { width:320px;height:220px;top:278.23750686646px;left:0px;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #QBiIvhkJB83hBFPX0ggrJ2hkbAVyNfCK { display:flex;width:20px;height:20px;top:155px;left:34px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #KJTwbpnCCTWHvoGyE7RWp0V0cJqSsuAa { display:flex;width:20px;height:20px;top:220px;left:34px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #yxg9pQWKlS5PCdMf65PJt64fcidLWJuX { display:flex;width:20px;height:20px;top:187px;left:34px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH { background-color:transparent;background-image:none;position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row .container { background-color: transparent; background-image: none; }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row .container > .video-iframe-container { display: none; }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row > .video-iframe-container { display: none; }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .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); }#fuFIpcPhs5FdQ0k7sDB2I18q3RX8tXHH > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZC0thVmx06T3ImBQDT8i90nlc700uGS { width:280px;height:60px;top:0px;left:20px;z-index:15009;background-color:#fe020f;background-image:url("https://images.assets-landingi.com/uc/9cb795aa-3b2d-40c3-8560-ec03389230dc/bt_whats_bt_whatssssss.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vZC0thVmx06T3ImBQDT8i90nlc700uGS.adaptive-delivery-prevent-bg, #vZC0thVmx06T3ImBQDT8i90nlc700uGS.lazyload, #vZC0thVmx06T3ImBQDT8i90nlc700uGS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D53NVrk1ANVHVKplCuXuIB2lBGUmy0RB { display:block; }
 }@media only screen and (max-width: 763px) { #A8hTdnzKQWuXTma1v9ey8RmHMaHuGzoV { width:280px;height:60px;top:64.96484375px;left:20px;z-index:15011;background-color:#fe020f;background-image:url("https://images.assets-landingi.com/uc/ccd007fe-1965-4802-a325-fbdab8833d22/bt_base_yish.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#A8hTdnzKQWuXTma1v9ey8RmHMaHuGzoV.adaptive-delivery-prevent-bg, #A8hTdnzKQWuXTma1v9ey8RmHMaHuGzoV.lazyload, #A8hTdnzKQWuXTma1v9ey8RmHMaHuGzoV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hFu6iFX6vS79Pc4l27XZyCx4kSVXx3lb { display:block; }
 }