.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;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0073c8;background-image:none;position:relative;z-index:auto;display:block; }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row .container { background-color: transparent; background-image: none; }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row .container > .video-iframe-container { display: none; }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row > .video-iframe-container { display: none; }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .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); }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row .container { border-width: 0; border-radius: 0; }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row .container { font-size:14px;font-family:arial;height:76px;width:1200px;position:relative;display:block; }#Dyh5QvMlDQZWOMrSfHtymfKR24BaCR45 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:71px;top:13px;left:18px;overflow:hidden;display:block; }
#dOgHnMX8vkvnNcxuUqDbRrk6Jcgoxv1P { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:97px;top:13px;left:131px;overflow:hidden;display:block; }
#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/teS2iinf/BG_topo.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3.adaptive-delivery-prevent-bg, #Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3.lazyload, #Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3.lazyloading { background-image: none; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container { background-color: transparent; background-image: none; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,120,208,0.75); }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container > .video-iframe-container { display: none; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,120,208,0.75); }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row > .video-iframe-container { display: none; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .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); }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container { border-width: 0; border-radius: 0; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container { font-size:14px;font-family:arial;height:625px;width:1200px;position:relative;display:block; }#g6AVFJ59kF5ao2sQup9dc0f2IyGqWRpK { display:block;width:840px;position:absolute;font-family:"product sans";font-size:52px;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:45px;left:351px;height:;color:#df4022;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#uqiPpLA5NpElPDUp8fQctE5NxzAZU0Bv { display:block;width:395px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100002;line-height:1.1;letter-spacing:0;top:322px;left:108px;height:118.958px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }#uqiPpLA5NpElPDUp8fQctE5NxzAZU0Bv li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#uqiPpLA5NpElPDUp8fQctE5NxzAZU0Bv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5gbN59Qa/200px_Checkmark.svg.png); }
#b6zmMGNbIUy23cicCeeoxUx2MhnlSJr4 { display:block;width:552px;position:absolute;font-family:"product sans";font-size:25px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:360px;left:607px;height:67.9922px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:none; }#b6zmMGNbIUy23cicCeeoxUx2MhnlSJr4 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#b6zmMGNbIUy23cicCeeoxUx2MhnlSJr4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/edvN42ze/Fxemoji_u274C.svg.png); }
#pkDMDAc29sPqexF0vm9bS1dCqW7Ow2kC { display:block;width:406px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:211px;left:130px;height:;color:#fdfdfd;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QEn0wCuPewy4x73coWJz6iNmpTNeREbD { display:block;width:358px;position:absolute;font-family:"product sans";font-size:35px;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:314px;left:72px;height:40.5px;color:#df4022;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#XEbmpnrWpv7H21PiFgKTF5y8z57l1c4h { display:block;width:358px;position:absolute;font-family:"product sans";font-size:35px;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:314px;left:636px;height:40.5px;color:#df4022;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#EwS9Ts5t0JeTt1iRIaTvs88XEw7oLK3p { display:block;width:555px;position:absolute;font-family:"open sans";font-size:63px;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:85px;left:130px;height:126px;color:#fddb01;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#thtl1TDWuZ0WT52FDpbKMf2zlCVRMrsC { display:block;width:372px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:448px;left:108px;height:20.8px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }#thtl1TDWuZ0WT52FDpbKMf2zlCVRMrsC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#thtl1TDWuZ0WT52FDpbKMf2zlCVRMrsC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/edvN42ze/Fxemoji_u274C.svg.png); }
#OLkTL5QfTsFq44c93ePyqDKVEnDzUFLM { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:420px;width:714px;top:266px;left:464px;overflow:hidden;display:block; }
#kkz076BUgpwUKlBFCxkapidH0Akzy5Ue { display:block;width:220px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:190px;left:789px;height:;color:#df4022;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CSbtmWi3n5b23K2XN2fvxWQhQlJL86Ji { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #045c9e, #1889da);background-image: -moz-linear-gradient(234deg, #045c9e, #1889da);background-image: -ms-linear-gradient(234deg, #045c9e, #1889da);background-image: -o-linear-gradient(234deg, #045c9e, #1889da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045c9e', endColorstr='#1889da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045c9e', endColorstr='#1889da' );";background-image: linear-gradient(234deg, #045c9e, #1889da);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 50px rgba(0,0,0,0.2) ;height:466px;width:1023px;top:61px;left:67px;display:block; }
#z4ebfex96Ql1qVwOlTsZU5CkuA2yqekL { display:block;width:347px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:121px;left:664px;height:;color:#fdfdfd;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zZilzI6F77T4O5K9nuFhOTOGIQrCdTIK { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/06N5JrSf/N_o_trabalhamos_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:2px solid #fddb01;border-left:2px solid #fddb01;border-right:2px solid #fddb01;border-bottom:2px solid #fddb01;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 50px rgba(0,0,0,0.2) ;height:100px;width:350px;top:583px;left:67px;display:block; }#zZilzI6F77T4O5K9nuFhOTOGIQrCdTIK.adaptive-delivery-prevent-bg, #zZilzI6F77T4O5K9nuFhOTOGIQrCdTIK.lazyload, #zZilzI6F77T4O5K9nuFhOTOGIQrCdTIK.lazyloading { background-image: none; }
#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row .container { background-color: transparent; background-image: none; }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row .container > .video-iframe-container { display: none; }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row > .video-iframe-container { display: none; }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .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); }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row .container { border-width: 0; border-radius: 0; }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row .container { font-size:14px;font-family:arial;height:211px;width:1200px;position:relative;display:block; }#fsQsLwfdoEJHXdoGPoB4FrvZel1fmmrO { display:block;width:1200px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:120px;left:0px;height:58.5px;color:#df4022;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rqec7wCNSLuUkmDqJNRCZlr8DE7E3uFF { display:block;width:1200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:176px;left:0px;height:32.5px;color:#df4022;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UdtAWC31qfXCsWF0Ro2qcPSF9y0nSLEd { position:absolute;display:block;z-index:100019;background-color:#000000;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:2px;width:100px;top:191px;left:360px;display:block; }
#T4VXZrU7zmp8btMkodvxOzkOktBg2WsH { position:absolute;display:block;z-index:100020;background-color:#000000;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:2px;width:100px;top:191px;left:739px;display:block; }
#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov { position:relative;display:block; }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov { background-color: transparent; background-image: none; }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov > .row .container > .video-iframe-container { display: none; }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov > .row > .video-iframe-container { display: none; }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov > .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); }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov { border-width: 0; border-radius: 0; }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#aXH1gN8J6iCC2H4zdSckDIoPGF2Sm5aw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:52px;top:7px;left:480.00003051758px;overflow:hidden;display:block; }
#CUHwSNrvze4rI05ETsfqKylevcIsFN8l { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:52px;top:7px;left:543.00003051758px;overflow:hidden;display:block; }
#IJZnhQBecxQmRdFcQXEKPJVU7F8cuQS1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:52px;top:7px;left:608.00003051758px;overflow:hidden;display:block; }
#WILKtp0dzPsNeD3JMz3WmNQ0Amx1p5Mt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:52px;top:7px;left:669.00003051758px;overflow:hidden;display:block; }
#rANI7avprooZZwyJLQvg0pm6aATLs0qf { position:relative;display:block; }#rANI7avprooZZwyJLQvg0pm6aATLs0qf { background-color: transparent; background-image: none; }#rANI7avprooZZwyJLQvg0pm6aATLs0qf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rANI7avprooZZwyJLQvg0pm6aATLs0qf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rANI7avprooZZwyJLQvg0pm6aATLs0qf > .row .container > .video-iframe-container { display: none; }#rANI7avprooZZwyJLQvg0pm6aATLs0qf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rANI7avprooZZwyJLQvg0pm6aATLs0qf > .row > .video-iframe-container { display: none; }#rANI7avprooZZwyJLQvg0pm6aATLs0qf > .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); }#rANI7avprooZZwyJLQvg0pm6aATLs0qf { border-width: 0; border-radius: 0; }#rANI7avprooZZwyJLQvg0pm6aATLs0qf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:295px;width:1200px;position:relative;display:block; }#ASHHqkXMnRWIM0n8BUuzRK5t07Shzvow { 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;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:13.5px;left:9px;display:block; }
#XsTPCVBmgTJJo5TfLEVCrGSzSqs5ExF6 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:216px;top:41px;left:48.5px;overflow:hidden;display:block; }
#yu1OTrcb0RmP61vALgm1pMTFtDDVKilH { color:#4a4a4a;display:block;width:244px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:192px;left:28px;height:44px;text-align:center;text-align-last:center;display:block; }
#sRlWBOPTkzTbmIGpPHRvR28vBVS0ZT7Q { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:244px;left:10px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#V3qNSMe9Eu8LTvAe3fyf6Fr6cx7PpExq { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:310px;display:block; }
#KXf9nwdobVVish0ocsP0GCs6p91xWO4R { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:349px;overflow:hidden;display:block; }
#fsGyvtBDOminSlTJOuLHDKbZTshDJAox { color:#4a4a4a;display:block;width:219px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100010;line-height:1.1;letter-spacing:0;top:190px;left:341px;height:44px;text-align:center;text-align-last:center;display:block; }
#RbT3KKH383tSqcO32ncmwxXAUhGvSQi8 { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:244px;left:311px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#tTrnSWT9au9ECs38lSZbAErVmeHyU2bH { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:610px;display:block; }
#ebM2yUzFiQRPrunEd2hkCaFQb8An9Ssk { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:649px;overflow:hidden;display:block; }
#hDPadFFCwJKpLiVxxpmumXit9SOALzQw { color:#4a4a4a;display:block;width:207px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100016;line-height:1.1;letter-spacing:0;top:191px;left:646.5px;height:44px;text-align:center;text-align-last:center;display:block; }
#i1I4rVAuRRJsTxVwTnAiAXDwNggOwZmw { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:240px;left:611px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#l2LuhJ30UT9cyQSGp6x5AqdeGkZR4oTW { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:910px;display:block; }
#rOElp78yVlHhASTtxCg5f8f0HgDt8Txf { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:216px;top:41px;left:949px;overflow:hidden;display:block; }
#mhCBS4CMwFek4dNu6TGcQa9NNG8TT3nv { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:199px;left:911px;height:26px;text-align:center;text-align-last:center;display:block; }
#oBpn5sNz2hZDMZM4vq31id8L6MSgqOI6 { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:229px;left:911px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv { position:relative;display:block; }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv { background-color: transparent; background-image: none; }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv > .row .container > .video-iframe-container { display: none; }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv > .row > .video-iframe-container { display: none; }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv > .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); }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv { border-width: 0; border-radius: 0; }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:373px;width:1200px;position:relative;display:block; }#dgTJCQWiLpbcvXgiPQ6bns00mT0KCUTd { 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;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:13.5px;left:9px;display:block; }
#hNqQwOHvcS7vTdPH2eE9b1gtX85kQ1tB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:48.5px;overflow:hidden;display:block; }
#MDzlXqhSPM6mybVUJNvi62lIM08cV6ly { color:#4a4a4a;display:block;width:248px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:195.5px;left:26px;height:20px;text-align:center;text-align-last:center;display:block; }
#qdnaMTyTHEFI2LT0qmS8czITAiV9S8wm { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:232px;left:10px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#vPoXXRcfmDdJxd9tOG021h0X05fLzibD { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:310px;display:block; }
#wdyvCZ96bez8JRKbpe8TBDlzCoABqWW1 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:349px;overflow:hidden;display:block; }
#UqhWXDctx2XIKD6L0osaq35cqpcZArwV { color:#4a4a4a;display:block;width:232px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100010;line-height:1;letter-spacing:0;top:191.5px;left:334px;height:40px;text-align:center;text-align-last:center;display:block; }
#QknetUyx6gSy6zvSwGdcrKyN42xhOEt6 { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:240px;left:311px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#oA5beR34387TwNOg8TaEsxDb4lX4mIH4 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:610px;display:block; }
#T41y8sd8gCvWk4NX3lIQtPQAlihm0nwT { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:649px;overflow:hidden;display:block; }
#xTuOxFsOK78c5fwV1J57np4ll5eOo6L0 { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:199px;left:611px;height:26px;text-align:center;text-align-last:center;display:block; }
#lQmxQPeTybEbIQzlgnVZhQdcOD7RP6wA { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:229px;left:611px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#GqBaqkmhTJCRlbiMHLhIbvrKXECWghFc { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:910px;display:block; }
#OUKdRc4bcqyIBVzDtqqbdvPUxuawJeLq { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:949px;overflow:hidden;display:block; }
#WRvKbg4IIPeXvUrMOqRBsOnBUn3IytcR { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:199px;left:911px;height:26px;text-align:center;text-align-last:center;display:block; }
#DGSkM7RCSbfltgSFzf4tGl4wpcv0h01O { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:229px;left:911px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;display:block; }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row .container { background-color: transparent; background-image: none; }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row .container > .video-iframe-container { display: none; }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row > .video-iframe-container { display: none; }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .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); }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row .container { border-width: 0; border-radius: 0; }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row .container { font-size:14px;font-family:arial;height:229px;width:1200px;position:relative;display:block; }#FTGpZZLiOdpqJO2VaOOMliTCRCz5ZTvp { display:block;width:453px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:65px;left:374px;height:;color:#df4022;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rNewz76eF52LWLMoxRD7fv1p6VfmB6Jw { position:absolute;display:block;z-index:100019;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:2px;width:100px;top:182px;left:360px;display:block; }
#XvfALaXk5rVcvkia6Sg8GRh6loFQRaHB { position:absolute;display:block;z-index:100020;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:2px;width:100px;top:182px;left:742.00003051758px;display:block; }
#bpooqJmhspASzfLxEk0c3vZ2hBugrKIK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:52px;top:155px;left:602px;overflow:hidden;display:block; }
#yimqz130uGoEUyuW0CSKntiKHVULCMwh { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:52px;top:155px;left:671px;overflow:hidden;display:block; }
#cBTQMEqO52ddP0Zm9EUF5bKUh2VATtJQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:52px;top:155px;left:537px;overflow:hidden;display:block; }
#Gx0Hk7EpIvibLWhsII0zfsnZqZAdboTV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53px;width:53px;top:156px;left:474px;overflow:hidden;display:block; }
#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;display:block; }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row .container { background-color: transparent; background-image: none; }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row .container > .video-iframe-container { display: none; }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row > .video-iframe-container { display: none; }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .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); }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row .container { border-width: 0; border-radius: 0; }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row .container { font-size:14px;font-family:arial;height:298px;width:1200px;position:relative;display:block; }#MOhxv9oCLegDvUZ5nr6gGhQCt2T1Wx8g { 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;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:13.5px;left:9px;display:block; }
#DWbTk7GR16BfMwDGa3rzhDxMvPUeWcpW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:48.5px;overflow:hidden;display:block; }
#rfUWCe1rlGoM0Jv8sr7gMWIfCfe2RZmG { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:199px;left:10px;height:26px;text-align:center;text-align-last:center;display:block; }
#rKTE4v4TW5CVPvVgIwfJwqsBdSlzAy4t { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:229px;left:10px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#vxL1NA3EWSrifkpFTCCH0N9xMcyzGAVB { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:310px;display:block; }
#WJr8otKTJ5utIEmk6bMirawgK29eo7UE { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:349px;overflow:hidden;display:block; }
#iP5Hthegr1BN6utVuPQqBPbSbQUMnTIm { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:199px;left:311px;height:26px;text-align:center;text-align-last:center;display:block; }
#IavmZqRcKZHaMRSws1ITFxvoeBlIzdBb { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:229px;left:311px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#uD43Blke4zhkUl2ryU5zAs6gGg5ZEQGr { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:610px;display:block; }
#pq3JXp8PuoUdb4SoaDFIsOE0mlw3E7J4 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:649px;overflow:hidden;display:block; }
#yuQJJ8lFp81D34A8gwD7GzrWqpNurksw { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:199px;left:611px;height:26px;text-align:center;text-align-last:center;display:block; }
#Sz9z1iX6VwKARNDqTyesPrFg7fPsmKqa { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:229px;left:611px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#hJITbp5KtpGHhEhBf3Qns1qQHRSXA84t { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:910px;display:block; }
#OUzdiNELrivN8xmcb1Bbh5OM4ACZ8Lhk { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:949px;overflow:hidden;display:block; }
#krT3u7Xh36QGCZeJpVuqJOCI9U7MoIxA { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:199px;left:911px;height:26px;text-align:center;text-align-last:center;display:block; }
#QU7TW9MC3DafTBONbHO7Q5CdTKGSOX23 { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:229px;left:911px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;display:block; }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row .container { background-color: transparent; background-image: none; }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row .container > .video-iframe-container { display: none; }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row > .video-iframe-container { display: none; }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .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); }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row .container { border-width: 0; border-radius: 0; }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row .container { font-size:14px;font-family:arial;height:372px;width:1200px;position:relative;display:block; }#pJiZmOKoKvH0oDMeqNZ5tWZ0IdTpHATe { 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;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:13.5px;left:9px;display:block; }
#hhu4cT5U05vQuEIQrVv28GyRr3GftJuq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:48.5px;overflow:hidden;display:block; }
#S6vQNr6HdVPk3GoX44HfXQniBErOkE1L { color:#4a4a4a;display:block;width:248px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:187.5px;left:26px;height:40px;text-align:center;text-align-last:center;display:block; }
#a4V6TTh0hkJL8klxZuk7f5CEpF2PXpTp { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:241px;left:10px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#Ga6PfxypQDmxSUk5DT3Fw0D7taGsf6UX { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:310px;display:block; }
#Pp4EuIU6GSTEiJCMMJPMtKA8K36kqliQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:349px;overflow:hidden;display:block; }
#yl3rBtpNldJ8EZTSKK8dRJXiMMnhCv0I { color:#4a4a4a;display:block;width:232px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100010;line-height:1;letter-spacing:0;top:191.5px;left:334px;height:40px;text-align:center;text-align-last:center;display:block; }
#ZZ9qEKDqrwH9U1vUxUtxBgUApT9OJPmK { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:240px;left:311px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#P86qZ0ThgfyV7eJAvB4xSWgH4bH7920V { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:610px;display:block; }
#TVz9cwr4gyWTbkx07DzGtyMEtEcL602N { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:649px;overflow:hidden;display:block; }
#yXBvreEPblzKeLc3IW9OWNKuql3T3Ctg { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:199px;left:611px;height:26px;text-align:center;text-align-last:center;display:block; }
#oRbBO1ctTqUmr1v8sPxeA6pegCtnR8Tu { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:229px;left:611px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#EGWTZgob9weeUUirSEizJe3gXTSFI8TR { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:280px;width:280px;top:14px;left:910px;display:block; }
#N1rRTscT3qJ2OlN4NLeOXAQRFJUIm8ZK { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:212px;top:41px;left:949px;overflow:hidden;display:block; }
#UzQKmSZXarKd7I12NQf5VWFwII12yL4Z { color:#4a4a4a;display:block;width:280px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:199px;left:911px;height:26px;text-align:center;text-align-last:center;display:block; }
#v7r9Coq09uXHmCqogQ3v4BfxxM3TZ5ao { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:229px;left:911px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec { position:relative;display:block; }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec { background-color: transparent; background-image: none; }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec > .row .container > .video-iframe-container { display: none; }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec > .row > .video-iframe-container { display: none; }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec > .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); }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec { border-width: 0; border-radius: 0; }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:419px;width:1200px;position:relative;display:block; }#qwHKnZIguPmIiyw5kDhq77JOVFGoJloC { display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:216px;left:0px;height:20.8px;color:#df4022;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dwfMOthUUGGOOtWLJEJtm9RQpItPGMny { display:block;width:649px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:104px;left:276px;height:96px;color:#df4022;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W3aCTr5UcF5Eo9KSax9TNtvH0uoJRTTJ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:55px;width:280px;top:273px;left:460px;overflow:hidden;display:block; }
#fVdm4taPf5TPWye4S09tGq11uz7b7qeE { position:relative;display:block; }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE { background-color: transparent; background-image: none; }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE > .row .container > .video-iframe-container { display: none; }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE > .row > .video-iframe-container { display: none; }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE > .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); }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE { border-width: 0; border-radius: 0; }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:463px;width:1200px;position:relative;display:block; }#FZ20ygOTvlKKfQTUmWCERRayKpIaGWhG { display:block;width:410px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26px;left:24px;height:32.5px;color:#df4022;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fDWMSWOeMRnpu4627wZQfwdKl7N35dAS { display:block;width:462px;position:absolute;font-family:"open sans";font-size:41px;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:60px;left:24px;height:;color:#df4022;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Lm6byQMw5QSXHzUPPVi9vBAmEFd0ryp7 { display:block;width:445px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:170px;left:24px;height:208.9164px;color:#ffffff;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZNiMaaebdiN3md1dJrhqbyPTyNe8s1Ns { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:22px;left:535px;display:block; }
#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA { position:relative;display:block; }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA { background-color: transparent; background-image: none; }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA > .row .container > .video-iframe-container { display: none; }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA > .row > .video-iframe-container { display: none; }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA > .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); }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA { border-width: 0; border-radius: 0; }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:413px;width:1200px;position:relative;display:block; }#VJDaxDaD9RCwbHCUgnZO858CIrcx74lL { display:block;width:290px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:53px;left:42px;height:207.917px;color:#ffffff;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tTUTRLiQhP80BLdgmrkMrDx4TdAU47pH { display:block;width:290px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:53px;left:845px;height:166.3334px;color:#ffffff;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V5gb7dW6svKOl1maub65509W4CJbP8ob { display:block;width:290px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:53px;left:455px;height:291.0828px;color:#ffffff;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#da7yHdTcwfEzuwtHvgLeN0Or7IXcvSVV { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 10px rgba(0,0,0,0.2) ;height:356px;width:1190px;top:0px;left:6px;display:block; }
#Sbb0BG0B837zMydATxPJb1MSQf4wSX4M { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:2px;top:86.5px;left:393.5px;display:block; }
#kEvNNXT34REv7THhbSqgUsOcHvTKiF5H { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;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:200px;width:2px;top:86.5px;left:800.5px;display:block; }
#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dedede;background-image:none;position:relative;z-index:auto;display:block; }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row .container { background-color: transparent; background-image: none; }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row .container > .video-iframe-container { display: none; }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row > .video-iframe-container { display: none; }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .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); }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row .container { border-width: 0; border-radius: 0; }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row .container { font-size:14px;font-family:arial;height:95px;width:1200px;position:relative;display:block; }#Jhv5SWgZ7q6xeTSEx6DHpy3p34GeDBag { display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:27.5px;left:0px;height:;color:#454545;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L9n71f63fyG3nmacbmOHx1aB8uwRr7Xc { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:83px;top:19px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bT99ItGWM4z0WMTpk82RML4TgRh4gzLk { display:block; }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dyh5QvMlDQZWOMrSfHtymfKR24BaCR45 { width:71px;height:50px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dOgHnMX8vkvnNcxuUqDbRrk6Jcgoxv1P { width:97px;height:45px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 { display:block; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6AVFJ59kF5ao2sQup9dc0f2IyGqWRpK { width:365px;height:114px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #uqiPpLA5NpElPDUp8fQctE5NxzAZU0Bv { width:365px;height:379px;top:51px;left:9px;font-size:32px;display:block; }#uqiPpLA5NpElPDUp8fQctE5NxzAZU0Bv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5gbN59Qa/200px_Checkmark.svg.png); }
 }@media only screen and (max-width: 763px) { #b6zmMGNbIUy23cicCeeoxUx2MhnlSJr4 { width:365px;height:210px;top:51px;left:9px;font-size:32px;display:block; }#b6zmMGNbIUy23cicCeeoxUx2MhnlSJr4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/edvN42ze/Fxemoji_u274C.svg.png); }
 }@media only screen and (max-width: 763px) { #pkDMDAc29sPqexF0vm9bS1dCqW7Ow2kC { width:365px;height:82px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QEn0wCuPewy4x73coWJz6iNmpTNeREbD { width:365px;height:82px;top:51px;left:9px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #XEbmpnrWpv7H21PiFgKTF5y8z57l1c4h { width:365px;height:38px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #EwS9Ts5t0JeTt1iRIaTvs88XEw7oLK3p { width:365px;height:82px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #thtl1TDWuZ0WT52FDpbKMf2zlCVRMrsC { width:365px;height:123px;top:51px;left:9px;font-size:32px;display:block; }#thtl1TDWuZ0WT52FDpbKMf2zlCVRMrsC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/edvN42ze/Fxemoji_u274C.svg.png); }
 }@media only screen and (max-width: 763px) { #OLkTL5QfTsFq44c93ePyqDKVEnDzUFLM { width:714px;height:420px;top:266px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #kkz076BUgpwUKlBFCxkapidH0Akzy5Ue { width:365px;height:82px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CSbtmWi3n5b23K2XN2fvxWQhQlJL86Ji { width:764px;height:466px;top:61px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z4ebfex96Ql1qVwOlTsZU5CkuA2yqekL { width:365px;height:82px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zZilzI6F77T4O5K9nuFhOTOGIQrCdTIK { width:350px;height:100px;top:583px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 { display:block; }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsQsLwfdoEJHXdoGPoB4FrvZel1fmmrO { width:365px;height:41px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Rqec7wCNSLuUkmDqJNRCZlr8DE7E3uFF { width:365px;height:82px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UdtAWC31qfXCsWF0Ro2qcPSF9y0nSLEd { width:100px;height:2px;top:191px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #T4VXZrU7zmp8btMkodvxOzkOktBg2WsH { width:100px;height:2px;top:191px;left:521px;display:block; }
 }@media only screen and (max-width: 763px) { #dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov { display:block; }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXH1gN8J6iCC2H4zdSckDIoPGF2Sm5aw { width:52px;height:52px;top:7px;left:262.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #CUHwSNrvze4rI05ETsfqKylevcIsFN8l { width:52px;height:52px;top:7px;left:325.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #IJZnhQBecxQmRdFcQXEKPJVU7F8cuQS1 { width:52px;height:52px;top:7px;left:390.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #WILKtp0dzPsNeD3JMz3WmNQ0Amx1p5Mt { width:52px;height:52px;top:7px;left:451.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #rANI7avprooZZwyJLQvg0pm6aATLs0qf { display:block; }#rANI7avprooZZwyJLQvg0pm6aATLs0qf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASHHqkXMnRWIM0n8BUuzRK5t07Shzvow { width:280px;height:280px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XsTPCVBmgTJJo5TfLEVCrGSzSqs5ExF6 { width:216px;height:141px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yu1OTrcb0RmP61vALgm1pMTFtDDVKilH { width:244px;height:44px;top:192px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sRlWBOPTkzTbmIGpPHRvR28vBVS0ZT7Q { width:280px;height:20px;top:244px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V3qNSMe9Eu8LTvAe3fyf6Fr6cx7PpExq { width:280px;height:280px;top:14px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #KXf9nwdobVVish0ocsP0GCs6p91xWO4R { width:212px;height:141px;top:41px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #fsGyvtBDOminSlTJOuLHDKbZTshDJAox { width:219px;height:44px;top:190px;left:163px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RbT3KKH383tSqcO32ncmwxXAUhGvSQi8 { width:280px;height:20px;top:244px;left:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tTrnSWT9au9ECs38lSZbAErVmeHyU2bH { width:280px;height:280px;top:14px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #ebM2yUzFiQRPrunEd2hkCaFQb8An9Ssk { width:212px;height:141px;top:41px;left:357px;display:block; }
 }@media only screen and (max-width: 763px) { #hDPadFFCwJKpLiVxxpmumXit9SOALzQw { width:207px;height:44px;top:191px;left:366px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #i1I4rVAuRRJsTxVwTnAiAXDwNggOwZmw { width:280px;height:20px;top:240px;left:293px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l2LuhJ30UT9cyQSGp6x5AqdeGkZR4oTW { width:280px;height:280px;top:14px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #rOElp78yVlHhASTtxCg5f8f0HgDt8Txf { width:216px;height:141px;top:41px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #mhCBS4CMwFek4dNu6TGcQa9NNG8TT3nv { width:280px;height:26px;top:199px;left:484px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oBpn5sNz2hZDMZM4vq31id8L6MSgqOI6 { width:280px;height:20px;top:229px;left:484px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv { display:block; }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgTJCQWiLpbcvXgiPQ6bns00mT0KCUTd { width:280px;height:280px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hNqQwOHvcS7vTdPH2eE9b1gtX85kQ1tB { width:212px;height:141px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MDzlXqhSPM6mybVUJNvi62lIM08cV6ly { width:248px;height:20px;top:195px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qdnaMTyTHEFI2LT0qmS8czITAiV9S8wm { width:280px;height:20px;top:232px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vPoXXRcfmDdJxd9tOG021h0X05fLzibD { width:280px;height:280px;top:14px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #wdyvCZ96bez8JRKbpe8TBDlzCoABqWW1 { width:212px;height:141px;top:41px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #UqhWXDctx2XIKD6L0osaq35cqpcZArwV { width:232px;height:40px;top:191px;left:150px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QknetUyx6gSy6zvSwGdcrKyN42xhOEt6 { width:280px;height:20px;top:240px;left:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oA5beR34387TwNOg8TaEsxDb4lX4mIH4 { width:280px;height:280px;top:14px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #T41y8sd8gCvWk4NX3lIQtPQAlihm0nwT { width:212px;height:141px;top:41px;left:357px;display:block; }
 }@media only screen and (max-width: 763px) { #xTuOxFsOK78c5fwV1J57np4ll5eOo6L0 { width:280px;height:26px;top:199px;left:293px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lQmxQPeTybEbIQzlgnVZhQdcOD7RP6wA { width:280px;height:20px;top:229px;left:293px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GqBaqkmhTJCRlbiMHLhIbvrKXECWghFc { width:280px;height:280px;top:14px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #OUKdRc4bcqyIBVzDtqqbdvPUxuawJeLq { width:212px;height:141px;top:41px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #WRvKbg4IIPeXvUrMOqRBsOnBUn3IytcR { width:280px;height:26px;top:199px;left:484px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DGSkM7RCSbfltgSFzf4tGl4wpcv0h01O { width:280px;height:20px;top:229px;left:484px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE { display:block; }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTGpZZLiOdpqJO2VaOOMliTCRCz5ZTvp { width:365px;height:41px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #rNewz76eF52LWLMoxRD7fv1p6VfmB6Jw { width:100px;height:2px;top:182px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #XvfALaXk5rVcvkia6Sg8GRh6loFQRaHB { width:100px;height:2px;top:182px;left:524.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #bpooqJmhspASzfLxEk0c3vZ2hBugrKIK { width:52px;height:52px;top:155px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #yimqz130uGoEUyuW0CSKntiKHVULCMwh { width:52px;height:52px;top:155px;left:453px;display:block; }
 }@media only screen and (max-width: 763px) { #cBTQMEqO52ddP0Zm9EUF5bKUh2VATtJQ { width:52px;height:52px;top:155px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0Hk7EpIvibLWhsII0zfsnZqZAdboTV { width:53px;height:53px;top:156px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #RxeCWLkmRX38C5yciOky1ocDn9z5vpCy { display:block; }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhxv9oCLegDvUZ5nr6gGhQCt2T1Wx8g { width:280px;height:280px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DWbTk7GR16BfMwDGa3rzhDxMvPUeWcpW { width:212px;height:141px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rfUWCe1rlGoM0Jv8sr7gMWIfCfe2RZmG { width:280px;height:26px;top:199px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rKTE4v4TW5CVPvVgIwfJwqsBdSlzAy4t { width:280px;height:20px;top:229px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vxL1NA3EWSrifkpFTCCH0N9xMcyzGAVB { width:280px;height:280px;top:14px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #WJr8otKTJ5utIEmk6bMirawgK29eo7UE { width:212px;height:141px;top:41px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #iP5Hthegr1BN6utVuPQqBPbSbQUMnTIm { width:280px;height:26px;top:199px;left:102px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IavmZqRcKZHaMRSws1ITFxvoeBlIzdBb { width:280px;height:20px;top:229px;left:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uD43Blke4zhkUl2ryU5zAs6gGg5ZEQGr { width:280px;height:280px;top:14px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #pq3JXp8PuoUdb4SoaDFIsOE0mlw3E7J4 { width:212px;height:141px;top:41px;left:357px;display:block; }
 }@media only screen and (max-width: 763px) { #yuQJJ8lFp81D34A8gwD7GzrWqpNurksw { width:280px;height:26px;top:199px;left:293px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz9z1iX6VwKARNDqTyesPrFg7fPsmKqa { width:280px;height:20px;top:229px;left:293px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hJITbp5KtpGHhEhBf3Qns1qQHRSXA84t { width:280px;height:280px;top:14px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #OUzdiNELrivN8xmcb1Bbh5OM4ACZ8Lhk { width:212px;height:141px;top:41px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #krT3u7Xh36QGCZeJpVuqJOCI9U7MoIxA { width:280px;height:26px;top:199px;left:484px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QU7TW9MC3DafTBONbHO7Q5CdTKGSOX23 { width:280px;height:20px;top:229px;left:484px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #imapEnaLwqLn2BulOlxxQHOL7fy1eDlw { display:block; }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJiZmOKoKvH0oDMeqNZ5tWZ0IdTpHATe { width:280px;height:280px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hhu4cT5U05vQuEIQrVv28GyRr3GftJuq { width:212px;height:141px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S6vQNr6HdVPk3GoX44HfXQniBErOkE1L { width:248px;height:40px;top:187px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a4V6TTh0hkJL8klxZuk7f5CEpF2PXpTp { width:280px;height:20px;top:241px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6PfxypQDmxSUk5DT3Fw0D7taGsf6UX { width:280px;height:280px;top:14px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4EuIU6GSTEiJCMMJPMtKA8K36kqliQ { width:212px;height:141px;top:41px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #yl3rBtpNldJ8EZTSKK8dRJXiMMnhCv0I { width:232px;height:40px;top:191px;left:150px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9qEKDqrwH9U1vUxUtxBgUApT9OJPmK { width:280px;height:20px;top:240px;left:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P86qZ0ThgfyV7eJAvB4xSWgH4bH7920V { width:280px;height:280px;top:14px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #TVz9cwr4gyWTbkx07DzGtyMEtEcL602N { width:212px;height:141px;top:41px;left:357px;display:block; }
 }@media only screen and (max-width: 763px) { #yXBvreEPblzKeLc3IW9OWNKuql3T3Ctg { width:280px;height:26px;top:199px;left:293px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oRbBO1ctTqUmr1v8sPxeA6pegCtnR8Tu { width:280px;height:20px;top:229px;left:293px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EGWTZgob9weeUUirSEizJe3gXTSFI8TR { width:280px;height:280px;top:14px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #N1rRTscT3qJ2OlN4NLeOXAQRFJUIm8ZK { width:212px;height:141px;top:41px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #UzQKmSZXarKd7I12NQf5VWFwII12yL4Z { width:280px;height:26px;top:199px;left:484px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #v7r9Coq09uXHmCqogQ3v4BfxxM3TZ5ao { width:280px;height:20px;top:229px;left:484px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec { display:block; }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwHKnZIguPmIiyw5kDhq77JOVFGoJloC { width:365px;height:246px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #dwfMOthUUGGOOtWLJEJtm9RQpItPGMny { width:365px;height:123px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #W3aCTr5UcF5Eo9KSax9TNtvH0uoJRTTJ { width:280px;height:55px;top:273px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #fVdm4taPf5TPWye4S09tGq11uz7b7qeE { display:block; }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZ20ygOTvlKKfQTUmWCERRayKpIaGWhG { width:365px;height:41px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fDWMSWOeMRnpu4627wZQfwdKl7N35dAS { width:365px;height:82px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Lm6byQMw5QSXHzUPPVi9vBAmEFd0ryp7 { width:365px;height:2788px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNiMaaebdiN3md1dJrhqbyPTyNe8s1Ns { width:640px;height:360px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA { display:block; }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJDaxDaD9RCwbHCUgnZO858CIrcx74lL { width:365px;height:2788px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #tTUTRLiQhP80BLdgmrkMrDx4TdAU47pH { width:365px;height:2788px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #V5gb7dW6svKOl1maub65509W4CJbP8ob { width:365px;height:2788px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #da7yHdTcwfEzuwtHvgLeN0Or7IXcvSVV { width:764px;height:356px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sbb0BG0B837zMydATxPJb1MSQf4wSX4M { width:2px;height:200px;top:86px;left:175.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kEvNNXT34REv7THhbSqgUsOcHvTKiF5H { width:2px;height:200px;top:86px;left:582.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO { display:block; }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhv5SWgZ7q6xeTSEx6DHpy3p34GeDBag { width:365px;height:369px;top:51px;left:9px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #L9n71f63fyG3nmacbmOHx1aB8uwRr7Xc { width:83px;height:57px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bT99ItGWM4z0WMTpk82RML4TgRh4gzLk { position:relative;z-index:auto;display:block; }#bT99ItGWM4z0WMTpk82RML4TgRh4gzLk > .row .container { width:320px;height:67px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dyh5QvMlDQZWOMrSfHtymfKR24BaCR45 { width:66px;height:44px;top:13px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #dOgHnMX8vkvnNcxuUqDbRrk6Jcgoxv1P { width:75px;height:34px;top:18px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/gJtqhCNk/Carro_F_cil_01_min.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3.adaptive-delivery-prevent-bg, #Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3.lazyload, #Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3.lazyloading { background-image: none; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container { background-color: transparent; background-image: none; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0073c8; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container > .video-iframe-container { display: none; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0073c8; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row > .video-iframe-container { display: none; }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .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); }#Z0e8nJ62MdXEb1kLgbadagzTVePkcbH3 > .row .container { width:320px;height:770px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6AVFJ59kF5ao2sQup9dc0f2IyGqWRpK { width:319.992px;height:108px;top:416.203125px;left:0px;font-size:28px;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #uqiPpLA5NpElPDUp8fQctE5NxzAZU0Bv { width:320px;height:110.972px;top:590px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;font-family:"open sans";display:block; }#uqiPpLA5NpElPDUp8fQctE5NxzAZU0Bv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5gbN59Qa/200px_Checkmark.svg.png); }
 }@media only screen and (max-width: 763px) { #b6zmMGNbIUy23cicCeeoxUx2MhnlSJr4 { width:319.992px;height:63.4922px;top:811.9688px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;font-family:"product sans";display:none; }#b6zmMGNbIUy23cicCeeoxUx2MhnlSJr4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/edvN42ze/Fxemoji_u274C.svg.png); }
 }@media only screen and (max-width: 763px) { #pkDMDAc29sPqexF0vm9bS1dCqW7Ow2kC { width:209px;height:48px;top:123px;left:15.999999046326px;font-size:20px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QEn0wCuPewy4x73coWJz6iNmpTNeREbD { width:319.992px;height:0;top:841px;left:0px;font-size:28px;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #XEbmpnrWpv7H21PiFgKTF5y8z57l1c4h { width:319.992px;height:19.5px;top:732.9688px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #EwS9Ts5t0JeTt1iRIaTvs88XEw7oLK3p { width:298px;height:81px;top:37px;left:10.999999046326px;font-size:45px;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #thtl1TDWuZ0WT52FDpbKMf2zlCVRMrsC { width:320px;height:18.1944px;top:701px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;font-family:"open sans";display:block; }#thtl1TDWuZ0WT52FDpbKMf2zlCVRMrsC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/edvN42ze/Fxemoji_u274C.svg.png); }
 }@media only screen and (max-width: 763px) { #OLkTL5QfTsFq44c93ePyqDKVEnDzUFLM { width:293px;height:170px;top:173px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kkz076BUgpwUKlBFCxkapidH0Akzy5Ue { width:190px;height:40.7778px;top:343px;left:65px;font-size:17px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CSbtmWi3n5b23K2XN2fvxWQhQlJL86Ji { width:320px;height:558px;top:14px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #045c9e, #0073c8);background-image: -moz-linear-gradient(234deg, #045c9e, #0073c8);background-image: -ms-linear-gradient(234deg, #045c9e, #0073c8);background-image: -o-linear-gradient(234deg, #045c9e, #0073c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045c9e', endColorstr='#0073c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045c9e', endColorstr='#0073c8' );";background-image: linear-gradient(234deg, #045c9e, #0073c8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z4ebfex96Ql1qVwOlTsZU5CkuA2yqekL { width:257px;height:44.1944px;top:404px;left:31px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zZilzI6F77T4O5K9nuFhOTOGIQrCdTIK { width:280px;height:100px;top:455px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 { display:block; }#iV0ScXmTGqupkrZrUoAqhyy6ZUOQyMy2 > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsQsLwfdoEJHXdoGPoB4FrvZel1fmmrO { width:249px;height:67.5833px;top:17px;left:35.5px;font-size:26px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rqec7wCNSLuUkmDqJNRCZlr8DE7E3uFF { width:320px;height:19.5px;top:92px;left:0px;font-size:15px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UdtAWC31qfXCsWF0Ro2qcPSF9y0nSLEd { width:35px;height:1px;top:100px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #T4VXZrU7zmp8btMkodvxOzkOktBg2WsH { width:35px;height:1px;top:100px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov { display:block; }#dZfGTL6ExMF2TzyS7aMg00STMi9k4Aov > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXH1gN8J6iCC2H4zdSckDIoPGF2Sm5aw { width:52px;height:52px;top:5px;left:51.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #CUHwSNrvze4rI05ETsfqKylevcIsFN8l { width:52px;height:52px;top:5px;left:102.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #IJZnhQBecxQmRdFcQXEKPJVU7F8cuQS1 { width:52px;height:52px;top:5px;left:163.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #WILKtp0dzPsNeD3JMz3WmNQ0Amx1p5Mt { width:52px;height:52px;top:5px;left:217.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #rANI7avprooZZwyJLQvg0pm6aATLs0qf { display:block; }#rANI7avprooZZwyJLQvg0pm6aATLs0qf > .row .container { width:320px;height:1177px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASHHqkXMnRWIM0n8BUuzRK5t07Shzvow { width:280px;height:280px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XsTPCVBmgTJJo5TfLEVCrGSzSqs5ExF6 { width:216px;height:141px;top:47.5px;left:59.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yu1OTrcb0RmP61vALgm1pMTFtDDVKilH { width:280px;height:44px;top:205.5px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sRlWBOPTkzTbmIGpPHRvR28vBVS0ZT7Q { width:280px;height:20.8px;top:252.5px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V3qNSMe9Eu8LTvAe3fyf6Fr6cx7PpExq { width:280px;height:280px;top:312px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KXf9nwdobVVish0ocsP0GCs6p91xWO4R { width:212px;height:141px;top:339px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #fsGyvtBDOminSlTJOuLHDKbZTshDJAox { width:280px;height:44px;top:489px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RbT3KKH383tSqcO32ncmwxXAUhGvSQi8 { width:280px;height:20.7917px;top:536px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tTrnSWT9au9ECs38lSZbAErVmeHyU2bH { width:280px;height:280px;top:604px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ebM2yUzFiQRPrunEd2hkCaFQb8An9Ssk { width:212px;height:141px;top:631px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #hDPadFFCwJKpLiVxxpmumXit9SOALzQw { width:280px;height:22px;top:789px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #i1I4rVAuRRJsTxVwTnAiAXDwNggOwZmw { width:280px;height:20.7917px;top:819px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l2LuhJ30UT9cyQSGp6x5AqdeGkZR4oTW { width:280px;height:280px;top:896px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rOElp78yVlHhASTtxCg5f8f0HgDt8Txf { width:216px;height:141px;top:923px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #mhCBS4CMwFek4dNu6TGcQa9NNG8TT3nv { width:280px;height:26px;top:1081px;left:20px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oBpn5sNz2hZDMZM4vq31id8L6MSgqOI6 { width:280px;height:20.7917px;top:1111px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv { display:block; }#Es7s7g3ovMdVWzMxWu5rSnBFKBE5TCVv > .row .container { width:320px;height:1213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgTJCQWiLpbcvXgiPQ6bns00mT0KCUTd { width:280px;height:280px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hNqQwOHvcS7vTdPH2eE9b1gtX85kQ1tB { width:212px;height:141px;top:47.5px;left:59.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MDzlXqhSPM6mybVUJNvi62lIM08cV6ly { width:280px;height:20px;top:205.5px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qdnaMTyTHEFI2LT0qmS8czITAiV9S8wm { width:280px;height:20.8px;top:235.5px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vPoXXRcfmDdJxd9tOG021h0X05fLzibD { width:280px;height:280px;top:312px;left:19.999999046326px;display:block; }
 }@media only screen and (max-width: 763px) { #wdyvCZ96bez8JRKbpe8TBDlzCoABqWW1 { width:212px;height:141px;top:339px;left:58.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #UqhWXDctx2XIKD6L0osaq35cqpcZArwV { width:280px;height:20px;top:497px;left:20.999999046326px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QknetUyx6gSy6zvSwGdcrKyN42xhOEt6 { width:280px;height:20.7917px;top:527px;left:20.999999046326px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oA5beR34387TwNOg8TaEsxDb4lX4mIH4 { width:280px;height:280px;top:603px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #T41y8sd8gCvWk4NX3lIQtPQAlihm0nwT { width:212px;height:141px;top:630px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xTuOxFsOK78c5fwV1J57np4ll5eOo6L0 { width:280px;height:26px;top:788px;left:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lQmxQPeTybEbIQzlgnVZhQdcOD7RP6wA { width:280px;height:20.7917px;top:818px;left:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GqBaqkmhTJCRlbiMHLhIbvrKXECWghFc { width:280px;height:280px;top:896px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #OUKdRc4bcqyIBVzDtqqbdvPUxuawJeLq { width:212px;height:141px;top:923px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #WRvKbg4IIPeXvUrMOqRBsOnBUn3IytcR { width:280px;height:26px;top:1081px;left:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DGSkM7RCSbfltgSFzf4tGl4wpcv0h01O { width:280px;height:20.7917px;top:1111px;left:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE { display:block; }#DoCx1ZerxyLBpxz2HB18tIMncR9zsgRE > .row .container { width:320px;height:133px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTGpZZLiOdpqJO2VaOOMliTCRCz5ZTvp { width:249px;height:67.5833px;top:17px;left:35.5px;font-size:26px;text-align:center;text-align-last:center;line-height:1.3;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #rNewz76eF52LWLMoxRD7fv1p6VfmB6Jw { width:35px;height:1px;top:100px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XvfALaXk5rVcvkia6Sg8GRh6loFQRaHB { width:35px;height:1px;top:100px;left:285px;display:block; }
 }@media only screen and (max-width: 763px) { #bpooqJmhspASzfLxEk0c3vZ2hBugrKIK { width:52px;height:52px;top:80px;left:223.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #yimqz130uGoEUyuW0CSKntiKHVULCMwh { width:52px;height:52px;top:80px;left:107.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #cBTQMEqO52ddP0Zm9EUF5bKUh2VATtJQ { width:52px;height:52px;top:81px;left:162.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0Hk7EpIvibLWhsII0zfsnZqZAdboTV { width:53px;height:53px;top:79px;left:46.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #RxeCWLkmRX38C5yciOky1ocDn9z5vpCy { display:block; }#RxeCWLkmRX38C5yciOky1ocDn9z5vpCy > .row .container { width:320px;height:1174px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhxv9oCLegDvUZ5nr6gGhQCt2T1Wx8g { width:280px;height:280px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DWbTk7GR16BfMwDGa3rzhDxMvPUeWcpW { width:212px;height:141px;top:47.5px;left:59.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rfUWCe1rlGoM0Jv8sr7gMWIfCfe2RZmG { width:280px;height:26px;top:205.5px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rKTE4v4TW5CVPvVgIwfJwqsBdSlzAy4t { width:280px;height:20.8px;top:235.5px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vxL1NA3EWSrifkpFTCCH0N9xMcyzGAVB { width:280px;height:280px;top:311px;left:19.999999046326px;display:block; }
 }@media only screen and (max-width: 763px) { #WJr8otKTJ5utIEmk6bMirawgK29eo7UE { width:212px;height:141px;top:338px;left:58.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #iP5Hthegr1BN6utVuPQqBPbSbQUMnTIm { width:280px;height:26px;top:496px;left:20.999999046326px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IavmZqRcKZHaMRSws1ITFxvoeBlIzdBb { width:280px;height:20.7917px;top:526px;left:20.999999046326px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uD43Blke4zhkUl2ryU5zAs6gGg5ZEQGr { width:280px;height:280px;top:602px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pq3JXp8PuoUdb4SoaDFIsOE0mlw3E7J4 { width:212px;height:141px;top:629px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #yuQJJ8lFp81D34A8gwD7GzrWqpNurksw { width:280px;height:26px;top:787px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz9z1iX6VwKARNDqTyesPrFg7fPsmKqa { width:280px;height:20.7917px;top:817px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hJITbp5KtpGHhEhBf3Qns1qQHRSXA84t { width:280px;height:280px;top:893px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OUzdiNELrivN8xmcb1Bbh5OM4ACZ8Lhk { width:212px;height:141px;top:920px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #krT3u7Xh36QGCZeJpVuqJOCI9U7MoIxA { width:280px;height:26px;top:1078px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QU7TW9MC3DafTBONbHO7Q5CdTKGSOX23 { width:280px;height:20.7917px;top:1108px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #imapEnaLwqLn2BulOlxxQHOL7fy1eDlw { display:block; }#imapEnaLwqLn2BulOlxxQHOL7fy1eDlw > .row .container { width:320px;height:1200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJiZmOKoKvH0oDMeqNZ5tWZ0IdTpHATe { width:280px;height:280px;top:12px;left:19.999999046326px;display:block; }
 }@media only screen and (max-width: 763px) { #hhu4cT5U05vQuEIQrVv28GyRr3GftJuq { width:212px;height:141px;top:39.5px;left:59.499997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #S6vQNr6HdVPk3GoX44HfXQniBErOkE1L { width:280px;height:20px;top:197.5px;left:20.999999046326px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a4V6TTh0hkJL8klxZuk7f5CEpF2PXpTp { width:280px;height:20.7917px;top:227.5px;left:20.999999046326px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6PfxypQDmxSUk5DT3Fw0D7taGsf6UX { width:280px;height:280px;top:303px;left:19.999999046326px;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4EuIU6GSTEiJCMMJPMtKA8K36kqliQ { width:212px;height:141px;top:330px;left:58.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #yl3rBtpNldJ8EZTSKK8dRJXiMMnhCv0I { width:280px;height:20px;top:488px;left:20.999999046326px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9qEKDqrwH9U1vUxUtxBgUApT9OJPmK { width:280px;height:20.7917px;top:518px;left:20.999999046326px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P86qZ0ThgfyV7eJAvB4xSWgH4bH7920V { width:280px;height:280px;top:595px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TVz9cwr4gyWTbkx07DzGtyMEtEcL602N { width:212px;height:141px;top:622px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #yXBvreEPblzKeLc3IW9OWNKuql3T3Ctg { width:280px;height:26px;top:780px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oRbBO1ctTqUmr1v8sPxeA6pegCtnR8Tu { width:280px;height:20.7917px;top:810px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EGWTZgob9weeUUirSEizJe3gXTSFI8TR { width:280px;height:280px;top:888px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #N1rRTscT3qJ2OlN4NLeOXAQRFJUIm8ZK { width:212px;height:141px;top:915px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #UzQKmSZXarKd7I12NQf5VWFwII12yL4Z { width:280px;height:26px;top:1073px;left:21px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #v7r9Coq09uXHmCqogQ3v4BfxxM3TZ5ao { width:280px;height:20.7917px;top:1103px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec { display:block; }#qWtP5WBBUsnCMbb6RDTCqREWL0fxcKec > .row .container { width:320px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwHKnZIguPmIiyw5kDhq77JOVFGoJloC { width:280px;height:54.5833px;top:138.19999694824px;left:20px;font-size:14px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dwfMOthUUGGOOtWLJEJtm9RQpItPGMny { width:320px;height:59.7778px;top:69.000030517578px;left:0px;font-size:23px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W3aCTr5UcF5Eo9KSax9TNtvH0uoJRTTJ { width:280px;height:55px;top:207.00001525879px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fVdm4taPf5TPWye4S09tGq11uz7b7qeE { display:block; }#fVdm4taPf5TPWye4S09tGq11uz7b7qeE > .row .container { width:320px;height:623px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZ20ygOTvlKKfQTUmWCERRayKpIaGWhG { width:320px;height:19.5px;top:59px;left:0px;font-size:15px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fDWMSWOeMRnpu4627wZQfwdKl7N35dAS { width:320px;height:68.1944px;top:80.000030517578px;left:0px;font-size:28px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lm6byQMw5QSXHzUPPVi9vBAmEFd0ryp7 { width:320px;height:201.1388px;top:369px;left:0px;font-size:14px;text-align:center;text-align-last:center;line-height:1.3;font-family:"product sans";display:block; }
 }@media only screen and (max-width: 763px) { #ZNiMaaebdiN3md1dJrhqbyPTyNe8s1Ns { height:178px;width:320px;top:171px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA { display:block; }#X7pCMpdbtMw2d8RoA0XkaKksIpzNuWcA > .row .container { width:320px;height:675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJDaxDaD9RCwbHCUgnZO858CIrcx74lL { width:290px;height:146.5555px;top:189px;left:15px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;font-family:"product sans";display:block; }
 }@media only screen and (max-width: 763px) { #tTUTRLiQhP80BLdgmrkMrDx4TdAU47pH { width:290px;height:110.1666px;top:44.5px;left:15px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;font-family:"product sans";display:block; }
 }@media only screen and (max-width: 763px) { #V5gb7dW6svKOl1maub65509W4CJbP8ob { width:290px;height:220.3332px;top:374px;left:15px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;font-family:"product sans";display:block; }
 }@media only screen and (max-width: 763px) { #da7yHdTcwfEzuwtHvgLeN0Or7IXcvSVV { width:320px;height:606px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sbb0BG0B837zMydATxPJb1MSQf4wSX4M { width:2px;height:200px;top:106.5px;left:318px;display:block; }
 }@media only screen and (max-width: 763px) { #kEvNNXT34REv7THhbSqgUsOcHvTKiF5H { width:2px;height:200px;top:106.5px;left:318px;display:block; }
 }@media only screen and (max-width: 763px) { #NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO { position:relative;z-index:auto;background-color:#0076a8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row .container { border-width: 0; border-radius: 0; }#NJuZkc9POK9MKdguSEkUEpiDTI2TeWGO > .row .container { width:320px;height:75px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jhv5SWgZ7q6xeTSEx6DHpy3p34GeDBag { width:320px;height:58.6667px;top:8.5px;left:0.097222328186035px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9n71f63fyG3nmacbmOHx1aB8uwRr7Xc { width:77px;height:53px;top:4px;left:120.4999961853px;display:block; }
 }