.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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);
}
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-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 (max-width: 959px) { [class*="col-"] { width: 100%; } }body { background-color:#1e1e22;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }
#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .row > .video-iframe-container { display: none; }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .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); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e1e22;background-image:none;position:relative;display:block; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { background-color: transparent; background-image: none; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container > .video-iframe-container { display: none; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row > .video-iframe-container { display: none; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .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); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { border-width: 0; border-radius: 0; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#RTWFgRKmqSUMkNvyv3KIyyegw1rSa8nL { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:243px;top:10px;left:641px;overflow:hidden;display:block; }
#s1irSo4RlFVXfvT1vLFUPJc6taTpwAmh { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:59px;width:250px;top:5px;left:637px;display:block; }
#LZCubfE2p12NRiW47JCtiiptfql60Kr5 { display:block;width:657px;position:absolute;font-family:orbitron;font-size:40px;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:13.5px;left:26px;height:44px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:transparent;background-image:url("https://images.assets-landingi.com/1EP0cHdc/equipo_para_gasolineras.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,30,34,0.68); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,30,34,0.68); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { border-width: 0; border-radius: 0; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:960px;height:502px;font-size:14px;font-family:arial;position:relative;display:block; }#vU9mWet5Tn1kzBTkCDT2clsqssPfb2TR { display:block;width:470px;position:absolute;font-family:rubik;font-size:11px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:88px;left:2px;height:214px;color:#ffffff;display:block; }#vU9mWet5Tn1kzBTkCDT2clsqssPfb2TR li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#vU9mWet5Tn1kzBTkCDT2clsqssPfb2TR li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-6px;content: "\2001"; background-image: url(https://images.assets-landingi.com/3pYe3L84/check.png); }
#xrsN5K52mpzmM1Q60WfwSTPlCvTDqkBz { display:block;width:391px;position:absolute;font-family:"titillium web";font-size:24px;font-weight:300;z-index:100006;line-height:1.1;letter-spacing:0;top:26px;left:562.5px;height:52px;color:#70ee9c;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tHq9a2hmZqwxRbr8y4qceQz2iSlTzwox { display:block;width:390px;position:absolute;font-family:"titillium web";font-size:17px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:125px;left:570px;height:44px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-form-header {  }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:bold;color:#19232e;width:390px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-text { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:390px;box-sizing:border-box;height:50px;color:#000000;font-size:15px;overflow:hidden;font-family:rubik;vertical-align:top;font-weight:300;font-style:normal; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-textarea { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:390px;box-sizing:border-box;height:70px;color:#000000;font-size:15px;overflow:hidden;font-family:rubik;vertical-align:top;font-weight:300;font-style:normal; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-select { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:390px;box-sizing:border-box;height:50px;color:#161616;font-family:rubik;font-size:15px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ;vertical-align:top;font-weight:300;font-style:normal; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-button { background-color:#70ee9c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:137px;margin-left:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#1e1e22;width:253px;height:69px;font-family:orbitron;overflow:hidden; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 [class*="-text"]:-moz-placeholder { color:#1e1e22;font-family:ubuntu;font-size:15px;font-weight:400;font-style:normal; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 [class*="-text"]::-moz-placeholder { color:#1e1e22;font-family:ubuntu;font-size:15px;font-weight:400;font-style:normal; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 [class*="-text"]:-ms-input-placeholder { color:#1e1e22;font-family:ubuntu;font-size:15px;font-weight:400;font-style:normal; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 [class*="-text"]::-webkit-input-placeholder { color:#1e1e22;font-family:ubuntu;font-size:15px;font-weight:400;font-style:normal; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:rubik;font-size:13px;font-weight:400;color:#ffffff;vertical-align:top;width:373px;overflow:hidden;font-style:normal;line-height:1.4; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:rubik;font-size:13px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-container:first-of-type{padding-top:0;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-container:last-of-type{padding-bottom:0;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:390px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:155px;left:550px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:390px;display:block;vertical-align:top; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 {display:block;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:390px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:155px;left:550px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Dnw1IpUERa13QdtkGtTchBDa0Fu6xQia { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #QoQtgiESbSqwNrfd3OHNN1DBC3GVeH3D { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #qLh9QBPCdCKzTIM7RDUI1q3QcssyWXEO { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Xx476usTzTioTRcyzd2kyAk1i05qmJqL { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #foc1BflNigkIn8pT7IJWLkelPraRmQAa { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #S81cyu4nBTvu1iRMAobI4aNqDB9eCOIM { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #nSTr4BsbkkeX5FhKn1VJnonwFehRpHCm { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #k8ryrwSqTQCacpGp11MNceTH6DTK0NLo { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #x6oSlXnKWhGwLs4v0qDW1crUllZ2ld9Z { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Pni7o8TsSlDyThZJGald0Dg9UUle6rBr { position:relative;top:0px;left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #pFlImzGBnCHEodQctWcsuG7XZ0OfiFhk { position:relative; }
#Dn8s5toADd5DlWCZvGbnGE0Q0iZ2sq5u { display:block;width:494px;position:absolute;font-family:orbitron;font-size:28px;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:13px;left:28px;height:60px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSSuxf6Kugr1FgqJVZrgUngvTTD7TJEf { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:218px;width:526px;top:283px;left:14px;overflow:hidden;display:block; }
#fs3APU2OCkCpMhJVcqgogzT9oMiIKXwW { position:absolute;display:block;z-index:100002;background-color:#1e1e22;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:502px;width:616px;top:0;left:556px;display:block; }
#zTrGkrRx4f67hAoTeOah04r3RssCIgAC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:47px;width:190px;position:absolute;display:block;z-index:100000;top:254px;left:183px;overflow:hidden;display:block; }
#ivBX1SIhq0ib93i72uSGrtJXJuUSAzJ2 { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:90px;left:795px;display:block; }
#f7KzFeFMCayw9gTaSUOCl8ln2MGzxAGD { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:90px;left:697px;display:block; }
#xwC0OTUhHer48J7FOG0A5SmlXKpx0rxr { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:90px;left:720px;display:block; }
#ZZE6k0I44DzcsLR1B20QK2QqlwBJubIy { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:90px;left:746px;display:block; }
#u30xiVSc3PysOerEbJQVx1VqFmqt1oMg { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:90px;left:772px;display:block; }
#PSNUVTVvl8DpIHTIrt8KU4L96Xw316oL { box-sizing:content-box;color:#0e0e0e;font-size:37px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:383px;left:569px;display:block; }
#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row .container { background-color: transparent; background-image: none; }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row .container > .video-iframe-container { display: none; }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row > .video-iframe-container { display: none; }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .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); }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row .container { border-width: 0; border-radius: 0; }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row .container { font-size:14px;font-family:arial;height:677px;width:960px;position:relative;display:block; }#A7JPESXVALTeDNbfAE2QyW8klpGvNzFC { display:block;width:933px;position:absolute;font-family:orbitron;font-size:28px;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:164px;left:13.5px;height:132px;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pDVzrTgaPU6Gch2ETI4VGs0t5Kf6Xux4 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:146px;width:603px;top:4px;left:153px;overflow:hidden;display:block; }
#TNrylooGry7iTbOnEuWgLHWWkvNlhZ8p { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:306px;left:160px;display:block; }
#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;display:block; }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row .container { background-color: transparent; background-image: none; }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row .container > .video-iframe-container { display: none; }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row > .video-iframe-container { display: none; }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .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); }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row .container { border-width: 0; border-radius: 0; }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row .container { font-size:14px;font-family:arial;height:550px;width:960px;position:relative;display:block; }#NMfkTZe9ZRLG1AR5lwT1Z80gTeeRW6Vb { display:block;width:848px;position:absolute;font-family:"titillium web";font-size:22px;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:11px;left:45px;height:156px;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QytHU59qRgUQxdkEDKBoBd6k9kAtgLeI { display:block;width:363px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:247.5px;left:361.5px;height:;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TdU7SNoPxW7bKzZ6Qu6yvFJ0vaRtaNQ9 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:377px;width:213px;top:156px;left:45px;overflow:hidden;display:block; }
#F2BOmDKfdIXnOCwGSpSDWzhnZHFVrrBQ { display:block;width:363px;position:absolute;font-family:orbitron;font-size:45px;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:193.5px;left:361.5px;height:54px;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gXyxLxL67J1TbhCqtBJv0hzfZAu5xah9 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:457px;left:361.5px;display:block; }
#ebHViLtTpiVz1QqUUDOV4UcLxGLAirK4 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row .container { background-color: transparent; background-image: none; }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row .container > .video-iframe-container { display: none; }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row > .video-iframe-container { display: none; }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .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); }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row .container { border-width: 0; border-radius: 0; }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row .container { font-size:14px;font-family:arial;height:680px;width:960px;position:relative;display:block; }#imoNosGzVpXyr3L4c9xHLDbakMvO9b0i { display:block;width:960px;position:absolute;font-family:orbitron;font-size:45px;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:19.5px;left:0;height:108px;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UNHMwJxpLCcrIg1bDKeZRgq8c07psut9 { display:block;width:909px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:121.5px;left:17px;height:57px;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Es89TdwnNfD2L1rHlux4JCgFLdaDc3Vr { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:261px;width:441px;top:223.5px;left:0;overflow:hidden;display:block; }
#wEodSIrfWxlh7fdkeVysTMpZL687OToq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:265px;width:472px;top:221.5px;left:488px;display:block; }
#ynmzvnA23ATi4QGfKi5iixce8960euw0 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:166px;width:702px;top:512px;left:125px;overflow:hidden;display:block; }
#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);background-image:none;position:relative;display:block; }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row .container { background-color: transparent; background-image: none; }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row .container > .video-iframe-container { display: none; }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row > .video-iframe-container { display: none; }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .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); }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row .container { border-width: 0; border-radius: 0; }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#Ftwg3hJFsJRdgnmvCOciS4u7kfCGQ0DN { display:block;width:436px;position:absolute;font-family:orbitron;font-size:25px;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:9px;left:36px;height:90px;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ET7Tf4qmBK4l572aPvrwxmKIiCLU7Zq7 { display:block;width:363px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:110px;left:36px;height:;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ho14QvBqIHxUdq1lHNFgmZXNSQOHGBLs { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:287px;width:287px;top:6.5px;left:576.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #Hspha2gZhrwnncGsWDv9eLW3feiAEvnx { display:block; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RTWFgRKmqSUMkNvyv3KIyyegw1rSa8nL { top:10px;left:521px;width:243px;height:51px;display:block; }
 }@media only screen and (max-width: 959px) { #s1irSo4RlFVXfvT1vLFUPJc6taTpwAmh { top:5px;left:514px;width:250px;height:59px;display:block; }
 }@media only screen and (max-width: 959px) { #LZCubfE2p12NRiW47JCtiiptfql60Kr5 { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/N1cawmR1/background_img.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:764px;height:667px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vU9mWet5Tn1kzBTkCDT2clsqssPfb2TR { width:322px;height:140px;top:323px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #xrsN5K52mpzmM1Q60WfwSTPlCvTDqkBz { width:381px;height:45px;top:131px;left:383px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #tHq9a2hmZqwxRbr8y4qceQz2iSlTzwox { width:381px;height:27px;top:179px;left:383px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-regular-label { width:370px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-text { width:370px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-textarea { width:370px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-select { width:370px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-button { width:240px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-checkbox-label { width:353px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0  { width:370px;height:auto;top:195px;left:364px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .radio-container { width:370px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 {display:block;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 { width:370px;height:auto;top:195px;left:364px; }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Dnw1IpUERa13QdtkGtTchBDa0Fu6xQia {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #QoQtgiESbSqwNrfd3OHNN1DBC3GVeH3D {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #qLh9QBPCdCKzTIM7RDUI1q3QcssyWXEO {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Xx476usTzTioTRcyzd2kyAk1i05qmJqL {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #foc1BflNigkIn8pT7IJWLkelPraRmQAa {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #S81cyu4nBTvu1iRMAobI4aNqDB9eCOIM {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #nSTr4BsbkkeX5FhKn1VJnonwFehRpHCm {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #k8ryrwSqTQCacpGp11MNceTH6DTK0NLo {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #x6oSlXnKWhGwLs4v0qDW1crUllZ2ld9Z {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Pni7o8TsSlDyThZJGald0Dg9UUle6rBr {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #pFlImzGBnCHEodQctWcsuG7XZ0OfiFhk {  }
 }@media only screen and (max-width: 959px) { #Dn8s5toADd5DlWCZvGbnGE0Q0iZ2sq5u { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #qSSuxf6Kugr1FgqJVZrgUngvTTD7TJEf { top:283px;left:0;width:526px;height:218px;display:block; }
 }@media only screen and (max-width: 959px) { #fs3APU2OCkCpMhJVcqgogzT9oMiIKXwW { top:0;left:148px;width:616px;height:502px;display:block; }
 }@media only screen and (max-width: 959px) { #zTrGkrRx4f67hAoTeOah04r3RssCIgAC { width:73px;height:20px;top:35px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #ivBX1SIhq0ib93i72uSGrtJXJuUSAzJ2 { top:90px;left:697px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #f7KzFeFMCayw9gTaSUOCl8ln2MGzxAGD { top:90px;left:599px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #xwC0OTUhHer48J7FOG0A5SmlXKpx0rxr { top:90px;left:622px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #ZZE6k0I44DzcsLR1B20QK2QqlwBJubIy { top:90px;left:648px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #u30xiVSc3PysOerEbJQVx1VqFmqt1oMg { top:90px;left:674px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #PSNUVTVvl8DpIHTIrt8KU4L96Xw316oL { top:383px;left:471px;width:54px;height:54px;font-size:37px;display:block; }
 }@media only screen and (max-width: 959px) { #UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB { display:block; }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #A7JPESXVALTeDNbfAE2QyW8klpGvNzFC { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #pDVzrTgaPU6Gch2ETI4VGs0t5Kf6Xux4 { top:4px;left:55px;width:603px;height:146px;display:block; }
 }@media only screen and (max-width: 959px) { #TNrylooGry7iTbOnEuWgLHWWkvNlhZ8p { top:306px;left:62px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 959px) { #CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV { display:block; }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NMfkTZe9ZRLG1AR5lwT1Z80gTeeRW6Vb { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #QytHU59qRgUQxdkEDKBoBd6k9kAtgLeI { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #TdU7SNoPxW7bKzZ6Qu6yvFJ0vaRtaNQ9 { top:156px;left:0;width:213px;height:377px;display:block; }
 }@media only screen and (max-width: 959px) { #F2BOmDKfdIXnOCwGSpSDWzhnZHFVrrBQ { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #gXyxLxL67J1TbhCqtBJv0hzfZAu5xah9 { width:280px;height:55px;top:457px;left:263.5px;display:block; }
 }@media only screen and (max-width: 959px) { #ebHViLtTpiVz1QqUUDOV4UcLxGLAirK4 { display:block; }
 }@media only screen and (max-width: 959px) { #EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB { display:block; }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #imoNosGzVpXyr3L4c9xHLDbakMvO9b0i { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #UNHMwJxpLCcrIg1bDKeZRgq8c07psut9 { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #Es89TdwnNfD2L1rHlux4JCgFLdaDc3Vr { top:223px;left:0;width:441px;height:261px;display:block; }
 }@media only screen and (max-width: 959px) { #wEodSIrfWxlh7fdkeVysTMpZL687OToq { top:221px;left:292px;width:472px;height:265px;display:block; }
 }@media only screen and (max-width: 959px) { #ynmzvnA23ATi4QGfKi5iixce8960euw0 { top:512px;left:27px;width:702px;height:166px;display:block; }
 }@media only screen and (max-width: 959px) { #pBJA97L6mcq6HP92sWRMx1m977mWAPA7 { display:block; }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ftwg3hJFsJRdgnmvCOciS4u7kfCGQ0DN { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #ET7Tf4qmBK4l572aPvrwxmKIiCLU7Zq7 { width:348px;height:168px;top:140px;left:10px;font-size:51px;display:block; }
 }@media only screen and (max-width: 959px) { #ho14QvBqIHxUdq1lHNFgmZXNSQOHGBLs { top:6px;left:429.5px;width:287px;height:287px;display:block; }
 }@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #Hspha2gZhrwnncGsWDv9eLW3feiAEvnx { display:block; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { width:320px;height:191px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RTWFgRKmqSUMkNvyv3KIyyegw1rSa8nL { width:243px;height:51px;top:113.5px;left:38.5px;display:block; }
 }@media only screen and (max-width: 959px) { #s1irSo4RlFVXfvT1vLFUPJc6taTpwAmh { width:320px;height:62px;top:106px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #LZCubfE2p12NRiW47JCtiiptfql60Kr5 { width:320px;height:78px;top:23px;left:0;text-align:center;text-align-last:center;font-size:39px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/1EP0cHdc/equipo_para_gasolineras.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:320px;height:903px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vU9mWet5Tn1kzBTkCDT2clsqssPfb2TR { width:320px;height:179px;top:708px;left:0;font-size:10px;text-align:left;text-align-last:left;display:block; }#vU9mWet5Tn1kzBTkCDT2clsqssPfb2TR li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vU9mWet5Tn1kzBTkCDT2clsqssPfb2TR li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;content: "\2001"; background-image: url(https://images.assets-landingi.com/3pYe3L84/check.png); }
 }@media only screen and (max-width: 959px) { #xrsN5K52mpzmM1Q60WfwSTPlCvTDqkBz { width:320px;height:60px;top:540px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #tHq9a2hmZqwxRbr8y4qceQz2iSlTzwox { width:320px;height:40px;top:616px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:40px;font-size:14px;overflow:hidden; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:14px;overflow:hidden; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-input-button { width:182px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:21px;overflow:hidden;height:60px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 [class*="-text"]:-moz-placeholder { font-size:14px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 [class*="-text"]::-moz-placeholder { font-size:14px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 [class*="-text"]:-ms-input-placeholder { font-size:14px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 [class*="-text"]::-webkit-input-placeholder { font-size:14px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0  { width:280px;height:auto;top:75px;left:0; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 {display:block;}#FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 { width:280px;height:auto;top:75px;left:0; }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Dnw1IpUERa13QdtkGtTchBDa0Fu6xQia {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #QoQtgiESbSqwNrfd3OHNN1DBC3GVeH3D {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #qLh9QBPCdCKzTIM7RDUI1q3QcssyWXEO {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Xx476usTzTioTRcyzd2kyAk1i05qmJqL {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #foc1BflNigkIn8pT7IJWLkelPraRmQAa {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #S81cyu4nBTvu1iRMAobI4aNqDB9eCOIM {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #nSTr4BsbkkeX5FhKn1VJnonwFehRpHCm {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #k8ryrwSqTQCacpGp11MNceTH6DTK0NLo {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #x6oSlXnKWhGwLs4v0qDW1crUllZ2ld9Z {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #Pni7o8TsSlDyThZJGald0Dg9UUle6rBr {  }
 }@media only screen and (max-width: 959px) { #FXMnMaW2oJXGiLi36bxUiO76GQgQCJB0 #pFlImzGBnCHEodQctWcsuG7XZ0OfiFhk {  }
 }@media only screen and (max-width: 959px) { #Dn8s5toADd5DlWCZvGbnGE0Q0iZ2sq5u { width:320px;height:72px;top:7px;left:0;text-align:center;text-align-last:center;font-size:24px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #qSSuxf6Kugr1FgqJVZrgUngvTTD7TJEf { width:320px;height:133px;top:371px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #fs3APU2OCkCpMhJVcqgogzT9oMiIKXwW { width:320px;height:441px;top:86px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #zTrGkrRx4f67hAoTeOah04r3RssCIgAC { width:73px;height:20px;top:382px;left:123.5px;z-index:100015;display:block; }
 }@media only screen and (max-width: 959px) { #ivBX1SIhq0ib93i72uSGrtJXJuUSAzJ2 { width:32px;height:32px;top:666px;left:165.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #f7KzFeFMCayw9gTaSUOCl8ln2MGzxAGD { width:32px;height:32px;top:666px;left:196.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #xwC0OTUhHer48J7FOG0A5SmlXKpx0rxr { width:32px;height:32px;top:666px;left:72.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #ZZE6k0I44DzcsLR1B20QK2QqlwBJubIy { width:32px;height:32px;top:666px;left:103.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #u30xiVSc3PysOerEbJQVx1VqFmqt1oMg { width:32px;height:32px;top:666px;left:134.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #PSNUVTVvl8DpIHTIrt8KU4L96Xw316oL { width:54px;height:54px;top:282px;left:10px;font-size:37px;display:block; }
 }@media only screen and (max-width: 959px) { #UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB { display:block; }#UT8BX1WO4iqg2qr78skRVPU3g3uNMrpB > .row .container { width:320px;height:294px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #A7JPESXVALTeDNbfAE2QyW8klpGvNzFC { width:320px;height:702px;top:97px;left:0;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:none; }
 }@media only screen and (max-width: 959px) { #pDVzrTgaPU6Gch2ETI4VGs0t5Kf6Xux4 { width:320px;height:77px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #TNrylooGry7iTbOnEuWgLHWWkvNlhZ8p { height:180px;width:320px;top:106px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV { display:block; }#CtTaimT4HSxWcHHH9wdAyyNRKxwkTcQV > .row .container { width:320px;height:634px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NMfkTZe9ZRLG1AR5lwT1Z80gTeeRW6Vb { width:320px;height:216px;top:9px;left:0;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #QytHU59qRgUQxdkEDKBoBd6k9kAtgLeI { width:171px;height:238px;top:309px;left:149px;text-align:center;text-align-last:center;font-size:14px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #TdU7SNoPxW7bKzZ6Qu6yvFJ0vaRtaNQ9 { width:151px;height:269px;top:279px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #F2BOmDKfdIXnOCwGSpSDWzhnZHFVrrBQ { width:194px;height:60px;top:250px;left:126px;text-align:center;text-align-last:center;font-size:30px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #gXyxLxL67J1TbhCqtBJv0hzfZAu5xah9 { width:280px;height:55px;top:563px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #ebHViLtTpiVz1QqUUDOV4UcLxGLAirK4 { display:block; }
 }@media only screen and (max-width: 959px) { #EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB { display:block; }#EViaGkaxL5tlKxILHWtZHWTw0G6H7dRB > .row .container { width:320px;height:700px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #imoNosGzVpXyr3L4c9xHLDbakMvO9b0i { width:320px;height:36px;top:20px;left:0;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #UNHMwJxpLCcrIg1bDKeZRgq8c07psut9 { width:320px;height:144px;top:71px;left:0;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #Es89TdwnNfD2L1rHlux4JCgFLdaDc3Vr { width:320px;height:189px;top:225px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #wEodSIrfWxlh7fdkeVysTMpZL687OToq { height:180px;width:320px;top:434px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #ynmzvnA23ATi4QGfKi5iixce8960euw0 { width:320px;height:76px;top:623px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #pBJA97L6mcq6HP92sWRMx1m977mWAPA7 { display:block; }#pBJA97L6mcq6HP92sWRMx1m977mWAPA7 > .row .container { width:320px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ftwg3hJFsJRdgnmvCOciS4u7kfCGQ0DN { width:320px;height:54px;top:20px;left:0;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #ET7Tf4qmBK4l572aPvrwxmKIiCLU7Zq7 { width:320px;height:198px;top:84px;left:0;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #ho14QvBqIHxUdq1lHNFgmZXNSQOHGBLs { width:287px;height:287px;top:293px;left:16.5px;display:block; }
 }