.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;
  }
}
body { background-color:#eeeeee;background-image:none;position:relative;display:block; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;display:block; }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row .container { background-color: transparent; background-image: none; }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row .container > .video-iframe-container { display: none; }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row > .video-iframe-container { display: none; }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .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); }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row .container { border-width: 0; border-radius: 0; }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row .container { font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q { position:relative;display:block; }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q { background-color: transparent; background-image: none; }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q > .row .container > .video-iframe-container { display: none; }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q > .row > .video-iframe-container { display: none; }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q > .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); }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q { border-width: 0; border-radius: 0; }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q > .row .container { border-top:2px solid #01b1cd;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:167.00900000000001px;width:1200px;position:relative;display:block; }#nTwhtZGQikf9Fo7Au6gT2FdG7EuOiyXI { color:#000000;display:block;width:1101px;position:absolute;font-family:lato;font-size:39px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:60.654552036133px;left:54.995452880859px;height:50.6182px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DktXei4MBad0vigke5RcNgTuJtUd4Z6a { color:#000000;display:block;width:345.995px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:113.24544143677px;left:432.4772644043px;height:30.5455px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp { position:relative;display:block; }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp { background-color: transparent; background-image: none; }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp > .row .container > .video-iframe-container { display: none; }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp > .row > .video-iframe-container { display: none; }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp > .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); }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp { border-width: 0; border-radius: 0; }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:609px;width:1200px;position:relative;display:block; }#kiWhMtaZxDW8P34r8yHlL8rhbMQOcDWN { box-sizing:content-box;color:#000000;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:100000;top:48px;left:92px;display:block; }
#mHTUuqskIWr82ERvQCv4a5Ki3wnyl9KT { color:#000000;display:block;width:366.995px;position:absolute;font-family:lato;font-size:29px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:55px;left:143px;height:37.5273px;font-style:normal;display:block; }
#t9UC2USAXc4UMOqtwelzJqZoeFpE9TvG { box-sizing:content-box;color:#01b1cd;font-size:35px;font-weight:400;line-height:1;height:49.9909px;width:49.9909px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:119px;left:92px;display:block; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .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:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:lato;font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:lato;font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC { top:98.972732543945px;left:98.959075927734px;z-index:100003;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:317.864px;height:114.995px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;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;display:none; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #Kn7nTuHtHLNJk865EzG9Lc7JPd1EcJZi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #HJ4o9U75oAsGZt54bN70TkufBBPnfpGH { display:block; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #wdoLBxqBJLlI70gOTSrkDwfsgSheqRhr { display:block; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #bEJdLMT0cJru9pryCQ4rcw9IggrMWFHI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #m0e156nBpUJdN4wJsdfPecCwHIreIVC4 { display:block; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #BJ8TcMVWOGOlkzlHTitNEg159gkSAXgp { display:block; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #iJWg3npJyCML4UqIHA0RecOdcVPsKzmv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #AR50tVOQXNtnrOMKVt1ykkJJNB2o5Lau { display:block; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #RmbtImVrmxaRZJBScIvysD6vOXSfk8xQ { display:block; }
#sOxDUFC0epRzLxnDMg8v5QrRmkBnleNM { box-sizing:content-box;color:#01b1cd;font-size:35px;font-weight:400;line-height:1;height:49.9773px;width:49.9773px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:213px;left:92px;display:block; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .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:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL { 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:;height:114.995px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;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:350px;left:108px;z-index:100006;display:block; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Wv297mhl2KlBrIpqWuyfO2kqWi2I9fom { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #c2UHC0eempFTOPDBI67WuNcHutdpelRH { display:block; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Qk2O616sixTLnKxs1ZfXZAmN10ia9SLF { display:block; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #P4n26VEUwtfotX1GXuG3ONqagnJQnRob { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #u4QsBC4pApqwkPe1zTbrizttrrMwfIIZ { display:block; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Rxd8vLVOWccEB5p20VTkQiO9vX8ToINN { display:block; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #CCwA2JdynqSZX8s2eLaAGBGTL4BmSRGD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Cqc0SpSpSBOb8AiGuuCkc4BNU5Zv4DKf { display:block; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #VAcTxAiBI8EeniZXJUTpiJkdPMrJ3JQM { display:block; }
#XvQRMBaUhLBJ9IJfB7OgbXeaMgHDPKpk { z-index:100007;top:450px;left:83px;background-color:#1bbc9b;background-image:none;background-position:top left;background-repeat:repeat;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0 3px 0 #18a489 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:397.991px;height:78.9955px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F5Pitm9JEZ1dEHUUrVHPETRNK9J1NZZM { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#unhqPvCF89qrZhZ1VPSRzKbGma7CZMJ4 { position:absolute;display:block;z-index:100008;background-color:#f8f8f8;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;height:384.995px;width:489.995px;top:77.959083557129px;left:654.98178100586px;display:block; }
#X70vTnpwgG4ITJbs1Cu6vgGA8PLNqbJg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:133.991px;width:133.991px;position:absolute;display:block;z-index:100009;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;top:57.449996948242px;left:624.96817016602px;overflow:hidden;display:block; }
#RcZ9h6TV1C507vBSLeN9Q95KzTRc22rH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:109.991px;width:109.991px;position:absolute;display:block;z-index:100010;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;top:387.94087219238px;left:1070.9590759277px;overflow:hidden;display:block; }
#riMTZzVxZS3ZiXTxA7THEp27HHlhIcEK { color:#007386;display:block;width:338px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:100011;line-height:1.6;letter-spacing:0;top:98.945449829102px;left:785.95901489258px;height:75.9273px;font-style:normal;display:block; }
#so6aerDSB7VeqOy2nDOVuF8Ri7bEhP2L { color:#000000;display:block;width:435px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:192.99544715881px;left:689.91812133789px;height:230.4px;font-style:normal;display:block; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .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:6.16px;margin-bottom:0px;margin-left:6.16px;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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:9.31px;padding-bottom:0px;padding-right:1.54px;padding-left:1.54px;display:block;width:66.26px;height:44.98px;position:relative;font-family:lato;font-size:25.59px;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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:6.2px;padding-right:1.54px;padding-left:1.54px;display:block;width:66.26px;height:11.63px;position:relative;font-family:lato;font-size:12px;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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 { 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:246px;height:84px;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:119px;left:152px;z-index:100013;display:block; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #oNoXh0FmrVvtey0XgLgurMZ670CvFsrD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #uldc5gne4fgKCbkMGUNaLN6OZGuHsVxb { display:block; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #baVoAG2gly9yXtnkflBZ6LGwJxh1VeDq { display:block; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #TwQddI965Fzt5k0VcKKVmOEKmMN4JmAg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #AXtws8rVrEmWrwxdp1K9c8yVzkZhQb2c { display:block; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #IXStgxycuP4dBaSB4hGKhxh3qMfUbngy { display:block; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #AhVuGeraTIr0Sbfe8w28MvimdF6golzg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #PbxPL5zkTrRP8KyRAMwI2COJuppUcI1S { display:block; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #EhbqPkGvpvbAFTRF0aQv9Be7MFtZvBsA { display:block; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .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:6.16px;margin-bottom:0px;margin-left:6.16px;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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:9.31px;padding-bottom:0px;padding-right:1.54px;padding-left:1.54px;display:block;width:66.26px;height:44.98px;position:relative;font-family:lato;font-size:25.59px;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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:6.2px;padding-right:1.54px;padding-left:1.54px;display:block;width:66.26px;height:11.63px;position:relative;font-family:lato;font-size:12px;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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog { 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:246px;height:84px;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:213px;left:152px;z-index:100014;display:block; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #TcAflfud54TslqJX3xRbOxGHbA79LO2N { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #md8WSiTLSqDRIRSHr5lIbqPhWOtmaQsV { display:block; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #HhhqBhsyvdS8wwTvGfI21xsUOihto3qR { display:block; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #FldPfaIolwiGOMKzihC43SAvmZ36b6QA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #BUCB1kURocDFTpdCefR7ZOAnb92MJ1lO { display:block; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #FcU5edOvTF4wwRzTqsDpbJe9Vflz0O3s { display:block; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #gJ1G7es7PVik8emTE3FpQH9JvLZOdfkp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #TTAVVFh1RIQgeaerhXNbKdynLbNa1Mct { display:block; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #oytbAErklQTn7OBSoo3zfUXq8mRo3Wud { display:block; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .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:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:lato;font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:lato;font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L { top:98.972732543945px;left:98.959075927734px;z-index:100003;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:317.864px;height:114.995px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;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;display:none; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #XgrStwCKFCCz8xdrAZKGMSoStEyF9bsF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #U1KfTNLwckClXBaXTEg4dQtPyXHMvZsC { display:block; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #RZvpJKQHTp9Nqb0wiH6Kgugnpz0Wd42A { display:block; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #mAqFKtNbNJIpK7V4HsGSLOlmLTTklB8x { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #HEZ5KGcwmPw2AtVAD3QPITmnRHg7UyCD { display:block; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #erg9WTlsAFTairXnl8KFl2OVvudhhIxb { display:block; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #TPT7koBg5sWiTIsVaRQl3E2MPp6AiRbV { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #G6USILuIe6JU7M6kKZ0QcnRol2LGdZAa { display:block; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #zvBNfAzUhD7KCbOiovK8X9kMrSREaq5N { display:block; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .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:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW { 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:NaNpx;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;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;z-index:1;display:none; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #Twz6yqbSREpuc7w9p1HUir8d39BHwSUy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #Tw0p0RZOwF9zoiguLOVoIIQmUFZOHQ4P { display:block; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #b8mgxhqr9EscTxZCDNQl0Ed7EMJ3RpUu { display:block; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #i0pmDQZm0nkf2nhmynXlin9Z4b8tidAS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #y17JEPxwTT9m6cV2QPtfEEuULxnKkXDs { display:block; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #QPNzpbV5Z2l2awdP2BTzHuSpxiMeBGaS { display:block; }
#U49sTly0hCKaJyTeazbygvJvOczXpUpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row .container { background-color: transparent; background-image: none; }#U49sTly0hCKaJyTeazbygvJvOczXpUpu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row .container > .video-iframe-container { display: none; }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row > .video-iframe-container { display: none; }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .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); }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row .container { border-width: 0; border-radius: 0; }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01b1cd;background-image:none;position:relative;display:block; }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row .container { background-color: transparent; background-image: none; }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row .container > .video-iframe-container { display: none; }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row > .video-iframe-container { display: none; }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .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); }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row .container { border-width: 0; border-radius: 0; }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row .container { font-size:14px;font-family:arial;height:41px;width:1200px;position:relative;display:block; }#qu7pdzLS3EEyv84VqH7Zq6k1krqWUMK5 { color:#ffffff;display:block;width:453px;position:absolute;font-family:lato;font-size:11px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:13.5px;left:372.98178100586px;height:13.9636px;text-align:center;text-align-last:center;display:block; }
#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 { position:relative;display:none; }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 { border-width: 0; border-radius: 0; }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#tmk3weFqssekdIgTt583SqpWpiLGopJN { z-index:100007;top:450px;left:83px;background-color:#1bbc9b;background-image:none;background-position:top left;background-repeat:repeat;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0 3px 0 #18a489 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:397.991px;height:78.9955px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NabhOOuvKoFItneTSQenc0gJAhE2oHWq { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 1199px) { body { background-color:#eeeeee;background-image:none;position:relative;display:block; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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: 1199px) { #G4IRyhkmSporVkqUbI5rMEpxETiu6ICA { display:block; }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q { display:block; }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q > .row .container { width:764px;height:128.01px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nTwhtZGQikf9Fo7Au6gT2FdG7EuOiyXI { width:750.982px;height:33.1636px;top:63px;left:7px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #DktXei4MBad0vigke5RcNgTuJtUd4Z6a { width:345px;height:24.4364px;top:36px;left:210px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp { display:block; }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp > .row .container { width:764px;height:791px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kiWhMtaZxDW8P34r8yHlL8rhbMQOcDWN { width:57.9955px;height:57.9955px;top:132px;left:162px;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #mHTUuqskIWr82ERvQCv4a5Ki3wnyl9KT { width:297px;height:27.9273px;top:201px;left:43px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #t9UC2USAXc4UMOqtwelzJqZoeFpE9TvG { width:49px;height:49px;top:119px;left:0;font-size:34px;display:none; }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .widget-container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:8.18px;margin-bottom:0px;margin-left:8.18px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .widget-text.counter-number { width:87.78px;height:59.75px;font-size:32.99px;padding-top:12.37px;padding-right:2.04px;padding-bottom:0px;padding-left:2.04px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .widget-text.counter-label { width:87.78px;height:15.45px;font-size:12.37px;padding-top:0px;padding-right:2.04px;padding-bottom:8.25px;padding-left:2.04px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC { top:97.99090385437px;left:0;width:319px;height:110px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #Kn7nTuHtHLNJk865EzG9Lc7JPd1EcJZi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #HJ4o9U75oAsGZt54bN70TkufBBPnfpGH {  }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #wdoLBxqBJLlI70gOTSrkDwfsgSheqRhr {  }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #bEJdLMT0cJru9pryCQ4rcw9IggrMWFHI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #m0e156nBpUJdN4wJsdfPecCwHIreIVC4 {  }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #BJ8TcMVWOGOlkzlHTitNEg159gkSAXgp {  }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #iJWg3npJyCML4UqIHA0RecOdcVPsKzmv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #AR50tVOQXNtnrOMKVt1ykkJJNB2o5Lau {  }
 }@media only screen and (max-width: 1199px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #RmbtImVrmxaRZJBScIvysD6vOXSfk8xQ {  }
 }@media only screen and (max-width: 1199px) { #sOxDUFC0epRzLxnDMg8v5QrRmkBnleNM { width:49px;height:49px;top:213px;left:0;font-size:34px;display:none; }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .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:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL { width:317.864px;height:114px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:241.94998931885px;left:32.031817436218px;display:block; }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Wv297mhl2KlBrIpqWuyfO2kqWi2I9fom { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #c2UHC0eempFTOPDBI67WuNcHutdpelRH {  }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Qk2O616sixTLnKxs1ZfXZAmN10ia9SLF {  }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #P4n26VEUwtfotX1GXuG3ONqagnJQnRob { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #u4QsBC4pApqwkPe1zTbrizttrrMwfIIZ {  }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Rxd8vLVOWccEB5p20VTkQiO9vX8ToINN {  }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #CCwA2JdynqSZX8s2eLaAGBGTL4BmSRGD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Cqc0SpSpSBOb8AiGuuCkc4BNU5Zv4DKf {  }
 }@media only screen and (max-width: 1199px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #VAcTxAiBI8EeniZXJUTpiJkdPMrJ3JQM {  }
 }@media only screen and (max-width: 1199px) { #XvQRMBaUhLBJ9IJfB7OgbXeaMgHDPKpk { top:370px;left:15px;width:352.991px;height:64.9773px;display:block; }
 }@media only screen and (max-width: 1199px) { #F5Pitm9JEZ1dEHUUrVHPETRNK9J1NZZM { display:block; }
 }@media only screen and (max-width: 1199px) { #unhqPvCF89qrZhZ1VPSRzKbGma7CZMJ4 { width:370px;height:611px;top:76.990905761719px;left:391.99088573456px;display:block; }
 }@media only screen and (max-width: 1199px) { #X70vTnpwgG4ITJbs1Cu6vgGA8PLNqbJg { width:115.991px;height:114.995px;top:60.299999237061px;left:381.96815013885px;display:block; }
 }@media only screen and (max-width: 1199px) { #RcZ9h6TV1C507vBSLeN9Q95KzTRc22rH { width:141px;height:139.991px;top:611.95906066895px;left:502.472697258px;display:block; }
 }@media only screen and (max-width: 1199px) { #riMTZzVxZS3ZiXTxA7THEp27HHlhIcEK { width:231px;height:126.545px;top:97.963634490967px;left:512.39994335175px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #so6aerDSB7VeqOy2nDOVuF8Ri7bEhP2L { width:336.995px;height:355.1996px;top:241.97724533081px;left:407.95905590057px;font-size:19px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .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:6.16px;margin-bottom:0px;margin-left:6.16px;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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:9.31px;padding-bottom:0px;padding-right:1.54px;padding-left:1.54px;display:block;width:66.26px;height:44.98px;position:relative;font-family:"open sans";font-size:25.59px;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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:6.2px;padding-right:1.54px;padding-left:1.54px;display:block;width:66.26px;height:11.63px;position:relative;font-family:"open sans";font-size:9.31px;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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 { width:246px;height:84px;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:119px;left:43px;display:none; }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #oNoXh0FmrVvtey0XgLgurMZ670CvFsrD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #uldc5gne4fgKCbkMGUNaLN6OZGuHsVxb {  }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #baVoAG2gly9yXtnkflBZ6LGwJxh1VeDq {  }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #TwQddI965Fzt5k0VcKKVmOEKmMN4JmAg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #AXtws8rVrEmWrwxdp1K9c8yVzkZhQb2c {  }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #IXStgxycuP4dBaSB4hGKhxh3qMfUbngy {  }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #AhVuGeraTIr0Sbfe8w28MvimdF6golzg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #PbxPL5zkTrRP8KyRAMwI2COJuppUcI1S {  }
 }@media only screen and (max-width: 1199px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #EhbqPkGvpvbAFTRF0aQv9Be7MFtZvBsA {  }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .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:6.16px;margin-bottom:0px;margin-left:6.16px;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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:9.31px;padding-bottom:0px;padding-right:1.54px;padding-left:1.54px;display:block;width:66.26px;height:44.98px;position:relative;font-family:lato;font-size:25.59px;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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:6.2px;padding-right:1.54px;padding-left:1.54px;display:block;width:66.26px;height:11.63px;position:relative;font-family:lato;font-size:12px;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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog { width:246px;height:84px;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:213px;left:43px;display:none; }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #TcAflfud54TslqJX3xRbOxGHbA79LO2N { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #md8WSiTLSqDRIRSHr5lIbqPhWOtmaQsV {  }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #HhhqBhsyvdS8wwTvGfI21xsUOihto3qR {  }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #FldPfaIolwiGOMKzihC43SAvmZ36b6QA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #BUCB1kURocDFTpdCefR7ZOAnb92MJ1lO {  }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #FcU5edOvTF4wwRzTqsDpbJe9Vflz0O3s {  }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #gJ1G7es7PVik8emTE3FpQH9JvLZOdfkp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #TTAVVFh1RIQgeaerhXNbKdynLbNa1Mct {  }
 }@media only screen and (max-width: 1199px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #oytbAErklQTn7OBSoo3zfUXq8mRo3Wud {  }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .widget-container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:8.18px;margin-bottom:0px;margin-left:8.18px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .widget-text.counter-number { width:87.78px;height:59.75px;font-size:32.99px;padding-top:12.37px;padding-right:2.04px;padding-bottom:0px;padding-left:2.04px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .widget-text.counter-label { width:87.78px;height:15.45px;font-size:12.37px;padding-top:0px;padding-right:2.04px;padding-bottom:8.25px;padding-left:2.04px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L { top:97.99090385437px;left:0;width:319px;height:110px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #XgrStwCKFCCz8xdrAZKGMSoStEyF9bsF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #U1KfTNLwckClXBaXTEg4dQtPyXHMvZsC {  }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #RZvpJKQHTp9Nqb0wiH6Kgugnpz0Wd42A {  }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #mAqFKtNbNJIpK7V4HsGSLOlmLTTklB8x { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #HEZ5KGcwmPw2AtVAD3QPITmnRHg7UyCD {  }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #erg9WTlsAFTairXnl8KFl2OVvudhhIxb {  }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #TPT7koBg5sWiTIsVaRQl3E2MPp6AiRbV { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #G6USILuIe6JU7M6kKZ0QcnRol2LGdZAa {  }
 }@media only screen and (max-width: 1199px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #zvBNfAzUhD7KCbOiovK8X9kMrSREaq5N {  }
 }@media only screen and (max-width: 1199px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .widget-container {  }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .widget-text.counter-number {  }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .widget-text.counter-label {  }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW { width:NaNpx;height:115px;display:none; }
 }@media only screen and (max-width: 1199px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #Twz6yqbSREpuc7w9p1HUir8d39BHwSUy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #Tw0p0RZOwF9zoiguLOVoIIQmUFZOHQ4P {  }
 }@media only screen and (max-width: 1199px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #b8mgxhqr9EscTxZCDNQl0Ed7EMJ3RpUu {  }
 }@media only screen and (max-width: 1199px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #i0pmDQZm0nkf2nhmynXlin9Z4b8tidAS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 1199px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #y17JEPxwTT9m6cV2QPtfEEuULxnKkXDs {  }
 }@media only screen and (max-width: 1199px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #QPNzpbV5Z2l2awdP2BTzHuSpxiMeBGaS {  }
 }@media only screen and (max-width: 1199px) { #U49sTly0hCKaJyTeazbygvJvOczXpUpu { display:block; }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA { display:block; }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qu7pdzLS3EEyv84VqH7Zq6k1krqWUMK5 { width:552px;height:13.9636px;top:12.995483398438px;left:76.995448112488px;font-size:11px;display:block; }
 }@media only screen and (max-width: 1199px) { #LTSFBdirMyMdvlvavtGnkEDKmhrApax2 { display:none; }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tmk3weFqssekdIgTt583SqpWpiLGopJN { top:450px;left:0;width:397px;height:78px;display:none; }
 }@media only screen and (max-width: 1199px) { #NabhOOuvKoFItneTSQenc0gJAhE2oHWq { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#eeeeee;background-image:none;position:relative;display:block; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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) { #G4IRyhkmSporVkqUbI5rMEpxETiu6ICA { display:block; }#G4IRyhkmSporVkqUbI5rMEpxETiu6ICA > .row .container { width:320px;height:36px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q { display:block; }#pClZW82xhetni3QHKPQ8eqVF5gF7PR8Q > .row .container { width:320px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTwhtZGQikf9Fo7Au6gT2FdG7EuOiyXI { width:297px;height:120.436px;top:73px;left:11px;font-size:24px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DktXei4MBad0vigke5RcNgTuJtUd4Z6a { width:319.991px;height:24.4364px;top:49px;left:0;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp { display:block; }#Q2mWFSVgh3KkNQgZR5BQXuCTFETrfBJp > .row .container { width:320px;height:1440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiWhMtaZxDW8P34r8yHlL8rhbMQOcDWN { width:49px;height:49px;top:28.936347961426px;left:135.47727108002px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #mHTUuqskIWr82ERvQCv4a5Ki3wnyl9KT { width:319.991px;height:25.3091px;top:84.918182373047px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9UC2USAXc4UMOqtwelzJqZoeFpE9TvG { width:49px;height:49px;top:139px;left:1px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .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; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .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:33px;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:12px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#W7vfVtw7hL52GilcR18kxkmgJaL7V6TC { top:130px;left:1px;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:316.991px;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;display:block; }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #Kn7nTuHtHLNJk865EzG9Lc7JPd1EcJZi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #HJ4o9U75oAsGZt54bN70TkufBBPnfpGH {  }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #wdoLBxqBJLlI70gOTSrkDwfsgSheqRhr {  }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #bEJdLMT0cJru9pryCQ4rcw9IggrMWFHI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #m0e156nBpUJdN4wJsdfPecCwHIreIVC4 {  }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #BJ8TcMVWOGOlkzlHTitNEg159gkSAXgp {  }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #iJWg3npJyCML4UqIHA0RecOdcVPsKzmv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #AR50tVOQXNtnrOMKVt1ykkJJNB2o5Lau {  }
 }@media only screen and (max-width: 763px) { #W7vfVtw7hL52GilcR18kxkmgJaL7V6TC #RmbtImVrmxaRZJBScIvysD6vOXSfk8xQ {  }
 }@media only screen and (max-width: 763px) { #sOxDUFC0epRzLxnDMg8v5QrRmkBnleNM { width:49px;height:49px;top:217px;left:1px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .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; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .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; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL .widget-text.counter-label { background-color:;background-image:none;color:#666666;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; }
#MtdaviAVetG46WrEVLvMXXtaAW1zZmDL { 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:209.905px;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:334.03633117676px;left:55.022727012634px;display:none; }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Wv297mhl2KlBrIpqWuyfO2kqWi2I9fom { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #c2UHC0eempFTOPDBI67WuNcHutdpelRH {  }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Qk2O616sixTLnKxs1ZfXZAmN10ia9SLF {  }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #P4n26VEUwtfotX1GXuG3ONqagnJQnRob { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #u4QsBC4pApqwkPe1zTbrizttrrMwfIIZ {  }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Rxd8vLVOWccEB5p20VTkQiO9vX8ToINN {  }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #CCwA2JdynqSZX8s2eLaAGBGTL4BmSRGD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #Cqc0SpSpSBOb8AiGuuCkc4BNU5Zv4DKf {  }
 }@media only screen and (max-width: 763px) { #MtdaviAVetG46WrEVLvMXXtaAW1zZmDL #VAcTxAiBI8EeniZXJUTpiJkdPMrJ3JQM {  }
 }@media only screen and (max-width: 763px) { #XvQRMBaUhLBJ9IJfB7OgbXeaMgHDPKpk { top:397.02270507812px;left:27.463633537292px;width:264.995px;height:61.9909px;z-index:100013;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F5Pitm9JEZ1dEHUUrVHPETRNK9J1NZZM { display:block; }
 }@media only screen and (max-width: 763px) { #unhqPvCF89qrZhZ1VPSRzKbGma7CZMJ4 { width:294px;height:773px;top:557.99995422363px;left:12.981818199158px;display:block; }
 }@media only screen and (max-width: 763px) { #X70vTnpwgG4ITJbs1Cu6vgGA8PLNqbJg { width:133px;height:133px;top:519.0409px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #RcZ9h6TV1C507vBSLeN9Q95KzTRc22rH { width:109px;height:109px;top:1275.0134944916px;left:105.4636297226px;display:block; }
 }@media only screen and (max-width: 763px) { #riMTZzVxZS3ZiXTxA7THEp27HHlhIcEK { width:265.991px;height:101.236px;top:663.02722167969px;left:26.972723960876px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #so6aerDSB7VeqOy2nDOVuF8Ri7bEhP2L { width:268.991px;height:484.3639px;top:778.92267417908px;left:25.472727775574px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 .widget-text.counter-label { background-color:;background-image:none;color:#666666;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; }
#kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 { 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:NaNpx;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:119px;left:;display:none; }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #oNoXh0FmrVvtey0XgLgurMZ670CvFsrD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #uldc5gne4fgKCbkMGUNaLN6OZGuHsVxb {  }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #baVoAG2gly9yXtnkflBZ6LGwJxh1VeDq {  }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #TwQddI965Fzt5k0VcKKVmOEKmMN4JmAg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #AXtws8rVrEmWrwxdp1K9c8yVzkZhQb2c {  }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #IXStgxycuP4dBaSB4hGKhxh3qMfUbngy {  }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #AhVuGeraTIr0Sbfe8w28MvimdF6golzg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #PbxPL5zkTrRP8KyRAMwI2COJuppUcI1S {  }
 }@media only screen and (max-width: 763px) { #kEzBpZAFPqlDDakfQVD12upFyXx7p5R5 #EhbqPkGvpvbAFTRF0aQv9Be7MFtZvBsA {  }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog .widget-text.counter-label { background-color:;background-image:none;color:#666666;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; }
#hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog { 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:NaNpx;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:213px;left:;display:none; }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #TcAflfud54TslqJX3xRbOxGHbA79LO2N { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #md8WSiTLSqDRIRSHr5lIbqPhWOtmaQsV {  }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #HhhqBhsyvdS8wwTvGfI21xsUOihto3qR {  }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #FldPfaIolwiGOMKzihC43SAvmZ36b6QA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #BUCB1kURocDFTpdCefR7ZOAnb92MJ1lO {  }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #FcU5edOvTF4wwRzTqsDpbJe9Vflz0O3s {  }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #gJ1G7es7PVik8emTE3FpQH9JvLZOdfkp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #TTAVVFh1RIQgeaerhXNbKdynLbNa1Mct {  }
 }@media only screen and (max-width: 763px) { #hgD28CVXkTrJwhmmDIGq4mC8rvrqDiog #oytbAErklQTn7OBSoo3zfUXq8mRo3Wud {  }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .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; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .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:33px;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:12px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#FkMh49blFpvUi8OJMzsCcZQQlfNIT96L { top:211.98179626465px;left:2.004545211792px;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:316.991px;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;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #XgrStwCKFCCz8xdrAZKGMSoStEyF9bsF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #U1KfTNLwckClXBaXTEg4dQtPyXHMvZsC {  }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #RZvpJKQHTp9Nqb0wiH6Kgugnpz0Wd42A {  }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #mAqFKtNbNJIpK7V4HsGSLOlmLTTklB8x { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #HEZ5KGcwmPw2AtVAD3QPITmnRHg7UyCD {  }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #erg9WTlsAFTairXnl8KFl2OVvudhhIxb {  }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #TPT7koBg5sWiTIsVaRQl3E2MPp6AiRbV { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #G6USILuIe6JU7M6kKZ0QcnRol2LGdZAa {  }
 }@media only screen and (max-width: 763px) { #FkMh49blFpvUi8OJMzsCcZQQlfNIT96L #zvBNfAzUhD7KCbOiovK8X9kMrSREaq5N {  }
 }@media only screen and (max-width: 763px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .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; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .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;font-family:lato; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:12px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0;font-family:lato; }
#FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW { 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:;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:309.2045135498px;left:89.495451927185px;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #Twz6yqbSREpuc7w9p1HUir8d39BHwSUy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #Tw0p0RZOwF9zoiguLOVoIIQmUFZOHQ4P {  }
 }@media only screen and (max-width: 763px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #b8mgxhqr9EscTxZCDNQl0Ed7EMJ3RpUu {  }
 }@media only screen and (max-width: 763px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #i0pmDQZm0nkf2nhmynXlin9Z4b8tidAS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #y17JEPxwTT9m6cV2QPtfEEuULxnKkXDs {  }
 }@media only screen and (max-width: 763px) { #FvixXKTFWEWNLz9kKTFsI0nGRsbDADWW #QPNzpbV5Z2l2awdP2BTzHuSpxiMeBGaS {  }
 }@media only screen and (max-width: 763px) { #U49sTly0hCKaJyTeazbygvJvOczXpUpu { display:block; }#U49sTly0hCKaJyTeazbygvJvOczXpUpu > .row .container { width:320px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA { display:block; }#RmQits7Awb0zaHoJCTyPoaHK4NhMuFoA > .row .container { width:320px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu7pdzLS3EEyv84VqH7Zq6k1krqWUMK5 { width:319.991px;height:27.9273px;top:20px;left:0;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTSFBdirMyMdvlvavtGnkEDKmhrApax2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:auto;bottom:0;left:0;right:0;display:block; }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row .container { background-color: transparent; background-image: none; }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row .container > .video-iframe-container { display: none; }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row > .video-iframe-container { display: none; }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .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); }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row .container { border-width: 0; border-radius: 0; }#LTSFBdirMyMdvlvavtGnkEDKmhrApax2 > .row .container { width:320px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmk3weFqssekdIgTt583SqpWpiLGopJN { top:4.5090942382812px;left:18.463635444641px;width:282.995px;height:61.9909px;z-index:100014;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NabhOOuvKoFItneTSQenc0gJAhE2oHWq { display:block; }
 }