.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#000000;background-image:none;position:relative;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("../img/banner1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s.adaptive-delivery-prevent-bg, #IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s.lazyload, #IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s.lazyloading { background-image: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { background-color: transparent; background-image: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container > .video-iframe-container { display: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row > .video-iframe-container { display: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .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); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { border-width: 0; border-radius: 0; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:chivo;font-size:4.375rem;font-weight:700;z-index:100001;line-height:.9;letter-spacing:0;top:19.8125rem;left:9.625rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0avGUGPTSxCqE7heLI4XTBKpJ3t7DC5 { color:#ffffff;display:block;width:39.9375rem;position:absolute;font-family:chivo;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:33rem;left:12.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xum1J6tq7Rckdrpx9FKMQyQoLFhzPwSq { background-color:#25d366;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.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:45.9375rem;left:9.625rem;display:block; }
#JCfnGJMlPt0hQTGnHuHKCNLrZ5TJr3Ez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v9kzuXwarVuo9cMPEI79nlDWP0l52Q5p { background-color:transparent;background-image:none;border-top:0.0625rem solid #ec3237;border-left:0.0625rem solid #ec3237;border-right:0.0625rem solid #ec3237;border-bottom:0.0625rem solid #ec3237;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ec3237;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:45.9375rem;left:25.25rem;display:block; }
#xFSPTXb1JD1MzmhEpazkPRo3J3ZssTHv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("../img/ippon_200.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;height:13.9375rem;width:7.875rem;top:1.625rem;left:0rem;display:block; }#xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.adaptive-delivery-prevent-bg, #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.lazyload, #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.lazyloading { background-image: none; }
#pIrGAabrcIVSaympCeh5kB60c0RVZmMX { color:#25d366;display:block;width:2.25rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:33rem;left:9.625rem;height:10rem;font-style:normal;display:block; }
#qEwiLmvmqlcOi9si6DFdC7lkx16cknS8 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:8.5rem;top:0rem;left:0rem;display:block; }
#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p { position:relative;display:none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p { border-width: 0; border-radius: 0; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .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:75rem;position:relative;display:none; }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 { position:relative;display:block; }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 { background-color: transparent; background-image: none; }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 > .row .container > .video-iframe-container { display: none; }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 > .row > .video-iframe-container { display: none; }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 > .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); }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 { border-width: 0; border-radius: 0; }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#bNqJHVQ5fqXd2GQnxehpucpQ5IlmxKaI { position:absolute;display:block;z-index:100000;background-color:#ec3237;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;height:0.125rem;width:75rem;top:0rem;left:19.59375rem;display:block; }
#nue4qJnKSdLKzshB5iR3aRK6xarnmTdd { color:#ffffff;display:block;width:39.9375rem;position:absolute;font-family:chivo;font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:5.1875rem;left:17.53125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq { position:relative;display:block; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq { background-color: transparent; background-image: none; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row .container > .video-iframe-container { display: none; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row > .video-iframe-container { display: none; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .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); }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq { border-width: 0; border-radius: 0; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#yiqga12b2J7MZf93NVK0PPP54QK9ygeo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:28.375rem;overflow:hidden;display:block; }
#sqz0HbeLCXvhow42kZthAav4TaMgNZc7 { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:99999;top:0rem;left:25.8125rem;display:block; }
#TGpxeVD6JSKMCoIBcZ4LlXuEkGxvaRrR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:13.3125rem;overflow:hidden;display:block; }
#PWmXhlJggAsE4X02BBPu2kgisrN8idog { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100001;top:0rem;left:10.75rem;display:block; }
#Ki2yyCVHok3wunfHV75ZRGtT7OFpQeIG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:20.875rem;overflow:hidden;display:block; }
#g8cM72pWAV9E4auqA4aLztNtTZVQZZhq { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100003;top:0rem;left:18.3125rem;display:block; }
#psgqduZFTe6STTLLZJUkOKSrsqeQmFRM { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:5.8125rem;overflow:hidden;display:block; }
#iHrteSzRblB8VazHwoJSONFH3lJAw6rG { box-sizing:content-box;color:#ff6a00;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ff6a00;display:block;z-index:100005;top:0rem;left:3.25rem;display:block; }
#acOKlknXapF4bQJAyqVqxM839dsurTvD { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:35.9375rem;overflow:hidden;display:block; }
#u5T3sO35FZLngz8CRoZi9kWJbd0ZvAVX { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100007;top:0rem;left:33.375rem;display:block; }
#tcVl7FFGGyZyKfMouc5MZnuPu0t7vnvN { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100009;top:0rem;left:40.9375rem;display:block; }
#P5SmQkLf4diZJBrHJrrslknRxnRRFKnT { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:43.5rem;overflow:hidden;display:block; }
#Qz3cn12HiZZWOFApethbQsFskKMKom45 { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100011;top:0rem;left:48.5rem;display:block; }
#DNHC5rQfHtdw2KVJ3cgwny4O1iKQpasC { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:51.0625rem;overflow:hidden;display:block; }
#anSLTpk6GUHLzAkBo79bT6t55bgenpOG { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100013;top:0rem;left:56.125rem;display:block; }
#Gkgu0EIJC7xUI0V7IS2UsPcpmLofKu2g { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:58.6875rem;overflow:hidden;display:block; }
#KuH8gxpWEa2OvRzEpUbWSsoLXM1XOtbT { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100015;top:0rem;left:63.75rem;display:block; }
#rpEo93wGhrhTOCFqwFZb2i6LSwKUWxrT { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5rem;left:66.3125rem;overflow:hidden;display:block; }
#JpzFF1sDnMJCkMJ2KGgnGrv6pdNzhBO4 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:7.75rem;left:27.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHT0gyRnvc7ua8Kf6JmZsM9lrtLpwM7N { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:7.75rem;left:12.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#io6XzwGB0hn1aQisf9skHmpf6aDXu719 { color:#434a54;display:block;width:5rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:7.75rem;left:20rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Km6HaFrll6xW628J3m0Wc0steI6hR8Eq { color:#434a54;display:block;width:4.9375rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:7.75rem;left:5.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEOR30QxBHGvOr9yZdScs59yeUgNM0ci { color:#434a54;display:block;width:5rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:7.75rem;left:35rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xW5xBFxSy0CpH5U4Gb5UKiI3Ws0yDDGG { color:#434a54;display:block;width:4.9375rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:7.75rem;left:42.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omtX1ErA19epJvIHG8OqMWaT8qWhuU3N { color:#434a54;display:block;width:5rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:7.75rem;left:50.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeIVqZWy2yCgecBmfH8Aldl2DtV3ReVb { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:7.75rem;left:58.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5F7qXRveTL0IHT7XbNDqWtVt8WoZdLG { color:#434a54;display:block;width:4.9375rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100012;line-height:.9;letter-spacing:0;top:7.875rem;left:65.4375rem;height:0.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT { position:relative;display:block; }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT { background-color: transparent; background-image: none; }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT > .row .container > .video-iframe-container { display: none; }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT > .row > .video-iframe-container { display: none; }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT > .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); }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT { border-width: 0; border-radius: 0; }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#Q7fT9cfilyDd76dLkQbN9h1FhH5wEhfU { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:12.8125rem;left:33.5625rem;height:15.1875rem;font-style:normal;display:block; }
#CITOn2q7yrpL6CHKtoIgWXqfXNzCMkA0 { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:chivo;font-size:4.25rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:8.4375rem;left:33.5625rem;height:4.25rem;font-style:normal;display:block; }
#FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("../img/FoggingvsFumigationWhatsthedifference1200x900.jpg");background-position:bottom 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;height:30.5rem;width:50.625rem;top:6.375rem;left:-22.40625rem;display:block; }#FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y.adaptive-delivery-prevent-bg, #FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y.lazyload, #FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y.lazyloading { background-image: none; }
#pCH38Zm3PicDZJv9PXpSczTmV84owEKk { position:relative;display:block; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk { background-color: transparent; background-image: none; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container > .video-iframe-container { display: none; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row > .video-iframe-container { display: none; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .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); }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk { border-width: 0; border-radius: 0; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("../img/mall.png");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;height:8.5rem;width:9.875rem;top:2.3125rem;left:8.125rem;display:block; }#mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP.adaptive-delivery-prevent-bg, #mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP.lazyload, #mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP.lazyloading { background-image: none; }
#NAxTOnvX0n2RQmnlDwN4W7byaBQy8PCR { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:11.875rem;left:1.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("../img/officebuilding.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;height:7.875rem;width:7.875rem;top:2.9375rem;left:33.5625rem;display:block; }#hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK.adaptive-delivery-prevent-bg, #hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK.lazyload, #hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK.lazyloading { background-image: none; }
#zITNHWweVmOg4wkDAgTuXZqT4HbxpooM { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:11.875rem;left:26.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("../img/house2.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;height:7.875rem;width:7.875rem;top:2.9375rem;left:58.5625rem;display:block; }#ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq.adaptive-delivery-prevent-bg, #ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq.lazyload, #ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq.lazyloading { background-image: none; }
#xeTCJBBqFAgwgG83Drgo5JaDRNcSeTWV { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:11.875rem;left:51.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { background-color: transparent; background-image: none; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container > .video-iframe-container { display: none; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row > .video-iframe-container { display: none; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .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); }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { border-width: 0; border-radius: 0; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("../img/proibido.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.875rem;width:54.25rem;top:5.125rem;left:33.34375rem;display:block; }#z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.adaptive-delivery-prevent-bg, #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.lazyload, #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.lazyloading { background-image: none; }
#UgJDicRR6GJ7Gkdx44I4XRJEVUItdZX1 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:22.8125rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#sEgkPEWBo3ET9bmRMmw1oMlBUTl0pkKD { color:#000000;display:block;width:30.625rem;position:absolute;font-family:chivo;font-size:4.375rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:10.0625rem;left:0rem;height:13.125rem;font-style:normal;display:block; }
#HDrUJHJuoHsuRfGVf9sVar6d90KZXu8r { background-color:#25d366;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.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:35rem;left:0rem;display:block; }
#ek9C02aG04g6aSIGTvT6Hk9hNDOJNfUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row .container { background-color: transparent; background-image: none; }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row .container > .video-iframe-container { display: none; }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row > .video-iframe-container { display: none; }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .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); }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row .container { border-width: 0; border-radius: 0; }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#Kov4ATMsV2hXxCWObcL1WR8wwzdJleeR { color:#000000;display:block;width:23.125rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:14.5625rem;left:7.1875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTXKM5TsZSWARKysm9T0wgesvniAVp5a { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("../img/desratizacao.jpeg");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;height:14.5625rem;width:25.125rem;top:0rem;left:6.1875rem;display:block; }#eTXKM5TsZSWARKysm9T0wgesvniAVp5a.adaptive-delivery-prevent-bg, #eTXKM5TsZSWARKysm9T0wgesvniAVp5a.lazyload, #eTXKM5TsZSWARKysm9T0wgesvniAVp5a.lazyloading { background-image: none; }
#sRvTfiLX3quts6mMhyOe8a94ZQZb4JX7 { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100006;top:9rem;left:14.625rem;display:block; }
#V3PC738bgEX5LVopoecsHDKA5RuWIqHK { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:11.5rem;left:17.1875rem;overflow:hidden;display:block; }
#tWDOKBub5OpzTbr4ShuqWOb9M9OwoFa1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ec3237;border-left:0.0625rem solid #ec3237;border-right:0.0625rem solid #ec3237;border-bottom:0.0625rem solid #ec3237;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ec3237;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.6875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:21.75rem;left:13.3125rem;display:block; }
#nkXraSpTfyZSwcqaa5np37rwdBHuqqfy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kBKG5dbiKB8SkSGzRSSmsKRT3Lq37m2D { color:#000000;display:block;width:23.125rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;top:14.5625rem;left:44.6875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwrumDD1ZmMVPwsMxccQTRcxgcPKwQH9 { box-sizing:content-box;color:#ec3237;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 3.125rem #ec3237;display:block;z-index:100011;top:9rem;left:52.125rem;display:block; }
#ZfE1nWmgZzcmlf6Utvrwu0qwkf1WyIpB { background-color:transparent;background-image:none;border-top:0.0625rem solid #ec3237;border-left:0.0625rem solid #ec3237;border-right:0.0625rem solid #ec3237;border-bottom:0.0625rem solid #ec3237;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ec3237;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.6875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:21.75rem;left:50.8125rem;display:block; }
#SgoJDH47z4L3VBTDIF0P96P00Gw5JaDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nLFIFNCh5ERR4oDUqJIxpCiqyADUZ2R8 { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("../img/controledepombos.jpeg");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;height:14.5625rem;width:25.125rem;top:0rem;left:43.6875rem;display:block; }#nLFIFNCh5ERR4oDUqJIxpCiqyADUZ2R8.adaptive-delivery-prevent-bg, #nLFIFNCh5ERR4oDUqJIxpCiqyADUZ2R8.lazyload, #nLFIFNCh5ERR4oDUqJIxpCiqyADUZ2R8.lazyloading { background-image: none; }
#gzWlZ3HXGZ8sxkLe6ylSyAR8U5uWMP62 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:11.5rem;left:54.6875rem;overflow:hidden;display:block; }
#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(21deg, #ec3237, #cc5130);background-image: -moz-linear-gradient(21deg, #ec3237, #cc5130);background-image: -ms-linear-gradient(21deg, #ec3237, #cc5130);background-image: -o-linear-gradient(21deg, #ec3237, #cc5130);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3237', endColorstr='#cc5130' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3237', endColorstr='#cc5130' );";background-image: linear-gradient(21deg, #ec3237, #cc5130);background-size:auto !important;position:relative;display:block; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { background-color: transparent; background-image: none; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container > .video-iframe-container { display: none; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row > .video-iframe-container { display: none; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .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); }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { border-width: 0; border-radius: 0; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("../img/purepngcommanmanadultmalemalechildboybeingmens1421526920943c4xhn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.625rem;width:45.6875rem;top:-4.875rem;left:-5.6875rem;display:block; }#TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa.adaptive-delivery-prevent-bg, #TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa.lazyload, #TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa.lazyloading { background-image: none; }
#cPJwqsnJbgPTiZIslNLP76vmepHXyzBn { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:14.125rem;left:37.6875rem;height:5.0625rem;font-style:normal;display:block; }
#mSPD1M7hGAgZin4WmmK9WGtxuaJXixoM { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:chivo;font-size:2.6875rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:5rem;left:37.6875rem;height:9.6738125rem;font-style:normal;display:block; }
#FpWepXe5ggoSLUPxgTwS0MoCLbNW9dyN { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:56.5625rem;top:11.25rem;left:16.40625rem;display:block; }
#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:20.625rem;left:35.9375rem;height:7.6875rem;font-style:normal;display:block; }#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd li:before{  }
#vskxtbCrpDNHGInfAnT2lT5lBf0bsVcv { background-color:#25d366;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.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:30.3125rem;left:37.6875rem;display:block; }
#dFGNP1JrqJC431VD2NhWBC30ChXcDD23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { position:relative;display:block; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { background-color: transparent; background-image: none; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container > .video-iframe-container { display: none; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row > .video-iframe-container { display: none; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .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); }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { border-width: 0; border-radius: 0; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#PPwSyrk2iMinC6dd7xRxGXBw4OAlfQUg { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:chivo;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:10.625rem;left:16.84375rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { position:relative;display:block; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { background-color: transparent; background-image: none; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container > .video-iframe-container { display: none; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row > .video-iframe-container { display: none; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .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); }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { border-width: 0; border-radius: 0; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("../img/plumbing.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.875rem;top:7.8125rem;left:8.5625rem;display:block; }#gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7.adaptive-delivery-prevent-bg, #gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7.lazyload, #gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7.lazyloading { background-image: none; }
#LpuBa9DUaTJyMaA3wcScTGMGWE7NBx30 { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:19.1875rem;left:1.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukRhQEoXNokuefrJJGnLdDwEiTrl1dWE { position:absolute;display:block;z-index:99999;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ec3237 ;height:12.5rem;width:12.5rem;top:4.75rem;left:6.25rem;display:block; }
#BBaxfDzaZpP1DtVuab7Q4iShCO4unSoD { color:rgba(255,255,255,0.7);display:block;width:17.75rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:23.875rem;left:3.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSINEmNoqiIiBn3HrvoDICABdBQaGy88 { color:#ec3237;display:block;width:18.8125rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:29.25rem;left:3.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTl6fAQSmPHs1qeBTVVA7JltoiNslREH { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:19.1875rem;left:26.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCI8sGM3c7Df9MqwaeH0BpzuWgMuqiKr { color:rgba(255,255,255,0.7);display:block;width:17.75rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:23.875rem;left:28.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:url("../img/savewater.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.875rem;top:7.8125rem;left:33.5625rem;display:block; }#mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG.adaptive-delivery-prevent-bg, #mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG.lazyload, #mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG.lazyloading { background-image: none; }
#I5z14kbOKth84EcxybTmrzC4CtQztoGL { position:absolute;display:block;z-index:100004;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ec3237 ;height:12.5rem;width:12.5rem;top:4.75rem;left:31.25rem;display:block; }
#XzyyhEFgZS2tJyVP1laFKwSs5Cveqa7i { color:#ec3237;display:block;width:18.8125rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:29.25rem;left:28.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QC34iandq1z1JFEPz187TE86Gyaez4TS { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:19.1875rem;left:51.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7 { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:url("../img/novirus.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:8.6875rem;top:7.125rem;left:58.15625rem;display:block; }#NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7.adaptive-delivery-prevent-bg, #NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7.lazyload, #NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7.lazyloading { background-image: none; }
#czCKx3FQmQ1IiireSzlr0QWPk54DEtlJ { position:absolute;display:block;z-index:100009;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ec3237 ;height:12.5rem;width:12.5rem;top:4.75rem;left:56.25rem;display:block; }
#u6Go6wn5drltS9XTflkVrWma5nUft1g5 { color:#ec3237;display:block;width:18.8125rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:29.25rem;left:53.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6wq0ZF6Jr3qD4plqHBA9PBr4KRyeLNo { color:rgba(255,255,255,0.7);display:block;width:17.75rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:23.875rem;left:53.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQE7pXblqn0kgkEHwW21010P7nxylZOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { background-color: transparent; background-image: none; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container > .video-iframe-container { display: none; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row > .video-iframe-container { display: none; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .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); }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { border-width: 0; border-radius: 0; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#lTdUV6nM6G1FKoNJ8tu2XUOvKJk28nuy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:27.875rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
#BlRGuHLn7oqEDPzqyCPagf3mP7l0nvEQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:20.6875rem;top:5.9375rem;left:32.4375rem;overflow:hidden;display:block; }
#rC3wnTooQdUrcZdu6xGw57wfTDKHcMHm { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:17.6875rem;top:12.5rem;left:32.4375rem;overflow:hidden;display:block; }
#kVZMSA6dHxkkBd73Q8vP4kZayvvPnecD { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:15.4375rem;top:5.625rem;left:52.0625rem;overflow:hidden;display:block; }
#mgAbeAGMAszirnHyU1eGuEDvm3NH6uVu { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:19.3125rem;top:13.125rem;left:52.0625rem;overflow:hidden;display:block; }
#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { background-color: transparent; background-image: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container > .video-iframe-container { display: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row > .video-iframe-container { display: block; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .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); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { border-width: 0; border-radius: 0; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#y1a4Tci5HskPzrdCr89cnFGEPEktouB4 { color:#000000;display:block;width:47.75rem;position:absolute;font-family:chivo;font-size:3.625rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:7.6875rem;left:13.625rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esdkket4HOwVSPHJ0iy7cqJh9uGXA33q { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:chivo;font-size:1.5625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:14.875rem;left:17.28125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGHigpJvTz6sWE5KLF29woz8xdFggNTU { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:21.8125rem;left:39.25rem;display:block; }
#IU8UBgUCwA81LkfE99hKywPJDLgeX7c0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rxFopwnIameobeNOt1KHMFAgTwOMVcDT { background-color:#25d366;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.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:21.75rem;left:20.1875rem;display:block; }
#LnGh6iNNZ22bOOzEGhbQZLFML2fHbIHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RtWmlpNOPimZ97AdLixNxx92siQ1glOn { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:25.75rem;left:16.8125rem;height:3.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XulKt3P9E04SNqxz4v3h5OpRGZuORAic { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:6rem;top:36.75rem;left:34.5rem;overflow:hidden;display:block; }
#fWIfDXdLPEvkTy77GMNz6EIKEUgTywWx { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:30.5625rem;left:16.78125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row .container { background-color: transparent; background-image: none; }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row .container > .video-iframe-container { display: none; }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row > .video-iframe-container { display: none; }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .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); }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row .container { border-width: 0; border-radius: 0; }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row .container { background-color: transparent; background-image: none; }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row .container > .video-iframe-container { display: none; }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row > .video-iframe-container { display: none; }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .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); }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row .container { border-width: 0; border-radius: 0; }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row .container { background-color: transparent; background-image: none; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row .container > .video-iframe-container { display: none; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row > .video-iframe-container { display: none; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .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); }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row .container { border-width: 0; border-radius: 0; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#Wp7SBEfNrXyIpwasupHVoQ8WF5AIiwHu { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:0.875rem;left:50.5625rem;display:block; }
#fP0yvqxBVh2u1IKGSZrySTQubI5D8mwB { color:rgba(255,255,255,0.7);display:block;width:15.125rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:1.625rem;left:1.6875rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#agZsXgWN5TPWort3AAKitggGCB8wbWKX { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:0.90625rem;left:63.25rem;display:block; }
#KCRN97Lr64M9QtfdLk9GmcIAE3wFm5do { background-color:transparent;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-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:chivo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.375rem;left:52.5625rem;display:block; }
#O6n6Lr4P2vDBs2S8pVSXD5FEWzvSbXqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sBfmK7SToTvfG3uSfDJILVZiagszxTD6 { background-color:#25d366;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:4.5rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0rem;left:19.5625rem;display:none; }
#MXL42RXwtkkqaTuCLzxVEFC1Eyrm8xqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XamQLGBvg8nl3n5GoqkAcgCWgrAVMGz5 { background-color:transparent;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-sizing:border-box;color:#1f3f6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.4375rem;left:51.875rem;display:none; }
#MPulT4lHhPy8tDyi0M2KLTkXOQGXrN2X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wcDke3T7u170e240BOUtS4qIiv1xV1MA { box-sizing:content-box;color:#ec3237;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.1875rem;left:0rem;display:block; }
#iC80RILnpW0GBQau7SpAUH5DQdgbmPoL { background-color:transparent;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-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:chivo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:3.4375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:0.4375rem;left:65.75rem;display:block; }
#rGd3GB3Jl060PUqnee14WOPUt8ukMNo7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eaUxZNQIAAQCAwohCTNJd5R6JNRMTNE9 { position:absolute;display:block;z-index:100022;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:0.625rem;width:0.625rem;top:0.125rem;left:73.875rem;display:block; }
#ycoJwV85AsXZTQCgfLewrxnfQsBHPUAr { position:absolute;display:block;z-index:100011;background-color:#1fbe5b;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;height:3.3125rem;width:12.5rem;top:0.5rem;left:62.5rem;display:block; }
#ugzzmLs7Ll5ZF9Tc5MB1teOurMTCdC4M { color:rgba(255,255,255,0.7);display:block;width:15.125rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:1.46875rem;left:33.625rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s { display:block; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { width:32.9375rem;height:11.8125rem;top:19.8125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0avGUGPTSxCqE7heLI4XTBKpJ3t7DC5 { width:39.9375rem;height:;top:33rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xum1J6tq7Rckdrpx9FKMQyQoLFhzPwSq { width:14rem;height:3.4375rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfnGJMlPt0hQTGnHuHKCNLrZ5TJr3Ez { display:block; }
 }@media only screen and (max-width: 763px) { #v9kzuXwarVuo9cMPEI79nlDWP0l52Q5p { width:12.3125rem;height:3.4375rem;top:45.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFSPTXb1JD1MzmhEpazkPRo3J3ZssTHv { display:block; }
 }@media only screen and (max-width: 763px) { #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2 { width:7.875rem;height:13.9375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIrGAabrcIVSaympCeh5kB60c0RVZmMX { width:2.25rem;height:10rem;top:33rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEwiLmvmqlcOi9si6DFdC7lkx16cknS8 { width:8.5rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p { display:none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 { display:block; }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNqJHVQ5fqXd2GQnxehpucpQ5IlmxKaI { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nue4qJnKSdLKzshB5iR3aRK6xarnmTdd { width:39.9375rem;height:2.5rem;top:5.1875rem;left:3.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq { display:block; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiqga12b2J7MZf93NVK0PPP54QK9ygeo { width:3.25rem;height:3.25rem;top:2.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqz0HbeLCXvhow42kZthAav4TaMgNZc7 { width:8.3125rem;height:8.3125rem;top:0rem;left:12.1875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpxeVD6JSKMCoIBcZ4LlXuEkGxvaRrR { width:3.25rem;height:3.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWmXhlJggAsE4X02BBPu2kgisrN8idog { width:8.3125rem;height:8.3125rem;top:0rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki2yyCVHok3wunfHV75ZRGtT7OFpQeIG { width:3.25rem;height:3.25rem;top:2.5rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8cM72pWAV9E4auqA4aLztNtTZVQZZhq { width:8.3125rem;height:8.3125rem;top:0rem;left:4.6875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psgqduZFTe6STTLLZJUkOKSrsqeQmFRM { width:3.25rem;height:3.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHrteSzRblB8VazHwoJSONFH3lJAw6rG { width:8.3125rem;height:8.3125rem;top:0rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOKlknXapF4bQJAyqVqxM839dsurTvD { width:3.25rem;height:3.25rem;top:2.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5T3sO35FZLngz8CRoZi9kWJbd0ZvAVX { width:8.3125rem;height:8.3125rem;top:0rem;left:19.75rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcVl7FFGGyZyKfMouc5MZnuPu0t7vnvN { width:8.3125rem;height:8.3125rem;top:0rem;left:27.3125rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5SmQkLf4diZJBrHJrrslknRxnRRFKnT { width:3.25rem;height:3.25rem;top:2.5rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3cn12HiZZWOFApethbQsFskKMKom45 { width:8.3125rem;height:8.3125rem;top:0rem;left:34.875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHC5rQfHtdw2KVJ3cgwny4O1iKQpasC { width:3.25rem;height:3.25rem;top:2.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anSLTpk6GUHLzAkBo79bT6t55bgenpOG { width:8.3125rem;height:8.3125rem;top:0rem;left:39.4375rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkgu0EIJC7xUI0V7IS2UsPcpmLofKu2g { width:3.25rem;height:3.25rem;top:2.5rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuH8gxpWEa2OvRzEpUbWSsoLXM1XOtbT { width:8.3125rem;height:8.3125rem;top:0rem;left:39.4375rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEo93wGhrhTOCFqwFZb2i6LSwKUWxrT { width:3.25rem;height:3.25rem;top:2.5rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpzFF1sDnMJCkMJ2KGgnGrv6pdNzhBO4 { width:5rem;height:1.1875rem;top:7.75rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHT0gyRnvc7ua8Kf6JmZsM9lrtLpwM7N { width:4.9375rem;height:1.1875rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6XzwGB0hn1aQisf9skHmpf6aDXu719 { width:5rem;height:1.1875rem;top:7.75rem;left:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km6HaFrll6xW628J3m0Wc0steI6hR8Eq { width:4.9375rem;height:1.1875rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEOR30QxBHGvOr9yZdScs59yeUgNM0ci { width:5rem;height:1.1875rem;top:7.75rem;left:21.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW5xBFxSy0CpH5U4Gb5UKiI3Ws0yDDGG { width:4.9375rem;height:1.1875rem;top:7.75rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omtX1ErA19epJvIHG8OqMWaT8qWhuU3N { width:5rem;height:1.1875rem;top:7.75rem;left:36.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIVqZWy2yCgecBmfH8Aldl2DtV3ReVb { width:4.9375rem;height:1.1875rem;top:7.75rem;left:42.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5F7qXRveTL0IHT7XbNDqWtVt8WoZdLG { width:4.9375rem;height:0.8125rem;top:7.875rem;left:42.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCkts6K7bTOafrNhcE9KtVTTw0adqVgT { display:block; }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7fT9cfilyDd76dLkQbN9h1FhH5wEhfU { width:35.9375rem;height:15.1875rem;top:12.8125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITOn2q7yrpL6CHKtoIgWXqfXNzCMkA0 { width:41.3125rem;height:4.25rem;top:8.4375rem;left:6.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y { width:47.75rem;height:30.5rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCH38Zm3PicDZJv9PXpSczTmV84owEKk { display:block; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP { width:9.875rem;height:8.5rem;top:2.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAxTOnvX0n2RQmnlDwN4W7byaBQy8PCR { width:21.6875rem;height:3rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK { width:7.875rem;height:7.875rem;top:2.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITNHWweVmOg4wkDAgTuXZqT4HbxpooM { width:21.6875rem;height:3rem;top:11.875rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq { width:7.875rem;height:7.875rem;top:2.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTCJBBqFAgwgG83Drgo5JaDRNcSeTWV { width:21.6875rem;height:3rem;top:11.875rem;left:25.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 { display:block; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR { width:47.75rem;height:36.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgJDicRR6GJ7Gkdx44I4XRJEVUItdZX1 { width:35.9375rem;height:10.125rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgkPEWBo3ET9bmRMmw1oMlBUTl0pkKD { width:30.625rem;height:13.125rem;top:10.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDrUJHJuoHsuRfGVf9sVar6d90KZXu8r { width:14rem;height:3.4375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek9C02aG04g6aSIGTvT6Hk9hNDOJNfUI { display:block; }
 }@media only screen and (max-width: 763px) { #ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i { display:block; }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kov4ATMsV2hXxCWObcL1WR8wwzdJleeR { width:23.125rem;height:5.625rem;top:14.5625rem;left:0.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTXKM5TsZSWARKysm9T0wgesvniAVp5a { width:25.125rem;height:14.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRvTfiLX3quts6mMhyOe8a94ZQZb4JX7 { width:8.3125rem;height:8.3125rem;top:9rem;left:7.8125rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3PC738bgEX5LVopoecsHDKA5RuWIqHK { width:3.25rem;height:3.25rem;top:11.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWDOKBub5OpzTbr4ShuqWOb9M9OwoFa1 { width:10.875rem;height:2.6875rem;top:21.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkXraSpTfyZSwcqaa5np37rwdBHuqqfy { display:block; }
 }@media only screen and (max-width: 763px) { #kBKG5dbiKB8SkSGzRSSmsKRT3Lq37m2D { width:23.125rem;height:5.625rem;top:14.5625rem;left:24.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwrumDD1ZmMVPwsMxccQTRcxgcPKwQH9 { width:8.3125rem;height:8.3125rem;top:9rem;left:31.6875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfE1nWmgZzcmlf6Utvrwu0qwkf1WyIpB { width:10.875rem;height:2.6875rem;top:21.75rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgoJDH47z4L3VBTDIF0P96P00Gw5JaDR { display:block; }
 }@media only screen and (max-width: 763px) { #nLFIFNCh5ERR4oDUqJIxpCiqyADUZ2R8 { width:25.125rem;height:14.5625rem;top:0rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzWlZ3HXGZ8sxkLe6ylSyAR8U5uWMP62 { width:3.25rem;height:3.25rem;top:11.5rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR { display:block; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa { width:45.6875rem;height:43.625rem;top:-4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPJwqsnJbgPTiZIslNLP76vmepHXyzBn { width:35.9375rem;height:5.0625rem;top:14.125rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSPD1M7hGAgZin4WmmK9WGtxuaJXixoM { width:37.3125rem;height:9.5625rem;top:5rem;left:10.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpWepXe5ggoSLUPxgTwS0MoCLbNW9dyN { width:47.75rem;height:0.125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkD4wmid5bqVuT5RAuQTswDtbty8RzKd { width:35.9375rem;height:7.6875rem;top:20.625rem;left:11.8125rem;font-size:0.9375rem;display:block; }#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd li:before{  }
 }@media only screen and (max-width: 763px) { #vskxtbCrpDNHGInfAnT2lT5lBf0bsVcv { width:14rem;height:3.4375rem;top:30.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFGNP1JrqJC431VD2NhWBC30ChXcDD23 { display:block; }
 }@media only screen and (max-width: 763px) { #ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { display:block; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPwSyrk2iMinC6dd7xRxGXBw4OAlfQUg { width:41.3125rem;height:3.125rem;top:10.625rem;left:3.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { display:block; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7 { width:7.875rem;height:7.125rem;top:7.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpuBa9DUaTJyMaA3wcScTGMGWE7NBx30 { width:21.6875rem;height:4.125rem;top:19.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukRhQEoXNokuefrJJGnLdDwEiTrl1dWE { width:12.5rem;height:12.5rem;top:4.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBaxfDzaZpP1DtVuab7Q4iShCO4unSoD { width:17.75rem;height:5.0625rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSINEmNoqiIiBn3HrvoDICABdBQaGy88 { width:18.8125rem;height:3.5625rem;top:29.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTl6fAQSmPHs1qeBTVVA7JltoiNslREH { width:21.6875rem;height:4.125rem;top:19.1875rem;left:10.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCI8sGM3c7Df9MqwaeH0BpzuWgMuqiKr { width:17.75rem;height:5.0625rem;top:23.875rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG { width:7.875rem;height:7.125rem;top:7.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5z14kbOKth84EcxybTmrzC4CtQztoGL { width:12.5rem;height:12.5rem;top:4.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzyyhEFgZS2tJyVP1laFKwSs5Cveqa7i { width:18.8125rem;height:3.5625rem;top:29.25rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC34iandq1z1JFEPz187TE86Gyaez4TS { width:21.6875rem;height:4.125rem;top:19.1875rem;left:25.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7 { width:8.6875rem;height:7.875rem;top:7.125rem;left:35.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czCKx3FQmQ1IiireSzlr0QWPk54DEtlJ { width:12.5rem;height:12.5rem;top:4.75rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Go6wn5drltS9XTflkVrWma5nUft1g5 { width:18.8125rem;height:3.5625rem;top:29.25rem;left:28.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6wq0ZF6Jr3qD4plqHBA9PBr4KRyeLNo { width:17.75rem;height:5.0625rem;top:23.875rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE7pXblqn0kgkEHwW21010P7nxylZOZ { display:block; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTdUV6nM6G1FKoNJ8tu2XUOvKJk28nuy { width:27.875rem;height:8rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlRGuHLn7oqEDPzqyCPagf3mP7l0nvEQ { width:20.6875rem;height:6.1875rem;top:5.9375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3wnTooQdUrcZdu6xGw57wfTDKHcMHm { width:17.6875rem;height:6.4375rem;top:12.5rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVZMSA6dHxkkBd73Q8vP4kZayvvPnecD { width:15.4375rem;height:6.1875rem;top:5.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgAbeAGMAszirnHyU1eGuEDvm3NH6uVu { width:19.3125rem;height:5.5rem;top:13.125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 { display:block; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1a4Tci5HskPzrdCr89cnFGEPEktouB4 { width:47.75rem;height:7.25rem;top:7.6875rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esdkket4HOwVSPHJ0iy7cqJh9uGXA33q { width:40.4375rem;height:4rem;top:14.875rem;left:3.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHigpJvTz6sWE5KLF29woz8xdFggNTU { width:14rem;height:3.9375rem;top:21.8125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8UBgUCwA81LkfE99hKywPJDLgeX7c0 { display:block; }
 }@media only screen and (max-width: 763px) { #rxFopwnIameobeNOt1KHMFAgTwOMVcDT { width:17.5rem;height:4rem;top:21.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnGh6iNNZ22bOOzEGhbQZLFML2fHbIHc { display:block; }
 }@media only screen and (max-width: 763px) { #RtWmlpNOPimZ97AdLixNxx92siQ1glOn { width:41.4375rem;height:3.375rem;top:25.75rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XulKt3P9E04SNqxz4v3h5OpRGZuORAic { width:6rem;height:9.0625rem;top:36.75rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWIfDXdLPEvkTy77GMNz6EIKEUgTywWx { width:41.4375rem;height:3.375rem;top:30.5625rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzrd0APZkAeBevsJ8GCTznotwk8nNqW { display:block; }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo { display:none; }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU { display:block; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp7SBEfNrXyIpwasupHVoQ8WF5AIiwHu { width:2.5625rem;height:2.5625rem;top:0.875rem;left:36.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0yvqxBVh2u1IKGSZrySTQubI5D8mwB { width:15.125rem;height:1.40625rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZsXgWN5TPWort3AAKitggGCB8wbWKX { width:2.5rem;height:2.5rem;top:0.875rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCRN97Lr64M9QtfdLk9GmcIAE3wFm5do { width:8.375rem;height:3.4375rem;top:0.375rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6n6Lr4P2vDBs2S8pVSXD5FEWzvSbXqu { display:block; }
 }@media only screen and (max-width: 763px) { #sBfmK7SToTvfG3uSfDJILVZiagszxTD6 { width:14.8125rem;height:4.5rem;top:0rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXL42RXwtkkqaTuCLzxVEFC1Eyrm8xqa { display:block; }
 }@media only screen and (max-width: 763px) { #XamQLGBvg8nl3n5GoqkAcgCWgrAVMGz5 { width:8.375rem;height:3.4375rem;top:0.4375rem;left:38.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPulT4lHhPy8tDyi0M2KLTkXOQGXrN2X { display:block; }
 }@media only screen and (max-width: 763px) { #wcDke3T7u170e240BOUtS4qIiv1xV1MA { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC80RILnpW0GBQau7SpAUH5DQdgbmPoL { width:8.6875rem;height:3.4375rem;top:0.4375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGd3GB3Jl060PUqnee14WOPUt8ukMNo7 { display:block; }
 }@media only screen and (max-width: 763px) { #eaUxZNQIAAQCAwohCTNJd5R6JNRMTNE9 { width:0.625rem;height:0.625rem;top:0.125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycoJwV85AsXZTQCgfLewrxnfQsBHPUAr { width:12.5rem;height:3.3125rem;top:0.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugzzmLs7Ll5ZF9Tc5MB1teOurMTCdC4M { width:15.125rem;height:1.40625rem;top:1.4375rem;left:20rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s { background-color:#000000;background-image:none;display:block; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { background-color: transparent; background-image: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container > .video-iframe-container { display: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row > .video-iframe-container { display: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .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); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { width:19.75rem;height:7.59375rem;top:13rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0avGUGPTSxCqE7heLI4XTBKpJ3t7DC5 { width:18.4375rem;height:6.796875rem;top:21.8125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xum1J6tq7Rckdrpx9FKMQyQoLFhzPwSq { width:9.375rem;height:2.8125rem;top:31.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfnGJMlPt0hQTGnHuHKCNLrZ5TJr3Ez { display:block; }
 }@media only screen and (max-width: 763px) { #v9kzuXwarVuo9cMPEI79nlDWP0l52Q5p { width:9.5rem;height:2.8125rem;top:31.1875rem;left:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFSPTXb1JD1MzmhEpazkPRo3J3ZssTHv { display:block; }
 }@media only screen and (max-width: 763px) { #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2 { width:4.9375rem;height:9.125rem;top:0.875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("../img/Ativo43x80.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.adaptive-delivery-prevent-bg, #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.lazyload, #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pIrGAabrcIVSaympCeh5kB60c0RVZmMX { width:2.25rem;height:6.859375rem;top:21.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEwiLmvmqlcOi9si6DFdC7lkx16cknS8 { width:8.5rem;height:6.0625rem;top:31.5625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p { background-color:#ffffff;background-image:url("../img/banner1.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;display:block; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.adaptive-delivery-prevent-bg, #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.lazyload, #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.lazyloading { background-image: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { background-color: transparent; background-image: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container > .video-iframe-container { display: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row > .video-iframe-container { display: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .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); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { border-width: 0; border-radius: 0; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 { display:block; }#RsU6mTCcuVwSaKZUgtqz5t9DgfuKGGQ6 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNqJHVQ5fqXd2GQnxehpucpQ5IlmxKaI { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nue4qJnKSdLKzshB5iR3aRK6xarnmTdd { width:20rem;height:4rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq { display:block; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq { background-color: transparent; background-image: none; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row .container > .video-iframe-container { display: none; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row > .video-iframe-container { display: none; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .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); }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq { border-width: 0; border-radius: 0; }#CWQ8IRQuTOTUeC8ZSxwnVu1CTCPkAugq > .row .container { width:20rem;height:36.875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiqga12b2J7MZf93NVK0PPP54QK9ygeo { width:3.5rem;height:3.5rem;top:11.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqz0HbeLCXvhow42kZthAav4TaMgNZc7 { width:8.3125rem;height:8.3125rem;top:9.0625rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpxeVD6JSKMCoIBcZ4LlXuEkGxvaRrR { width:3.25rem;height:3.25rem;top:2.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWmXhlJggAsE4X02BBPu2kgisrN8idog { width:8.3125rem;height:8.3125rem;top:0rem;left:5.875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki2yyCVHok3wunfHV75ZRGtT7OFpQeIG { width:3.25rem;height:3.25rem;top:2.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8cM72pWAV9E4auqA4aLztNtTZVQZZhq { width:8.3125rem;height:8.3125rem;top:0rem;left:11.6875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psgqduZFTe6STTLLZJUkOKSrsqeQmFRM { width:3.25rem;height:3.25rem;top:2.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHrteSzRblB8VazHwoJSONFH3lJAw6rG { width:8.3125rem;height:8.3125rem;top:0rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOKlknXapF4bQJAyqVqxM839dsurTvD { width:3.25rem;height:3.25rem;top:11.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5T3sO35FZLngz8CRoZi9kWJbd0ZvAVX { width:8.3125rem;height:8.3125rem;top:9.0625rem;left:5.875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcVl7FFGGyZyKfMouc5MZnuPu0t7vnvN { width:8.3125rem;height:8.3125rem;top:9.09375rem;left:11.6875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5SmQkLf4diZJBrHJrrslknRxnRRFKnT { width:3.25rem;height:3.25rem;top:11.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3cn12HiZZWOFApethbQsFskKMKom45 { width:8.3125rem;height:8.3125rem;top:18.5625rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHC5rQfHtdw2KVJ3cgwny4O1iKQpasC { width:3.25rem;height:3.25rem;top:21.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anSLTpk6GUHLzAkBo79bT6t55bgenpOG { width:8.3125rem;height:8.3125rem;top:18.625rem;left:5.875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkgu0EIJC7xUI0V7IS2UsPcpmLofKu2g { width:3.25rem;height:3.25rem;top:21.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuH8gxpWEa2OvRzEpUbWSsoLXM1XOtbT { width:8.3125rem;height:8.3125rem;top:18.5625rem;left:11.6875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEo93wGhrhTOCFqwFZb2i6LSwKUWxrT { width:3.25rem;height:3.25rem;top:21.125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpzFF1sDnMJCkMJ2KGgnGrv6pdNzhBO4 { width:5rem;height:1.21875rem;top:16.25rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHT0gyRnvc7ua8Kf6JmZsM9lrtLpwM7N { width:4.9375rem;height:1.21875rem;top:7.1875rem;left:7.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6XzwGB0hn1aQisf9skHmpf6aDXu719 { width:5rem;height:1.21875rem;top:7.1875rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km6HaFrll6xW628J3m0Wc0steI6hR8Eq { width:4.9375rem;height:1.21875rem;top:7.1875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEOR30QxBHGvOr9yZdScs59yeUgNM0ci { width:5rem;height:1.21875rem;top:16.25rem;left:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW5xBFxSy0CpH5U4Gb5UKiI3Ws0yDDGG { width:4.9375rem;height:1.21875rem;top:16.25rem;left:13.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omtX1ErA19epJvIHG8OqMWaT8qWhuU3N { width:5rem;height:1.21875rem;top:25.75rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIVqZWy2yCgecBmfH8Aldl2DtV3ReVb { width:4.9375rem;height:1.21875rem;top:25.75rem;left:7.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5F7qXRveTL0IHT7XbNDqWtVt8WoZdLG { width:4.9375rem;height:0.84375rem;top:25.75rem;left:13.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCkts6K7bTOafrNhcE9KtVTTw0adqVgT { display:block; }#gCkts6K7bTOafrNhcE9KtVTTw0adqVgT > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7fT9cfilyDd76dLkQbN9h1FhH5wEhfU { width:20rem;height:22.5rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITOn2q7yrpL6CHKtoIgWXqfXNzCMkA0 { width:20rem;height:2.375rem;top:0rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y { width:20rem;height:12.4375rem;top:27.9736328125rem;left:0rem;background-color:#e3e3e3;background-image:url("../img/FoggingvsFumigationWhatsthedifference1200x900.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y.adaptive-delivery-prevent-bg, #FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y.lazyload, #FupQ4e3Q1w5CIuFXIQv59gwWb8X8Fb7y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pCH38Zm3PicDZJv9PXpSczTmV84owEKk { display:block; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP { width:4.25rem;height:3.6875rem;top:4.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAxTOnvX0n2RQmnlDwN4W7byaBQy8PCR { width:12.625rem;height:2rem;top:6.3125rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK { width:4.1875rem;height:4.1875rem;top:11.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITNHWweVmOg4wkDAgTuXZqT4HbxpooM { width:9.1875rem;height:2rem;top:12.53125rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq { width:4rem;height:4rem;top:18.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTCJBBqFAgwgG83Drgo5JaDRNcSeTWV { width:10.125rem;height:2rem;top:19.3125rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 { display:block; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR { width:19.1875rem;height:12.875rem;top:2.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("../img/proibido.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.adaptive-delivery-prevent-bg, #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.lazyload, #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UgJDicRR6GJ7Gkdx44I4XRJEVUItdZX1 { width:20rem;height:13.5rem;top:21.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgkPEWBo3ET9bmRMmw1oMlBUTl0pkKD { width:20rem;height:3.986325rem;top:17.5625rem;left:0rem;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HDrUJHJuoHsuRfGVf9sVar6d90KZXu8r { width:14rem;height:3.4375rem;top:37.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek9C02aG04g6aSIGTvT6Hk9hNDOJNfUI { display:block; }
 }@media only screen and (max-width: 763px) { #ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i { display:block; }#ihMAKgeHo66mF2Vsg5ydE47nmTD9Ah2i > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kov4ATMsV2hXxCWObcL1WR8wwzdJleeR { width:20rem;height:5.625rem;top:11.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTXKM5TsZSWARKysm9T0wgesvniAVp5a { width:20rem;height:9.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRvTfiLX3quts6mMhyOe8a94ZQZb4JX7 { width:8.3125rem;height:8.3125rem;top:6.125rem;left:5.875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3PC738bgEX5LVopoecsHDKA5RuWIqHK { width:3.25rem;height:3.25rem;top:8.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWDOKBub5OpzTbr4ShuqWOb9M9OwoFa1 { width:10.875rem;height:2.6875rem;top:18.25rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkXraSpTfyZSwcqaa5np37rwdBHuqqfy { display:block; }
 }@media only screen and (max-width: 763px) { #kBKG5dbiKB8SkSGzRSSmsKRT3Lq37m2D { width:20rem;height:5.625rem;top:38.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwrumDD1ZmMVPwsMxccQTRcxgcPKwQH9 { width:8.3125rem;height:8.3125rem;top:32.75rem;left:5.875rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfE1nWmgZzcmlf6Utvrwu0qwkf1WyIpB { width:10.875rem;height:2.6875rem;top:44.875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgoJDH47z4L3VBTDIF0P96P00Gw5JaDR { display:block; }
 }@media only screen and (max-width: 763px) { #nLFIFNCh5ERR4oDUqJIxpCiqyADUZ2R8 { width:20rem;height:9.3125rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzWlZ3HXGZ8sxkLe6ylSyAR8U5uWMP62 { width:3.25rem;height:3.25rem;top:35.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR { display:block; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa { width:20rem;height:43.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPJwqsnJbgPTiZIslNLP76vmepHXyzBn { width:20rem;height:7.5rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSPD1M7hGAgZin4WmmK9WGtxuaJXixoM { width:20rem;height:9rem;top:3.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FpWepXe5ggoSLUPxgTwS0MoCLbNW9dyN { width:20rem;height:0.125rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkD4wmid5bqVuT5RAuQTswDtbty8RzKd { width:20rem;height:10.78125rem;top:20.6875rem;left:0rem;font-size:0.9375rem;display:block; }#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd li:before{  }
 }@media only screen and (max-width: 763px) { #vskxtbCrpDNHGInfAnT2lT5lBf0bsVcv { width:14rem;height:3.4375rem;top:33.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFGNP1JrqJC431VD2NhWBC30ChXcDD23 { display:block; }
 }@media only screen and (max-width: 763px) { #ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { display:block; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPwSyrk2iMinC6dd7xRxGXBw4OAlfQUg { width:20rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { display:block; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7 { width:5rem;height:4.5rem;top:1.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpuBa9DUaTJyMaA3wcScTGMGWE7NBx30 { width:20rem;height:3.4375rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukRhQEoXNokuefrJJGnLdDwEiTrl1dWE { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBaxfDzaZpP1DtVuab7Q4iShCO4unSoD { width:17.75rem;height:3rem;top:12.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSINEmNoqiIiBn3HrvoDICABdBQaGy88 { width:18.8125rem;height:3.65625rem;top:16.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTl6fAQSmPHs1qeBTVVA7JltoiNslREH { width:20rem;height:1.71875rem;top:34rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCI8sGM3c7Df9MqwaeH0BpzuWgMuqiKr { width:17.75rem;height:4.5rem;top:36.3125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG { width:5rem;height:4.5rem;top:27.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5z14kbOKth84EcxybTmrzC4CtQztoGL { width:7.5rem;height:7.5rem;top:25.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzyyhEFgZS2tJyVP1laFKwSs5Cveqa7i { width:18.8125rem;height:3.65625rem;top:40.8125rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC34iandq1z1JFEPz187TE86Gyaez4TS { width:20rem;height:1.71875rem;top:58.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7 { width:5rem;height:4.5rem;top:52.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czCKx3FQmQ1IiireSzlr0QWPk54DEtlJ { width:7.5rem;height:7.5rem;top:50.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Go6wn5drltS9XTflkVrWma5nUft1g5 { width:18.8125rem;height:3.65625rem;top:65.6875rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6wq0ZF6Jr3qD4plqHBA9PBr4KRyeLNo { width:17.75rem;height:4.5rem;top:61.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE7pXblqn0kgkEHwW21010P7nxylZOZ { display:block; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTdUV6nM6G1FKoNJ8tu2XUOvKJk28nuy { width:20rem;height:5.73925625rem;top:2.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlRGuHLn7oqEDPzqyCPagf3mP7l0nvEQ { width:19.4375rem;height:5.625rem;top:29.86328125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3wnTooQdUrcZdu6xGw57wfTDKHcMHm { width:17.6875rem;height:6.4375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVZMSA6dHxkkBd73Q8vP4kZayvvPnecD { width:15.4375rem;height:6.1875rem;top:9.4072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgAbeAGMAszirnHyU1eGuEDvm3NH6uVu { width:19.3125rem;height:5.5rem;top:23.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 { background-color:#ffffff;background-image:url("../img/subtlegrunge.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9.adaptive-delivery-prevent-bg, #dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9.lazyload, #dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9.lazyloading { background-image: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { background-color: transparent; background-image: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container > .video-iframe-container { display: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row > .video-iframe-container { display: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .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); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { border-width: 0; border-radius: 0; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1a4Tci5HskPzrdCr89cnFGEPEktouB4 { width:20rem;height:7.5rem;top:3.5625rem;left:0rem;font-size:2.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #esdkket4HOwVSPHJ0iy7cqJh9uGXA33q { width:17.75rem;height:4.875rem;top:11rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHigpJvTz6sWE5KLF29woz8xdFggNTU { width:14rem;height:3.4375rem;top:23.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8UBgUCwA81LkfE99hKywPJDLgeX7c0 { display:block; }
 }@media only screen and (max-width: 763px) { #rxFopwnIameobeNOt1KHMFAgTwOMVcDT { width:17.5rem;height:3.4375rem;top:18.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnGh6iNNZ22bOOzEGhbQZLFML2fHbIHc { display:block; }
 }@media only screen and (max-width: 763px) { #RtWmlpNOPimZ97AdLixNxx92siQ1glOn { width:20rem;height:2.625rem;top:26.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XulKt3P9E04SNqxz4v3h5OpRGZuORAic { width:5.375rem;height:8.1875rem;top:40.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWIfDXdLPEvkTy77GMNz6EIKEUgTywWx { width:20rem;height:4.5rem;top:32.7705078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzrd0APZkAeBevsJ8GCTznotwk8nNqW { display:block; }#MRzrd0APZkAeBevsJ8GCTznotwk8nNqW > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo { display:block; }#lqzLLiUvamwGxn98MgtwtG4ymRTcI7Oo > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU { border-width: 0; border-radius: 0; }#SmfHAdVIeHwnOgzuELb2bcd1P6Gqa9tU > .row .container { width:20rem;height:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp7SBEfNrXyIpwasupHVoQ8WF5AIiwHu { width:2.125rem;height:2.125rem;top:0.625rem;left:13.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0yvqxBVh2u1IKGSZrySTQubI5D8mwB { width:15.125rem;height:0;top:5.3125rem;left:2.4375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #agZsXgWN5TPWort3AAKitggGCB8wbWKX { width:2.5625rem;height:2.5625rem;top:0.59375rem;left:11.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCRN97Lr64M9QtfdLk9GmcIAE3wFm5do { width:2.75rem;height:3.0625rem;top:0rem;left:14.3125rem;background-color:transparent;background-image:none;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #O6n6Lr4P2vDBs2S8pVSXD5FEWzvSbXqu { display:block; }
 }@media only screen and (max-width: 763px) { #sBfmK7SToTvfG3uSfDJILVZiagszxTD6 { width:3.125rem;height:3.125rem;top:0.0625rem;left:17rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;z-index:100019;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:"font awesome brands";font-weight:400;font-style:normal;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXL42RXwtkkqaTuCLzxVEFC1Eyrm8xqa { display:block; }
 }@media only screen and (max-width: 763px) { #XamQLGBvg8nl3n5GoqkAcgCWgrAVMGz5 { width:2.9375rem;height:3.25rem;top:0rem;left:13.53125rem;background-color:transparent;background-image:none;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #MPulT4lHhPy8tDyi0M2KLTkXOQGXrN2X { display:block; }
 }@media only screen and (max-width: 763px) { #wcDke3T7u170e240BOUtS4qIiv1xV1MA { width:1.9375rem;height:1.9375rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iC80RILnpW0GBQau7SpAUH5DQdgbmPoL { width:8.6875rem;height:3.4375rem;top:0.4375rem;left:5.625rem;background-color:transparent;background-image:none;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #rGd3GB3Jl060PUqnee14WOPUt8ukMNo7 { display:block; }
 }@media only screen and (max-width: 763px) { #eaUxZNQIAAQCAwohCTNJd5R6JNRMTNE9 { width:0.625rem;height:0.625rem;top:0.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycoJwV85AsXZTQCgfLewrxnfQsBHPUAr { width:12.5rem;height:3.3125rem;top:7.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugzzmLs7Ll5ZF9Tc5MB1teOurMTCdC4M { width:15.125rem;height:0.84375rem;top:1.28125rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }