.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-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 only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f1f1f1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eMkTYonH/WhatsApp_Logo_5_01.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(40,40,40,0.1);position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:79px;width:960px;overflow:visible;position:relative;display:block; }#GoLfeASrPus0zr0tR12bpSJRAPKhaW3c { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:102px;top:14px;left:0;overflow:hidden;display:block; }
#XcLOzEqBnmGJimg3eW5Id6C3JyMNtaqa { background-color:transparent;background-image:url("https://images.assets-landingi.com/LDoamC4c/WhatsApp_Logo_5_02.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:2px solid #25d366;border-left:2px solid #25d366;border-right:2px solid #25d366;border-bottom:2px solid #25d366;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#1fa1a7;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:40px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:19.5px;left:822px;display:block; }
#Hhx4Pt0a2LmkSfRSme5k65PZmsoQrNWS { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#FQZS6Aq2vV8E2D6FQGVX7fbx3PGPUz3k { color:#000000;display:block;width:144px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:30.5px;left:668px;height:18px;font-style:normal;display:block; }
#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { font-size:14px;font-family:arial;height:573px;width:960px;position:relative;display:block; }#KAx9WqQziUUeIb4IElABlQCe6rV6oeWn { color:#686868;display:block;width:412px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:116px;left:0;height:92px;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; }
#JLsTnErbqfI1cHHUwFlovCUTOPZSmEqM { color:#828282;display:block;width:453px;position:absolute;font-family:montserrat;font-size:20px;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:220px;left:23px;height:112px;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; }
#mwBiRlwT8zskAOzsZv6JdahWNa2r1VzA { background-color:#20ae20;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:#fefefe;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:317px;height:61px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:364.5px;left:0;display:block; }
#Kg2uc7Qx7EASUDLWSMu1CJWEn37UQNAz { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#DReONxicBf8X00tAitQslBwi682Es80a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DReONxicBf8X00tAitQslBwi682Es80a > .row .container { background-color: transparent; background-image: none; }#DReONxicBf8X00tAitQslBwi682Es80a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DReONxicBf8X00tAitQslBwi682Es80a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DReONxicBf8X00tAitQslBwi682Es80a > .row .container > .video-iframe-container { display: none; }#DReONxicBf8X00tAitQslBwi682Es80a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DReONxicBf8X00tAitQslBwi682Es80a > .row > .video-iframe-container { display: none; }#DReONxicBf8X00tAitQslBwi682Es80a > .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); }#DReONxicBf8X00tAitQslBwi682Es80a > .row .container { border-width: 0; border-radius: 0; }#DReONxicBf8X00tAitQslBwi682Es80a > .row .container { font-size:14px;font-family:arial;height:530px;width:960px;position:relative;display:block; }#izoOVIrTnX3HTIZr7QL9P7DCHn0rETtg { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:144.5px;left:160px;display:block; }
#bMDua9COGthqg4sMt9rO7BtQy38fW01F { color:#000000;display:block;width:621px;position:absolute;font-family:lato;font-size:35px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:78.5px;left:169.5px;height:45px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row .container { background-color: transparent; background-image: none; }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row .container > .video-iframe-container { display: none; }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row > .video-iframe-container { display: none; }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .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); }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row .container { border-width: 0; border-radius: 0; }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row .container { font-size:14px;font-family:arial;height:117px;width:960px;position:relative;display:block; }#fcWy6PMTopzICtTvUQ05pyzCZVUcWt1T { color:#000000;display:block;width:566px;position:absolute;font-family:lato;font-size:35px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:65px;left:197px;height:45px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { background-color: transparent; background-image: none; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container > .video-iframe-container { display: none; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row > .video-iframe-container { display: none; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .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); }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { border-width: 0; border-radius: 0; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { font-size:14px;font-family:arial;height:324px;width:960px;position:relative;display:block; }#uJznwrwARZ0TiFuufad4z5Eka2zgWNHO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:83px;width:83px;top:50px;left:118.5px;overflow:hidden;display:block; }
#sw1rHC7osD1yHFFMZE5EstZ4RrSS2kKG { color:#101010;display:block;width:270px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:165px;left:20px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFdPqUyi5yNteG2VD2EvppoEeiCyqsoK { color:#101010;display:block;width:286px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:200px;left:17px;height:63px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mh6QelHEBDKTXxIWEF0FsckzZXBtlQn6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:83px;width:83px;top:50px;left:439px;overflow:hidden;display:block; }
#KtNe8XpyAaczSTTEN0n6AkiAvU3cspNc { color:#101010;display:block;width:270px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:165px;left:345px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoRFL0zAN2ugKm4wGVHuTfpAqFnT8SXH { color:#101010;display:block;width:286px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:200px;left:337px;height:42px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnhUL1nTu4FV4bTSdb0laTPTXJ0gMsg4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:83px;width:83px;top:50px;left:759px;overflow:hidden;display:block; }
#T9Ruq42uH2mkfAbqAO11aIyG4ucyDrbC { color:#101010;display:block;width:270px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:165px;left:665px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fd6fBW1X9CbyC20EkGVfngdHEbNoNWcZ { color:#101010;display:block;width:286px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:200px;left:657px;height:63px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHScpGbbagaFDR19LeWm5nu9SamT5f3s { border-top:1px solid #d8d8d8;border-left:0;border-right:0;border-bottom:1px solid #d8d8d8;background-color:#f9fafb;background-image:none;position:relative;display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { background-color: transparent; background-image: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .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); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { border-width: 0; border-radius: 0; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { font-size:14px;font-family:arial;height:393px;width:960px;position:relative;display:block; }#bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { color:#101010;display:block;width:447px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:100007;line-height:.8;letter-spacing:0;top:79px;left:-1px;height:28px;font-style:normal;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;display:block; }
#sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { color:#101010;display:block;width:425px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:133px;left:0;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrZfxbvIIPToUMo5Hpn2eXqhQyDpNqF4 { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:286px;left:788px;display:block; }
#iOVi44xyO6W5PagGyCIL8y9A8etyS18K { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:300px;width:300px;top:44px;left:546px;overflow:hidden;display:block; }
#w5gWOpWyowX9CSueT7WW8uyns9ZyEcDn { position:absolute;display:block;z-index:100012;background-color:#e5ea1b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;height:68px;width:68px;top:276px;left:779px;display:block; }
#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { background-color: transparent; background-image: none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container > .video-iframe-container { display: none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row > .video-iframe-container { display: none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .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); }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { border-width: 0; border-radius: 0; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { font-size:14px;font-family:arial;height:717px;width:960px;position:relative;display:block; }#Tn7eEUTDwtoJhfAgpPQ445bknKN5z2Tv { color:#101010;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:100008;line-height:.8;letter-spacing:0;top:75px;left:0;height:28px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SaOrTFdeKsgx34GcqhKorcsBsDzaDUPJ { color:#34ba9b;display:block;width:460px;position:absolute;font-family:lato;font-size:28px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:178px;left:430px;height:56px;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; }
#T2dLzr0p56yzIe8egQwPHPeyJmhv8ZoT { color:#101010;display:block;width:530px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:248px;left:430px;height:44px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ei0ygHv1nyktVJnZFZpQQdVPh2xcv4F0 { position:absolute;display:block;z-index:100018;background-color:#d8d8d8;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:1px;width:960px;top:716px;left:0;display:block; }
#UhCUxlOlS19cVZBu0Z6fJK4XvV66G1KN { background-color:transparent;background-image:none;border-top:1px solid #34ba9b;border-left:1px solid #34ba9b;border-right:1px solid #34ba9b;border-bottom:1px solid #34ba9b;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:#34ba9b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:40px;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:423px;left:430px;display:block; }
#qTnwqkH2MAw7Aih6pttDbOmUqMpWa6kB { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#HB1GAPWVkWezNUJLmPJMHpHmZzNaNBWJ { color:#101010;display:block;width:153px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:348px;left:430px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7trbN6USgAZ4I2he5wO2r601mKazhSN { color:#000000;display:block;width:176px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:325px;left:430px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iPW3CC206D2Zs8d9Xx2JTt8DzFM4npFD { background-color:transparent;background-image:none;border-top:1px solid #34ba9b;border-left:1px solid #34ba9b;border-right:1px solid #34ba9b;border-bottom:1px solid #34ba9b;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:#34ba9b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:41px;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:423px;left:756px;display:block; }
#Fz8Ap6N1qvameB2k6Q183Z5i5vB9VudZ { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#KsK3UVSya67fVzDbZQvOIccuAzvx0T30 { color:#101010;display:block;width:153px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100020;line-height:1.4;letter-spacing:0;top:348px;left:756px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pCWJtZIXgzVOZzKJJ9TLvgKbRPTCDbXP { color:#101010;display:block;width:153px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100023;line-height:1.4;letter-spacing:0;top:536px;left:430px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H7LhS0Spq642CM7KuUpQrRw0wNphnxsa { color:#000000;display:block;width:153px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:325px;left:756px;height:20px;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; }
#ICxL8qvTQT8mT0x4gfwOO12r5Z0C4pvT { color:#000000;display:block;width:199px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:513px;left:430px;height:20px;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; }
#EvBbhHfgkgqu2qV12wav23tgL1pEwf48 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:427px;width:403px;top:145px;left:13.59375px;overflow:hidden;display:block; }
#tT0y351uQsvR9dES1BdFwL2MbTtghtRW { background-color:transparent;background-image:none;border-top:1px solid #34ba9b;border-left:1px solid #34ba9b;border-right:1px solid #34ba9b;border-bottom:1px solid #34ba9b;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:#34ba9b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:40px;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:612px;left:756px;display:block; }
#biptVBy4v9qd0vqibC26QySDaK4atwUD { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#CexKUSVREQzruUkCZfP4AASSHGCMeraI { color:#000000;display:block;width:199px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100018;line-height:1;letter-spacing:0;top:514px;left:756px;height:20px;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; }
#sf063rfy3ganxCdwrX7xyPvxdstQmhuA { color:#101010;display:block;width:153px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100026;line-height:1.4;letter-spacing:0;top:537px;left:756px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzxwMi0OsbVKCnMU0lcIh73rgXbm80Pe { background-color:transparent;background-image:none;border-top:1px solid #34ba9b;border-left:1px solid #34ba9b;border-right:1px solid #34ba9b;border-bottom:1px solid #34ba9b;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:#34ba9b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:40px;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:612px;left:430px;display:block; }
#TRvOmTi7IOP5rArlCuF9GMtcivI5un2S { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row .container { background-color: transparent; background-image: none; }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row .container > .video-iframe-container { display: none; }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row > .video-iframe-container { display: none; }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .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); }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row .container { border-width: 0; border-radius: 0; }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row .container { font-size:14px;font-family:arial;height:854px;width:960px;position:relative;display:block; }#Zd5ncmg4WDTwqH3i8b38LX47oHdMKiss { color:#101010;display:block;width:440px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:130px;left:0;height:132px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8isnNOxV8OMSmeGLnaNJtAZATcpdI7k { color:#34ba9b;display:block;width:531px;position:absolute;font-family:lato;font-size:28px;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:91px;left:0;height:28px;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; }
#mtQRAdvKqSyyGUsIaweFhxdEMzy5I0D4 { color:#101010;display:block;width:299px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100020;line-height:1.4;letter-spacing:0;top:623px;left:320px;height:132px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AIWB8Q5wF82HdkVeZ1LtWKOK4xlQnvIV { color:#000000;display:block;width:176px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:600px;left:320px;height:20px;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; }
#qTn21sCKS30OT83sR8lpEo0mU0KbLeTq { background-color:transparent;background-image:none;border-top:1px solid #34ba9b;border-left:1px solid #34ba9b;border-right:1px solid #34ba9b;border-bottom:1px solid #34ba9b;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:#34ba9b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:40px;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:765px;left:320px;display:block; }
#zw5QtOSl8ES9T3cBlFAm7HQaMrKoTUhe { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Olv1zXHvOi1kwLleWF1cgmfTp0CKqkHa { background-color:transparent;background-image:none;border-top:1px solid #34ba9b;border-left:1px solid #34ba9b;border-right:1px solid #34ba9b;border-bottom:1px solid #34ba9b;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:#34ba9b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:40px;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:767px;left:0;display:block; }
#waKqAG8OgKtqJXDfrxmGMlhm61e8TNH0 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#GGrDZX4kBWDZlDR3Xe9u1RR1ldU9J7Ll { color:#101010;display:block;width:299px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100023;line-height:1.4;letter-spacing:0;top:622px;left:0;height:132px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f96a2H2B2hKQ8690FZ7doR5TSW5LCEpv { color:#000000;display:block;width:176px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:599px;left:0;height:20px;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; }
#dWLQamfqa2TJsXayS6sZXkMQUhk0LHSM { background-color:transparent;background-image:none;border-top:1px solid #34ba9b;border-left:1px solid #34ba9b;border-right:1px solid #34ba9b;border-bottom:1px solid #34ba9b;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:#34ba9b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:40px;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:486px;left:118px;display:block; }
#zQAhsMHT9JN9bxaI2MGT5Iki7kAcIWg3 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#gEFNQXxheZMQiLEeAEmOKoS9fzhOV687 { color:#101010;display:block;width:299px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100026;line-height:1.4;letter-spacing:0;top:366px;left:71px;height:110px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQQTa91XyT3im3l4At9cwEwlQtUiDuRC { color:#000000;display:block;width:176px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100018;line-height:1;letter-spacing:0;top:335px;left:132px;height:20px;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; }
#Iis4vI9hFbKG0enlfEAzgGZqofUixV9B { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:454px;width:429px;top:56px;left:488.09375px;overflow:hidden;display:block; }
#RlXKSDSUy9a0F2swvEwfLRaimhPR4ny1 { position:absolute;display:block;z-index:100019;background-color:#d8d8d8;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:1px;width:960px;top:853px;left:0;display:block; }
#VXUUToIVshXbzD17nm60v2mwqqetPhoD { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:1px solid #e5ea1b;border-left:1px solid #e5ea1b;border-right:1px solid #e5ea1b;border-bottom:1px solid #e5ea1b;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:255px;width:433px;top:302px;left:0;display:block; }
#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row .container { background-color: transparent; background-image: none; }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row .container > .video-iframe-container { display: none; }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row > .video-iframe-container { display: none; }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .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); }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row .container { border-width: 0; border-radius: 0; }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row .container { font-size:14px;font-family:arial;height:453px;width:960px;position:relative;display:block; }#fVuCIFPiSrdTiDp5s9RSZMGVI0WFsbOP { color:#34ba9b;display:block;width:460px;position:absolute;font-family:lato;font-size:28px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:72px;left:423px;height:28px;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; }
#r12ndiw2aPRCA2Gstpht3CCRvW4P3ri6 { color:#101010;display:block;width:530px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:112px;left:423px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#stnHFVak6eXtIa8cpkMiQOhlMpH7QgIO { color:#000000;display:block;width:181px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:225px;left:423px;height:20px;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; }
#TDe1d8uPpOtNxxTzCD5fCOFcOTkJGdPt { color:#101010;display:block;width:225px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:248px;left:423px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s9qMp2UtMF319lNISw3cdIuuJBONZzEx { background-color:transparent;background-image:none;border-top:1px solid #34ba9b;border-left:1px solid #34ba9b;border-right:1px solid #34ba9b;border-bottom:1px solid #34ba9b;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:#34ba9b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:40px;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:344px;left:423px;display:block; }
#wpyvaUzi7zHDDiBhwVLPkAM0ftKUmqOS { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#CrLzv2KkKHom6c33P1bgoWnqzZqPvP5Q { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:243px;width:372px;top:82px;left:0;overflow:hidden;display:block; }
#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { background-color: transparent; background-image: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .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); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { border-width: 0; border-radius: 0; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { font-size:14px;font-family:arial;height:131px;width:960px;position:relative;display:block; }#mieoHqTH6eHAcbHopUcgMUQkWceBMqwV { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:400;z-index:100010;line-height:.8;letter-spacing:0;top:75.5px;left:0;height:28px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row .container { background-color: transparent; background-image: none; }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row .container > .video-iframe-container { display: none; }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row > .video-iframe-container { display: none; }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .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); }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row .container { border-width: 0; border-radius: 0; }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row .container { font-size:14px;font-family:arial;height:298px;width:960px;position:relative;display:block; }#n7yqGHbGoZLRHL2XyhdkP6UlTE1HWQ4s { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27px;width:32px;top:106px;left:0;overflow:hidden;display:block; }
#KOD8p9UmrNHpZ0r79FhRWTfQJlqXx6DA { color:rgba(16,16,16,0.7);display:block;width:410px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:120px;left:35px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKzlVTwps9lAJknAkWlqWlAV4aE7zTC7 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27px;width:32px;top:164px;left:425px;overflow:hidden;display:block; }
#X7OMO9XihC6vlam1N7TQp47JBrCyUWt3 { color:#34ba9b;display:block;width:410px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:195px;left:35px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgRdxvoXy4TzTzb6wVueHARK0eXvncAN { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27px;width:32px;top:105px;left:492px;overflow:hidden;display:block; }
#BAVpip0WLBEttbK5Nw1l53EU1R8utws1 { color:rgba(16,16,16,0.7);display:block;width:410px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:120px;left:527px;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dR9csiymxZenxWLT9XRl5wNutmKpS2hi { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27px;width:32px;top:158px;left:917px;overflow:hidden;display:block; }
#m23TeS52ZdHVK6QLWTL2Sek9zTe7anlf { color:#34ba9b;display:block;width:410px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:195px;left:527px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMCMeDdbTP614rzfJbSo4mXxwTXkTQrq { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:79px;width:79px;top:27px;left:200.5px;overflow:hidden;display:block; }
#kFlsMB5VfTbwX4kEbaqES5Vwrc9zAmZT { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:79px;width:79px;top:27px;left:692.5px;overflow:hidden;display:block; }
#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(52,186,155,0.8);background-image:none;position:relative;display:block; }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row .container { background-color: transparent; background-image: none; }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row .container > .video-iframe-container { display: none; }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row > .video-iframe-container { display: none; }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .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); }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row .container { border-width: 0; border-radius: 0; }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row .container { font-size:14px;font-family:arial;height:656px;width:960px;position:relative;display:block; }#sVK7KP1eyT0AEy2m6TiQ3TEKrcezS2NX { color:#101010;display:block;width:273px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:384px;left:663.5px;height:31px;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; }
#RTqdBCis4JM5LPcJVN2Q1q56hwtsfs4y { position:absolute;display:block;z-index:100008;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;box-shadow: 1px 8px 20px rgba(0,0,0,0.15) ;height:190px;width:320px;top:358px;left:640px;display:block; }
#hh55T6HnBMk3tBV2HpM0wC2aM3wLr9iq { color:#ffffff;display:block;width:392px;position:absolute;font-family:lato;font-size:44px;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:93px;left:54px;height:132px;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; }
#SBBoX1Dtov0TBOppNq46t4IkbSVeDKVo { color:#e5ea1b;display:block;width:247px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:367px;left:89px;height:19px;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; }
#sXPLFq72cGvBVXyK58NPuEwx5mB10Rwt { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:1px solid #e5ea1b;border-left:1px solid #e5ea1b;border-right:1px solid #e5ea1b;border-bottom:1px solid #e5ea1b;height:125px;width:308px;top:340px;left:54px;display:block; }
#fqh3T6Wc3zZ8oW3JCRMHshyRd7RBVkic { background-color:transparent;background-image:url("https://images.assets-landingi.com/LDoamC4c/WhatsApp_Logo_5_02.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:2px solid #25d366;border-left:2px solid #25d366;border-right:2px solid #25d366;border-bottom:2px solid #25d366;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#1fa1a7;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168px;height:50px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:466px;left:716px;display:block; }
#tyAgSTBfMi0JMvGzQUiAGGtlGt9g5VoA { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#LkdHIqCTxbObfPbbExbs27DnAutVDEIK { color:#101010;display:block;width:237px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:415px;left:681.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ND2aDKAshTbPABexVRSegAMwIup2XH4p { color:#ffffff;display:block;width:347px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:237px;left:54px;height:24px;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; }
#bM3QxFkpLlxVitMgitZ6O3eiPfGUMe60 { color:#ffffff;display:block;width:243px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:262px;left:54px;height:24px;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; }
#c64uKXUuIuANHsInU22RXSkSA2WMfq56 { color:#ffffff;display:block;width:248px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:288px;left:54px;height:24px;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; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0px;margin-right:5px;margin-bottom:0px;margin-left:5px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#e5ea1b;padding-top:7.41px;padding-bottom:0px;padding-right:1.25px;padding-left:1.25px;display:block;width:53.78px;height:35.81px;position:relative;font-family:"open sans";font-size:33.34px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.77);padding-top:0px;padding-bottom:4.94px;padding-right:1.25px;padding-left:1.25px;display:block;width:53.78px;height:9.26px;position:relative;font-family:"open sans";font-size:10px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:269px;height:71px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:386px;left:78px;z-index:100013;display:block; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #uyxtJJRFsPyhufxBPk5IBohgQzwT2IJe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #QrwnMgfiSFZmVwr3S56Hryv0zcObiuGf { display:block; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #niGZtylN0FXl6HkgVmuPrSrKq0gKy6qu { display:block; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #CXMkbh2gVng5sGSbp8XITtC6e5l7J7xG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #tkaSzM3yOST7tEa3NnSM1s3tG2tUvDE6 { display:block; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #cC498lwo2OCkvUcAtn8iTxeu8Xew0iTW { display:block; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #tkRL0tWZINAOCXpMpSAeLTZQytJ396i8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #ycdnWbg62P3Bc7FoRLgQVeIQVpA5JuV6 { display:block; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #HazbhzIoy8vgceDKgvepiDWgMhNtFi1F { display:block; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #o1F9lfyRdR0VfbZfBT1AMq9kZhMtXRTK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #ZInR2iv69Fd8VCotTb72cyOKbyCe84wP { display:block; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG #dbStUeCkCN59GT55yKOEMepEO4mwTwFi { display:block; }
#W4rRfrpm62IptxCWuH1T9GVbHLXPFOSb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88px;width:170px;display:none; }
#CWm9fezTfFJbSRLb6IvEgRJeKO9SZwHm { background-color:#e5ea1b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:#fefefe;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:290px;height:61px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:424.5px;left:0;display:none; }
#aCoucNx3WQRxGcx0QXN5svzxbGg3qfLZ { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#OA7yOlOuCX8spR4Ormyq6ctasuJAPTuu { background-color:#e5ea1b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:#fefefe;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:311px;height:61px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:488px;left:54px;display:block; }
#m4SGZ934TzqAb99MgH0kI3DG2UrmvEkw { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoLfeASrPus0zr0tR12bpSJRAPKhaW3c { width:102px;height:51px;top:14px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XcLOzEqBnmGJimg3eW5Id6C3JyMNtaqa { width:138px;height:40px;top:19px;left:626px;display:block; }
 }@media only screen and (max-width: 763px) { #Hhx4Pt0a2LmkSfRSme5k65PZmsoQrNWS { display:block; }
 }@media only screen and (max-width: 763px) { #FQZS6Aq2vV8E2D6FQGVX7fbx3PGPUz3k { width:144px;height:18px;top:30px;left:570px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAx9WqQziUUeIb4IElABlQCe6rV6oeWn { width:412px;height:;top:116px;left:0;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #JLsTnErbqfI1cHHUwFlovCUTOPZSmEqM { width:453px;height:112px;top:220px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mwBiRlwT8zskAOzsZv6JdahWNa2r1VzA { width:317px;height:61px;top:364px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kg2uc7Qx7EASUDLWSMu1CJWEn37UQNAz { display:block; }
 }@media only screen and (max-width: 763px) { #DReONxicBf8X00tAitQslBwi682Es80a { display:block; }#DReONxicBf8X00tAitQslBwi682Es80a > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izoOVIrTnX3HTIZr7QL9P7DCHn0rETtg { width:640px;height:360px;top:144px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #bMDua9COGthqg4sMt9rO7BtQy38fW01F { width:621px;height:45px;top:78px;left:71.5px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pKoF7GxhnKEg3HQJsdi9epCHytOnCcku { display:block; }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcWy6PMTopzICtTvUQ05pyzCZVUcWt1T { width:566px;height:45px;top:65px;left:99px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr { display:block; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJznwrwARZ0TiFuufad4z5Eka2zgWNHO { width:83px;height:83px;top:50px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sw1rHC7osD1yHFFMZE5EstZ4RrSS2kKG { width:270px;height:22px;top:165px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MFdPqUyi5yNteG2VD2EvppoEeiCyqsoK { width:286px;height:63px;top:200px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mh6QelHEBDKTXxIWEF0FsckzZXBtlQn6 { width:83px;height:83px;top:50px;left:340px;display:block; }
 }@media only screen and (max-width: 763px) { #KtNe8XpyAaczSTTEN0n6AkiAvU3cspNc { width:270px;height:22px;top:165px;left:238px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yoRFL0zAN2ugKm4wGVHuTfpAqFnT8SXH { width:286px;height:42px;top:200px;left:222px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NnhUL1nTu4FV4bTSdb0laTPTXJ0gMsg4 { width:83px;height:83px;top:50px;left:594px;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ruq42uH2mkfAbqAO11aIyG4ucyDrbC { width:270px;height:22px;top:165px;left:492px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fd6fBW1X9CbyC20EkGVfngdHEbNoNWcZ { width:286px;height:63px;top:200px;left:476px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:447px;height:;top:79px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:425px;height:192px;top:133px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zrZfxbvIIPToUMo5Hpn2eXqhQyDpNqF4 { width:50px;height:50px;top:286px;left:690px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #iOVi44xyO6W5PagGyCIL8y9A8etyS18K { width:300px;height:300px;top:44px;left:448px;display:block; }
 }@media only screen and (max-width: 763px) { #w5gWOpWyowX9CSueT7WW8uyns9ZyEcDn { width:68px;height:68px;top:276px;left:681px;display:block; }
 }@media only screen and (max-width: 763px) { #RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { display:block; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn7eEUTDwtoJhfAgpPQ445bknKN5z2Tv { width:764px;height:;top:75px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #SaOrTFdeKsgx34GcqhKorcsBsDzaDUPJ { width:460px;height:56px;top:178px;left:304px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #T2dLzr0p56yzIe8egQwPHPeyJmhv8ZoT { width:530px;height:44px;top:248px;left:234px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ei0ygHv1nyktVJnZFZpQQdVPh2xcv4F0 { width:764px;height:1px;top:716px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UhCUxlOlS19cVZBu0Z6fJK4XvV66G1KN { width:204px;height:40px;top:423px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #qTnwqkH2MAw7Aih6pttDbOmUqMpWa6kB { display:block; }
 }@media only screen and (max-width: 763px) { #HB1GAPWVkWezNUJLmPJMHpHmZzNaNBWJ { width:153px;height:66px;top:348px;left:332px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C7trbN6USgAZ4I2he5wO2r601mKazhSN { width:176px;height:;top:325px;left:332px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iPW3CC206D2Zs8d9Xx2JTt8DzFM4npFD { width:204px;height:41px;top:423px;left:560px;display:block; }
 }@media only screen and (max-width: 763px) { #Fz8Ap6N1qvameB2k6Q183Z5i5vB9VudZ { display:block; }
 }@media only screen and (max-width: 763px) { #KsK3UVSya67fVzDbZQvOIccuAzvx0T30 { width:153px;height:66px;top:348px;left:611px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pCWJtZIXgzVOZzKJJ9TLvgKbRPTCDbXP { width:153px;height:66px;top:536px;left:332px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H7LhS0Spq642CM7KuUpQrRw0wNphnxsa { width:153px;height:20px;top:325px;left:611px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ICxL8qvTQT8mT0x4gfwOO12r5Z0C4pvT { width:199px;height:;top:513px;left:332px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EvBbhHfgkgqu2qV12wav23tgL1pEwf48 { width:403px;height:427px;top:145px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tT0y351uQsvR9dES1BdFwL2MbTtghtRW { width:204px;height:40px;top:612px;left:560px;display:block; }
 }@media only screen and (max-width: 763px) { #biptVBy4v9qd0vqibC26QySDaK4atwUD { display:block; }
 }@media only screen and (max-width: 763px) { #CexKUSVREQzruUkCZfP4AASSHGCMeraI { width:199px;height:20px;top:514px;left:565px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sf063rfy3ganxCdwrX7xyPvxdstQmhuA { width:153px;height:66px;top:537px;left:611px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UzxwMi0OsbVKCnMU0lcIh73rgXbm80Pe { width:204px;height:40px;top:612px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #TRvOmTi7IOP5rArlCuF9GMtcivI5un2S { display:block; }
 }@media only screen and (max-width: 763px) { #WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk { display:block; }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd5ncmg4WDTwqH3i8b38LX47oHdMKiss { width:440px;height:132px;top:130px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N8isnNOxV8OMSmeGLnaNJtAZATcpdI7k { width:531px;height:28px;top:91px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #mtQRAdvKqSyyGUsIaweFhxdEMzy5I0D4 { width:299px;height:132px;top:623px;left:222px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AIWB8Q5wF82HdkVeZ1LtWKOK4xlQnvIV { width:176px;height:20px;top:600px;left:222px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qTn21sCKS30OT83sR8lpEo0mU0KbLeTq { width:204px;height:40px;top:765px;left:222px;display:block; }
 }@media only screen and (max-width: 763px) { #zw5QtOSl8ES9T3cBlFAm7HQaMrKoTUhe { display:block; }
 }@media only screen and (max-width: 763px) { #Olv1zXHvOi1kwLleWF1cgmfTp0CKqkHa { width:204px;height:40px;top:767px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #waKqAG8OgKtqJXDfrxmGMlhm61e8TNH0 { display:block; }
 }@media only screen and (max-width: 763px) { #GGrDZX4kBWDZlDR3Xe9u1RR1ldU9J7Ll { width:299px;height:132px;top:622px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f96a2H2B2hKQ8690FZ7doR5TSW5LCEpv { width:176px;height:20px;top:599px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dWLQamfqa2TJsXayS6sZXkMQUhk0LHSM { width:204px;height:40px;top:486px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zQAhsMHT9JN9bxaI2MGT5Iki7kAcIWg3 { display:block; }
 }@media only screen and (max-width: 763px) { #gEFNQXxheZMQiLEeAEmOKoS9fzhOV687 { width:299px;height:110px;top:366px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CQQTa91XyT3im3l4At9cwEwlQtUiDuRC { width:176px;height:20px;top:335px;left:34px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Iis4vI9hFbKG0enlfEAzgGZqofUixV9B { width:429px;height:454px;top:56px;left:335px;display:block; }
 }@media only screen and (max-width: 763px) { #RlXKSDSUy9a0F2swvEwfLRaimhPR4ny1 { width:764px;height:1px;top:853px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VXUUToIVshXbzD17nm60v2mwqqetPhoD { width:433px;height:255px;top:302px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK { display:block; }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVuCIFPiSrdTiDp5s9RSZMGVI0WFsbOP { width:460px;height:;top:72px;left:304px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #r12ndiw2aPRCA2Gstpht3CCRvW4P3ri6 { width:530px;height:88px;top:112px;left:234px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #stnHFVak6eXtIa8cpkMiQOhlMpH7QgIO { width:181px;height:;top:225px;left:325px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TDe1d8uPpOtNxxTzCD5fCOFcOTkJGdPt { width:225px;height:88px;top:248px;left:325px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s9qMp2UtMF319lNISw3cdIuuJBONZzEx { width:204px;height:40px;top:344px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #wpyvaUzi7zHDDiBhwVLPkAM0ftKUmqOS { display:block; }
 }@media only screen and (max-width: 763px) { #CrLzv2KkKHom6c33P1bgoWnqzZqPvP5Q { width:372px;height:243px;top:82px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mieoHqTH6eHAcbHopUcgMUQkWceBMqwV { width:764px;height:;top:75px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln { display:block; }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7yqGHbGoZLRHL2XyhdkP6UlTE1HWQ4s { width:32px;height:27px;top:106px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KOD8p9UmrNHpZ0r79FhRWTfQJlqXx6DA { width:410px;height:60px;top:120px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MKzlVTwps9lAJknAkWlqWlAV4aE7zTC7 { width:32px;height:27px;top:164px;left:350px;display:block; }
 }@media only screen and (max-width: 763px) { #X7OMO9XihC6vlam1N7TQp47JBrCyUWt3 { width:410px;height:20px;top:195px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TgRdxvoXy4TzTzb6wVueHARK0eXvncAN { width:32px;height:27px;top:105px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #BAVpip0WLBEttbK5Nw1l53EU1R8utws1 { width:410px;height:40px;top:120px;left:354px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dR9csiymxZenxWLT9XRl5wNutmKpS2hi { width:32px;height:27px;top:158px;left:732px;display:block; }
 }@media only screen and (max-width: 763px) { #m23TeS52ZdHVK6QLWTL2Sek9zTe7anlf { width:410px;height:20px;top:195px;left:354px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RMCMeDdbTP614rzfJbSo4mXxwTXkTQrq { width:79px;height:79px;top:27px;left:151.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kFlsMB5VfTbwX4kEbaqES5Vwrc9zAmZT { width:79px;height:79px;top:27px;left:545.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 { display:block; }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVK7KP1eyT0AEy2m6TiQ3TEKrcezS2NX { width:273px;height:31px;top:384px;left:491px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RTqdBCis4JM5LPcJVN2Q1q56hwtsfs4y { width:320px;height:190px;top:358px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #hh55T6HnBMk3tBV2HpM0wC2aM3wLr9iq { width:392px;height:132px;top:93px;left:0;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #SBBoX1Dtov0TBOppNq46t4IkbSVeDKVo { width:247px;height:19px;top:367px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sXPLFq72cGvBVXyK58NPuEwx5mB10Rwt { width:308px;height:125px;top:340px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fqh3T6Wc3zZ8oW3JCRMHshyRd7RBVkic { width:168px;height:50px;top:466px;left:596px;display:block; }
 }@media only screen and (max-width: 763px) { #tyAgSTBfMi0JMvGzQUiAGGtlGt9g5VoA { display:block; }
 }@media only screen and (max-width: 763px) { #LkdHIqCTxbObfPbbExbs27DnAutVDEIK { width:237px;height:;top:415px;left:527px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ND2aDKAshTbPABexVRSegAMwIup2XH4p { width:347px;height:24px;top:237px;left:0;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bM3QxFkpLlxVitMgitZ6O3eiPfGUMe60 { width:243px;height:24px;top:262px;left:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #c64uKXUuIuANHsInU22RXSkSA2WMfq56 { width:248px;height:;top:288px;left:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0px;margin-right:5px;margin-bottom:0px;margin-left:5px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#e5ea1b;padding-top:7.41px;padding-bottom:0px;padding-right:1.25px;padding-left:1.25px;display:block;width:53.78px;height:35.81px;position:relative;font-family:"open sans";font-size:33.34px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.77);padding-top:0px;padding-bottom:4.94px;padding-right:1.25px;padding-left:1.25px;display:block;width:53.78px;height:9.26px;position:relative;font-family:"open sans";font-size:10px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG { width:269px;height:71px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;top:386px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #uyxtJJRFsPyhufxBPk5IBohgQzwT2IJe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #QrwnMgfiSFZmVwr3S56Hryv0zcObiuGf {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #niGZtylN0FXl6HkgVmuPrSrKq0gKy6qu {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #CXMkbh2gVng5sGSbp8XITtC6e5l7J7xG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #tkaSzM3yOST7tEa3NnSM1s3tG2tUvDE6 {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #cC498lwo2OCkvUcAtn8iTxeu8Xew0iTW {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #tkRL0tWZINAOCXpMpSAeLTZQytJ396i8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #ycdnWbg62P3Bc7FoRLgQVeIQVpA5JuV6 {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #HazbhzIoy8vgceDKgvepiDWgMhNtFi1F {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #o1F9lfyRdR0VfbZfBT1AMq9kZhMtXRTK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #ZInR2iv69Fd8VCotTb72cyOKbyCe84wP {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #dbStUeCkCN59GT55yKOEMepEO4mwTwFi {  }
 }@media only screen and (max-width: 763px) { #W4rRfrpm62IptxCWuH1T9GVbHLXPFOSb { width:170px;height:88px;display:none; }
 }@media only screen and (max-width: 763px) { #CWm9fezTfFJbSRLb6IvEgRJeKO9SZwHm { width:290px;height:61px;top:424px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #aCoucNx3WQRxGcx0QXN5svzxbGg3qfLZ { display:block; }
 }@media only screen and (max-width: 763px) { #OA7yOlOuCX8spR4Ormyq6ctasuJAPTuu { width:311px;height:61px;top:488px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #m4SGZ934TzqAb99MgH0kI3DG2UrmvEkw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vZLA5CmI/Swamiji_Mobile_01_01_min.png");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:contain;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eMkTYonH/WhatsApp_Logo_5_01.png");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoLfeASrPus0zr0tR12bpSJRAPKhaW3c { width:88px;height:44px;top:17px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #XcLOzEqBnmGJimg3eW5Id6C3JyMNtaqa { width:200px;height:50px;top:136px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #Hhx4Pt0a2LmkSfRSme5k65PZmsoQrNWS { display:block; }
 }@media only screen and (max-width: 763px) { #FQZS6Aq2vV8E2D6FQGVX7fbx3PGPUz3k { width:168px;height:0;top:106px;left:76px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:320px;height:559px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAx9WqQziUUeIb4IElABlQCe6rV6oeWn { width:320px;height:108px;top:29px;left:0;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #JLsTnErbqfI1cHHUwFlovCUTOPZSmEqM { width:179px;height:21px;top:210px;left:70px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mwBiRlwT8zskAOzsZv6JdahWNa2r1VzA { width:290px;height:61px;top:458px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Kg2uc7Qx7EASUDLWSMu1CJWEn37UQNAz { display:block; }
 }@media only screen and (max-width: 763px) { #DReONxicBf8X00tAitQslBwi682Es80a { display:block; }#DReONxicBf8X00tAitQslBwi682Es80a > .row .container { width:320px;height:296px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izoOVIrTnX3HTIZr7QL9P7DCHn0rETtg { height:180px;width:320px;top:115px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bMDua9COGthqg4sMt9rO7BtQy38fW01F { width:320px;height:66px;top:37px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKoF7GxhnKEg3HQJsdi9epCHytOnCcku { display:block; }#pKoF7GxhnKEg3HQJsdi9epCHytOnCcku > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcWy6PMTopzICtTvUQ05pyzCZVUcWt1T { width:320px;height:33px;top:73.5px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr { display:block; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { width:320px;height:743px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJznwrwARZ0TiFuufad4z5Eka2zgWNHO { width:83px;height:83px;top:40px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #sw1rHC7osD1yHFFMZE5EstZ4RrSS2kKG { width:206px;height:20px;top:143px;left:57px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFdPqUyi5yNteG2VD2EvppoEeiCyqsoK { width:286px;height:66px;top:168px;left:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mh6QelHEBDKTXxIWEF0FsckzZXBtlQn6 { width:83px;height:83px;top:277px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #KtNe8XpyAaczSTTEN0n6AkiAvU3cspNc { width:206px;height:20px;top:380px;left:57px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoRFL0zAN2ugKm4wGVHuTfpAqFnT8SXH { width:286px;height:44px;top:406px;left:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnhUL1nTu4FV4bTSdb0laTPTXJ0gMsg4 { width:83px;height:83px;top:494px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ruq42uH2mkfAbqAO11aIyG4ucyDrbC { width:206px;height:20px;top:596px;left:57px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fd6fBW1X9CbyC20EkGVfngdHEbNoNWcZ { width:286px;height:66px;top:622px;left:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:320px;height:791px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:320px;height:28px;top:58px;left:0;text-align:center;text-align-last:center;line-height:1.1;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:284px;height:264px;top:110px;left:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrZfxbvIIPToUMo5Hpn2eXqhQyDpNqF4 { width:50px;height:50px;top:683px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #iOVi44xyO6W5PagGyCIL8y9A8etyS18K { width:277px;height:277px;top:429px;left:21.5px;display:block; }
 }@media only screen and (max-width: 763px) { #w5gWOpWyowX9CSueT7WW8uyns9ZyEcDn { width:68px;height:68px;top:673px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { display:block; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { width:320px;height:1427px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn7eEUTDwtoJhfAgpPQ445bknKN5z2Tv { width:261px;height:62px;top:52px;left:29.5px;text-align:center;text-align-last:center;font-size:26px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SaOrTFdeKsgx34GcqhKorcsBsDzaDUPJ { width:320px;height:93px;top:157px;left:0;text-align:center;text-align-last:center;font-size:26px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T2dLzr0p56yzIe8egQwPHPeyJmhv8ZoT { width:320px;height:66px;top:257px;left:0;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ei0ygHv1nyktVJnZFZpQQdVPh2xcv4F0 { width:320px;height:1px;top:1412px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UhCUxlOlS19cVZBu0Z6fJK4XvV66G1KN { width:204px;height:40px;top:712px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #qTnwqkH2MAw7Aih6pttDbOmUqMpWa6kB { display:block; }
 }@media only screen and (max-width: 763px) { #HB1GAPWVkWezNUJLmPJMHpHmZzNaNBWJ { width:153px;height:63px;top:644px;left:83px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #C7trbN6USgAZ4I2he5wO2r601mKazhSN { width:176px;height:16px;top:620px;left:72px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iPW3CC206D2Zs8d9Xx2JTt8DzFM4npFD { width:204px;height:41px;top:897px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #Fz8Ap6N1qvameB2k6Q183Z5i5vB9VudZ { display:block; }
 }@media only screen and (max-width: 763px) { #KsK3UVSya67fVzDbZQvOIccuAzvx0T30 { width:153px;height:63px;top:829px;left:83.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pCWJtZIXgzVOZzKJJ9TLvgKbRPTCDbXP { width:153px;height:63px;top:1015px;left:84px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #H7LhS0Spq642CM7KuUpQrRw0wNphnxsa { width:153px;height:16px;top:803px;left:83px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ICxL8qvTQT8mT0x4gfwOO12r5Z0C4pvT { width:199px;height:16px;top:990px;left:61px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EvBbhHfgkgqu2qV12wav23tgL1pEwf48 { width:243px;height:257px;top:325px;left:38.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tT0y351uQsvR9dES1BdFwL2MbTtghtRW { width:204px;height:40px;top:1280px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #biptVBy4v9qd0vqibC26QySDaK4atwUD { display:block; }
 }@media only screen and (max-width: 763px) { #CexKUSVREQzruUkCZfP4AASSHGCMeraI { width:199px;height:16px;top:1181px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sf063rfy3ganxCdwrX7xyPvxdstQmhuA { width:153px;height:63px;top:1207px;left:83px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UzxwMi0OsbVKCnMU0lcIh73rgXbm80Pe { width:204px;height:40px;top:1097px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #TRvOmTi7IOP5rArlCuF9GMtcivI5un2S { display:block; }
 }@media only screen and (max-width: 763px) { #WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk { display:block; }#WyXzab9zxzqU9ke7ZfPQIZTkghJP6mAk > .row .container { width:320px;height:1456px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd5ncmg4WDTwqH3i8b38LX47oHdMKiss { width:311px;height:176px;top:116px;left:4.5px;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N8isnNOxV8OMSmeGLnaNJtAZATcpdI7k { width:320px;height:26px;top:70px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #mtQRAdvKqSyyGUsIaweFhxdEMzy5I0D4 { width:299px;height:126px;top:1219px;left:11px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AIWB8Q5wF82HdkVeZ1LtWKOK4xlQnvIV { width:176px;height:16px;top:1193px;left:73px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qTn21sCKS30OT83sR8lpEo0mU0KbLeTq { width:204px;height:40px;top:1356px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #zw5QtOSl8ES9T3cBlFAm7HQaMrKoTUhe { display:block; }
 }@media only screen and (max-width: 763px) { #Olv1zXHvOi1kwLleWF1cgmfTp0CKqkHa { width:204px;height:40px;top:1103px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #waKqAG8OgKtqJXDfrxmGMlhm61e8TNH0 { display:block; }
 }@media only screen and (max-width: 763px) { #GGrDZX4kBWDZlDR3Xe9u1RR1ldU9J7Ll { width:299px;height:126px;top:969px;left:11px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #f96a2H2B2hKQ8690FZ7doR5TSW5LCEpv { width:176px;height:16px;top:944px;left:72px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dWLQamfqa2TJsXayS6sZXkMQUhk0LHSM { width:204px;height:40px;top:807px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #zQAhsMHT9JN9bxaI2MGT5Iki7kAcIWg3 { display:block; }
 }@media only screen and (max-width: 763px) { #gEFNQXxheZMQiLEeAEmOKoS9fzhOV687 { width:213px;height:126px;top:669px;left:53.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CQQTa91XyT3im3l4At9cwEwlQtUiDuRC { width:176px;height:16px;top:644px;left:73px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Iis4vI9hFbKG0enlfEAzgGZqofUixV9B { width:274px;height:290px;top:290px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RlXKSDSUy9a0F2swvEwfLRaimhPR4ny1 { width:320px;height:1px;top:1448px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VXUUToIVshXbzD17nm60v2mwqqetPhoD { width:282px;height:295px;top:598px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK { display:block; }#pOE2Ln6CocmcT64f2bDPBNX5pS78dsbK > .row .container { width:320px;height:707px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVuCIFPiSrdTiDp5s9RSZMGVI0WFsbOP { width:320px;height:31px;top:75px;left:0;text-align:center;text-align-last:center;font-size:26px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r12ndiw2aPRCA2Gstpht3CCRvW4P3ri6 { width:290px;height:154px;top:118px;left:15px;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #stnHFVak6eXtIa8cpkMiQOhlMpH7QgIO { width:320px;height:16px;top:486px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDe1d8uPpOtNxxTzCD5fCOFcOTkJGdPt { width:320px;height:84px;top:510px;left:0;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #s9qMp2UtMF319lNISw3cdIuuJBONZzEx { width:204px;height:40px;top:604px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #wpyvaUzi7zHDDiBhwVLPkAM0ftKUmqOS { display:block; }
 }@media only screen and (max-width: 763px) { #CrLzv2KkKHom6c33P1bgoWnqzZqPvP5Q { width:243px;height:160px;top:293px;left:38.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mieoHqTH6eHAcbHopUcgMUQkWceBMqwV { width:320px;height:52px;top:63.5px;left:0;text-align:center;text-align-last:center;font-size:26px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln { display:block; }#bpSDTHHelJ5ciEhnrRHmJwGd3E4dT2Ln > .row .container { width:320px;height:588px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7yqGHbGoZLRHL2XyhdkP6UlTE1HWQ4s { width:32px;height:27px;top:103px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KOD8p9UmrNHpZ0r79FhRWTfQJlqXx6DA { width:320px;height:80px;top:130px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKzlVTwps9lAJknAkWlqWlAV4aE7zTC7 { width:32px;height:27px;top:189px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #X7OMO9XihC6vlam1N7TQp47JBrCyUWt3 { width:320px;height:20px;top:226px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgRdxvoXy4TzTzb6wVueHARK0eXvncAN { width:32px;height:27px;top:370px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BAVpip0WLBEttbK5Nw1l53EU1R8utws1 { width:320px;height:60px;top:410px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dR9csiymxZenxWLT9XRl5wNutmKpS2hi { width:32px;height:27px;top:470px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #m23TeS52ZdHVK6QLWTL2Sek9zTe7anlf { width:320px;height:20px;top:497px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMCMeDdbTP614rzfJbSo4mXxwTXkTQrq { width:79px;height:79px;top:42px;left:120.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kFlsMB5VfTbwX4kEbaqES5Vwrc9zAmZT { width:79px;height:79px;top:313px;left:120.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 { display:block; }#qcX2xaLvlqGckhdulhZOSC7ElXDSrpR6 > .row .container { width:320px;height:937px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVK7KP1eyT0AEy2m6TiQ3TEKrcezS2NX { width:273px;height:27px;top:626px;left:23px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RTqdBCis4JM5LPcJVN2Q1q56hwtsfs4y { width:320px;height:186px;top:599px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hh55T6HnBMk3tBV2HpM0wC2aM3wLr9iq { width:320px;height:108px;top:69px;left:0;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #SBBoX1Dtov0TBOppNq46t4IkbSVeDKVo { width:320px;height:19px;top:346px;left:-1px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXPLFq72cGvBVXyK58NPuEwx5mB10Rwt { width:320px;height:120px;top:322px;left:-1px;display:block; }
 }@media only screen and (max-width: 763px) { #fqh3T6Wc3zZ8oW3JCRMHshyRd7RBVkic { width:168px;height:50px;top:705px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #tyAgSTBfMi0JMvGzQUiAGGtlGt9g5VoA { display:block; }
 }@media only screen and (max-width: 763px) { #LkdHIqCTxbObfPbbExbs27DnAutVDEIK { width:237px;height:40px;top:654px;left:42px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ND2aDKAshTbPABexVRSegAMwIup2XH4p { width:320px;height:25px;top:188px;left:0;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bM3QxFkpLlxVitMgitZ6O3eiPfGUMe60 { width:243px;height:21px;top:218px;left:38px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #c64uKXUuIuANHsInU22RXSkSA2WMfq56 { width:248px;height:21px;top:243px;left:36px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:7px;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:58px;height:40px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0;left:0;color:#e5e83a; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#pz5erVDTXSDrSIn5QuruZXDy4aghabtG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:295px;height:78px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:364px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #uyxtJJRFsPyhufxBPk5IBohgQzwT2IJe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #QrwnMgfiSFZmVwr3S56Hryv0zcObiuGf {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #niGZtylN0FXl6HkgVmuPrSrKq0gKy6qu {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #CXMkbh2gVng5sGSbp8XITtC6e5l7J7xG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #tkaSzM3yOST7tEa3NnSM1s3tG2tUvDE6 {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #cC498lwo2OCkvUcAtn8iTxeu8Xew0iTW {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #tkRL0tWZINAOCXpMpSAeLTZQytJ396i8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #ycdnWbg62P3Bc7FoRLgQVeIQVpA5JuV6 {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #HazbhzIoy8vgceDKgvepiDWgMhNtFi1F {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #o1F9lfyRdR0VfbZfBT1AMq9kZhMtXRTK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #ZInR2iv69Fd8VCotTb72cyOKbyCe84wP {  }
 }@media only screen and (max-width: 763px) { #pz5erVDTXSDrSIn5QuruZXDy4aghabtG #dbStUeCkCN59GT55yKOEMepEO4mwTwFi {  }
 }@media only screen and (max-width: 763px) { #W4rRfrpm62IptxCWuH1T9GVbHLXPFOSb { top:829px;left:111px;width:98px;height:50px;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CWm9fezTfFJbSRLb6IvEgRJeKO9SZwHm { width:290px;height:61px;top:466px;left:15px;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #aCoucNx3WQRxGcx0QXN5svzxbGg3qfLZ { display:block; }
 }@media only screen and (max-width: 763px) { #OA7yOlOuCX8spR4Ormyq6ctasuJAPTuu { width:311px;height:61px;top:899px;left:4px;display:none; }
 }@media only screen and (max-width: 763px) { #m4SGZ934TzqAb99MgH0kI3DG2UrmvEkw { display:block; }
 }