.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;
}
.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;
  }
}
body { background-color:#f0f0f0;background-image:none;position:relative;display:block; }
#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container { display: none; }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .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); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG { display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG { background-color: transparent; background-image: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container > .video-iframe-container { display: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container { display: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .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); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG { border-width: 0; border-radius: 0; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { background-color:#ffffff;background-image:none;width:1200px;height:708px;font-size:14px;font-family:arial;border-top:0;border-left:1px solid #212121;border-right:1px solid #212121;border-bottom:0;position:relative;display:block; }#TW0bP540BXVBwyl96ThKi3HM49OQ15oq { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:85px;width:273px;top:64.878475189209px;left:471.90973350586px;overflow:hidden;display:block; }
#QNwBpH2Nzhhzy2sUt6R9tknDpxogVCC7 { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:478px;width:561px;top:101.80208587646px;left:72.96875px;overflow:hidden;display:block; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-form-header {  }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-regular-label { height:auto;display:none;font-family:lato;font-size:14px;font-weight:bold;color:#000000;width:357px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-text { background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:357px;box-sizing:border-box;height:37px;color:#161616;font-size:13px;overflow:hidden;font-family:compatiltextltcom-rg;vertical-align:top; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-textarea { background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:357px;box-sizing:border-box;height:68px;color:#161616;font-size:13px;overflow:hidden;font-family:compatiltextltcom-rg;vertical-align:top; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-select { background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:357px;box-sizing:border-box;height:40px;color:#c9c9c9;font-family:compatiltextltcom-rg;font-size:14px;overflow:hidden;vertical-align:top; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-button { background-color:#b40610;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:14px;font-weight:400;color:#ffffff;width:357px;height:47px;font-family:compatilfactltcom-bd;overflow:hidden;font-style:normal; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE [class*="-text"]:-moz-placeholder { color:#c9c9c9;font-family:compatiltextltcom-rg;font-size:13px; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE [class*="-text"]::-moz-placeholder { color:#c9c9c9;font-family:compatiltextltcom-rg;font-size:13px; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE [class*="-text"]:-ms-input-placeholder { color:#c9c9c9;font-family:compatiltextltcom-rg;font-size:13px; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE [class*="-text"]::-webkit-input-placeholder { color:#c9c9c9;font-family:compatiltextltcom-rg;font-size:13px; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:compatiltextltcom-rg;line-height:1.3;font-size:9px;font-weight:400;color:#aaaaaa;vertical-align:top;width:337px;overflow:hidden;font-style:normal; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container { padding-top:5px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container:first-of-type{padding-top:0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container:last-of-type{padding-bottom:0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:356.997px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100023;position:absolute;top:333.54168701172px;left:730.18063354492px; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:357px;display:block;vertical-align:top; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE {display:block;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:356.997px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100023;position:absolute;top:333.54168701172px;left:730.18063354492px; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #NMCF64TebuGTMNVx4wp7zVJpscKQgItE { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #O68GG1KlvANFNhQtDvqHC7zRZJhomhok { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #qMmXM27glXHrNprNoEiQwcETtFQ2LSNJ { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #NxBr6Hhu0bvXIr2V0MXiHU1Kwttux35e { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #e9NPXCzeidUSuTNbHCFhpMT11DLtsmzk { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #AiWv7uwQsQgcqgywkGThRDDO6hz3KMiW { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #uEnZbnZOMcvBMJLPlwgR1Txt9fHEiCi9 { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #m1669yTy2fBfhiz0b4xssNBnBXPy8gXl { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #vmG3VyB4D5eltAJ2i3u5TaTabANKD1gD { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #bXeVSuEDy6xvub3NgtaT8UXN6w58lJaI { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #HtNHCDqXoCU1bdeE98WoJUhkm1HT0yKt { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #PeqLuWEKTuInTWwim0eAn2ADhQPvGFBa { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #hvIOevCPuDzP9n1Z8PPNUwyP5KVT3dJv { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #geuMbz58zNoyTfbSaz41Ti34EQuuney4 { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #rPWfsAnmIQve1IkLxTTCZOrWqqa55vmH { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #l45LTw37CkwUAAP8ORVeCJcPvCzK5rnu { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #Vs6pmTkqRksrZm65JPMecbTyl4PhEbm3 { position:relative;z-index:2; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #fgP4OWq8D0Dd26nCGMHSR45aTlotwSfz { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #mdTtqtWT2Fz7TeX9Q5P2TpoCkoVuQCyT { position:relative; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #oUszSIZL2fOofV6s9NHQgPgQaT9crQii { position:relative; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:7.12px;margin-bottom:0;margin-left:7.12px;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; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .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:10.13px;padding-right:1.77px;padding-bottom:0;padding-left:1.77px;display:block;width:76.53px;height:48.89px;position:relative;font-family:compatiltextltcom-rg;font-size:43.07px;font-weight:700;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; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:1.77px;padding-bottom:6.76px;padding-left:1.77px;display:block;width:76.53px;height:12.64px;position:relative;font-family:compatilfactltcom-bd;font-size:10.13px;font-weight:400;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; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc { 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:379px;height:64px;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;top:584.75px;left:340.0625px;z-index:100026;display:block; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #X5PTpXyVPgkVLdnpmLJLvrxXNprX7lET { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #FXIlmTuMnmOfLy0TngfWqQiBTJv5erhQ { display:block; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #uz5kAevleAkrDbTiBZ1IoMT8xIPuHHHA { display:block; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #C7mztFqldXGcO5kPQ4HCfVw3VwOwxLTf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #N3sVKtvx8T1pecu1biB6MwXnhA2Ds6tI { display:block; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #GR9ARKq3TcCMnxBK2QpRfDLsAa9I881I { display:block; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #c0kzVknUZve0JoyE2qsNtrUIqtb9NzWg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #pAMHJODKViLns1kVf5OKUsb2d4VRa4OD { display:block;position:relative;top:0px;left:0px; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #kzTL2Vhc5cwQR6A7VVnSqzP7KCwv3Gtl { display:block;position:relative;top:0px;left:0px; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #ceOrVVQBcWrpBHMaHb4dyvAC6ObA6ptp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #TLIIKkc5bRua1IQuFvRUXivSCqHqqoTp { display:block;position:relative;top:0px;left:0px; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #rbHvbKgdt5KBGnWmmdUvFTIA3xK6e4nV { display:block;position:relative;top:0px;left:0px; }
#DI2DiX3FioyecNTArZeBN1anGTkRpVrT { position:absolute;display:block;z-index:99996;background-color:#b40610;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:159px;width:1200px;top:540.65974903107px;left:-0.017359999999996px;display:block; }
#lpV6PwWI1g3Vo05TUl4codxXPhH5n2SU { color:#ffffff;display:block;width:525.99px;position:absolute;font-family:compatiltextltcom-rg;font-size:44px;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:590.80558776855px;left:60.989593505859px;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7F4G9ZPqbNUT3H0DCWTu0XqweZMIKW8 { color:#ffffff;display:block;width:525.99px;position:absolute;font-family:compatiltextltcom-rg;font-size:27px;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:643.72570800781px;left:60.989598007813px;height:34.4444px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OEzvhhsV1ZtO5g6E7vdzG115dePPR206 { position:absolute;display:block;z-index:99997;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.25) ;height:421px;width:423px;top:317.96876525879px;left:717.50006553711px;display:block; }
#OfTUBdxdwt4V8Anpfys23p5Wdxd352hV { color:#c6080a;display:block;width:490px;position:absolute;font-family:compatilfactltcom-bd;font-size:16px;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:144.96527099609px;left:61px;height:23.3333px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vVIMuQfpRLA7Hyo1dEFtwvqU6OfiHFRh { color:#000000;display:block;width:790.99px;position:absolute;font-family:compatiltextltcom-rg;font-size:16px;font-weight:400;z-index:100009;line-height:1.9;letter-spacing:0;top:176.97915649414px;left:61px;height:90px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PhHAqq7Lk36HF8suXfTof412otT1hrR7 { color:#ffffff;display:block;width:490px;position:absolute;font-family:compatilfactltcom-bd;font-size:14px;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:699.63543701172px;left:470.97222900391px;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bl5zU1CMhpuqwepEROs72lWzKFwUf9vH { color:#212121;display:block;width:525.99px;position:absolute;font-family:compatiltextltcom-rg;font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:65px;left:61px;height:71.1111px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ka5UtmfzMVqOpTi3yu2sQWHWyvuDqWOM { color:#ffffff;display:block;width:525.984375px;position:absolute;font-family:compatiltextltcom-rg;font-size:25px;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:562.32293701172px;left:60.95480796875px;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTe5z14TIDn3EXTuyFzbadZOKJyrD4xz { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:421.997px;top:706.7534942627px;left:718.35076904297px;overflow:hidden;display:block; }
#xPCUOHUMRbZibDhLsw81sCwnAw1SKtdt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:361px;width:365px;display:none; }
#IDPPRG5wkRy9xeeAeGkvFwT7htwD1TSk { position:absolute;display:block;z-index:100018;background-color:#b40610;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;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:81.9792px;width:81.9792px;top:227.60418510437px;left:1004.1146850586px;display:none; }
#oV6pcLkTHk677CoDRym3WV5gfpQMzveT { position:absolute;display:block;z-index:100018;background-color:#b40610;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;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:81.9792px;width:81.9792px;top:227.60418510437px;left:1004.1146850586px;display:none; }
#EE5Zo1bCxrlQAr8P2t3IKTNXNTBlfI2I { color:#212121;display:block;width:107.969px;position:absolute;font-family:compatiltextltcom-rg;font-size:46px;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:239.16668510437px;left:991.11114501953px;height:58.8889px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { position:relative;display:block; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { background-color: transparent; background-image: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container > .video-iframe-container { display: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container { display: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .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); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { border-width: 0; border-radius: 0; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container { border-top:0;border-left:1px solid #212121;border-right:1px solid #212121;border-bottom:1px solid #212121;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:900.8889999999999px;width:1200px;position:relative;display:block; }#rKCTp3oXNuWqPA4HV1AulJKqkrcL0nIB { color:#212121;display:block;width:525.99px;position:absolute;font-family:compatiltextltcom-rg;font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:65px;left:61px;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { color:#b40610;display:block;width:706px;position:absolute;font-family:compatilfactltcom-bd;font-size:16px;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:144.93054199219px;left:60.972233505859px;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bsEFGviJJalBu8DLucb2yXbCSbIyGiMn { color:#000000;display:block;width:616px;position:absolute;font-family:compatiltextltcom-rg;font-size:16px;font-weight:400;z-index:100009;line-height:1.9;letter-spacing:0;top:176.94445800781px;left:60.989624023438px;height:120px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yymf95OJxUIcPca1dMpyQPcrcrLeD5OS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:161px;top:824.76739501953px;left:61.187515258789px;overflow:hidden;display:block; }
#L2v4feWTQAD6nNEaQoMV8MQsP2TgwHde { color:#747474;display:block;width:611.997px;position:absolute;font-family:compatilfactltcom-bd;font-size:13px;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:833.98956298828px;left:294.20140525879px;height:35.5556px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FiOm73aLyHltTcZVT7eOibpLCUTTzU8N { color:#747474;display:block;width:255.99px;position:absolute;font-family:compatilfactltcom-bd;font-size:13px;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:843.98956298828px;left:893.09032127441px;height:17.7778px;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BU6vlHIuCun8ZNMyOATMo7umyD65glAX { position:absolute;display:block;z-index:100018;background-color:#b40610;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;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:81.9792px;width:81.9792px;top:227.60418510437px;left:1004.1146850586px;display:block; }
#drqneQdBoxHHvlD3AuzOqaSgAzg0Csbm { color:#212121;display:block;width:107.969px;position:absolute;font-family:compatiltextltcom-rg;font-size:46px;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:239.16668510437px;left:991.11114501953px;height:58.8889px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cC2kTfrVJOrCgpd9o9MPJntGhUsPDQnL { color:#212121;display:block;width:1050px;position:absolute;font-family:compatilfactltcom-bd;font-size:16px;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:460.33680725098px;left:60.989593505859px;height:23.3333px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BD8rv0W0NIG4vNOeQGeJlvi1FnCbq3GJ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:523px;left:410px;overflow:hidden;display:block; }
#fsaWwc2MhT1ms2UC2BLczdbzaLqUpTJP { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:148px;width:148px;top:524px;left:603px;overflow:hidden;display:block; }
#f3a2c6ANcRqu1MRPzumss34E23UGIuD2 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:147px;width:147px;top:524px;left:796px;overflow:hidden;display:block; }
#SnyTBJJSyyfNguTTN9b2be1bRSIraG9y { color:#212121;display:block;width:1087px;position:absolute;font-family:compatiltextltcom-rg;font-size:28px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:417.9132232666px;left:60.989593505859px;height:35.5556px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ERA26wE9cxrJP4bqMCkqsXAX4mTTnFG3 { color:#000000;display:block;width:137.986px;position:absolute;font-family:compatiltextltcom-rg;font-size:16px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:687px;left:417px;height:40px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XB8N3rxGy6qz3f9ds1ZQ4LDsI9XmsvM9 { color:#000000;display:block;width:147.986px;position:absolute;font-family:compatiltextltcom-rg;font-size:16px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:687px;left:604px;height:40px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbSmpuuuQML5A6D2DtgKTGBSIQW04GPS { color:#000000;display:block;width:147.986px;position:absolute;font-family:compatiltextltcom-rg;font-size:16px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:687px;left:797px;height:40px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTBOsA9fkwoqkzxuUKGxkGvhBkWRRCtF { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;border-top:1px solid #aaaaaa;border-left:0;border-right:0;border-bottom:0;height:1.99653px;width:1200px;top:356.28475189209px;left:0px;display:block; }
#UmNF8m3rWJFGslQIDiJ6BS1L0ZNtx51X { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;border-top:1px solid #aaaaaa;border-left:0;border-right:0;border-bottom:0;height:1.99653px;width:1200px;top:797.27434921265px;left:0px;display:block; }
#po7qtvK8mBHMLIIL6R0w2v7tMkQS5dQz { color:#747474;display:block;width:255.99px;position:absolute;font-family:compatilfactltcom-bd;font-size:13px;font-weight:400;z-index:100014;line-height:1.6;letter-spacing:0;top:335.24307250977px;left:350.98962402344px;height:60px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JIAd4yUthCOP1gLK4lZBMMCMyTd767Mo { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:200px;top:318.76736450195px;left:61px;overflow:hidden;display:none; }
#q15yZaLnOITJy4LG2eo63xHdTk0ovBA4 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:522.98612976074px;left:226.73959350586px;overflow:hidden;display:block; }
#UG3NWKBBTDmAyrh7PbbTod6kHLOVqFBJ { color:#000000;display:block;width:225.99px;position:absolute;font-family:compatiltextltcom-rg;font-size:16px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:686.99656677246px;left:188.54516601562px;height:40px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #tt541EygtvgFneaa27qwZMBDgb1GTUTG { display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG { border-width: 0; border-radius: 0; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { width:764px;height:1134.78px;border-top:1px solid #3c3c3c;border-left:1px solid #3c3c3c;border-right:1px solid #3c3c3c;border-bottom:1px solid #3c3c3c;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TW0bP540BXVBwyl96ThKi3HM49OQ15oq { width:241px;height:75px;top:30.468751907349px;left:255.98959922791px;display:block; }
 }@media only screen and (max-width: 1199px) { #QNwBpH2Nzhhzy2sUt6R9tknDpxogVCC7 { width:590px;height:502.969px;top:30.684029281139px;left:84.19097328186px;display:block; }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-regular-label { width:330px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-text { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-textarea { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-select { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-button { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:12px;overflow:hidden; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-checkbox-label { width:310px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:8px;overflow:hidden;height:auto; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container:first-of-type{padding-top:0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container:last-of-type{padding-bottom:0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE  { width:330px;height:auto;top:663px;left:315px; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .radio-container { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE {display:block;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE { width:330px;height:auto;top:663px;left:315px; }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #NMCF64TebuGTMNVx4wp7zVJpscKQgItE {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #O68GG1KlvANFNhQtDvqHC7zRZJhomhok {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #qMmXM27glXHrNprNoEiQwcETtFQ2LSNJ {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #NxBr6Hhu0bvXIr2V0MXiHU1Kwttux35e {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #e9NPXCzeidUSuTNbHCFhpMT11DLtsmzk {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #AiWv7uwQsQgcqgywkGThRDDO6hz3KMiW {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #uEnZbnZOMcvBMJLPlwgR1Txt9fHEiCi9 {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #m1669yTy2fBfhiz0b4xssNBnBXPy8gXl {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #vmG3VyB4D5eltAJ2i3u5TaTabANKD1gD {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #bXeVSuEDy6xvub3NgtaT8UXN6w58lJaI {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #HtNHCDqXoCU1bdeE98WoJUhkm1HT0yKt {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #PeqLuWEKTuInTWwim0eAn2ADhQPvGFBa {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #hvIOevCPuDzP9n1Z8PPNUwyP5KVT3dJv {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #geuMbz58zNoyTfbSaz41Ti34EQuuney4 {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #rPWfsAnmIQve1IkLxTTCZOrWqqa55vmH {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #l45LTw37CkwUAAP8ORVeCJcPvCzK5rnu {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #Vs6pmTkqRksrZm65JPMecbTyl4PhEbm3 {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #fgP4OWq8D0Dd26nCGMHSR45aTlotwSfz {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #mdTtqtWT2Fz7TeX9Q5P2TpoCkoVuQCyT {  }
 }@media only screen and (max-width: 1199px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #oUszSIZL2fOofV6s9NHQgPgQaT9crQii {  }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:7.95px;margin-bottom:0;margin-left:7.95px;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; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .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:10.91px;padding-right:2.01px;padding-bottom:0;padding-left:2.01px;display:block;width:85.37px;height:52.66px;position:relative;font-family:compatiltextltcom-rg;font-size:45.47px;font-weight:700;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; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:2.01px;padding-bottom:7.28px;padding-left:2.01px;display:block;width:85.37px;height:13.57px;position:relative;font-family:compatilfactltcom-bd;font-size:10.91px;font-weight:400;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; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc { width:422.986px;height:97.9688px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:470.59726402344px;left:331.40973541321px;display:block; }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #X5PTpXyVPgkVLdnpmLJLvrxXNprX7lET { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #FXIlmTuMnmOfLy0TngfWqQiBTJv5erhQ {  }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #uz5kAevleAkrDbTiBZ1IoMT8xIPuHHHA {  }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #C7mztFqldXGcO5kPQ4HCfVw3VwOwxLTf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #N3sVKtvx8T1pecu1biB6MwXnhA2Ds6tI {  }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #GR9ARKq3TcCMnxBK2QpRfDLsAa9I881I {  }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #c0kzVknUZve0JoyE2qsNtrUIqtb9NzWg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #pAMHJODKViLns1kVf5OKUsb2d4VRa4OD { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #kzTL2Vhc5cwQR6A7VVnSqzP7KCwv3Gtl { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #ceOrVVQBcWrpBHMaHb4dyvAC6ObA6ptp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #TLIIKkc5bRua1IQuFvRUXivSCqHqqoTp { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #rbHvbKgdt5KBGnWmmdUvFTIA3xK6e4nV { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #DI2DiX3FioyecNTArZeBN1anGTkRpVrT { width:764px;height:160px;top:425.17364952148px;left:-0.027777938232422px;display:block; }
 }@media only screen and (max-width: 1199px) { #lpV6PwWI1g3Vo05TUl4codxXPhH5n2SU { width:525px;height:56.6667px;top:477.05558776855px;left:23.375001907349px;font-size:44px;display:block; }
 }@media only screen and (max-width: 1199px) { #p7F4G9ZPqbNUT3H0DCWTu0XqweZMIKW8 { width:525px;height:35.5556px;top:526.82640075684px;left:23.56597328186px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #OEzvhhsV1ZtO5g6E7vdzG115dePPR206 { width:382.986px;height:406.997px;top:651.56948852539px;left:308.7048664093px;display:block; }
 }@media only screen and (max-width: 1199px) { #OfTUBdxdwt4V8Anpfys23p5Wdxd352hV { width:490px;height:23.3333px;top:121.99649047852px;left:136.97917747498px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #vVIMuQfpRLA7Hyo1dEFtwvqU6OfiHFRh { width:622.986px;height:120px;top:162.93405151367px;left:70.486112594604px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #PhHAqq7Lk36HF8suXfTof412otT1hrR7 { width:410.99px;height:0;top:650.21536254883px;left:173.7048664093px;font-size:15px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #bl5zU1CMhpuqwepEROs72lWzKFwUf9vH { width:525px;height:71.1111px;top:38.993011474609px;left:118.97569847107px;font-size:28px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #Ka5UtmfzMVqOpTi3yu2sQWHWyvuDqWOM { width:525px;height:34.4444px;top:446.046875px;left:23.375px;font-size:27px;font-family:compatiltextltcom-rg;display:block; }
 }@media only screen and (max-width: 1199px) { #NTe5z14TIDn3EXTuyFzbadZOKJyrD4xz { width:458.993px;height:391.997px;top:777.29864501953px;left:105.31945228577px;display:none; }
 }@media only screen and (max-width: 1199px) { #xPCUOHUMRbZibDhLsw81sCwnAw1SKtdt { top:642px;left:39px;width:431.997px;height:427.986px;z-index:99991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #IDPPRG5wkRy9xeeAeGkvFwT7htwD1TSk { width:80.9896px;height:80.9896px;top:1083.3055801392px;left:71.53472328186px;z-index:100019;display:none; }
 }@media only screen and (max-width: 1199px) { #oV6pcLkTHk677CoDRym3WV5gfpQMzveT { width:81px;height:81px;top:227px;left:683px;display:none; }
 }@media only screen and (max-width: 1199px) { #EE5Zo1bCxrlQAr8P2t3IKTNXNTBlfI2I { width:423.993px;height:27.7778px;top:627px;left:168px;font-size:22px;display:none; }
 }@media only screen and (max-width: 1199px) { #mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { display:block; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container { width:764px;height:942.889px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rKCTp3oXNuWqPA4HV1AulJKqkrcL0nIB { width:525px;height:71.1111px;top:59px;left:119px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { width:557px;height:23.3333px;top:141.984375px;left:103.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bsEFGviJJalBu8DLucb2yXbCSbIyGiMn { width:622.986px;height:120px;top:183px;left:71px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yymf95OJxUIcPca1dMpyQPcrcrLeD5OS { width:165px;height:51px;top:873.55904769897px;left:15.423612594604px;display:block; }
 }@media only screen and (max-width: 1199px) { #L2v4feWTQAD6nNEaQoMV8MQsP2TgwHde { width:341.997px;height:35.5556px;top:879.578125px;left:211.203125px;font-size:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #FiOm73aLyHltTcZVT7eOibpLCUTTzU8N { width:255px;height:17.7778px;top:919.875px;left:254.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BU6vlHIuCun8ZNMyOATMo7umyD65glAX { width:81px;height:81px;top:227px;left:683px;display:none; }
 }@media only screen and (max-width: 1199px) { #drqneQdBoxHHvlD3AuzOqaSgAzg0Csbm { width:423.976px;height:0;top:543.73266601562px;left:119.20834541321px;font-size:22px;display:none; }
 }@media only screen and (max-width: 1199px) { #cC2kTfrVJOrCgpd9o9MPJntGhUsPDQnL { width:764px;height:23.3333px;top:520.41669082642px;left:-3.0069370269775px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BD8rv0W0NIG4vNOeQGeJlvi1FnCbq3GJ { width:100px;height:100px;top:595.00003051758px;left:250.98959991516px;display:block; }
 }@media only screen and (max-width: 1199px) { #fsaWwc2MhT1ms2UC2BLczdbzaLqUpTJP { width:100px;height:100px;top:595.00003051758px;left:405.98959991516px;display:block; }
 }@media only screen and (max-width: 1199px) { #f3a2c6ANcRqu1MRPzumss34E23UGIuD2 { width:100px;height:100px;top:595.00003051758px;left:563.99310943665px;display:block; }
 }@media only screen and (max-width: 1199px) { #SnyTBJJSyyfNguTTN9b2be1bRSIraG9y { width:525px;height:71.1111px;top:438.97570800781px;left:118.97569847107px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ERA26wE9cxrJP4bqMCkqsXAX4mTTnFG3 { width:136.997px;height:40px;top:712.98617553711px;left:232.98612091125px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XB8N3rxGy6qz3f9ds1ZQ4LDsI9XmsvM9 { width:150px;height:40px;top:712.98617553711px;left:381.99655792297px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dbSmpuuuQML5A6D2DtgKTGBSIQW04GPS { width:150px;height:40px;top:712.98617553711px;left:540.0000064093px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WTBOsA9fkwoqkzxuUKGxkGvhBkWRRCtF { width:763.976px;height:1.99653px;top:858.95834350586px;left:0.017360687255859px;display:block; }
 }@media only screen and (max-width: 1199px) { #UmNF8m3rWJFGslQIDiJ6BS1L0ZNtx51X { width:763.976px;height:1.99653px;top:372.93403625488px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #po7qtvK8mBHMLIIL6R0w2v7tMkQS5dQz { width:255px;height:60px;top:330px;left:376px;font-size:13px;display:none; }
 }@media only screen and (max-width: 1199px) { #JIAd4yUthCOP1gLK4lZBMMCMyTd767Mo { width:200px;height:62px;top:314.49658203125px;left:146.97917747498px;display:none; }
 }@media only screen and (max-width: 1199px) { #q15yZaLnOITJy4LG2eo63xHdTk0ovBA4 { width:100px;height:100px;top:595.00003051758px;left:93.993063660278px;display:block; }
 }@media only screen and (max-width: 1199px) { #UG3NWKBBTDmAyrh7PbbTod6kHLOVqFBJ { width:136.997px;height:40px;top:712.98617553711px;left:75.989584656372px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tt541EygtvgFneaa27qwZMBDgb1GTUTG { display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { width:320px;height:1445.382069382324px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW0bP540BXVBwyl96ThKi3HM49OQ15oq { width:191px;height:60px;top:20.684029281139px;left:62.194446563721px;display:block; }
 }@media only screen and (max-width: 763px) { #QNwBpH2Nzhhzy2sUt6R9tknDpxogVCC7 { width:320px;height:272.951px;top:64.253482818604px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:11px;overflow:hidden; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:9px;overflow:hidden;height:auto; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container { padding-top:2px;padding-right:0;padding-bottom:2px;padding-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container:first-of-type{padding-top:0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .widget-container:last-of-type{padding-bottom:0;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE  { width:280px;height:auto;top:483.92366668762px;left:0.10416862548828px;z-index:99991; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE {display:block;}#Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE { width:280px;height:auto;top:483.92366668762px;left:0.10416862548828px;z-index:99991; }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #NMCF64TebuGTMNVx4wp7zVJpscKQgItE {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #O68GG1KlvANFNhQtDvqHC7zRZJhomhok {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #qMmXM27glXHrNprNoEiQwcETtFQ2LSNJ {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #NxBr6Hhu0bvXIr2V0MXiHU1Kwttux35e {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #e9NPXCzeidUSuTNbHCFhpMT11DLtsmzk {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #AiWv7uwQsQgcqgywkGThRDDO6hz3KMiW {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #uEnZbnZOMcvBMJLPlwgR1Txt9fHEiCi9 {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #m1669yTy2fBfhiz0b4xssNBnBXPy8gXl {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #vmG3VyB4D5eltAJ2i3u5TaTabANKD1gD {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #bXeVSuEDy6xvub3NgtaT8UXN6w58lJaI {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #HtNHCDqXoCU1bdeE98WoJUhkm1HT0yKt {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #PeqLuWEKTuInTWwim0eAn2ADhQPvGFBa {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #hvIOevCPuDzP9n1Z8PPNUwyP5KVT3dJv {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #geuMbz58zNoyTfbSaz41Ti34EQuuney4 {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #rPWfsAnmIQve1IkLxTTCZOrWqqa55vmH {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #l45LTw37CkwUAAP8ORVeCJcPvCzK5rnu {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #Vs6pmTkqRksrZm65JPMecbTyl4PhEbm3 {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #fgP4OWq8D0Dd26nCGMHSR45aTlotwSfz {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #mdTtqtWT2Fz7TeX9Q5P2TpoCkoVuQCyT {  }
 }@media only screen and (max-width: 763px) { #Tc4pfS3DODq1TklzH4lVuC8x0uWI5GvE #oUszSIZL2fOofV6s9NHQgPgQaT9crQii {  }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0;margin-right:4.95px;margin-bottom:0;margin-left:4.95px;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; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:6.65px;padding-right:0.99px;padding-bottom:0;padding-left:0.99px;display:block;width:57.39px;height:37.94px;position:relative;font-size:38px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.99px;padding-bottom:4.75px;padding-left:0.99px;display:block;width:57.39px;height:10.42px;position:relative;font-size:13.26px;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; }
#QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc { 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:279px;height:90.9896px;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;top:378.36807701172px;left:21.215279312744px;display:block; }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #X5PTpXyVPgkVLdnpmLJLvrxXNprX7lET { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #FXIlmTuMnmOfLy0TngfWqQiBTJv5erhQ {  }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #uz5kAevleAkrDbTiBZ1IoMT8xIPuHHHA {  }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #C7mztFqldXGcO5kPQ4HCfVw3VwOwxLTf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #N3sVKtvx8T1pecu1biB6MwXnhA2Ds6tI {  }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #GR9ARKq3TcCMnxBK2QpRfDLsAa9I881I {  }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #c0kzVknUZve0JoyE2qsNtrUIqtb9NzWg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #pAMHJODKViLns1kVf5OKUsb2d4VRa4OD { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #kzTL2Vhc5cwQR6A7VVnSqzP7KCwv3Gtl { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #ceOrVVQBcWrpBHMaHb4dyvAC6ObA6ptp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #TLIIKkc5bRua1IQuFvRUXivSCqHqqoTp { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QQTpdyT90T6rXmgsX1NfTTzsUxHQcdWc #rbHvbKgdt5KBGnWmmdUvFTIA3xK6e4nV { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DI2DiX3FioyecNTArZeBN1anGTkRpVrT { width:320px;height:181px;top:302.59375px;left:0.109375px;display:block; }
 }@media only screen and (max-width: 763px) { #lpV6PwWI1g3Vo05TUl4codxXPhH5n2SU { width:320px;height:38.8889px;top:317.75699302734px;left:0.10416862548828px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #p7F4G9ZPqbNUT3H0DCWTu0XqweZMIKW8 { width:320px;height:24.4444px;top:352.73965904297px;left:0.10416862548828px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OEzvhhsV1ZtO5g6E7vdzG115dePPR206 { width:320px;height:555.99px;top:502.18759155273px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #OfTUBdxdwt4V8Anpfys23p5Wdxd352hV { width:300.99px;height:40px;top:933.12502166809px;left:9.7048632818604px;text-align:center;text-align-last:center;font-size:14px;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #vVIMuQfpRLA7Hyo1dEFtwvqU6OfiHFRh { width:280.99px;height:155.556px;top:988.19454071106px;left:19.704865189209px;text-align:center;text-align-last:center;font-size:14px;line-height:1.6;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #PhHAqq7Lk36HF8suXfTof412otT1hrR7 { width:320px;height:15.5556px;top:448.05905601563px;left:0.10416862548828px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #bl5zU1CMhpuqwepEROs72lWzKFwUf9vH { width:320px;height:46.6667px;top:869.61812469543px;left:0.10416862548828px;text-align:center;text-align-last:center;font-size:18px;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #Ka5UtmfzMVqOpTi3yu2sQWHWyvuDqWOM { width:320px;height:0;top:1500.6598380469px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #NTe5z14TIDn3EXTuyFzbadZOKJyrD4xz { width:320px;height:272.986px;top:1146.9965426642px;left:6.8725585933294E-7px;display:none; }
 }@media only screen and (max-width: 763px) { #xPCUOHUMRbZibDhLsw81sCwnAw1SKtdt { width:320px;height:317.014px;top:1128.3680693823px;left:0.10416862548828px;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #IDPPRG5wkRy9xeeAeGkvFwT7htwD1TSk { width:81px;height:81px;top:47.534729003906px;left:119px;display:none; }
 }@media only screen and (max-width: 763px) { #oV6pcLkTHk677CoDRym3WV5gfpQMzveT { width:71px;height:71px;top:1266.9965483862px;left:205.98959419312px;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #EE5Zo1bCxrlQAr8P2t3IKTNXNTBlfI2I { width:106.997px;height:54.4444px;top:1275.0000197607px;left:187.98611518921px;text-align:center;text-align-last:center;font-size:42px;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { display:block; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { background-color: transparent; background-image: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container > .video-iframe-container { display: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container { display: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .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); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { border-width: 0; border-radius: 0; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container { width:320px;height:1157px;background-color:#ffffff;background-image:none;border-top:0;border-left:1px solid #3c3c3c;border-right:1px solid #3c3c3c;border-bottom:1px solid #3c3c3c;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKCTp3oXNuWqPA4HV1AulJKqkrcL0nIB { width:320px;height:0;top:87px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { width:300.99px;height:0;top:32.986145019531px;left:9.4965286254883px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #bsEFGviJJalBu8DLucb2yXbCSbIyGiMn { width:280.99px;height:0;top:89.930572509766px;left:19.496528625488px;text-align:center;text-align-last:center;font-size:16px;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #yymf95OJxUIcPca1dMpyQPcrcrLeD5OS { width:140px;height:43px;top:360.9895324707px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #L2v4feWTQAD6nNEaQoMV8MQsP2TgwHde { width:255px;height:0;top:465.97225952148px;left:32.500003814697px;text-align:center;text-align-last:center;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #FiOm73aLyHltTcZVT7eOibpLCUTTzU8N { width:255px;height:17.7778px;top:1096.9966125488px;left:31.996529312744px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BU6vlHIuCun8ZNMyOATMo7umyD65glAX { width:81px;height:81px;top:47.534729003906px;left:119px;display:none; }
 }@media only screen and (max-width: 763px) { #drqneQdBoxHHvlD3AuzOqaSgAzg0Csbm { width:106.997px;height:41.1111px;top:148.53472900391px;left:106px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #cC2kTfrVJOrCgpd9o9MPJntGhUsPDQnL { width:277.986px;height:60px;top:146px;left:21.1875px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BD8rv0W0NIG4vNOeQGeJlvi1FnCbq3GJ { width:100px;height:100px;top:405.98959350586px;left:110.00000068726px;display:block; }
 }@media only screen and (max-width: 763px) { #fsaWwc2MhT1ms2UC2BLczdbzaLqUpTJP { width:100px;height:100px;top:577.98611450195px;left:110.00000068726px;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #f3a2c6ANcRqu1MRPzumss34E23UGIuD2 { width:100px;height:100px;top:748.99313354492px;left:110.00000068726px;display:block; }
 }@media only screen and (max-width: 763px) { #SnyTBJJSyyfNguTTN9b2be1bRSIraG9y { width:257.986px;height:73.3333px;top:41.309028625488px;left:31.222225189209px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ERA26wE9cxrJP4bqMCkqsXAX4mTTnFG3 { width:120px;height:40px;top:512.98611450195px;left:100.00000831665px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XB8N3rxGy6qz3f9ds1ZQ4LDsI9XmsvM9 { width:146.997px;height:40px;top:685.00003051758px;left:86.996536942139px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dbSmpuuuQML5A6D2DtgKTGBSIQW04GPS { width:146.997px;height:40px;top:855.98959350586px;left:86.996536942139px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WTBOsA9fkwoqkzxuUKGxkGvhBkWRRCtF { width:320px;height:1px;top:356px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #UmNF8m3rWJFGslQIDiJ6BS1L0ZNtx51X { width:320px;height:1px;top:928.00357055664px;left:6.8725585933294E-7px;display:block; }
 }@media only screen and (max-width: 763px) { #po7qtvK8mBHMLIIL6R0w2v7tMkQS5dQz { width:255px;height:;top:1025.0000305176px;left:32.986115189209px;text-align:center;text-align-last:center;font-size:12px;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #JIAd4yUthCOP1gLK4lZBMMCMyTd767Mo { width:207px;height:65px;top:946.9619140625px;left:56.187503814697px;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q15yZaLnOITJy4LG2eo63xHdTk0ovBA4 { width:100px;height:100px;top:233.99307250977px;left:110.00000068726px;display:block; }
 }@media only screen and (max-width: 763px) { #UG3NWKBBTDmAyrh7PbbTod6kHLOVqFBJ { width:225px;height:40px;top:341.99655151367px;left:47.986115189209px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }