.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#ebebeb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK > .row .container { background-color: transparent; background-image: none; }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK > .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); }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK > .row .container { border-width: 0; border-radius: 0; }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#ihU0grvRyUFrBEzKcZMqhTambmfVtqk3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:229px;top:20px;left:365.5px;overflow:hidden;display:block; }
#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#99022f;background-image:none;position:relative;display:block; }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 > .row .container { background-color: transparent; background-image: none; }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 > .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); }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 > .row .container { border-width: 0; border-radius: 0; }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 > .row .container { font-size:14px;font-family:arial;height:125px;width:960px;position:relative;display:block; }#aKAgHcXWzE6aAcLegADUM9bqmxb29ZTb { color:#ffffff;display:block;width:889px;position:absolute;font-family:lato;font-size:31px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:14px;left:35.5px;height:40px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOLKIC3plVFWQG8iNFPu0ToiLLlhHqeg { color:#ffffff;display:block;width:889px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:65px;left:35.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#99022f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container { background-color: transparent; background-image: none; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .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); }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container { border-width: 0; border-radius: 0; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container { font-size:14px;font-family:arial;height:439px;width:960px;position:relative;display:block; }#K3hCoLrDIBEeKrE9iNNkpp23AOkZtlWc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:435px;width:960px;top:0;left:0;overflow:hidden;display:block; }
#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR { position:relative;display:block; }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR { background-color: transparent; background-image: none; }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR > .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); }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR { border-width: 0; border-radius: 0; }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:91px;width:960px;position:relative;display:block; }#S5wB4pm97Wk5enKw2WoyCJDaS8FAJxzx { display:block;width:881px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:21px;left:40px;height:47px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha { position:relative;display:block; }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha { background-color: transparent; background-image: none; }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha > .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); }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha { border-width: 0; border-radius: 0; }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:219px;width:960px;position:relative;display:block; }#cPeLvTzH2EdoZd6czl6qQ75vATIE6kXx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:89px;width:89px;position:absolute;display:block;z-index:100000;top:18px;left:111px;overflow:hidden;display:block; }
#KhkOM5JKVTQD4vMqN3blo6GfQ8Pe2VFz { display:block;width:282px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:138px;left:20px;height:62px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c48qhA9ZTbaLrU6g7oRIN0L2Ud9gKcTi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:89px;width:89px;position:absolute;display:block;z-index:100001;top:18px;left:431px;overflow:hidden;display:block; }
#THx2ux0Oms8EbogBKTBa3BUaE8kb7ZV1 { display:block;width:282px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:138px;left:340px;height:62px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ndrv6AZBF1yiAg972srGNegPlKd1Zh8V { display:block;width:282px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:138px;left:660px;height:62px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaOxfdmfHQgmTH1G1gCkNlnTT0uKFVEF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:79px;width:89px;position:absolute;display:block;z-index:100002;top:18px;left:751px;overflow:hidden;display:block; }
#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss { position:relative;display:block; }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss { background-color: transparent; background-image: none; }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss > .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); }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss { border-width: 0; border-radius: 0; }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:91px;width:960px;position:relative;display:block; }#spwZELx83izJp1Z1r4xzW3u2AO671yP9 { display:block;width:881px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:29px;left:40px;height:47px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy { position:relative;display:block; }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy { background-color: transparent; background-image: none; }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy > .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); }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy { border-width: 0; border-radius: 0; }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:158px;width:960px;position:relative;display:block; }#ydSEq2HRDowQldlyO0z3HVJCw3TuAE7H { border-bottom:0;border-left:0;border-right:0;border-top:0;height:44px;width:191px;position:absolute;display:block;z-index:100000;top:19px;left:39px;overflow:hidden;display:block; }
#CoLKBbAaLQiHvOnDvWs2qKeFZpFlI1nT { display:block;width:662px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:25px;left:270px;height:115px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng { position:relative;display:block; }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng { background-color: transparent; background-image: none; }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng > .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); }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng { border-width: 0; border-radius: 0; }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:109px;width:960px;position:relative;display:block; }#vcxSf7cDrOCzd3W3kK6NmS7NWu61do4o { border-bottom:0;border-left:0;border-right:0;border-top:0;height:55px;width:191px;position:absolute;display:block;z-index:100000;top:27px;left:40px;overflow:hidden;display:block; }
#eyNi3pqMStJNt8QQ4BGt4vB5K1f0UaWx { display:block;width:662px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:27px;left:260px;height:46px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 { position:relative;display:block; }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 { background-color: transparent; background-image: none; }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 > .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); }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 { border-width: 0; border-radius: 0; }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:91px;width:960px;position:relative;display:block; }#pWHQRJunTutF5LTubbZZuaAL9iq7qJlW { display:block;width:881px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:19px;left:40px;height:46px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi { position:relative;display:block; }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi { background-color: transparent; background-image: none; }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi > .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); }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi { border-width: 0; border-radius: 0; }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:179px;width:960px;position:relative;display:block; }#LhJJvt1ZTHFabVvgLo5q0CIXt6ctOqFs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:106px;width:109px;position:absolute;display:block;z-index:100000;top:31px;left:51px;overflow:hidden;display:block; }
#Za3aOqhSlwvBPBioyJITlkbrpyLJX1Dt { display:block;width:720px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:31px;left:193px;height:31px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OaT4DnAKPcrnT0URkpXO17DtqCcSI8gW { display:block;width:720px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:71px;left:193px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 { position:relative;display:block; }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 { background-color: transparent; background-image: none; }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 > .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); }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 { border-width: 0; border-radius: 0; }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:87px;width:960px;position:relative;display:block; }#SlnFbLTMGoW4Q2gLvGCXxEgvXB2mWvuz { display:block;width:881px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:16px;left:40px;height:46px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue { position:relative;display:block; }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue { background-color: transparent; background-image: none; }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue > .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); }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue { border-width: 0; border-radius: 0; }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:417px;width:960px;position:relative;display:block; }#TmtJbkFRTzRwhVnlATNNtBZ5dRmE20Qz { display:block;width:881px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:11px;left:41px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxNrLXwQTI3vbmxXCLwTx4bto2FCW0fz { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:324px;width:577px;top:75px;left:187px;display:block; }
#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 { position:relative;display:block; }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 { background-color: transparent; background-image: none; }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 > .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); }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 { border-width: 0; border-radius: 0; }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:417px;width:960px;position:relative;display:block; }#aa2ZrTrVESc9AKHi8KKdnQWATbz17uBo { display:block;width:881px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:11px;left:41px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t87vp18Wnri8UgQdxdBEAuG455ASQba1 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:324px;width:577px;top:75px;left:187px;display:block; }
#w9clVsAA938UWX0IF91GdiO3u0TqTDni { position:relative;display:block; }#w9clVsAA938UWX0IF91GdiO3u0TqTDni { background-color: transparent; background-image: none; }#w9clVsAA938UWX0IF91GdiO3u0TqTDni::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w9clVsAA938UWX0IF91GdiO3u0TqTDni > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w9clVsAA938UWX0IF91GdiO3u0TqTDni > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w9clVsAA938UWX0IF91GdiO3u0TqTDni > .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); }#w9clVsAA938UWX0IF91GdiO3u0TqTDni { border-width: 0; border-radius: 0; }#w9clVsAA938UWX0IF91GdiO3u0TqTDni > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:417px;width:960px;position:relative;display:block; }#WO3XZFxJhDh3EMSdMJnEa8SV4G0s7qCK { display:block;width:881px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:11px;left:41px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THx4tAVzT5C3qIzHdX4PRNRRfCc82DcR { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:324px;width:577px;top:75px;left:187px;display:block; }
#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM { position:relative;display:block; }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM { background-color: transparent; background-image: none; }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM > .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); }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM { border-width: 0; border-radius: 0; }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:185px;width:960px;position:relative;display:block; }#dzOPoZD78wzMXQa84D4JbTGuHpBTg02E { background-color:#ff9600;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:5px solid #de8200;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:59px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:58px;left:185px;display:block; }
#hxnuziJTmxTNuxy1N4xm8kba4lLGEPWd { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#DhIJBIpTnouBI8DtGovQlxf5oHT56LVU { background-color:#ff9600;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:5px solid #de8200;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:59px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:58px;left:488.5px;display:block; }
#B76k6fikFTpL1XQLhSX8AKGFpr7dWiRD { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { position:relative;display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { background-color: transparent; background-image: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .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); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { border-width: 0; border-radius: 0; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;font-size:14px;font-family:arial;height:113px;width:960px;position:relative;display:block; }#WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { display:block;width:557px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:100000;line-height:1.6;letter-spacing:0;top:13px;left:228px;height:90px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK { display:block; }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK > .row .container { width:764px;height:101px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ihU0grvRyUFrBEzKcZMqhTambmfVtqk3 { width:229px;height:52px;top:20px;left:267.5px;display:block; }
 }@media only screen and (max-width: 959px) { #DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 { display:block; }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aKAgHcXWzE6aAcLegADUM9bqmxb29ZTb { width:764px;height:29px;top:28px;left:0;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #qOLKIC3plVFWQG8iNFPu0ToiLLlhHqeg { width:764px;height:46px;top:72px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of { display:block; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container { width:764px;height:323px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #K3hCoLrDIBEeKrE9iNNkpp23AOkZtlWc { width:764px;height:346.1875px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR { display:block; }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #S5wB4pm97Wk5enKw2WoyCJDaS8FAJxzx { width:721px;height:47px;top:24px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #os5QRJTVC1s12f7ygl6z1WpIp4di4Zha { display:block; }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha > .row .container { width:764px;height:247px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cPeLvTzH2EdoZd6czl6qQ75vATIE6kXx { width:89px;height:89px;top:19px;left:80px;display:block; }
 }@media only screen and (max-width: 959px) { #KhkOM5JKVTQD4vMqN3blo6GfQ8Pe2VFz { width:219px;height:62px;top:138px;left:23px;display:block; }
 }@media only screen and (max-width: 959px) { #c48qhA9ZTbaLrU6g7oRIN0L2Ud9gKcTi { width:89px;height:89px;top:19px;left:339.66666666667px;display:block; }
 }@media only screen and (max-width: 959px) { #THx2ux0Oms8EbogBKTBa3BUaE8kb7ZV1 { width:239px;height:62px;top:138px;left:262px;display:block; }
 }@media only screen and (max-width: 959px) { #Ndrv6AZBF1yiAg972srGNegPlKd1Zh8V { width:221px;height:94px;top:138px;left:520px;display:block; }
 }@media only screen and (max-width: 959px) { #xaOxfdmfHQgmTH1G1gCkNlnTT0uKFVEF { width:89px;height:79px;top:19px;left:590.33333333333px;display:block; }
 }@media only screen and (max-width: 959px) { #IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss { display:block; }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #spwZELx83izJp1Z1r4xzW3u2AO671yP9 { width:722px;height:47px;top:19px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #NZiN7Xopx5vkitemsCeab2uIFVfcLbSy { display:block; }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy > .row .container { width:764px;height:201px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ydSEq2HRDowQldlyO0z3HVJCw3TuAE7H { width:191px;height:44px;top:19px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #CoLKBbAaLQiHvOnDvWs2qKeFZpFlI1nT { width:522px;height:163px;top:19px;left:220px;display:block; }
 }@media only screen and (max-width: 959px) { #cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng { display:block; }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vcxSf7cDrOCzd3W3kK6NmS7NWu61do4o { width:191px;height:55px;top:28px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #eyNi3pqMStJNt8QQ4BGt4vB5K1f0UaWx { width:520px;height:70px;top:23px;left:220px;display:block; }
 }@media only screen and (max-width: 959px) { #yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 { display:block; }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pWHQRJunTutF5LTubbZZuaAL9iq7qJlW { width:722px;height:47px;top:19px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi { display:block; }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LhJJvt1ZTHFabVvgLo5q0CIXt6ctOqFs { width:109px;height:106px;top:19px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #Za3aOqhSlwvBPBioyJITlkbrpyLJX1Dt { width:605px;height:31px;top:19px;left:159px;display:block; }
 }@media only screen and (max-width: 959px) { #OaT4DnAKPcrnT0URkpXO17DtqCcSI8gW { width:581px;height:90px;top:59px;left:160px;display:block; }
 }@media only screen and (max-width: 959px) { #zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 { display:block; }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 > .row .container { width:764px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SlnFbLTMGoW4Q2gLvGCXxEgvXB2mWvuz { width:721px;height:78px;top:19px;left:20px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue { display:block; }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue > .row .container { width:764px;height:480px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TmtJbkFRTzRwhVnlATNNtBZ5dRmE20Qz { width:722px;height:25px;top:17px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #KxNrLXwQTI3vbmxXCLwTx4bto2FCW0fz { width:554px;height:310px;top:79px;left:93px;display:block; }
 }@media only screen and (max-width: 959px) { #chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 { display:block; }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 > .row .container { width:764px;height:480px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aa2ZrTrVESc9AKHi8KKdnQWATbz17uBo { width:722px;height:50px;top:17px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #t87vp18Wnri8UgQdxdBEAuG455ASQba1 { width:554px;height:310px;top:79px;left:93px;display:block; }
 }@media only screen and (max-width: 959px) { #w9clVsAA938UWX0IF91GdiO3u0TqTDni { display:block; }#w9clVsAA938UWX0IF91GdiO3u0TqTDni > .row .container { width:764px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WO3XZFxJhDh3EMSdMJnEa8SV4G0s7qCK { width:722px;height:50px;top:17px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #THx4tAVzT5C3qIzHdX4PRNRRfCc82DcR { width:554px;height:310px;top:79px;left:93px;display:block; }
 }@media only screen and (max-width: 959px) { #DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM { display:block; }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM > .row .container { width:764px;height:137px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dzOPoZD78wzMXQa84D4JbTGuHpBTg02E { width:301px;height:61px;top:21px;left:47px;display:block; }
 }@media only screen and (max-width: 959px) { #hxnuziJTmxTNuxy1N4xm8kba4lLGEPWd { display:block; }
 }@media only screen and (max-width: 959px) { #DhIJBIpTnouBI8DtGovQlxf5oHT56LVU { width:301px;height:61px;top:21px;left:410px;display:block; }
 }@media only screen and (max-width: 959px) { #B76k6fikFTpL1XQLhSX8AKGFpr7dWiRD { display:block; }
 }@media only screen and (max-width: 959px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { width:557px;height:85px;top:22px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { body { display:block; }
 }@media only screen and (max-width: 763px) { #qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK { display:block; }#qTtLbMqTT1t3LJ1Iizsy2nmGIAG53xeK > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihU0grvRyUFrBEzKcZMqhTambmfVtqk3 { width:229px;height:52px;top:15px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 { display:block; }#DpdwfK7v03J6b0IEhT9la4uUBbxfkOb0 > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKAgHcXWzE6aAcLegADUM9bqmxb29ZTb { width:320px;height:40px;top:18px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOLKIC3plVFWQG8iNFPu0ToiLLlhHqeg { width:320px;height:78px;top:118px;left:0;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of { display:block; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container { width:320px;height:185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3hCoLrDIBEeKrE9iNNkpp23AOkZtlWc { width:320px;height:145px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR { display:block; }#xW91MGZcNXoPFc0XbpTXGXhO1W2ECMiR > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5wB4pm97Wk5enKw2WoyCJDaS8FAJxzx { width:282px;height:62px;top:20px;left:20px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #os5QRJTVC1s12f7ygl6z1WpIp4di4Zha { display:block; }#os5QRJTVC1s12f7ygl6z1WpIp4di4Zha > .row .container { width:320px;height:486px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPeLvTzH2EdoZd6czl6qQ75vATIE6kXx { width:89px;height:89px;top:4px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #KhkOM5JKVTQD4vMqN3blo6GfQ8Pe2VFz { width:282px;height:23px;top:107px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #c48qhA9ZTbaLrU6g7oRIN0L2Ud9gKcTi { width:89px;height:89px;top:167px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #THx2ux0Oms8EbogBKTBa3BUaE8kb7ZV1 { width:282px;height:23px;top:275px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ndrv6AZBF1yiAg972srGNegPlKd1Zh8V { width:282px;height:46px;top:427px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xaOxfdmfHQgmTH1G1gCkNlnTT0uKFVEF { width:89px;height:79px;top:327px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss { display:block; }#IL015MRQ28Q0uAeueZXimfFqUipnQ3Ss > .row .container { width:320px;height:71px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spwZELx83izJp1Z1r4xzW3u2AO671yP9 { width:320px;height:31px;top:20px;left:0;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #NZiN7Xopx5vkitemsCeab2uIFVfcLbSy { display:block; }#NZiN7Xopx5vkitemsCeab2uIFVfcLbSy > .row .container { width:320px;height:262px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydSEq2HRDowQldlyO0z3HVJCw3TuAE7H { width:191px;height:44px;top:13px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #CoLKBbAaLQiHvOnDvWs2qKeFZpFlI1nT { width:281px;height:177px;top:70px;left:20px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng { display:block; }#cyyEI59ZNzom5pmFoC3TqZhTEHCEUXng > .row .container { width:320px;height:157px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcxSf7cDrOCzd3W3kK6NmS7NWu61do4o { width:191px;height:55px;top:4px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #eyNi3pqMStJNt8QQ4BGt4vB5K1f0UaWx { width:281px;height:78px;top:65px;left:20px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 { display:block; }#yqVU9hvER178QJcI9HVEqtvWCZc5MfS9 > .row .container { width:320px;height:71px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWHQRJunTutF5LTubbZZuaAL9iq7qJlW { width:320px;height:31px;top:20px;left:0;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi { display:block; }#sxSSR8q9MOJ0FEWX7DHFBhrhytKdQOdi > .row .container { width:320px;height:324px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhJJvt1ZTHFabVvgLo5q0CIXt6ctOqFs { width:109px;height:106px;top:7px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #Za3aOqhSlwvBPBioyJITlkbrpyLJX1Dt { width:320px;height:31px;top:132px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OaT4DnAKPcrnT0URkpXO17DtqCcSI8gW { width:281px;height:147px;top:173px;left:19.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 { display:block; }#zoFTiP7Aum18PCIiKHcbqaxWJdhdS026 > .row .container { width:320px;height:98px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlnFbLTMGoW4Q2gLvGCXxEgvXB2mWvuz { width:282px;height:66px;top:16px;left:20px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue { display:block; }#cNK0tL5oDJuubE8HqGUEJD6uvmfR54ue > .row .container { width:320px;height:257px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmtJbkFRTzRwhVnlATNNtBZ5dRmE20Qz { width:281px;height:42px;top:13px;left:20px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KxNrLXwQTI3vbmxXCLwTx4bto2FCW0fz { width:280px;height:155px;top:75px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 { display:block; }#chkwIT3kT2qKTwXvwnGgaHaSTEUtDbU9 > .row .container { width:320px;height:257px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa2ZrTrVESc9AKHi8KKdnQWATbz17uBo { width:281px;height:42px;top:13px;left:20px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #t87vp18Wnri8UgQdxdBEAuG455ASQba1 { width:280px;height:155px;top:75px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #w9clVsAA938UWX0IF91GdiO3u0TqTDni { display:block; }#w9clVsAA938UWX0IF91GdiO3u0TqTDni > .row .container { width:320px;height:257px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WO3XZFxJhDh3EMSdMJnEa8SV4G0s7qCK { width:281px;height:42px;top:13px;left:20px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #THx4tAVzT5C3qIzHdX4PRNRRfCc82DcR { width:280px;height:155px;top:75px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM { display:block; }#DIyRBdFCaHmxI1TP9S15tTqtVanbqoeM > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzOPoZD78wzMXQa84D4JbTGuHpBTg02E { width:281px;height:59px;top:13px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hxnuziJTmxTNuxy1N4xm8kba4lLGEPWd { display:block; }
 }@media only screen and (max-width: 763px) { #DhIJBIpTnouBI8DtGovQlxf5oHT56LVU { width:280px;height:59px;top:102px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B76k6fikFTpL1XQLhSX8AKGFpr7dWiRD { display:block; }
 }@media only screen and (max-width: 763px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:320px;height:149px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { width:320px;height:85px;top:13px;left:0;display:block; }
 }