.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;background-image:none;position:relative;display:block; }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row .container { background-color: transparent; background-image: none; }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row .container > .video-iframe-container { display: none; }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row > .video-iframe-container { display: none; }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .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); }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row .container { border-width: 0; border-radius: 0; }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#xuBeekK71SQVTwEdJyZJUgaVVvnyFh9h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53px;width:281px;top:29.5px;left:0px;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:96px;width:1200px;position:relative;display:block; }#WEk2E8u7a68fKbs57x5WyaVka4AStZHg { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:40px;left:0px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl { position:relative;display:block; }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl { background-color: transparent; background-image: none; }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl > .row .container > .video-iframe-container { display: none; }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl > .row > .video-iframe-container { display: none; }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl > .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); }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl { border-width: 0; border-radius: 0; }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl > .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:541px;width:1200px;position:relative;display:block; }#PDfscDZc9LVC2UHQU8J7T3h3TA6M9u4W { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:540px;width:960px;top:1.52587890625E-5px;left:120px;display:block; }
#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ { position:relative;display:block; }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ { background-color: transparent; background-image: none; }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ > .row .container > .video-iframe-container { display: none; }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ > .row > .video-iframe-container { display: none; }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ > .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); }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ { border-width: 0; border-radius: 0; }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ > .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:104px;width:1200px;position:relative;display:block; }#NEy2i1WOhCqRvUymOATRv39kQPFHZDO2 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:41.65625px;left:0px;height:31.2px;text-align:center;text-align-last:center;display:block; }
#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt { position:relative;display:block; }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt { background-color: transparent; background-image: none; }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt > .row .container > .video-iframe-container { display: none; }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt > .row > .video-iframe-container { display: none; }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt > .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); }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt { border-width: 0; border-radius: 0; }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt > .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:147px;width:1200px;position:relative;display:block; }#dsLnssomAl94JcoP27w1w3FrqV73Mtfl { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#DCkybS4VLOkD3etTs4CapXTxAwoFPGUI { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #c94d3f;border-left:1px solid #c94d3f;border-right:1px solid #c94d3f;border-bottom:1px solid #c94d3f;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:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:3;overflow:hidden;position:absolute;width:500px;height:70px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:63.65625px;left:350px;display:block; }
#bTrnvAVbwrUc8AQOoTI334NTRNtFovU6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZQz2QTc3yugTJ8UNmGMpnnUbvHCODvii { color:#ffffff;display:block;width:318px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:114px;left:441.00003051758px;height:15.2px;text-align:center;text-align-last:center;display:block; }
#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp { position:relative;display:block; }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp { background-color: transparent; background-image: none; }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp > .row .container > .video-iframe-container { display: none; }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp > .row > .video-iframe-container { display: none; }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp > .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); }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp { border-width: 0; border-radius: 0; }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp > .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:147px;width:1200px;position:relative;display:block; }#GAXGp81CaVK2EUPi8r0zSwkgupFekm7m { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#i19sRy4LGPgJWQooG6JxdkupS0l4R7NE { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #c94d3f;border-left:1px solid #c94d3f;border-right:1px solid #c94d3f;border-bottom:1px solid #c94d3f;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:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:70px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:63.65625px;left:350px;display:block; }
#qfUm9JI2VQFznSIbRG6Wrb8SnB1oB78C { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#lbswMDvNnRczRemDHzzNqDzXn3UntkOI { color:#ffffff;display:block;width:318px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:115px;left:441.00003051758px;height:15.2px;text-align:center;text-align-last:center;display:block; }
#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ { position:relative;display:block; }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ { background-color: transparent; background-image: none; }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ > .row .container > .video-iframe-container { display: none; }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ > .row > .video-iframe-container { display: none; }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ > .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); }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ { border-width: 0; border-radius: 0; }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ > .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:147px;width:1200px;position:relative;display:block; }#uESEHwii0zO6QFLo54CF7rwzT4rZGiA0 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#xIHOBRdVESMvAELDNSfTm4kpPPErSmIA { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #c94d3f;border-left:1px solid #c94d3f;border-right:1px solid #c94d3f;border-bottom:1px solid #c94d3f;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:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:70px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:63.65625px;left:350px;display:block; }
#kUmxbnvT3J47lCHNqgaFM6rWQudFH6Ot { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#RL22bJQlTSEQeLU18d5xsQczPRVhaDVv { color:#ffffff;display:block;width:421px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:114px;left:389.50003051758px;height:15.2px;text-align:center;text-align-last:center;display:block; }
#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN { position:relative;display:block; }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN { background-color: transparent; background-image: none; }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN > .row .container > .video-iframe-container { display: none; }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN > .row > .video-iframe-container { display: none; }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN > .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); }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN { border-width: 0; border-radius: 0; }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN > .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:640px;width:1200px;position:relative;display:block; }#rgn7nU8hlVMlnQWexVpVdSetHqBPTGqz { color:#000000;display:block;width:700px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8px;left:250px;height:603.2px;display:block; }
#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M { position:relative;display:block; }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M { background-color: transparent; background-image: none; }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M > .row .container > .video-iframe-container { display: none; }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M > .row > .video-iframe-container { display: none; }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M > .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); }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M { border-width: 0; border-radius: 0; }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M > .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:415px;width:1200px;position:relative;display:block; }#AykDyRPrVnd1DlNvqTTJAUSfETGFb2Qh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:393px;width:700px;top:1.52587890625E-5px;left:250px;overflow:hidden;display:block; }
#v67qOVNbZF8m2slAhEXgSF6m3m4vdI1q { color:#000000;display:block;width:700px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:414.99996948242px;left:250px;height:790.4px;display:block; }
#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek { position:relative;display:block; }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek { background-color: transparent; background-image: none; }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek > .row .container > .video-iframe-container { display: none; }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek > .row > .video-iframe-container { display: none; }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek > .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); }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek { border-width: 0; border-radius: 0; }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek > .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:916px;width:1200px;position:relative;display:block; }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO { position:relative;display:block; }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO { background-color: transparent; background-image: none; }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO > .row .container > .video-iframe-container { display: none; }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO > .row > .video-iframe-container { display: none; }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO > .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); }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO { border-width: 0; border-radius: 0; }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO > .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:104px;width:1200px;position:relative;display:block; }#TC0UWoAF1xzwo5QFl9v6e7ATtXzC2kRD { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:41.65625px;left:0px;height:31.2px;text-align:center;text-align-last:center;display:block; }
#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH { position:relative;display:block; }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH { background-color: transparent; background-image: none; }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH > .row .container > .video-iframe-container { display: none; }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH > .row > .video-iframe-container { display: none; }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH > .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); }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH { border-width: 0; border-radius: 0; }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH > .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:147px;width:1200px;position:relative;display:block; }#TTDF0SJE3OqUwoTN6hCL4aW4fNcG4n6D { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#eGLvCvg3kMrvznerrO0kTyoo1HIwmDq5 { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #c94d3f;border-left:1px solid #c94d3f;border-right:1px solid #c94d3f;border-bottom:1px solid #c94d3f;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:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:3;overflow:hidden;position:absolute;width:500px;height:70px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:63.65625px;left:350px;display:block; }
#JX6l1pWf1OkAIFmIfEhSO9MuVJetUnxi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZW8772y2RhgvFIIfKtC7UFOUakohlrTA { color:#ffffff;display:block;width:318px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:114px;left:441.00003051758px;height:15.2px;text-align:center;text-align-last:center;display:block; }
#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi { position:relative;display:block; }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi { background-color: transparent; background-image: none; }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi > .row .container > .video-iframe-container { display: none; }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi > .row > .video-iframe-container { display: none; }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi > .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); }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi { border-width: 0; border-radius: 0; }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi > .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:147px;width:1200px;position:relative;display:block; }#gWezPqE86vu6LDiXwtWAxUoPNJo0V1Vi { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#usZ7gBp6iCNEwytAv5KtEkdwTvnnHK0y { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #c94d3f;border-left:1px solid #c94d3f;border-right:1px solid #c94d3f;border-bottom:1px solid #c94d3f;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:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:70px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:63.65625px;left:350px;display:block; }
#uaTRshhDZIAtRvUKlZqmNtKzoSZ3qI4l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cTpv20v7XOl1qW4U1WrxLyiSfCQ3uLXh { color:#ffffff;display:block;width:318px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:114px;left:441.00003051758px;height:15.2px;text-align:center;text-align-last:center;display:block; }
#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom { position:relative;display:block; }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom { background-color: transparent; background-image: none; }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom > .row .container > .video-iframe-container { display: none; }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom > .row > .video-iframe-container { display: none; }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom > .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); }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom { border-width: 0; border-radius: 0; }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom > .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:147px;width:1200px;position:relative;display:block; }#l8ZTLgcZZ9DTgZ0ZEhTqn7EpWVIsrOP0 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#gCJgVp4v3r0JCF2vVFzeIb0mhhfXtVhm { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #c94d3f;border-left:1px solid #c94d3f;border-right:1px solid #c94d3f;border-bottom:1px solid #c94d3f;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:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:70px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:63.65625px;left:350px;display:block; }
#MWSiEek6WPA04pto3IogC65B7A75qptD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#lKpViRc2c3AQyPTpDCrVruQxF7XbAs3x { color:#ffffff;display:block;width:421px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:114px;left:389.50003051758px;height:15.2px;text-align:center;text-align-last:center;display:block; }
#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP { border-top:4px solid #ffdc33;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);background-color:#222f3d;background-image:none;position:relative;display:block; }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row .container { background-color: transparent; background-image: none; }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row .container > .video-iframe-container { display: none; }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row > .video-iframe-container { display: none; }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .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); }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row .container { border-width: 0; border-radius: 0; }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row .container { font-size:14px;font-family:arial;height:186px;width:1200px;position:relative;display:block; }#qMlBuhXw2mA8IkTUwmDLr3ikhiCQmxdX { color:#ffffff;display:block;width:310px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:82.65625px;left:445px;height:20.8px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a { display:block; }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuBeekK71SQVTwEdJyZJUgaVVvnyFh9h { top:29px;left:0px;width:281px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEk2E8u7a68fKbs57x5WyaVka4AStZHg { top:40px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl { display:block; }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDfscDZc9LVC2UHQU8J7T3h3TA6M9u4W { top:0px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ { display:block; }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEy2i1WOhCqRvUymOATRv39kQPFHZDO2 { top:41px;left:0px;width:764px;height:30px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt { display:block; }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsLnssomAl94JcoP27w1w3FrqV73Mtfl { top:0px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DCkybS4VLOkD3etTs4CapXTxAwoFPGUI { width:500px;height:70px;top:63px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #bTrnvAVbwrUc8AQOoTI334NTRNtFovU6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQz2QTc3yugTJ8UNmGMpnnUbvHCODvii { top:114px;left:223px;width:318px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp { display:block; }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAXGp81CaVK2EUPi8r0zSwkgupFekm7m { top:0px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #i19sRy4LGPgJWQooG6JxdkupS0l4R7NE { width:500px;height:70px;top:63px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #qfUm9JI2VQFznSIbRG6Wrb8SnB1oB78C { display:block; }
 }@media only screen and (max-width: 763px) { #lbswMDvNnRczRemDHzzNqDzXn3UntkOI { top:115px;left:223.00003051758px;width:318px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ { display:block; }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uESEHwii0zO6QFLo54CF7rwzT4rZGiA0 { top:0px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xIHOBRdVESMvAELDNSfTm4kpPPErSmIA { width:500px;height:70px;top:63px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #kUmxbnvT3J47lCHNqgaFM6rWQudFH6Ot { display:block; }
 }@media only screen and (max-width: 763px) { #RL22bJQlTSEQeLU18d5xsQczPRVhaDVv { top:114px;left:172px;width:421px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN { display:block; }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgn7nU8hlVMlnQWexVpVdSetHqBPTGqz { top:8px;left:32px;width:700px;height:624px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cukTVvXak5fJbZdPtmnpphF3FDpfAo3M { display:block; }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AykDyRPrVnd1DlNvqTTJAUSfETGFb2Qh { top:0px;left:32px;width:700px;height:393px;display:block; }
 }@media only screen and (max-width: 763px) { #v67qOVNbZF8m2slAhEXgSF6m3m4vdI1q { top:414px;left:32px;width:700px;height:888px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek { display:block; }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO { display:block; }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC0UWoAF1xzwo5QFl9v6e7ATtXzC2kRD { top:41px;left:0px;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH { display:block; }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTDF0SJE3OqUwoTN6hCL4aW4fNcG4n6D { top:0px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #eGLvCvg3kMrvznerrO0kTyoo1HIwmDq5 { width:500px;height:70px;top:63px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #JX6l1pWf1OkAIFmIfEhSO9MuVJetUnxi { display:block; }
 }@media only screen and (max-width: 763px) { #ZW8772y2RhgvFIIfKtC7UFOUakohlrTA { top:114px;left:223px;width:318px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eLfl8A2DcKEIVAAShzqaucnSKOLDwayi { display:block; }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWezPqE86vu6LDiXwtWAxUoPNJo0V1Vi { top:0px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #usZ7gBp6iCNEwytAv5KtEkdwTvnnHK0y { width:500px;height:70px;top:63px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #uaTRshhDZIAtRvUKlZqmNtKzoSZ3qI4l { display:block; }
 }@media only screen and (max-width: 763px) { #cTpv20v7XOl1qW4U1WrxLyiSfCQ3uLXh { top:114px;left:223.00003051758px;width:318px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom { display:block; }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8ZTLgcZZ9DTgZ0ZEhTqn7EpWVIsrOP0 { top:0px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gCJgVp4v3r0JCF2vVFzeIb0mhhfXtVhm { width:500px;height:70px;top:63px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #MWSiEek6WPA04pto3IogC65B7A75qptD { display:block; }
 }@media only screen and (max-width: 763px) { #lKpViRc2c3AQyPTpDCrVruQxF7XbAs3x { top:114px;left:172px;width:421px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #r75DTByAfRukJ1MVCuAdPcLZh4phOAcP { display:block; }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMlBuhXw2mA8IkTUwmDLr3ikhiCQmxdX { top:82px;left:227px;width:310px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a { display:block; }#gcyA6X5zRgRaQNbnPwawOdIVvGJqIF7a > .row .container { width:320px;height:94px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuBeekK71SQVTwEdJyZJUgaVVvnyFh9h { width:281px;height:53px;top:20px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:144px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEk2E8u7a68fKbs57x5WyaVka4AStZHg { width:286px;height:124.8px;top:9.6000003814697px;left:17px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl { display:block; }#wTHqwbNLiuEZrkZR1xApa5nCm56k31Gl > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDfscDZc9LVC2UHQU8J7T3h3TA6M9u4W { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ { display:block; }#FIu8WvwtI4WxipAkotNvaecoGLHeuPzQ > .row .container { width:320px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEy2i1WOhCqRvUymOATRv39kQPFHZDO2 { width:320px;height:93.6px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt { display:block; }#gb5ZBsS1vbfhNuJDnneJ3IZzB606xBqt > .row .container { width:320px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsLnssomAl94JcoP27w1w3FrqV73Mtfl { width:320px;height:83.2px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DCkybS4VLOkD3etTs4CapXTxAwoFPGUI { width:304px;height:70px;top:123.2px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #bTrnvAVbwrUc8AQOoTI334NTRNtFovU6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQz2QTc3yugTJ8UNmGMpnnUbvHCODvii { width:318px;height:15.2px;top:173px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp { display:block; }#m66lJrqCrTb0qGTaotdsAbnp4pA9WKWp > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAXGp81CaVK2EUPi8r0zSwkgupFekm7m { width:320px;height:124.8px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #i19sRy4LGPgJWQooG6JxdkupS0l4R7NE { width:304px;height:70px;top:164.8px;left:8px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qfUm9JI2VQFznSIbRG6Wrb8SnB1oB78C { display:block; }
 }@media only screen and (max-width: 763px) { #lbswMDvNnRczRemDHzzNqDzXn3UntkOI { width:318px;height:15.2px;top:214px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ { display:block; }#RrEHEze9ZpuDcRzptoDsgsnWz6thf4OZ > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uESEHwii0zO6QFLo54CF7rwzT4rZGiA0 { width:320px;height:83.2px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xIHOBRdVESMvAELDNSfTm4kpPPErSmIA { width:304px;height:74px;top:123.2px;left:8px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kUmxbnvT3J47lCHNqgaFM6rWQudFH6Ot { display:block; }
 }@media only screen and (max-width: 763px) { #RL22bJQlTSEQeLU18d5xsQczPRVhaDVv { width:320px;height:30.4px;top:166px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN { display:block; }#THaFcVFpTLUsA2siXzEXKRAAVRx3KAcN > .row .container { width:320px;height:1277px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgn7nU8hlVMlnQWexVpVdSetHqBPTGqz { width:320px;height:1248px;top:14.662506103516px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cukTVvXak5fJbZdPtmnpphF3FDpfAo3M { display:block; }#cukTVvXak5fJbZdPtmnpphF3FDpfAo3M > .row .container { width:320px;height:1896px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AykDyRPrVnd1DlNvqTTJAUSfETGFb2Qh { width:320px;height:180px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v67qOVNbZF8m2slAhEXgSF6m3m4vdI1q { width:320px;height:1664px;top:220.104px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek { display:none; }#Qrsvfc30ZaJP6in5V1GP4D70Mh58Qmek > .row .container { width:320px;height:300px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO { display:block; }#odau8aNLa0gVhC6pTbeBLZ1DP6xPQFUO > .row .container { width:320px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC0UWoAF1xzwo5QFl9v6e7ATtXzC2kRD { width:320px;height:93.6px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH { display:block; }#TFRlCOJJEhD4TsJbnGLTXQVEQxHJ3rnH > .row .container { width:320px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTDF0SJE3OqUwoTN6hCL4aW4fNcG4n6D { width:320px;height:83.2px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #eGLvCvg3kMrvznerrO0kTyoo1HIwmDq5 { width:304px;height:70px;top:123.2px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #JX6l1pWf1OkAIFmIfEhSO9MuVJetUnxi { display:block; }
 }@media only screen and (max-width: 763px) { #ZW8772y2RhgvFIIfKtC7UFOUakohlrTA { width:318px;height:15.2px;top:174px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eLfl8A2DcKEIVAAShzqaucnSKOLDwayi { display:block; }#eLfl8A2DcKEIVAAShzqaucnSKOLDwayi > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWezPqE86vu6LDiXwtWAxUoPNJo0V1Vi { width:320px;height:124.8px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #usZ7gBp6iCNEwytAv5KtEkdwTvnnHK0y { width:304px;height:70px;top:164.8px;left:8px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uaTRshhDZIAtRvUKlZqmNtKzoSZ3qI4l { display:block; }
 }@media only screen and (max-width: 763px) { #cTpv20v7XOl1qW4U1WrxLyiSfCQ3uLXh { width:318px;height:15.2px;top:214px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom { display:block; }#iwt9QCgQnwTAOkZoGaAWFh0GTui5cNom > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8ZTLgcZZ9DTgZ0ZEhTqn7EpWVIsrOP0 { width:320px;height:83.2px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gCJgVp4v3r0JCF2vVFzeIb0mhhfXtVhm { width:304px;height:74px;top:123.2px;left:8px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MWSiEek6WPA04pto3IogC65B7A75qptD { display:block; }
 }@media only screen and (max-width: 763px) { #lKpViRc2c3AQyPTpDCrVruQxF7XbAs3x { width:320px;height:30.4px;top:166px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #r75DTByAfRukJ1MVCuAdPcLZh4phOAcP { display:block; }#r75DTByAfRukJ1MVCuAdPcLZh4phOAcP > .row .container { width:320px;height:62px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMlBuhXw2mA8IkTUwmDLr3ikhiCQmxdX { width:310px;height:20.8px;top:20.587463378906px;left:5px;font-size:16px;display:block; }
 }