.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#000000;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BW2r3717FrJN7Uz1quCVlWi5ana091TI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row .container { background-color: transparent; background-image: none; }#BW2r3717FrJN7Uz1quCVlWi5ana091TI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row .container > .video-iframe-container { display: none; }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row > .video-iframe-container { display: none; }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .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); }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row .container { border-width: 0; border-radius: 0; }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row .container { font-size:14px;font-family:arial;height:102px;width:960px;position:relative;display:block; }#CE69XHqMSeMwzgq9WMfwCDypsCyc4tGW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67.9909px;width:97.9909px;top:12.681817263365px;left:430.99087524414px;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:121px;width:960px;position:relative;display:block; }#GAVEnfhSapDTlHCLFynJIpVUCrRt2TvX { color:#252525;display:block;width:960px;position:absolute;font-family:roboto;font-size:46px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:58.522720336914px;left:0px;height:49.7455px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WI2IMR0e5X1rOFckLxGRQwFizPms46xg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row .container { background-color: transparent; background-image: none; }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row .container > .video-iframe-container { display: none; }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row > .video-iframe-container { display: none; }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .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); }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row .container { border-width: 0; border-radius: 0; }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row .container { font-size:14px;font-family:arial;height:123px;width:960px;position:relative;display:block; }#bJMfbt7EXSxV60UypVTCxGl1mvnTWow4 { display:block;width:630.995px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:12.968185424805px;left:164.49545288086px;height:94.2545px;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#HQynUlSFhB4JvynDxT92OFO3GT8rwykg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row .container { background-color: transparent; background-image: none; }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row .container > .video-iframe-container { display: none; }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row > .video-iframe-container { display: none; }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .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); }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row .container { border-width: 0; border-radius: 0; }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row .container { font-size:14px;font-family:arial;height:278px;width:960px;position:relative;display:block; }#JB66ALKlTfftSGTlVXzxTyIFkPKhT4VX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:186px;width:264.995px;position:absolute;display:block;z-index:100001;box-shadow: 1px 1px 7px rgba(0,0,0,0.33) ;top:14.018188476562px;left:347.48178100586px;overflow:hidden;display:block; }
#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.91);background-image:none;position:relative;display:block; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container { background-color: transparent; background-image: none; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container > .video-iframe-container { display: none; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row > .video-iframe-container { display: none; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .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); }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container { border-width: 0; border-radius: 0; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container { font-size:14px;font-family:arial;height:215px;width:960px;position:relative;display:block; }#gXvJ9D4K3H1kChgdpEKbqpOBOLLRTRRP { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:78.06819152832px;left:0px;height:43.6364px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vO4ykwpy2URKFf9Zvi606lM4QfWqw0zT { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48.9955px;width:960px;top:166.991px;left:0px;display:block; }
#e0xXMiX4v35ymSBAVCXDEQdMz75WN0hG { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:100001;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:120.73181152344px;left:0px;height:22.6909px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PurlHrMQ6X34p2ITSfrfVm26hzPTRMRx { color:#3ae4ff;display:block;width:252px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:40.254516601562px;left:353.98635864258px;height:30.5455px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dXfmpMJdFsQBGLqgutTIJ30faKC4nZsb { box-sizing:content-box;color:#3ae4ff;font-size:35px;font-weight:400;line-height:1;height:49.9909px;width:49.9909px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:29.072723388672px;left:593.41360473633px;display:block; }
#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM { position:relative;display:block; }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM { background-color: transparent; background-image: none; }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM > .row .container > .video-iframe-container { display: none; }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM > .row > .video-iframe-container { display: none; }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM > .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); }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM { border-width: 0; border-radius: 0; }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM > .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:392px;width:960px;position:relative;display:block; }#n85NtRDZCBlun66w13H94WUxPC3c1D9Z { position:absolute;display:block;z-index:100000;border-top:10px solid #f3c638;border-left:10px solid #f3c638;border-right:10px solid #f3c638;border-bottom:10px solid #f3c638;box-shadow: 1px 1px 3px rgba(0,0,0,0.23) ;height:360px;width:639.982px;top:5px;left:149.49545288086px;display:block; }
#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK { position:relative;display:block; }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK { background-color: transparent; background-image: none; }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK > .row .container > .video-iframe-container { display: none; }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK > .row > .video-iframe-container { display: none; }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK > .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); }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK { border-width: 0; border-radius: 0; }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK > .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:136px;width:960px;position:relative;display:block; }#vO4EqL4WhondZ6oCL4XeJrW6pXE9UBnF { color:#000000;display:block;width:753px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:20.631805419922px;left:103.5px;height:71.5636px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n { position:relative;display:block; }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n { background-color: transparent; background-image: none; }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n > .row .container > .video-iframe-container { display: none; }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n > .row > .video-iframe-container { display: none; }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n > .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); }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n { border-width: 0; border-radius: 0; }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#MLCkcRdPrgbnFCd33CuvteLcv1BbFTQu { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99091px;width:300px;top:71.495452880859px;left:329.98635864258px;display:block; }
#gAk4elZXeuVaZpFlsNJNRWw4dCB0Semg { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 { position:relative;display:block; }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 { background-color: transparent; background-image: none; }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 > .row .container > .video-iframe-container { display: none; }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 > .row > .video-iframe-container { display: none; }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 > .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); }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 { border-width: 0; border-radius: 0; }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#T9xxvHq5WkPZHsVKbh8AqV3QbUnNAOaT { color:#ffffff;display:block;width:727.991px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:30px;left:115.99090576172px;height:73.3091px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr { position:relative;display:block; }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr { background-color: transparent; background-image: none; }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr > .row .container > .video-iframe-container { display: none; }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr > .row > .video-iframe-container { display: none; }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr > .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); }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr { border-width: 0; border-radius: 0; }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:455px;width:960px;position:relative;display:block; }#V7TW5Az3ds0LTqoqpTnpT4zWXuGKq3bJ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:727px;top:350.45909118652px;left:126.98181152344px;overflow:hidden;display:block; }
#TCrBbgJTbFNtqD3l59TLERkPuAFZNwKL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:363.995px;width:486px;top:27px;left:194px;overflow:hidden;display:block; }
#RbKfEysrTivSAoLvGsiudSmAgF6bqSVv { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:399px;width:193.991px;top:31px;left:572px;overflow:hidden;display:block; }
#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 { position:relative;display:block; }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 { background-color: transparent; background-image: none; }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 > .row .container > .video-iframe-container { display: none; }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 > .row > .video-iframe-container { display: none; }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 > .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); }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 { border-width: 0; border-radius: 0; }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:18px;width:960px;position:relative;display:block; }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01b1cd;background-image:none;position:relative;display:block; }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row .container { background-color: transparent; background-image: none; }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row .container > .video-iframe-container { display: none; }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row > .video-iframe-container { display: none; }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .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); }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row .container { border-width: 0; border-radius: 0; }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row .container { font-size:14px;font-family:arial;height:41px;width:960px;position:relative;display:block; }#dykAfsOAa6JWSDyxEELsozOqLypewfA5 { color:#ffffff;display:block;width:504px;position:absolute;font-family:lato;font-size:11px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:15px;left:159px;height:13.9636px;text-align:center;text-align-last:center;display:block; }
#z0Qc3QtaflJrGeChOH9WBFhptxMhbHi0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139px;height:17px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:12px;left:662px;display:block; }
#n2a3r1Dv0ABUkn4FmPhEvcdNkrPsK3bR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row .container { background-color: transparent; background-image: none; }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row .container > .video-iframe-container { display: none; }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row > .video-iframe-container { display: none; }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .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); }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row .container { border-width: 0; border-radius: 0; }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row .container { font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#cvaBoLwHxfT0pIKl1NTJ1Cqqwaa20rR7 { color:#000000;display:block;width:909px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:13px;left:25px;height:73.3091px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #BW2r3717FrJN7Uz1quCVlWi5ana091TI { display:block; }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CE69XHqMSeMwzgq9WMfwCDypsCyc4tGW { width:97px;height:67.303364904292px;top:12px;left:332.99087524414px;display:block; }
 }@media only screen and (max-width: 959px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GAVEnfhSapDTlHCLFynJIpVUCrRt2TvX { width:764px;height:36.6545px;top:58px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #WI2IMR0e5X1rOFckLxGRQwFizPms46xg { display:block; }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row .container { width:764px;height:161px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bJMfbt7EXSxV60UypVTCxGl1mvnTWow4 { width:515px;height:129.164px;top:9.5181427001953px;left:130.47271251678px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #HQynUlSFhB4JvynDxT92OFO3GT8rwykg { display:block; }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row .container { width:764px;height:284px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JB66ALKlTfftSGTlVXzxTyIFkPKhT4VX { width:315.995px;height:222.995px;top:15.463653564453px;left:223.9636182785px;display:block; }
 }@media only screen and (max-width: 959px) { #x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW { display:block; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gXvJ9D4K3H1kChgdpEKbqpOBOLLRTRRP { width:764px;height:27.0545px;top:78px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #vO4ykwpy2URKFf9Zvi606lM4QfWqw0zT { width:764px;height:48px;top:166px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #e0xXMiX4v35ymSBAVCXDEQdMz75WN0hG { width:764px;height:22.6909px;top:120px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #PurlHrMQ6X34p2ITSfrfVm26hzPTRMRx { width:252px;height:27.9273px;top:40px;left:255.98635864258px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #dXfmpMJdFsQBGLqgutTIJ30faKC4nZsb { width:48.9955px;height:48.9955px;top:29.986358642578px;left:486.4090681076px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #XViBKSJg3vdpblt1whyBkPNIA4PhbdtM { display:block; }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #n85NtRDZCBlun66w13H94WUxPC3c1D9Z { width:639px;height:359.44760946402px;top:5px;left:51.495452880859px;display:block; }
 }@media only screen and (max-width: 959px) { #CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK { display:block; }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vO4EqL4WhondZ6oCL4XeJrW6pXE9UBnF { width:753px;height:48.8727px;top:20px;left:5.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n { display:block; }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MLCkcRdPrgbnFCd33CuvteLcv1BbFTQu { width:300px;height:1px;top:71px;left:231.98635864258px;display:none; }
 }@media only screen and (max-width: 959px) { #gAk4elZXeuVaZpFlsNJNRWw4dCB0Semg { width:49.9909px;height:49.9909px;top:47.481782659888px;left:356.972697258px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 { display:block; }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T9xxvHq5WkPZHsVKbh8AqV3QbUnNAOaT { width:592.991px;height:59.3455px;top:23.290893554688px;left:85.486361503601px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr { display:block; }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #V7TW5Az3ds0LTqoqpTnpT4zWXuGKq3bJ { width:727px;height:89px;top:350px;left:28.981811523438px;display:block; }
 }@media only screen and (max-width: 959px) { #TCrBbgJTbFNtqD3l59TLERkPuAFZNwKL { width:486px;height:363.982px;top:27px;left:96px;display:block; }
 }@media only screen and (max-width: 959px) { #RbKfEysrTivSAoLvGsiudSmAgF6bqSVv { width:193px;height:396.96171471872px;top:31px;left:474px;display:block; }
 }@media only screen and (max-width: 959px) { #DrzyFb828AnWa59OHCvTIynbWLxf9CW2 { display:block; }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W { display:block; }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dykAfsOAa6JWSDyxEELsozOqLypewfA5 { width:552px;height:13.9636px;top:12.995483398438px;left:76.995448112488px;font-size:11px;display:block; }
 }@media only screen and (max-width: 959px) { #z0Qc3QtaflJrGeChOH9WBFhptxMhbHi0 { width:138px;height:16px;top:12px;left:564px;display:block; }
 }@media only screen and (max-width: 959px) { #n2a3r1Dv0ABUkn4FmPhEvcdNkrPsK3bR { display:block; }
 }@media only screen and (max-width: 959px) { #eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS { display:block; }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row .container { width:764px;height:142px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cvaBoLwHxfT0pIKl1NTJ1Cqqwaa20rR7 { width:764px;height:97.7455px;top:28px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BW2r3717FrJN7Uz1quCVlWi5ana091TI { display:block; }#BW2r3717FrJN7Uz1quCVlWi5ana091TI > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE69XHqMSeMwzgq9WMfwCDypsCyc4tGW { width:97px;height:67.299242783788px;top:20px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAVEnfhSapDTlHCLFynJIpVUCrRt2TvX { width:261px;height:66.3273px;top:52.186363220215px;left:29.481818199158px;font-size:34px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WI2IMR0e5X1rOFckLxGRQwFizPms46xg { display:block; }#WI2IMR0e5X1rOFckLxGRQwFizPms46xg > .row .container { width:320px;height:210px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJMfbt7EXSxV60UypVTCxGl1mvnTWow4 { width:307.991px;height:183.273px;top:12.968185424805px;left:5.9863634109497px;text-align:center;text-align-last:center;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HQynUlSFhB4JvynDxT92OFO3GT8rwykg { display:block; }#HQynUlSFhB4JvynDxT92OFO3GT8rwykg > .row .container { width:320px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB66ALKlTfftSGTlVXzxTyIFkPKhT4VX { width:264px;height:185.30160946433px;top:20px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW { background-color:#000000;background-image:none;display:block; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container { background-color: transparent; background-image: none; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container > .video-iframe-container { display: none; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row > .video-iframe-container { display: none; }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .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); }#x2FFv8wG1nGM1BNBbPKWBqH7P6Fl6odW > .row .container { width:320px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXvJ9D4K3H1kChgdpEKbqpOBOLLRTRRP { width:256.991px;height:54.1091px;top:97.995452880859px;left:31.486361503601px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vO4ykwpy2URKFf9Zvi606lM4QfWqw0zT { width:318.995px;height:21.9955px;top:219.995px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e0xXMiX4v35ymSBAVCXDEQdMz75WN0hG { width:319.991px;height:40.1455px;top:160.16363525391px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PurlHrMQ6X34p2ITSfrfVm26hzPTRMRx { width:243px;height:27.9273px;top:52.049987792969px;left:38.468180656433px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dXfmpMJdFsQBGLqgutTIJ30faKC4nZsb { width:49px;height:49px;top:14.481811523438px;left:140.99999141693px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #XViBKSJg3vdpblt1whyBkPNIA4PhbdtM { display:block; }#XViBKSJg3vdpblt1whyBkPNIA4PhbdtM > .row .container { width:320px;height:198px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85NtRDZCBlun66w13H94WUxPC3c1D9Z { height:159px;width:285.995px;top:4.9727325439453px;left:6.9954538345337px;display:block; }
 }@media only screen and (max-width: 763px) { #CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK { display:block; }#CeGoLdE7XK1DaXR7Qtf5ubQUnMVtXdoK > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vO4EqL4WhondZ6oCL4XeJrW6pXE9UBnF { width:288.982px;height:97.7455px;top:7.8318405151367px;left:15.477272987366px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n { display:block; }#eF7qn8QZKm02sEA5vqFJvigTQ2IOpG0n > .row .container { width:320px;height:234px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLCkcRdPrgbnFCd33CuvteLcv1BbFTQu { width:50px;height:1.99091px;top:144.50454711914px;left:134.46817684174px;display:none; }
 }@media only screen and (max-width: 763px) { #gAk4elZXeuVaZpFlsNJNRWw4dCB0Semg { top:54.995468139648px;left:96.463629722595px;width:126.982px;height:123.982px;z-index:100001;color:#ffffff;font-size:86px;display:block; }
 }@media only screen and (max-width: 763px) { #CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 { display:block; }#CPvPaVdEn2THO7JD7hxfG6JWTJRePnJ4 > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9xxvHq5WkPZHsVKbh8AqV3QbUnNAOaT { width:300.995px;height:111.709px;top:29.059089660645px;left:9.4636354446411px;font-size:20px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr { display:block; }#JTBN7hAcvVI02eBSZ4HbrXDiS5Q3cVRr > .row .container { width:320px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7TW5Az3ds0LTqoqpTnpT4zWXuGKq3bJ { width:319px;height:39px;top:467.97270584106px;left:0px;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #TCrBbgJTbFNtqD3l59TLERkPuAFZNwKL { width:319.991px;height:239.645px;top:246.46361160278px;left:0px;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #RbKfEysrTivSAoLvGsiudSmAgF6bqSVv { width:192.995px;height:396.955px;top:27.177352905273px;left:63.463629722595px;display:block; }
 }@media only screen and (max-width: 763px) { #DrzyFb828AnWa59OHCvTIynbWLxf9CW2 { display:block; }#DrzyFb828AnWa59OHCvTIynbWLxf9CW2 > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W { display:block; }#W9EOTxlaLuKrqhVW3fmvlpor3nTo4n0W > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dykAfsOAa6JWSDyxEELsozOqLypewfA5 { width:319.991px;height:27.9273px;top:20px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0Qc3QtaflJrGeChOH9WBFhptxMhbHi0 { width:159.995px;height:18px;top:60.899475097656px;left:79.963629722595px;display:block; }
 }@media only screen and (max-width: 763px) { #n2a3r1Dv0ABUkn4FmPhEvcdNkrPsK3bR { display:block; }
 }@media only screen and (max-width: 763px) { #eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS { display:block; }#eVrPXPbEuqFh2c9l0ENF70aFsZ553DPS > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvaBoLwHxfT0pIKl1NTJ1Cqqwaa20rR7 { width:320px;height:144px;top:13.5px;left:0px;font-size:8px;text-align:center;text-align-last:center;display:block; }
 }