.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-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/6Zhq1lk5/Zabawy_w_pandemii.png");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row .container { background-color: transparent; background-image: none; }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row .container > .video-iframe-container { display: none; }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row > .video-iframe-container { display: none; }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .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); }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row .container { border-width: 0; border-radius: 0; }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row .container { font-size:14px;font-family:arial;height:128px;width:1200px;position:relative;display:block; }#hVmw1hBTEn3IeVWdKuxEdFKGkK6X54L6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:222px;top:5px;left:35px;overflow:hidden;display:block; }
#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row .container { background-color: transparent; background-image: none; }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row .container > .video-iframe-container { display: none; }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row > .video-iframe-container { display: none; }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .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); }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row .container { border-width: 0; border-radius: 0; }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row .container { font-size:14px;font-family:arial;height:227px;width:1200px;position:relative;display:block; }#idsT3HVOKEwMR5iWUJ63I4TffCeZfqUO { color:#ffffff;display:block;width:1145px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:122.96875px;left:27.5px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHddQzWkDMFhTsk9zOSGqEELW8hUmz0c { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:60px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:78px;text-align:center;text-align-last:center;display:block; }
#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,239,239,0.54);background-image:none;position:relative;display:block; }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row .container { background-color: transparent; background-image: none; }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row .container > .video-iframe-container { display: none; }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row > .video-iframe-container { display: none; }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .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); }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row .container { border-width: 0; border-radius: 0; }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row .container { font-size:14px;font-family:arial;height:460px;width:1200px;position:relative;display:block; }#OEHOn62VTHQZLzxp2KFs2dI214ACQ133 { color:rgba(9,8,8,0.93);display:block;width:1197px;position:absolute;font-family:"open sans";font-size:52px;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:58.5px;left:3px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldVNOr5HUXZnl5OzEAhIyp51yGxK0k1c { color:#1ecdba;display:block;width:597px;position:absolute;font-family:"open sans";font-size:28px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:192.96875px;left:314.5px;height:36px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .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;margin-top:0px;margin-right:10.59px;margin-bottom:0px;margin-left:10.59px;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; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .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:15.71px;padding-bottom:0px;padding-right:2.65px;padding-left:2.65px;display:block;width:113.86px;height:75.93px;position:relative;font-family:lato;font-size:72px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0px;padding-bottom:10.47px;padding-right:2.65px;padding-left:2.65px;display:block;width:113.86px;height:19.64px;position:relative;font-family:lato;font-size:15.71px;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 { top:286px;left:402.5px;z-index:100016;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:421px;height:151px;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;display:block; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #UHx1WNr82M2hmnLJW0ldpJoxdNXEIcao { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #tE5ooFGrnla3SAlkKeABgL0czUDTZS6U { display:block; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #OCOE4habJ5mFtE8nvq7WK3FK0bkHtyBU { display:block; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #KiDU7oQbXqm3ObIaFck1OUlT5MEkZsl5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #TQVKZltf5eVxJaK4yHiW0SkNJHlydFdu { display:block; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #Eirf06TMDupUaEXPnx7zAIT3nqqCTwd9 { display:block; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #TlVSxb1HqTKOaKvkanHcuyTyNJkZz8kT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #F19Azqe5FEgD6tEO9ReAELQldxrwC5HF { display:block; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #tx1t4UA5V24FsabyyK0QCmvVdcdmdKAi { display:block; }
#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row .container { background-color: transparent; background-image: none; }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row .container > .video-iframe-container { display: none; }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row > .video-iframe-container { display: none; }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .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); }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row .container { border-width: 0; border-radius: 0; }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row .container { font-size:14px;font-family:arial;height:238px;width:1200px;position:relative;display:block; }#DyyEIXtpbKrIFpva6fCfqbNvFTOaUPRV { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16px;left:0px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILNTiZzCaTaUlxzass1AMMO33OfPIGQb { color:#000000;display:block;width:1049px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:84px;left:85.5px;height:100px;text-align:center;text-align-last:center;display:block; }
#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row .container { background-color: transparent; background-image: none; }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row .container > .video-iframe-container { display: none; }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row > .video-iframe-container { display: none; }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .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); }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row .container { border-width: 0; border-radius: 0; }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row .container { font-size:14px;font-family:arial;height:249px;width:1200px;position:relative;display:block; }#xrcm2UPGfO0MgxcVUwNwgivU4srABCWe { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NEqhZ3LDUcWl14qZrlnZFMQCyE19uF2l { color:#383838;display:block;width:1035px;position:absolute;font-family:arial;font-size:16px;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:100px;left:78px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epfmI6x7XzfrXrSs79a34coZbBfLypM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row .container { background-color: transparent; background-image: none; }#epfmI6x7XzfrXrSs79a34coZbBfLypM3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row .container > .video-iframe-container { display: none; }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row > .video-iframe-container { display: none; }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .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); }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row .container { border-width: 0; border-radius: 0; }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row .container { font-size:14px;font-family:arial;height:342px;width:1200px;position:relative;display:block; }#OLnEt1Is4MPbBPHncU1KI7i6qRuZET81 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13px;left:0px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RF6bOc1S2HhGvLeJ0HtkXuZbQcVG97x1 { color:#000000;display:block;width:780px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:70.5px;left:278px;height:220px;display:block; }
#QPNHobghPQNATUbESQK6Tt1k91e93KHu { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:50px;top:70.5px;left:228px;overflow:hidden;display:block; }
#wATDGXGqBdAAOMXuobVL1h7Cu7D6fQ3o { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:50px;top:110.5px;left:229px;overflow:hidden;display:block; }
#JcTBy9qRsTsVzi8Dssht9JB9sDHLUSw3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:50px;top:147.5px;left:229px;overflow:hidden;display:block; }
#Tco0MoWJTWlwBUB1hGg7oFl94HoD3w4H { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:50px;top:267.5px;left:229px;overflow:hidden;display:block; }
#HHrL8Li2gGeo4WOKolhhSfxxdOeavOA9 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:50px;top:228.5px;left:229px;overflow:hidden;display:block; }
#uFMFMDTd093XEUEgONToJvHSBxBQqMnF { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:50px;top:188.5px;left:229px;overflow:hidden;display:block; }
#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row .container { background-color: transparent; background-image: none; }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row .container > .video-iframe-container { display: none; }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row > .video-iframe-container { display: none; }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .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); }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row .container { border-width: 0; border-radius: 0; }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:173px;left:0px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { background-color:#e57e1e;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;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:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:356px;height:60px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:71px;left:403px;display:block; }
#xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi { display:block; }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVmw1hBTEn3IeVWdKuxEdFKGkK6X54L6 { top:5px;left:0px;width:222px;height:122px;display:block; }
 }@media only screen and (max-width: 763px) { #DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M { display:block; }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idsT3HVOKEwMR5iWUJ63I4TffCeZfqUO { width:374px;height:134px;top:102px;left:6px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #HHddQzWkDMFhTsk9zOSGqEELW8hUmz0c { top:0px;left:0px;width:764px;height:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI { display:block; }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEHOn62VTHQZLzxp2KFs2dI214ACQ133 { width:374px;height:134px;top:102px;left:6px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ldVNOr5HUXZnl5OzEAhIyp51yGxK0k1c { width:312px;height:36px;top:401px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .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;margin-top:0px;margin-right:10.59px;margin-bottom:0px;margin-left:10.59px;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; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .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:15.71px;padding-bottom:0px;padding-right:2.65px;padding-left:2.65px;display:block;width:113.86px;height:75.93px;position:relative;font-family:tahoma;font-size:82.47px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0px;padding-bottom:10.47px;padding-right:2.65px;padding-left:2.65px;display:block;width:113.86px;height:19.64px;position:relative;font-family:arial;font-size:15.71px;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 { top:286px;left:184.5px;width:421px;height:151px;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:block; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #UHx1WNr82M2hmnLJW0ldpJoxdNXEIcao { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #tE5ooFGrnla3SAlkKeABgL0czUDTZS6U {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #OCOE4habJ5mFtE8nvq7WK3FK0bkHtyBU {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #KiDU7oQbXqm3ObIaFck1OUlT5MEkZsl5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #TQVKZltf5eVxJaK4yHiW0SkNJHlydFdu {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #Eirf06TMDupUaEXPnx7zAIT3nqqCTwd9 {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #TlVSxb1HqTKOaKvkanHcuyTyNJkZz8kT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #F19Azqe5FEgD6tEO9ReAELQldxrwC5HF {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #tx1t4UA5V24FsabyyK0QCmvVdcdmdKAi {  }
 }@media only screen and (max-width: 763px) { #ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl { display:block; }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyEIXtpbKrIFpva6fCfqbNvFTOaUPRV { width:764px;height:46px;top:16px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ILNTiZzCaTaUlxzass1AMMO33OfPIGQb { top:84px;left:0px;width:764px;height:125px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf { display:block; }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrcm2UPGfO0MgxcVUwNwgivU4srABCWe { width:764px;height:46px;top:24px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NEqhZ3LDUcWl14qZrlnZFMQCyE19uF2l { width:764px;height:100px;top:100px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #epfmI6x7XzfrXrSs79a34coZbBfLypM3 { display:block; }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLnEt1Is4MPbBPHncU1KI7i6qRuZET81 { width:764px;height:46px;top:13px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RF6bOc1S2HhGvLeJ0HtkXuZbQcVG97x1 { top:70px;left:0px;width:764px;height:220px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QPNHobghPQNATUbESQK6Tt1k91e93KHu { top:70px;left:10px;width:50px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #wATDGXGqBdAAOMXuobVL1h7Cu7D6fQ3o { top:110px;left:11px;width:50px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #JcTBy9qRsTsVzi8Dssht9JB9sDHLUSw3 { top:147px;left:11px;width:50px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Tco0MoWJTWlwBUB1hGg7oFl94HoD3w4H { top:267px;left:11px;width:50px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #HHrL8Li2gGeo4WOKolhhSfxxdOeavOA9 { top:228px;left:11px;width:50px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uFMFMDTd093XEUEgONToJvHSBxBQqMnF { top:188px;left:11px;width:50px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG { display:block; }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:764px;height:120px;top:142px;left:0px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:356px;height:60px;top:479px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi { display:block; }#qcp7574s3pCsTMCe2cPTtDKyUAHNoqTi > .row .container { width:320px;height:77px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVmw1hBTEn3IeVWdKuxEdFKGkK6X54L6 { width:134px;height:73px;top:0px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M { display:block; }#DrJur1DR1B1J3LN6t8ckLwuM5DIczB8M > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idsT3HVOKEwMR5iWUJ63I4TffCeZfqUO { width:320px;height:19px;top:42.5px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HHddQzWkDMFhTsk9zOSGqEELW8hUmz0c { width:320px;height:20px;top:0px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI { display:block; }#WQerg0yVNxbnkvTPIigsPGOJB0TlrxAI > .row .container { width:320px;height:189px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEHOn62VTHQZLzxp2KFs2dI214ACQ133 { width:320px;height:46px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ldVNOr5HUXZnl5OzEAhIyp51yGxK0k1c { width:320px;height:15px;top:86px;left:0px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .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;margin-top:0px;margin-right:3.51px;margin-bottom:0px;margin-left:3.51px;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; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:4.67px;padding-bottom:0px;padding-right:0.7px;padding-left:0.7px;display:block;width:40.67px;height:26.69px;position:relative;font-size:28.69px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0px;padding-bottom:3.34px;padding-right:0.7px;padding-left:0.7px;display:block;width:40.67px;height:7.34px;position:relative;font-size:5.33px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 { top:131px;left:12.5px;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:295px;height:52px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;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) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #UHx1WNr82M2hmnLJW0ldpJoxdNXEIcao { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #tE5ooFGrnla3SAlkKeABgL0czUDTZS6U {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #OCOE4habJ5mFtE8nvq7WK3FK0bkHtyBU {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #KiDU7oQbXqm3ObIaFck1OUlT5MEkZsl5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #TQVKZltf5eVxJaK4yHiW0SkNJHlydFdu {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #Eirf06TMDupUaEXPnx7zAIT3nqqCTwd9 {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #TlVSxb1HqTKOaKvkanHcuyTyNJkZz8kT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #F19Azqe5FEgD6tEO9ReAELQldxrwC5HF {  }
 }@media only screen and (max-width: 763px) { #GT9D5bXId20zNrS1E9eevQW8WuT3h6H1 #tx1t4UA5V24FsabyyK0QCmvVdcdmdKAi {  }
 }@media only screen and (max-width: 763px) { #ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl { display:block; }#ITxBL947ryOf9JbPLzCc0sCqVwoDnHdl > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyEIXtpbKrIFpva6fCfqbNvFTOaUPRV { width:320px;height:20px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ILNTiZzCaTaUlxzass1AMMO33OfPIGQb { width:320px;height:294px;top:60px;left:0px;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf { display:block; }#Nri1lWmQCSMp3RRyxKU3ngVlU1NKtQxf > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrcm2UPGfO0MgxcVUwNwgivU4srABCWe { width:320px;height:20px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NEqhZ3LDUcWl14qZrlnZFMQCyE19uF2l { width:320px;height:252px;top:57px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #epfmI6x7XzfrXrSs79a34coZbBfLypM3 { display:block; }#epfmI6x7XzfrXrSs79a34coZbBfLypM3 > .row .container { width:320px;height:417px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLnEt1Is4MPbBPHncU1KI7i6qRuZET81 { width:320px;height:20px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RF6bOc1S2HhGvLeJ0HtkXuZbQcVG97x1 { width:282px;height:342px;top:57px;left:38px;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QPNHobghPQNATUbESQK6Tt1k91e93KHu { width:34px;height:18px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wATDGXGqBdAAOMXuobVL1h7Cu7D6fQ3o { width:34px;height:18px;top:114px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JcTBy9qRsTsVzi8Dssht9JB9sDHLUSw3 { width:36px;height:18px;top:166px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tco0MoWJTWlwBUB1hGg7oFl94HoD3w4H { width:34px;height:18px;top:362px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HHrL8Li2gGeo4WOKolhhSfxxdOeavOA9 { width:34px;height:18px;top:309px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uFMFMDTd093XEUEgONToJvHSBxBQqMnF { width:34px;height:18px;top:238px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG { display:block; }#X5VNqEOP85uE9s8C9cT8lrMd5WcPqbCG > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:300px;height:38px;top:24px;left:10px;text-align:center;text-align-last:center;font-size:16px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:250px;height:40px;top:96px;left:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }