.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:relative;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container {  }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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:355px;width:1200px;position:relative;display:block; }#VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { color:#000000;display:block;width:1100px;position:absolute;font-family:oswald;font-size:100px;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:32px;left:50px;height:140px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFpvXeOTBC14846cfMuGq4qbA6WHdIUC { color:#000000;display:block;width:1100px;position:absolute;font-family:"open sans";font-size:47px;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:188px;left:50px;height:131.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { position:relative;display:block; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { background-color: transparent; background-image: none; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container > .video-iframe-container { display: none; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row > .video-iframe-container { display: none; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .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); }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { border-width: 0; border-radius: 0; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container > .video-iframe-container {  }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .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:674px;width:1200px;position:relative;display:block; }#NzTwTNDaTyphZ3NJNXuVatrTB6oQycca { position:absolute;display:block;z-index:15000;border-top:5px solid #ff0000;border-left:5px solid #ff0000;border-right:5px solid #ff0000;border-bottom:5px solid #ff0000;height:616px;width:1100px;top:0px;left:45px;display:block; }
#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row .container { background-color: transparent; background-image: none; }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row .container > .video-iframe-container { display: none; }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row > .video-iframe-container { display: none; }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .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); }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row .container { border-width: 0; border-radius: 0; }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row > .video-iframe-container {  }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row .container { font-size:14px;font-family:arial;height:710px;width:1200px;position:relative;display:block; }#uurWyzkKq3Bgbm3ZsG3vF8XthGTxzP6z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:201px;width:541px;top:10px;left:328px;overflow:hidden;display:block; }
#BTQ3aWx0OH8ERnn2ihH8Atr7NurzJ3oe { color:#000000;display:block;width:954px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:379px;left:123px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .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: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:11.06px;margin-bottom:0;margin-left:11.06px;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:16.37px;padding-right:2.76px;padding-bottom:0;padding-left:2.76px;display:block;width:118.86px;height:79.14px;position:relative;font-family:tahoma, arial, sans-serif;font-size:85.96px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:2.76px;padding-bottom:10.92px;padding-left:2.76px;display:block;width:118.86px;height:20.47px;position:relative;font-family:arial;font-size:16.37px;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw { top:925.5px;left:307px;z-index:15007;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:586px;height:157px;padding-top:0;padding-right:0;padding-bottom: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; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #RwKAJKy1WfvFJliJwazUkh2eMPJP3rav { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #fo3TJ60onzr70zkl5I36wvXlnEvXeytv { display:block; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #RZ4OF7a7MKlxMhIcJMWOcZufSZFITXB6 { display:block; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #yCq3CRO8AhgvObaHAKlOtdI0FZReSI49 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #CuUyGWq71A4Wf13M2tK8A2ITz2JT9qaI { display:block; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #VnBBORXPwcI1hEGiau09TtIZeHfgadRu { display:block; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #KcufLTGLpFChiSX9sqn6223DGs3iJscU { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #P63iQcB3KrRPpnivfVlfzW1U4x2MPWkB { display:block; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #q9PcP1GsEpwMPGc50iZKcxCbhU0zTz7J { display:block; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #wx2Qar4Jymdwo2RqfOaHnPpKahPCZdr9 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #tDmyCA5eWKKTfcGUEU1bx800b8y5dEGk { display:block; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #arT03X9hkmdTvWfVogQR5SxR6ncMPmuc { display:block; }
#pPo1ElVMsiEiKMQAHvA6lNNO1HUBopr6 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:700px;width:960px;top:13px;left:120px;display:none; }
#IKUhxzw8tHvW8bqcGPETZvrTvTpTATmp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:228px;width:960px;top:420px;left:120px;overflow:hidden;display:block; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:10.3px;padding-right:9.13px;padding-bottom:10.3px;padding-left:9.13px;display:block;align-items:center;width:54.8px;min-width:54.8px;height:55.35px;position:relative;font-family:poppins;font-size:41.19px;font-weight:700;line-height:55.35px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:6.44px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:73.06px;height:21.88px;position:relative;font-family:poppins;font-size:15.45px;font-weight:400;line-height:21.88px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf { 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:#ffffff;background-image:none;display:flex;justify-content:space-between;width:356px;height:104.27px;padding-top:12.87px;padding-right:13.05px;padding-bottom:12.87px;padding-left:13.05px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:212px;left:408px;z-index:15010; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #Xt8zKVQbbiebGcdnKPLksLc6pXyC6Kmp { display:flex;position:relative;top:0px;left:0px; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #G03JsBOXi26viOxQk27NT0heTKG9JtDh { width:auto; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #VDKcm5df1XlFU6q1uLFLNoghe63oXgXe {  }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #AemAeTxD66n6LGtywvbwkTnflNDyGcVX { display:flex;position:relative;top:0px;left:0px; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #hKIMNKTcBA56UiEL0mcqJeT0UOF1H1w3 {  }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #eH1BIMGqAvrteC9WB0QzAxgqrr1FSUOT {  }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #pzqoz4EJXURw5TTf7zhICqCCnIV3H1BT { display:flex;position:relative;top:0px;left:0px; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #wSqX4TdvIbxUDeNL2wkMH1u5rRdVChF3 {  }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #mTzEP34STzQle2pzTqCoa69dWOw7Sffd {  }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #FfREuJg9s1W8wF4cMspDh17TSmzFP2fg { display:flex;position:relative;top:0px;left:0px; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #lPN5QWKzB7hGqkLJ8sXJmumqCBNpsbQe {  }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #glTqsQ7h68w5hVMlIvw1CeuMD6EQeZ0n {  }
#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct { position:relative;display:block; }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct { background-color: transparent; background-image: none; }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .row .container > .video-iframe-container { display: none; }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .row > .video-iframe-container { display: none; }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .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); }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct { border-width: 0; border-radius: 0; }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .row .container > .video-iframe-container {  }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .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:105px;width:1200px;position:relative;display:block; }#ah679am9RQHC3vnQm8xZgTTxA5RSq2XW { display:block;width:1200px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14px;left:0px;height:45.5px;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#fxoz2x3htXWezAfNEkr1vXGgSioX1gu3 { display:block;width:1200px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:58px;left:0px;height:23.4px;text-align:center;text-align-last:center;color:#f55a01;font-style:normal;display:block; }
#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row .container { background-color: transparent; background-image: none; }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row .container > .video-iframe-container { display: none; }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row > .video-iframe-container { display: none; }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .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); }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row .container { border-width: 0; border-radius: 0; }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row > .video-iframe-container {  }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row .container { font-size:14px;font-family:arial;height:498px;width:1200px;position:relative;display:block; }#LUtetMuBia6wvDIWO323r4m7SKTZlnfA { border-top:5px solid #f55a01;border-left:5px solid #f55a01;border-right:5px solid #f55a01;border-bottom:5px solid #f55a01;height:170px;width:170px;position:absolute;display:block;z-index:15002;top:32px;left:49px;overflow:hidden;display:block; }
#R9iad6csPMgrMFX7y0M1zOalxGef1z9S { border-top:1px solid #f55a01;border-left:1px solid #f55a01;border-right:1px solid #f55a01;border-bottom:1px solid #f55a01;background-color:transparent;background-image:none;height:254px;width:340px;position:absolute;display:block;z-index:15000;top:140px;left:211px;display:block; }
#FTXK1hhlw4BEpaPVuU9y4i4n6bgv4Oyh { display:block;width:281px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:164px;left:241px;height:210px;color:#000000;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#d2XfvnFJXg0dLw6BtwKSuWzOhror13Jn { display:block;width:285px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32px;left:248px;height:20.8px;color:#000000;font-style:normal;display:block; }
#k2ptIbdkewL29BPl1q42DZgadqptDiXk { display:block;width:285px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:55px;left:248px;height:62.4px;color:#f55a01;font-style:normal;display:block; }
#eukvbunOqsAEkSe1T2z1Bxfh5p3kwAgP { border-top:5px solid #f55a01;border-left:5px solid #f55a01;border-right:5px solid #f55a01;border-bottom:5px solid #f55a01;height:170px;width:170px;position:absolute;display:block;z-index:15008;top:32px;left:650px;overflow:hidden;display:block; }
#fDE6Q9sGSOMJTu2G46kKqbX8nJLbBnLp { border-top:1px solid #f55a01;border-left:1px solid #f55a01;border-right:1px solid #f55a01;border-bottom:1px solid #f55a01;background-color:transparent;background-image:none;height:294px;width:340px;position:absolute;display:block;z-index:14999;top:140px;left:811px;display:block; }
#pINUIs8PxZAqUduMWIyDPOACyoiHF4ID { display:block;width:281px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:164px;left:841px;height:252px;color:#000000;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#hfDhQgw7fhS2VDLKfrkIoMPJ5CLsk6J6 { display:block;width:285px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32px;left:852px;height:20.8px;color:#000000;font-style:normal;display:block; }
#NrL8BaG16WvI7CtDKK5Fth3LfuH2uhT5 { display:block;width:285px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:55px;left:852px;height:62.4px;color:#f55a01;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { top:32px;left:0px;width:764px;height:140px;font-size:100px;display:block; }
 }@media only screen and (max-width: 763px) { #eFpvXeOTBC14846cfMuGq4qbA6WHdIUC { top:187px;left:0px;width:764px;height:131px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { display:block; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzTwTNDaTyphZ3NJNXuVatrTB6oQycca { top:0px;left:0px;width:754px;height:422.24px;display:block; }
 }@media only screen and (max-width: 763px) { #cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 { display:block; }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uurWyzkKq3Bgbm3ZsG3vF8XthGTxzP6z { top:10px;left:110px;width:541px;height:201px;display:block; }
 }@media only screen and (max-width: 763px) { #BTQ3aWx0OH8ERnn2ihH8Atr7NurzJ3oe { top:379px;left:0px;width:764px;height:41px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .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: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:11.06px;margin-bottom:0;margin-left:11.06px;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:16.37px;padding-right:2.76px;padding-bottom:0;padding-left:2.76px;display:block;width:118.86px;height:79.14px;position:relative;font-family:tahoma, arial, sans-serif;font-size:85.96px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:2.76px;padding-bottom:10.92px;padding-left:2.76px;display:block;width:118.86px;height:20.47px;position:relative;font-family:arial;font-size:16.37px;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw { top:0px;left:89px;width:586px;height:157px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #RwKAJKy1WfvFJliJwazUkh2eMPJP3rav { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #fo3TJ60onzr70zkl5I36wvXlnEvXeytv {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #RZ4OF7a7MKlxMhIcJMWOcZufSZFITXB6 {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #yCq3CRO8AhgvObaHAKlOtdI0FZReSI49 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #CuUyGWq71A4Wf13M2tK8A2ITz2JT9qaI {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #VnBBORXPwcI1hEGiau09TtIZeHfgadRu {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #KcufLTGLpFChiSX9sqn6223DGs3iJscU { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #P63iQcB3KrRPpnivfVlfzW1U4x2MPWkB {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #q9PcP1GsEpwMPGc50iZKcxCbhU0zTz7J {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #wx2Qar4Jymdwo2RqfOaHnPpKahPCZdr9 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #tDmyCA5eWKKTfcGUEU1bx800b8y5dEGk {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #arT03X9hkmdTvWfVogQR5SxR6ncMPmuc {  }
 }@media only screen and (max-width: 763px) { #pPo1ElVMsiEiKMQAHvA6lNNO1HUBopr6 { top:13px;left:0px;width:764px;height:700px;display:block; }
 }@media only screen and (max-width: 763px) { #IKUhxzw8tHvW8bqcGPETZvrTvTpTATmp { top:420px;left:0px;width:764px;height:181.45px;display:block; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf { display:flex;width:288px;height:81px;top:806px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #Xt8zKVQbbiebGcdnKPLksLc6pXyC6Kmp { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #G03JsBOXi26viOxQk27NT0heTKG9JtDh {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #VDKcm5df1XlFU6q1uLFLNoghe63oXgXe {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #AemAeTxD66n6LGtywvbwkTnflNDyGcVX { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #hKIMNKTcBA56UiEL0mcqJeT0UOF1H1w3 {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #eH1BIMGqAvrteC9WB0QzAxgqrr1FSUOT {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #pzqoz4EJXURw5TTf7zhICqCCnIV3H1BT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #wSqX4TdvIbxUDeNL2wkMH1u5rRdVChF3 {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #mTzEP34STzQle2pzTqCoa69dWOw7Sffd {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #FfREuJg9s1W8wF4cMspDh17TSmzFP2fg { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #lPN5QWKzB7hGqkLJ8sXJmumqCBNpsbQe {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #glTqsQ7h68w5hVMlIvw1CeuMD6EQeZ0n {  }
 }@media only screen and (max-width: 763px) { #a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct { display:block; }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah679am9RQHC3vnQm8xZgTTxA5RSq2XW { width:764px;height:49px;top:68px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #fxoz2x3htXWezAfNEkr1vXGgSioX1gu3 { width:764px;height:23px;top:116px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U { display:block; }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUtetMuBia6wvDIWO323r4m7SKTZlnfA { width:83px;height:83px;top:179px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R9iad6csPMgrMFX7y0M1zOalxGef1z9S { width:230px;height:159px;top:184px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #FTXK1hhlw4BEpaPVuU9y4i4n6bgv4Oyh { width:200px;height:126px;top:204px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #d2XfvnFJXg0dLw6BtwKSuWzOhror13Jn { width:230px;height:20px;top:358px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #k2ptIbdkewL29BPl1q42DZgadqptDiXk { width:230px;height:20px;top:381px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #eukvbunOqsAEkSe1T2z1Bxfh5p3kwAgP { width:100px;height:100px;top:179px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #fDE6Q9sGSOMJTu2G46kKqbX8nJLbBnLp { width:230px;height:159px;top:184px;left:532px;display:block; }
 }@media only screen and (max-width: 763px) { #pINUIs8PxZAqUduMWIyDPOACyoiHF4ID { width:200px;height:126px;top:204px;left:547px;display:block; }
 }@media only screen and (max-width: 763px) { #hfDhQgw7fhS2VDLKfrkIoMPJ5CLsk6J6 { width:230px;height:20px;top:358px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { #NrL8BaG16WvI7CtDKK5Fth3LfuH2uhT5 { width:230px;height:20px;top:381px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:320px;height:263px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { width:320px;height:44.8px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFpvXeOTBC14846cfMuGq4qbA6WHdIUC { width:320px;height:173.6px;top:84.59375px;left:0px;font-size:31px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { display:block; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container { width:320px;height:223px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzTwTNDaTyphZ3NJNXuVatrTB6oQycca { height:173.6px;width:310px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 { display:block; }#cXDDwnPNrJME1PxoBv39WbdhtXPrLq94 > .row .container { width:320px;height:403px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uurWyzkKq3Bgbm3ZsG3vF8XthGTxzP6z { width:320px;height:118px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BTQ3aWx0OH8ERnn2ihH8Atr7NurzJ3oe { width:320px;height:57.2px;top:232px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .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: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .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-right:1px;padding-bottom:0;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:0px;left:0px; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:1px;padding-bottom:5px;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:0px;left:0px; }
#G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw { top:334px;left:-133px;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:586px;height:78px;padding-top:0;padding-right:0;padding-bottom: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:none; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #RwKAJKy1WfvFJliJwazUkh2eMPJP3rav { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #fo3TJ60onzr70zkl5I36wvXlnEvXeytv {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #RZ4OF7a7MKlxMhIcJMWOcZufSZFITXB6 {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #yCq3CRO8AhgvObaHAKlOtdI0FZReSI49 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #CuUyGWq71A4Wf13M2tK8A2ITz2JT9qaI {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #VnBBORXPwcI1hEGiau09TtIZeHfgadRu {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #KcufLTGLpFChiSX9sqn6223DGs3iJscU { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #P63iQcB3KrRPpnivfVlfzW1U4x2MPWkB {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #q9PcP1GsEpwMPGc50iZKcxCbhU0zTz7J {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #wx2Qar4Jymdwo2RqfOaHnPpKahPCZdr9 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #tDmyCA5eWKKTfcGUEU1bx800b8y5dEGk {  }
 }@media only screen and (max-width: 763px) { #G9SFpMCygbuPmPtvydqGgAH2DOdDfPaw #arT03X9hkmdTvWfVogQR5SxR6ncMPmuc {  }
 }@media only screen and (max-width: 763px) { #pPo1ElVMsiEiKMQAHvA6lNNO1HUBopr6 { width:320px;height:190px;top:20.546875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IKUhxzw8tHvW8bqcGPETZvrTvTpTATmp { width:320px;height:71.740412979351px;top:315px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf { display:flex;width:288px;height:81px;top:127px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #Xt8zKVQbbiebGcdnKPLksLc6pXyC6Kmp { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #G03JsBOXi26viOxQk27NT0heTKG9JtDh {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #VDKcm5df1XlFU6q1uLFLNoghe63oXgXe {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #AemAeTxD66n6LGtywvbwkTnflNDyGcVX { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #hKIMNKTcBA56UiEL0mcqJeT0UOF1H1w3 {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #eH1BIMGqAvrteC9WB0QzAxgqrr1FSUOT {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #pzqoz4EJXURw5TTf7zhICqCCnIV3H1BT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #wSqX4TdvIbxUDeNL2wkMH1u5rRdVChF3 {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #mTzEP34STzQle2pzTqCoa69dWOw7Sffd {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #FfREuJg9s1W8wF4cMspDh17TSmzFP2fg { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #lPN5QWKzB7hGqkLJ8sXJmumqCBNpsbQe {  }
 }@media only screen and (max-width: 763px) { #cENWDlDfTGTMTRKFcnC7QgNCIbDQyhdf #glTqsQ7h68w5hVMlIvw1CeuMD6EQeZ0n {  }
 }@media only screen and (max-width: 763px) { #a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct { display:block; }#a1NpI7fPmERzsXUZrxK3kvaGIdhgKFct > .row .container { width:320px;height:134px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah679am9RQHC3vnQm8xZgTTxA5RSq2XW { width:320px;height:83.2px;top:12px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fxoz2x3htXWezAfNEkr1vXGgSioX1gu3 { width:320px;height:20.8px;top:95px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U { display:block; }#ieRcns7Jk1DSPxf7av43UT2RcnyxIN9U > .row .container { width:320px;height:1307px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUtetMuBia6wvDIWO323r4m7SKTZlnfA { width:120px;height:120px;top:25px;left:95px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #R9iad6csPMgrMFX7y0M1zOalxGef1z9S { width:280px;height:246px;top:267px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FTXK1hhlw4BEpaPVuU9y4i4n6bgv4Oyh { width:241px;height:210px;top:287px;left:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #d2XfvnFJXg0dLw6BtwKSuWzOhror13Jn { width:280px;height:20.8px;top:171px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #k2ptIbdkewL29BPl1q42DZgadqptDiXk { width:280px;height:62.4px;top:191px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eukvbunOqsAEkSe1T2z1Bxfh5p3kwAgP { width:120px;height:119px;top:547px;left:95px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fDE6Q9sGSOMJTu2G46kKqbX8nJLbBnLp { width:280px;height:344px;top:793px;left:20px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #pINUIs8PxZAqUduMWIyDPOACyoiHF4ID { width:241px;height:315px;top:808px;left:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hfDhQgw7fhS2VDLKfrkIoMPJ5CLsk6J6 { width:280px;height:20.8px;top:692px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NrL8BaG16WvI7CtDKK5Fth3LfuH2uhT5 { width:280px;height:62.4px;top:712px;left:21px;font-size:16px;display:block; }
 }