.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#tffO8rCJUqyIzpyFSMmXyHBiA6eDJqOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#tffO8rCJUqyIzpyFSMmXyHBiA6eDJqOd > .row .container { border-width: 0; border-radius: 0; }#tffO8rCJUqyIzpyFSMmXyHBiA6eDJqOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tffO8rCJUqyIzpyFSMmXyHBiA6eDJqOd > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#q7e4JkX15kcZmmk8WCy3wUS5mUiVafA5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:6.25rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#cDWP2R4OaPDyQ9ObTJ2M3ZLWWaTNoXcW { color:#3e3e3e;display:block;width:6.375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9250000715256rem;left:0.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#eam9msaTukpG7rpvSJwE2mJ3h85nSc0p { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xQXHy3IWCObESvPkQTaz4KDaLMGSsayL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HEFWJmiDUZEgF4Vf9HpomOMik5t5wtDg { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.25rem;left:5rem;height:4.675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tdlSw5Lg5dANLWzATVmDuxdyERt87vmQ { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:12.5rem;left:5rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX { position:relative;display:none; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX { border-width: 0; border-radius: 0; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rfDL9voKHEhknOLaovssAFsmd75NpgHF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CdVP2vO9vwHzTUf89iXusFLsZ92GmRN4 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.9375rem;height:1.625rem;display:none; }
#oLWbwsvDQ2IZLMyvRuduLpGLgR2yTExH { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1322922706604rem;left:0rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XelXQwpKarhQyTsXBmrch9Smpb0fgMdq { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1322922706604rem;left:0rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VpUn3dUxnlTS7rtzd2T5TF0pteqWwpCv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:2.75rem;left:42.125000953674rem;overflow:hidden;display:none; }
#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 { position:relative;display:none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 { border-width: 0; border-radius: 0; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yyMRJ835ZtlxgMJP2dTyqKls0RJepoc9 { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1322922706604rem;left:0rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MNrKFzdIpUgH6fUlpKfJrvq5gwqOHi2n { color:#002f3b;display:block;width:12.625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:16.9375rem;left:12.5rem;height:1.2375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Fp6SkpNwzCWVukuAvhEAfrSqPd5ep7NV { box-sizing:content-box;height:16.25rem;width:15rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:7.5625rem;left:11.249999046326rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.25rem 0.9375rem rgba(0,47,59,0.12) ;display:none; }
#S14P2SV9NSACexMLtXHTWT13TUdTA633 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:8.75rem;left:15.686718940735rem;overflow:hidden;display:none; }
#xGl75NIlyzrqXaRSniSJyx2Bq28DP17K { box-sizing:content-box;height:16.25rem;width:15rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:7.5625rem;left:11.249999046326rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.25rem 0.9375rem rgba(0,47,59,0.12) ;display:none; }
#plrG1OS6FVIRTACld4xxNfyFHCLpPMON { color:#002f3b;display:block;width:12.625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:16.9375rem;left:12.5rem;height:1.2375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#HNrvVu1Ss7M3meEXhbybHLTn6HMnUeWf { box-sizing:content-box;height:16.25rem;width:15rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:7.5625rem;left:11.249999046326rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.25rem 0.9375rem rgba(0,47,59,0.12) ;display:none; }
#ZVSlw7oTPFTebdRZApDfDllL5Q3IzUVR { color:#002f3b;display:block;width:12.625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:16.9375rem;left:12.5rem;height:1.2375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#CuilRHFSCtVR07car5LZVCtoDyiosgTs { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:8.75rem;left:34.375000953674rem;overflow:hidden;display:none; }
#DgXzC1OlWCS2LrvZFpKnXzyqvKTVs94s { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:8.75rem;left:53.125000953674rem;overflow:hidden;display:none; }
#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK { position:relative;display:none; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK { border-width: 0; border-radius: 0; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#U6cI6d3MNLozuyHdTLPGwNmWNf8N826v { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.9375rem;height:1.625rem;display:none; }
#DwKO5i3xtTckTyIHJOie47TkurHkTeeN { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.9375rem;height:1.625rem;display:none; }
#EI6lEffnZxgUUTQ4TMRDXNcXkvim0BE3 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.9375rem;height:1.625rem;display:none; }
#PmrCpT8nlqOo7TJwDIkMdTKTtv7A1n2L { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.9375rem;height:1.625rem;display:none; }
#mcNOGPmviXyAiLbqwHgWTEB92SHox6sL { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1322922706604rem;left:0rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m4x0ths3JTNTsTCqxtqwAEcGSaCRTWgE { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.375rem;left:23.75rem;overflow:hidden;display:none; }
#TlfizIvaXXHtWWVvsrw6z3DdP4RBsU37 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.375rem;left:17.5rem;overflow:hidden;display:none; }
#tVo9qtxFFGrRW3Uaq39ZPOZnTnKZOmGB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.375rem;left:11.25rem;overflow:hidden;display:none; }
#pOwKRELZTByOt3KI8kTgwiF1DIowbIFv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.375rem;left:5rem;overflow:hidden;display:none; }
#SqCBRvtqwEsxWbRhn2xwy33Z0ox0dHNT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.3125rem;left:45rem;overflow:hidden;display:none; }
#prmAiRunGnBtyftXKXbWrvW1r9tZCMGO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:15.0625rem;left:45rem;overflow:hidden;display:none; }
#bKwTTkv9TmIOhOoe2DvySt11HqF9WP0q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.3125rem;left:45rem;overflow:hidden;display:none; }
#kbma1d1IsaehfRaF3TWOI1BFEVWF4SFM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.5625rem;left:45rem;overflow:hidden;display:none; }
#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB { position:relative;display:none; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB { border-width: 0; border-radius: 0; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WL0b8yVw9SNybEJUT4GwL5AhzyJTAU7B { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SJmvXO9ikR5oXwoffDP08Qz9L4BXR0cL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k65FTp8H68CcEu7g0qSSzhwz92e1Iyeg { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1322922706604rem;left:0rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#seoXtsWx9dkzFAIkmzktQ8ebxIXMrGuB { box-sizing:content-box;height:26.25rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#002f3b;background-image:url("https://images.assets-landingi.com/uc/448d5395-8f59-49ae-925f-32c4ba059729/boxservicos_empilhadeira_manutencao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:7.5rem;left:12.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }#seoXtsWx9dkzFAIkmzktQ8ebxIXMrGuB.adaptive-delivery-prevent-bg, #seoXtsWx9dkzFAIkmzktQ8ebxIXMrGuB.lazyload, #seoXtsWx9dkzFAIkmzktQ8ebxIXMrGuB.lazyloading { background-image: none; }
#ThhXhbIrtHyUyQCTIQzIoivgT18tcstL { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:28.4375rem;left:13.75rem;height:3.025rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B { box-sizing:content-box;height:26.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#002f3b;background-image:url("https://images.assets-landingi.com/uc/1c033d94-66fa-4aab-be06-f11b2dcea61e/boxpecas_empilhadeira_manutencao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:7.5rem;left:38.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }#sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B.adaptive-delivery-prevent-bg, #sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B.lazyload, #sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B.lazyloading { background-image: none; }
#xxAze7VGD8vUvOvTgi198RSTAOoX5Ppq { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:28.4375rem;left:13.75rem;height:3.025rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel { position:relative;display:none; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel { border-width: 0; border-radius: 0; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xMVVX7UmLG05g1BLP9qxmTRrqUsL5IbF { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:22.1875rem;left:2.0625rem;display:none; }
#B4MFs1VSyx8tENuW5ayUaB1hRzubGC45 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.9375rem;top:16.25rem;left:1.25rem;display:none; }
#nyE8XpDOgRpBqmRFwVZP5UfdHRZBE43H { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hFMUQUlukqty2b0oqBW6K9h2oKdzeKBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU { position:relative;display:none; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU { border-width: 0; border-radius: 0; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZNCDUXUiMWAsPWg3LnNrnJ19oMsdqT3s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:60rem;display:none; }
body { position:relative;display:block; }
#tffO8rCJUqyIzpyFSMmXyHBiA6eDJqOd { display:none; }#tffO8rCJUqyIzpyFSMmXyHBiA6eDJqOd > .row .container { width:47.75rem;position:relative;display:none; }#q7e4JkX15kcZmmk8WCy3wUS5mUiVafA5 { top:1.25rem;left:0rem;width:6.25rem;height:2.5625rem;display:block; }
#cDWP2R4OaPDyQ9ObTJ2M3ZLWWaTNoXcW { top:1.875rem;left:0rem;width:6.375rem;height:1.9375rem;font-size:0.75rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; }#eam9msaTukpG7rpvSJwE2mJ3h85nSc0p { width:;height:;display:none; }
#xQXHy3IWCObESvPkQTaz4KDaLMGSsayL { display:block; }
#HEFWJmiDUZEgF4Vf9HpomOMik5t5wtDg { top:16.125rem;left:0rem;width:20rem;height:6.5625rem;font-size:1.5rem;display:none; }
#tdlSw5Lg5dANLWzATVmDuxdyERt87vmQ { top:24.375rem;left:0rem;width:17.5rem;height:;font-size:1rem;display:none; }
#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX { display:none; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row .container { width:47.75rem;position:relative;display:none; }#rfDL9voKHEhknOLaovssAFsmd75NpgHF { display:none; }
#CdVP2vO9vwHzTUf89iXusFLsZ92GmRN4 { top:11.0625rem;left:0rem;width:14.25rem;height:6.125rem;font-size:0.875rem;display:none; }
#oLWbwsvDQ2IZLMyvRuduLpGLgR2yTExH { top:1.25rem;left:0rem;width:15rem;height:;font-size:1.5rem;display:none; }
#XelXQwpKarhQyTsXBmrch9Smpb0fgMdq { top:3.875rem;left:0rem;width:15rem;height:;font-size:1.375rem;display:none; }
#VpUn3dUxnlTS7rtzd2T5TF0pteqWwpCv { top:2.75rem;left:28.500000953674rem;width:13.0625rem;height:13.0625rem;display:none; }
#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 { display:none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { width:47.75rem;position:relative;display:none; }#yyMRJ835ZtlxgMJP2dTyqKls0RJepoc9 { top:2.4375rem;left:0rem;width:16.3125rem;height:;font-size:1.5rem;display:none; }
#MNrKFzdIpUgH6fUlpKfJrvq5gwqOHi2n { top:16.9375rem;left:0rem;width:12.625rem;height:1.1875rem;font-size:0.875rem;display:none; }
#Fp6SkpNwzCWVukuAvhEAfrSqPd5ep7NV { top:7.5625rem;left:0rem;width:15rem;height:16.25rem;display:none; }
#S14P2SV9NSACexMLtXHTWT13TUdTA633 { top:8.75rem;left:2.0617189407349rem;width:6.25rem;height:6.25rem;display:none; }
#xGl75NIlyzrqXaRSniSJyx2Bq28DP17K { top:7.5625rem;left:0rem;width:15rem;height:16.25rem;display:none; }
#plrG1OS6FVIRTACld4xxNfyFHCLpPMON { top:16.4375rem;left:0.14296871423721rem;width:11.125rem;height:;font-size:0.875rem;display:none; }
#HNrvVu1Ss7M3meEXhbybHLTn6HMnUeWf { top:7.5625rem;left:0rem;width:15rem;height:16.25rem;display:none; }
#ZVSlw7oTPFTebdRZApDfDllL5Q3IzUVR { top:23.375rem;left:2.7500005364418rem;width:11.125rem;height:;font-size:0.875rem;display:none; }
#CuilRHFSCtVR07car5LZVCtoDyiosgTs { top:8.75rem;left:20.750000953674rem;width:6.25rem;height:6.25rem;display:none; }
#DgXzC1OlWCS2LrvZFpKnXzyqvKTVs94s { top:8.75rem;left:39.500000953674rem;width:6.25rem;height:6.25rem;display:none; }
#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK { display:none; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row .container { width:47.75rem;position:relative;display:none; }#U6cI6d3MNLozuyHdTLPGwNmWNf8N826v { top:6.1875rem;left:0rem;width:14.25rem;height:1.75rem;font-size:0.875rem;display:none; }
#DwKO5i3xtTckTyIHJOie47TkurHkTeeN { top:9.6875rem;left:0rem;width:14.375rem;height:3.5rem;font-size:0.875rem;display:none; }
#EI6lEffnZxgUUTQ4TMRDXNcXkvim0BE3 { top:18.75rem;left:0rem;width:15rem;height:1.75rem;font-size:0.875rem;display:none; }
#PmrCpT8nlqOo7TJwDIkMdTKTtv7A1n2L { top:18.75rem;left:0rem;width:15rem;height:2.625rem;font-size:0.875rem;display:none; }
#mcNOGPmviXyAiLbqwHgWTEB92SHox6sL { top:1.25rem;left:0rem;width:15rem;height:;font-size:1.5rem;display:none; }
#m4x0ths3JTNTsTCqxtqwAEcGSaCRTWgE { top:10.375rem;left:16.9375rem;width:5rem;height:5rem;display:none; }
#TlfizIvaXXHtWWVvsrw6z3DdP4RBsU37 { top:10.375rem;left:10.6875rem;width:5rem;height:5rem;display:none; }
#tVo9qtxFFGrRW3Uaq39ZPOZnTnKZOmGB { top:10.375rem;left:4.4375rem;width:5rem;height:5rem;display:none; }
#pOwKRELZTByOt3KI8kTgwiF1DIowbIFv { top:10.375rem;left:0rem;width:5rem;height:5rem;display:none; }
#SqCBRvtqwEsxWbRhn2xwy33Z0ox0dHNT { top:11.3125rem;left:24.5625rem;width:2.5rem;height:2.5rem;display:none; }
#prmAiRunGnBtyftXKXbWrvW1r9tZCMGO { top:15.0625rem;left:24.5625rem;width:2.5rem;height:2.5rem;display:none; }
#bKwTTkv9TmIOhOoe2DvySt11HqF9WP0q { top:6.3125rem;left:24.5625rem;width:2.5rem;height:2.5rem;display:none; }
#kbma1d1IsaehfRaF3TWOI1BFEVWF4SFM { top:2.5625rem;left:24.5625rem;width:2.5rem;height:2.5rem;display:none; }
#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB { display:none; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row .container { width:47.75rem;position:relative;display:none; }#WL0b8yVw9SNybEJUT4GwL5AhzyJTAU7B { width:;height:;display:none; }
#SJmvXO9ikR5oXwoffDP08Qz9L4BXR0cL { display:block; }
#k65FTp8H68CcEu7g0qSSzhwz92e1Iyeg { top:1.375rem;left:0rem;width:15.1875rem;height:;font-size:1.5rem;display:none; }
#seoXtsWx9dkzFAIkmzktQ8ebxIXMrGuB { top:7.5rem;left:0rem;width:23.75rem;height:26.25rem;display:none; }
#ThhXhbIrtHyUyQCTIQzIoivgT18tcstL { top:28.4375rem;left:0.125rem;width:21.25rem;height:3rem;font-size:1.0625rem;display:none; }
#sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B { top:7.5rem;left:24rem;width:23.75rem;height:26.25rem;display:none; }
#xxAze7VGD8vUvOvTgi198RSTAOoX5Ppq { top:41.1875rem;left:0rem;width:15.125rem;height:;font-size:1.0625rem;display:none; }
#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel { display:none; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row .container { width:47.75rem;position:relative;display:none; }#xMVVX7UmLG05g1BLP9qxmTRrqUsL5IbF { top:22.1875rem;left:0rem;width:15.875rem;height:;font-size:0.9375rem;display:none; }
#B4MFs1VSyx8tENuW5ayUaB1hRzubGC45 { top:16.25rem;left:0rem;width:17.5rem;height:4.9375rem;font-size:1.375rem;display:none; }
#nyE8XpDOgRpBqmRFwVZP5UfdHRZBE43H { width:;height:;display:none; }
#hFMUQUlukqty2b0oqBW6K9h2oKdzeKBv { display:block; }
#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU { display:none; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row .container { width:47.75rem;position:relative;display:none; }#ZNCDUXUiMWAsPWg3LnNrnJ19oMsdqT3s { width:47.75rem;height:20.0625rem;display:none; }
body { position:relative;background-color:#004042;background-image:none;display:block; }
#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); }#tffO8rCJUqyIzpyFSMmXyHBiA6eDJqOd { position:relative;z-index:auto;display:block; }#tffO8rCJUqyIzpyFSMmXyHBiA6eDJqOd > .row .container { width:20rem;height:5.25rem;position:relative;display:block; }#q7e4JkX15kcZmmk8WCy3wUS5mUiVafA5 { width:5.8125rem;height:2.3125rem;top:1.625rem;left:7.0937500596044rem;display:block; }
#cDWP2R4OaPDyQ9ObTJ2M3ZLWWaTNoXcW { width:6.375rem;height:0;top:5.0625rem;left:6.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#00313c;background-image:url("https://images.assets-landingi.com/uc/86a28a0a-4406-4ec1-b64e-b29ef1626d76/header_manutencao_empilhadeira_mobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.125rem;position:relative;display:block; }#eam9msaTukpG7rpvSJwE2mJ3h85nSc0p { top:31.875rem;left:1.25rem;width:17.5rem;height:3.75rem;z-index:15002;background-color:#6bfac7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#002f3b;font-family:"ibm plex sans";font-size:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xQXHy3IWCObESvPkQTaz4KDaLMGSsayL { display:block; }
#HEFWJmiDUZEgF4Vf9HpomOMik5t5wtDg { width:20rem;height:4.9482375rem;top:16.125rem;left:0rem;font-size:1.5rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
#tdlSw5Lg5dANLWzATVmDuxdyERt87vmQ { width:17.5rem;height:6.597625rem;top:23.8125rem;left:1.25rem;font-size:1rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/722f1e9f-94d4-474b-b0a0-dcfd32d86e00/bg_manutencao_empilhadeira_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX.adaptive-delivery-prevent-bg, #eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX.lazyload, #eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX.lazyloading { background-image: none; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row .container { background-color: transparent; background-image: none; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row .container > .video-iframe-container { display: none; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row > .video-iframe-container { display: none; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .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); }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row .container { border-width: 0; border-radius: 0; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eV9kwowV0d5vdJyUnmJJIPL2Hk6FAcoX > .row .container { width:20rem;height:29.375rem;position:relative;display:block; }#rfDL9voKHEhknOLaovssAFsmd75NpgHF { top:3.4375rem;left:2.6875rem;width:13.125rem;height:13.125rem;z-index:15005;background-color:#6bfac7;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#CdVP2vO9vwHzTUf89iXusFLsZ92GmRN4 { width:18.625rem;height:4.375rem;top:22.625rem;left:0.75rem;font-size:0.875rem;z-index:15008;line-height:1;color:#00313c;text-align:center;text-align-last:center;display:block; }
#oLWbwsvDQ2IZLMyvRuduLpGLgR2yTExH { width:15rem;height:3.298825rem;top:-3.3054686784744rem;left:-34.525000989437rem;font-size:1.5rem;z-index:15005;line-height:1.1;color:#f37021;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XelXQwpKarhQyTsXBmrch9Smpb0fgMdq { width:20rem;height:3.0234375rem;top:18.6875rem;left:0rem;font-size:1.375rem;z-index:15004;line-height:1.1;color:#002f3b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VpUn3dUxnlTS7rtzd2T5TF0pteqWwpCv { width:13.75rem;height:13.75rem;top:2.2375001907349rem;left:3.1250000596046rem;z-index:15011;display:block; }
#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 { background-color:#ffffff;background-image:none;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; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { background-color: transparent; background-image: none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container > .video-iframe-container { display: none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row > .video-iframe-container { display: none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .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); }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { border-width: 0; border-radius: 0; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; }#yyMRJ835ZtlxgMJP2dTyqKls0RJepoc9 { width:16.3125rem;height:4.94824375rem;top:1.1875rem;left:1.9062500596046rem;font-size:1.5rem;z-index:15003;line-height:1.1;color:#00313c;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MNrKFzdIpUgH6fUlpKfJrvq5gwqOHi2n { width:11.25rem;height:0.9625rem;top:9.4375rem;left:6.375rem;font-size:0.875rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
#Fp6SkpNwzCWVukuAvhEAfrSqPd5ep7NV { width:17.5rem;height:5rem;top:7.4375rem;left:1.25rem;z-index:15016;box-shadow: 0.3125rem 0.25rem 0.9375rem rgba(0,47,59,0.12) ;display:block; }
#S14P2SV9NSACexMLtXHTWT13TUdTA633 { width:3.125rem;height:3.125rem;top:8.125rem;left:2.5rem;z-index:15035;display:block; }
#xGl75NIlyzrqXaRSniSJyx2Bq28DP17K { width:17.5rem;height:5rem;top:13.6875rem;left:1.25rem;z-index:15019;box-shadow: 0.3125rem 0.25rem 0.9375rem rgba(0,47,59,0.12) ;display:block; }
#plrG1OS6FVIRTACld4xxNfyFHCLpPMON { width:11.25rem;height:2.88574375rem;top:14.75rem;left:6.375rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
#HNrvVu1Ss7M3meEXhbybHLTn6HMnUeWf { width:17.5rem;height:5rem;top:19.9375rem;left:1.25rem;z-index:15022;box-shadow: 0.3125rem 0.25rem 0.9375rem rgba(0,47,59,0.12) ;display:block; }
#ZVSlw7oTPFTebdRZApDfDllL5Q3IzUVR { width:11.25rem;height:1.923825rem;top:21.5rem;left:6.375rem;font-size:0.875rem;z-index:15023;text-align:left;text-align-last:left;display:block; }
#CuilRHFSCtVR07car5LZVCtoDyiosgTs { width:3.125rem;height:3.125rem;top:14.625rem;left:2.5rem;z-index:15031;display:block; }
#DgXzC1OlWCS2LrvZFpKnXzyqvKTVs94s { width:3.125rem;height:3.125rem;top:20.875rem;left:2.5rem;z-index:15032;display:block; }
#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK { background-color:#e2f3f3;background-image:none;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; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row .container { background-color: transparent; background-image: none; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row .container > .video-iframe-container { display: none; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row > .video-iframe-container { display: none; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .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); }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row .container { border-width: 0; border-radius: 0; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4MvJZTQbisMV7KTcITSz65NyMXZbpPK > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; }#U6cI6d3MNLozuyHdTLPGwNmWNf8N826v { width:14.25rem;height:1.75rem;top:6.1875rem;left:4.0625rem;font-size:0.875rem;z-index:15006;line-height:1;color:#00313c;display:block; }
#DwKO5i3xtTckTyIHJOie47TkurHkTeeN { width:14.375rem;height:3.5rem;top:9.6875009536744rem;left:4.0625000596046rem;font-size:0.875rem;z-index:15008;line-height:1;color:#00313c;display:block; }
#EI6lEffnZxgUUTQ4TMRDXNcXkvim0BE3 { width:12.3125rem;height:1.75rem;top:14.437500953674rem;left:4.0625000596046rem;font-size:0.875rem;z-index:15010;line-height:1;color:#00313c;display:block; }
#PmrCpT8nlqOo7TJwDIkMdTKTtv7A1n2L { width:14.3125rem;height:2.625rem;top:17.937499046326rem;left:4.0625000596046rem;font-size:0.875rem;z-index:15012;line-height:1;color:#00313c;display:block; }
#mcNOGPmviXyAiLbqwHgWTEB92SHox6sL { width:15rem;height:3.298825rem;top:1.2617188692093rem;left:2.5000000596046rem;font-size:1.5rem;z-index:15003;line-height:1.1;color:#f37021;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m4x0ths3JTNTsTCqxtqwAEcGSaCRTWgE { width:3.125rem;height:3.125rem;top:22.5rem;left:15rem;z-index:15003;display:block; }
#TlfizIvaXXHtWWVvsrw6z3DdP4RBsU37 { width:3.125rem;height:3.125rem;top:22.5rem;left:10.625rem;z-index:15004;display:block; }
#tVo9qtxFFGrRW3Uaq39ZPOZnTnKZOmGB { width:3.125rem;height:3.125rem;top:22.5rem;left:6.25rem;z-index:15005;display:block; }
#pOwKRELZTByOt3KI8kTgwiF1DIowbIFv { width:3.125rem;height:3.125rem;top:22.5rem;left:1.875rem;z-index:15021;display:block; }
#SqCBRvtqwEsxWbRhn2xwy33Z0ox0dHNT { width:1.5rem;height:1.5rem;top:14.437500953674rem;left:1.8125000596046rem;z-index:15011;display:block; }
#prmAiRunGnBtyftXKXbWrvW1r9tZCMGO { width:1.5rem;height:1.5rem;top:17.937499046326rem;left:1.8125000596046rem;z-index:15013;display:block; }
#bKwTTkv9TmIOhOoe2DvySt11HqF9WP0q { width:1.5rem;height:1.5rem;top:9.6875009536744rem;left:1.8125000596046rem;z-index:15010;display:block; }
#kbma1d1IsaehfRaF3TWOI1BFEVWF4SFM { width:1.5rem;height:1.5rem;top:6.1875009536743rem;left:1.8125000596046rem;z-index:15009;display:block; }
#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(62,62,62,0.1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row .container { background-color: transparent; background-image: none; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row .container > .video-iframe-container { display: none; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row > .video-iframe-container { display: none; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .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); }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row .container { border-width: 0; border-radius: 0; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKaRJfMx5PZSVDN4x2nPvaNJBZSPUMLB > .row .container { width:20rem;height:52.5rem;position:relative;display:block; }#WL0b8yVw9SNybEJUT4GwL5AhzyJTAU7B { top:46.3125rem;left:1.2500000596046rem;width:17.5rem;height:3.75rem;z-index:15020;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#SJmvXO9ikR5oXwoffDP08Qz9L4BXR0cL { display:block; }
#k65FTp8H68CcEu7g0qSSzhwz92e1Iyeg { width:15.1875rem;height:3.298825rem;top:1.375rem;left:2.4062500596046rem;font-size:1.5rem;z-index:15002;line-height:1.1;color:#00313c;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#seoXtsWx9dkzFAIkmzktQ8ebxIXMrGuB { width:17.5rem;height:18.75rem;top:6.3125rem;left:1.2500000596046rem;z-index:15004;display:block; }
#ThhXhbIrtHyUyQCTIQzIoivgT18tcstL { width:15.125rem;height:2.3359375rem;top:21.1875rem;left:2.5000000596046rem;font-size:1.0625rem;z-index:15011;display:block; }
#sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B { width:17.5rem;height:18.75rem;top:26.3125rem;left:1.2500000596046rem;z-index:15002;background-color:#002f3b;background-image:url("https://images.assets-landingi.com/uc/df86c81e-d1d7-4aeb-a035-af5c44db30b0/boxpecas_empilhadeira_manutencao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B.adaptive-delivery-prevent-bg, #sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B.lazyload, #sGA3avxVTopTHhv6Sbheu82Tp9Mvkh8B.lazyloading { background-image: none; }
#xxAze7VGD8vUvOvTgi198RSTAOoX5Ppq { width:15.125rem;height:1.16875rem;top:41.8125rem;left:2.5000000596046rem;font-size:1.0625rem;z-index:15012;display:block; }
#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08eede40-1d38-4dc6-8a8e-0e51d7b02777/boxservicos_empilhadeira_manutencao_mobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel.adaptive-delivery-prevent-bg, #nJGtdBphzQMmdKcKOmir3R9BmXuLaoel.lazyload, #nJGtdBphzQMmdKcKOmir3R9BmXuLaoel.lazyloading { background-image: none; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row .container { background-color: transparent; background-image: none; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row .container > .video-iframe-container { display: none; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row > .video-iframe-container { display: none; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .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); }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row .container { border-width: 0; border-radius: 0; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJGtdBphzQMmdKcKOmir3R9BmXuLaoel > .row .container { width:20rem;height:35.25rem;position:relative;display:block; }#xMVVX7UmLG05g1BLP9qxmTRrqUsL5IbF { top:22.512500286103rem;left:1.2500000596046rem;width:17.5rem;height:3.65625rem;z-index:15002;font-size:0.9375rem;font-weight:400;font-style:normal;color:#ffffff;font-family:"ibm plex sans";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B4MFs1VSyx8tENuW5ayUaB1hRzubGC45 { top:16.262500286103rem;left:1.2500000596046rem;width:17.5rem;height:4.9482375rem;z-index:15001;font-family:"ibm plex sans";font-weight:400;font-style:normal;font-size:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.2;display:block; }
#nyE8XpDOgRpBqmRFwVZP5UfdHRZBE43H { top:28.762501239777rem;left:1.2500000596046rem;width:17.5rem;height:3.75rem;z-index:15020;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hFMUQUlukqty2b0oqBW6K9h2oKdzeKBv { display:block; }
#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU { background-color:#f37021;background-image:none;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; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row .container { background-color: transparent; background-image: none; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row .container > .video-iframe-container { display: none; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row > .video-iframe-container { display: none; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .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); }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row .container { border-width: 0; border-radius: 0; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6333iKGQE2Jom6mtXCMS1MxuyIFWGzU > .row .container { width:20rem;height:7.375rem;position:relative;display:block; }#ZNCDUXUiMWAsPWg3LnNrnJ19oMsdqT3s { top:2.21875rem;left:6.4062500596044rem;width:7.1875rem;height:2.9375rem;z-index:15000;overflow:hidden;display:block; }
