.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#24b7b6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row .container { background-color: transparent; background-image: none; }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row .container > .video-iframe-container { display: none; }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row > .video-iframe-container { display: none; }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .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); }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row .container { border-width: 0; border-radius: 0; }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row .container { font-size:14px;font-family:arial;height:350px;width:960px;position:relative;display:block; }#Dt6zcOHKl4WT7HwFk7ENZJPq3xXTqhTF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:96px;width:96px;top:0px;left:416px;overflow:hidden;display:block; }
#mDJneBrBtt29rJfJDsOSktcgV8bEqQDV { color:#000000;display:block;width:920px;position:absolute;font-family:arial;font-size:44px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:104.796875px;left:0px;height:114.391px;text-align:center;text-align-last:center;display:block; }
#m9VuzaOvf4Xt8zWDPO6S08siMkm2GGMV { background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:451px;height:86px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:228px;left:238.5px;display:block; }
#WsIpZV9EtWuwfzcB1FBDF6AtZiVIaUcd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:1000px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#l8yWvOI6VE9R8TTV2WZ762ubxZW90NWE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:354px;width:633px;top:36px;left:163.5px;display:block; }
#wlzXxpNKAO7sqCpsIndTzaA0zBvTNQa5 { color:#000000;display:block;width:938px;position:absolute;font-family:arial;font-size:36px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:435px;left:22px;height:233.984px;text-align:center;text-align-last:center;display:block; }
#HqnwppBhO65hPVZKH64PCrpUTn6JZrrs { color:#000000;display:block;width:938px;position:absolute;font-family:arial;font-size:36px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:697px;left:22px;height:233.984px;text-align:center;text-align-last:center;display:block; }
#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#24b7b6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row .container { background-color: transparent; background-image: none; }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row .container > .video-iframe-container { display: none; }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row > .video-iframe-container { display: none; }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .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); }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row .container { border-width: 0; border-radius: 0; }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row .container { font-size:14px;font-family:arial;height:900px;width:960px;position:relative;display:block; }#hBTrFyXTpgdoa7vVprUHeGCbPsL0p2qB { color:#000000;display:block;width:938px;position:absolute;font-family:arial;font-size:62px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26px;left:22px;height:80.5938px;text-align:center;text-align-last:center;display:block; }
#sPm6XRv5uSu37Ax4xPI0VRua1JWtHAMN { color:#000000;display:block;width:938px;position:absolute;font-family:arial;font-size:31px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:699px;left:11px;height:120.891px;text-align:center;text-align-last:center;display:block; }
#rFCvuvELzDTymQGOGk2qU5Vyx9ZschXL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:540px;width:960px;top:143.9765625px;left:0px;overflow:hidden;display:block; }
#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row .container { background-color: transparent; background-image: none; }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row .container > .video-iframe-container { display: none; }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row > .video-iframe-container { display: none; }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .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); }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row .container { border-width: 0; border-radius: 0; }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row .container { font-size:14px;font-family:arial;height:710px;width:960px;position:relative;display:block; }#AFXACF5tXpCeh4B7yn8dyU0bxw1bGhoq { color:#808080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:136px;left:0px;height:65px;text-align:center;text-align-last:center;display:block; }
#HfDSq2TuRCKgfO2CtG6ity432P4qOfXr { color:#808080;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:201px;left:0px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h31gNSHVLRa6IgRCVTLti7Kn0OwLOy4n { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:2px;width:40px;top:238px;left:460px;display:block; }
#c0AZAS8kLEwgC8vHvTuMhTeaO7VtSROy { color:rgba(128,128,128,0.15);display:block;width:960px;position:absolute;font-family:"open sans";font-size:120px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:156px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E0T2huBf8q3ndTwmddVbyyeLoyz6vulT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:317px;left:0px;display:block; }
#rM5OmlxrlWkRE72LR7XsI9uOA451SbBX { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:317px;left:329px;display:block; }
#T4BwbyqxGCQWKcz3BMWZiJHzENOL70xf { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:317px;left:657px;display:block; }
#OQLpO1zga9MVQauquibJScs27AVquHU6 { background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:451px;height:86px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:571px;left:254.5px;display:block; }
#CsPsxDJIbgpQWkP7TTid0KxEkzm760LT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#To0DSZRTKtwMW2NqTFwSTMen4y0Jtk0c { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:285px;top:335.5px;left:9px;display:block; }
#NrrTQH6uRzqxV75oyIvORg3AbnLdv4h9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:285px;top:335.5px;left:337.5px;display:block; }
#u8x4CM7DMQnE8Zygpg6DuNu1z8xzKTeT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:285px;top:335.5px;left:666px;display:block; }
#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#24b7b6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row .container { background-color: transparent; background-image: none; }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row .container > .video-iframe-container { display: none; }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row > .video-iframe-container { display: none; }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .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); }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row .container { border-width: 0; border-radius: 0; }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#mMSUsiPMNMTz1JM8R5DCvZzG8BBwQL2V { color:#000000;display:block;width:938px;position:absolute;font-family:arial;font-size:62px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12px;left:22px;height:80.5938px;text-align:center;text-align-last:center;display:block; }
#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row .container { background-color: transparent; background-image: none; }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row .container > .video-iframe-container { display: none; }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row > .video-iframe-container { display: none; }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .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); }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row .container { border-width: 0; border-radius: 0; }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row .container { font-size:14px;font-family:arial;height:550px;width:960px;position:relative;display:block; }#VCSgblSGTDvTUnweNvUf6geO5kaxqowd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:37px;top:291px;left:698px;overflow:hidden;display:block; }
#L58oV6d2lqQ3cyFAIT8J34uFyg1Vfvoi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:43px;top:291px;left:528px;overflow:hidden;display:block; }
#HvuGIzxpc8TtQi0H3TtATT8PkRT4ZTBH { color:#242629;display:block;width:949px;position:absolute;font-family:roboto;font-size:33px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:21.515625px;left:0px;height:486.953px;font-style:normal;display:block; }#HvuGIzxpc8TtQi0H3TtATT8PkRT4ZTBH li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#HvuGIzxpc8TtQi0H3TtATT8PkRT4ZTBH li:before{  }
#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#24b7b6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row .container { background-color: transparent; background-image: none; }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row .container > .video-iframe-container { display: none; }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row > .video-iframe-container { display: none; }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .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); }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row .container { border-width: 0; border-radius: 0; }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#xZH1InzzVezt1mnBdvSaA2SU8OFqcQZW { color:#000000;display:block;width:938px;position:absolute;font-family:arial;font-size:62px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12px;left:22px;height:80.5938px;text-align:center;text-align-last:center;display:block; }
#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row .container { background-color: transparent; background-image: none; }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row .container > .video-iframe-container { display: none; }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row > .video-iframe-container { display: none; }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .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); }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row .container { border-width: 0; border-radius: 0; }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row .container { font-size:14px;font-family:arial;height:460px;width:960px;position:relative;display:block; }#iLXtVNCPzhFTqugCdmG0NM0iCBeuE9RV { color:#000000;display:block;width:462px;position:absolute;font-family:roboto;font-size:36px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34px;left:9px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vqb12eZwmIIOkiAVHTpbTysxeIZwhiZR { color:#000000;display:block;width:465px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:112.796875px;left:16px;height:218.3671px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CWrPUhoH38FmBhwtpbm2o6fguWMVQ1ez { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:432px;width:432px;top:14px;left:504px;overflow:hidden;display:block; }
#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row .container { background-color: transparent; background-image: none; }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row .container > .video-iframe-container { display: none; }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row > .video-iframe-container { display: none; }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .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); }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row .container { border-width: 0; border-radius: 0; }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row .container { font-size:14px;font-family:arial;height:466px;width:960px;position:relative;display:block; }#plBQTL3l6pqAKsZU8eb0UmM7cu3BzQTa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:345px;width:460px;top:29.929161071777px;left:11.995742797852px;overflow:hidden;display:block; }
#OJskTiWOi7fyvuduvkHFInTPImBzcA2f { color:#000000;display:block;width:477px;position:absolute;font-family:roboto;font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.921875px;left:480px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oe2fclvKxEiTyNVCLGgPr2S9PwuObQxk { color:#000000;display:block;width:438px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:66.796875px;left:501px;height:374.3436px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row .container { background-color: transparent; background-image: none; }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row .container > .video-iframe-container { display: none; }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row > .video-iframe-container { display: none; }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .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); }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row .container { border-width: 0; border-radius: 0; }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row .container { font-size:14px;font-family:arial;height:460px;width:960px;position:relative;display:block; }#TBs3KWk5Im9yGNtfpXndkfg8cDimZg12 { color:#000000;display:block;width:462px;position:absolute;font-family:roboto;font-size:36px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14px;left:9px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ep0rtJs4SJT34oaS1tEwKhlJiQJZtCvS { color:#000000;display:block;width:465px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:75.796875px;left:7.5px;height:343.1483px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eIf6elVyCgXGBLgtA3wxAqT0UB2m4EfA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:288px;width:432px;top:14px;left:504px;overflow:hidden;display:block; }
#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row .container { background-color: transparent; background-image: none; }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row .container > .video-iframe-container { display: none; }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row > .video-iframe-container { display: none; }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .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); }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row .container { border-width: 0; border-radius: 0; }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row .container { font-size:14px;font-family:arial;height:466px;width:960px;position:relative;display:block; }#hgXT1hGFsfW91mhA4TeieZlDVPf9UbTm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:306px;width:460px;top:29.929161071777px;left:11.995742797852px;overflow:hidden;display:block; }
#tlHThVcIw6S1g31aTWwpoFNto5bAMXXE { color:#000000;display:block;width:477px;position:absolute;font-family:roboto;font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5234375px;left:480px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#upM5KdBxsLU3NqrWq27amgCh1yR5sb2r { color:#000000;display:block;width:438px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:72.796875px;left:501px;height:343.1483px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row .container { background-color: transparent; background-image: none; }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row .container > .video-iframe-container { display: none; }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row > .video-iframe-container { display: none; }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .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); }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row .container { border-width: 0; border-radius: 0; }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row .container { font-size:14px;font-family:arial;height:460px;width:960px;position:relative;display:block; }#NvMkeQT3Jr4bsxIKdXCVTP7Ae1m7aguB { color:#000000;display:block;width:462px;position:absolute;font-family:roboto;font-size:36px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29px;left:9px;height:93.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVOm2zZPdFVM6VQG2mbXDfzVQbsl0vDm { color:#000000;display:block;width:465px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:132.796875px;left:0px;height:93.5859px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RciEZbX31zH1CpeWWFIbg6wiKDdqx149 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:412px;width:412px;top:14px;left:504px;overflow:hidden;display:block; }
#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#24b7b6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row .container { background-color: transparent; background-image: none; }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row .container > .video-iframe-container { display: none; }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row > .video-iframe-container { display: none; }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .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); }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row .container { border-width: 0; border-radius: 0; }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#adIi9Fi1g85Of8DXLl6euRGWAeefM78h { color:#000000;display:block;width:938px;position:absolute;font-family:arial;font-size:62px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12px;left:22px;height:80.5938px;text-align:center;text-align-last:center;display:block; }
#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 { position:relative;display:block; }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 { background-color: transparent; background-image: none; }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .row .container > .video-iframe-container { display: none; }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .row > .video-iframe-container { display: none; }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .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); }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 { border-width: 0; border-radius: 0; }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .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:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BvlnRnMCAZB4Ta69CiZof7mfpsQkKXnT { color:#000000;display:block;width:288px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13px;left:10px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SQOgo6nsO96WktMxt1HZK2vKcBwF2TBk { color:#000000;display:block;width:310px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13px;left:326px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h7b33Gy8VR969TnwSHf3x63axTzf6LIv { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13px;left:662px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JdRDTHqePhyOzsCp5B2uJfVTw4LZADXI { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:60.1875px;left:22px;height:218.367px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FzmT0zEkafAiaGXVks4wvLWFrckLm6Ch { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:60.1875px;left:342px;height:218.367px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eDsew3rNUSQ2CAma3dWySFRaZChXT5mk { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:50.4375px;left:662px;height:249.562px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row .container { background-color: transparent; background-image: none; }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row .container > .video-iframe-container { display: none; }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row > .video-iframe-container { display: none; }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .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); }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row .container { border-width: 0; border-radius: 0; }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row .container { font-size:14px;font-family:arial;height:450px;width:960px;position:relative;display:block; }#tAxFN69vDK3NuZC1OnAtIlVu0HvNyrRZ { color:#000000;display:block;width:462px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22px;left:249px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e1sTFNl9ygx77Lg4o6eaf2sLsMZe8rIR { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:76px;width:303px;top:110px;left:15px;display:block; }
#kb7EkZuIM4pb24yZMPfhMBfHFlT0IsFH { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:76px;width:303px;top:215px;left:15px;display:block; }
#JOwaXSSZ5SRFK2qsHt3bKU2MThPtpgVp { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:76px;width:303px;top:110px;left:329px;display:block; }
#sHLTiRK3ixKNxPwT1ICobqEz1WEVLGi9 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:76px;width:303px;top:215px;left:329px;display:block; }
#zhEQeZUk0gNpZxIBKTaWyv0cwhXfIx9W { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:76px;width:303px;top:110px;left:642px;display:block; }
#UVg3gJZStDFvngHETlVHnJ5XFPC2nw7g { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:76px;width:303px;top:215px;left:642px;display:block; }
#k0t1VQOp1k74fauxvFN1I83VoG5FqxZA { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:117px;left:29px;height:62.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N7Z7Rw0s8AVGbNfyNpatn9f3ylwixhHe { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:222px;left:29px;height:62.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r1VaxQl4DuxwrLs1lXzQHZdJKtVNHMfe { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:222px;left:342px;height:57.1875px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AaTiO0KnWKANqBx260mqNAV20kR69Jtw { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:117px;left:342px;height:62.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IfsdUVpibugwmOcZ61yJBg6O7lzTcvzc { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:222px;left:656px;height:62.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c85ByPKvdrzNnHD5ckAe2vkLHxOPQqcL { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:117px;left:656px;height:62.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WnC1OzFcGMUNW5RZMl2cQV7nmxtZlnO6 { background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:451px;height:86px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:333px;left:254.5px;display:block; }
#GUtxT98Nx72MGIUlBT2nOwWlTN6b789J { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row .container { background-color: transparent; background-image: none; }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row .container > .video-iframe-container { display: none; }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row > .video-iframe-container { display: none; }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .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); }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row .container { border-width: 0; border-radius: 0; }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row .container { font-size:14px;font-family:arial;height:710px;width:960px;position:relative;display:block; }#uoZEMByFrOgaLdHTQtJvnF4Rbes7mhEV { color:#808080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:79px;left:0px;height:65px;text-align:center;text-align-last:center;display:block; }
#zctVaURGQenkMgvWvKWTdvWOs4a0kQc2 { color:#808080;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:156px;left:0px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqVEGLKQrfamsV1Vo07HSPELzqsQDpL9 { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:2px;width:40px;top:210px;left:460px;display:block; }
#cUqhyKNrQKQHQWp5TCDhgoHtiNS9rQhg { color:rgba(128,128,128,0.15);display:block;width:960px;position:absolute;font-family:"open sans";font-size:120px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:156px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bS0FhGpyvPacxpRkyKOC6c23fb9V1TGW { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:258px;left:0px;display:block; }
#lvENz00hlrwDcdPVitThKT2EHp4qDtRx { color:#808080;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:12px;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:267px;left:12px;height:192px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLm6xDpW7I6bmA1VkfTHV78sxhRknGIM { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:487px;left:90px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bAmNQGxCCrZUSxTuvgPn7z9z3dSHpeBW { color:#b9b9b9;display:block;width:180px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:522px;left:90px;height:16.8984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FiRTcynMLebVzua4eEOs3xTmDQG9WOB4 { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:487px;left:419px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnDphdmxQid56UyuGkizl9cvl0BEdc2T { color:#b9b9b9;display:block;width:180px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:522px;left:419px;height:16.8984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOTrwWzTM2TcLvT4ZDHvrTKCOvw8yWwt { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:258px;left:329px;display:block; }
#Pwt5IlCebiRH0RDqycsbc9S1lrDw7fwR { color:#808080;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:260px;left:340px;height:192px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UW6UGZPd9gkLhmnHHUIeymnk4S36xVCz { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:487px;left:747px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KDFI8a1Cy7kqTS8NT8BOCl1lW2ffLxmu { color:#b9b9b9;display:block;width:180px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:522px;left:747px;height:16.8984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cha7eg43JsKkJ8TJnwts7ydgLNEK9LAg { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:258px;left:657px;display:block; }
#GrLpdLp9acS2ihs9ErbWLNTuWTl5uoX3 { color:#808080;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:9px;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:292px;left:668px;height:126px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZQLE0ItrmF0FqubvpFwrlNBtx6byhbLu { background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:451px;height:86px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:581px;left:254.5px;display:block; }
#J32D75eqhpCBlMG2hIg7dKmvKLKNiUnD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uu5BCUPVLx4po11BIXGkgTOccI9PCAli { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:160px;width:289px;top:275px;left:7px;display:block; }
#cMURLRw8llDtkPvUbnTA0PJmawWlxXQN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:160px;width:289px;top:275px;left:335.5px;display:block; }
#TlWmz9OFKCpOZSkHuTnx6uuCKXPysQuZ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:160px;width:289px;top:275px;left:664px;display:block; }
#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#24b7b6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row .container { background-color: transparent; background-image: none; }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row .container > .video-iframe-container { display: none; }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row > .video-iframe-container { display: none; }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .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); }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row .container { border-width: 0; border-radius: 0; }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row .container { font-size:14px;font-family:arial;height:1200px;width:960px;position:relative;display:block; }#BhW0dJJtAbtUGOHA9TZMGPpKdGziQGUA { color:#000000;display:block;width:462px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13px;left:249px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3SrSV2PB9upoRwzMoUk9ZP3Z6FpbckX { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:88px;left:29px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dSbiuczADT8S7ZbUx04OT6UuMURQh9p4 { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:134.40625px;left:29px;height:93.5859px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Uc6HPwwi9lF7Bpfddnqdh5nxL58VcmIH { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:251px;left:41px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wm7sntRQpM6DQagTlIBTxowCXJGFru3t { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:292.40625px;left:41px;height:124.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QCHIBFclKx93lNROUiTiun8yThpbemkT { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:444px;left:29px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VqR55lU7JH2eT1Gny3TD25TGkWwOXLhg { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:475.1875px;left:41px;height:93.5859px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tQEMAfWrr9seNc2zTvVMMU7U0RFBDZlA { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:605px;left:29px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#heWzDf18KXxaX8fUfBbs5wTl975lnF4d { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:636.1875px;left:42px;height:93.5859px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UTW0ASPiLMvVZH1QTLAlb7CuZIARKvbd { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:750px;left:29px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CTC5OtCDVU1sZWbOo2QDXnl0S6NyTV1T { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:781.1875px;left:58px;height:124.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Lo61ULp2B4RTZ0owMDxTd4eDuAgKf4Ru { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:984.1875px;left:58px;height:124.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a2a5tiqqRwuCpdIGidHbwqXRRTQdkNT2 { color:#000000;display:block;width:902px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:941px;left:41px;height:31.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container { background-color: transparent; background-image: none; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container > .video-iframe-container { display: none; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row > .video-iframe-container { display: none; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .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); }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container { border-width: 0; border-radius: 0; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container { width:960px;height:250px;font-size:14px;font-family:arial;position:relative;display:block; }#SsRNh4pFkchffOk3msrypH5p1tCUL38L { color:#000000;display:block;width:661px;position:absolute;font-family:roboto;font-size:48px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.8984375px;left:154.4921875px;height:62.3984px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KDUrCN0iHaq1UyTC7BPRCg0m6NPhtzgB { background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:451px;height:86px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:111.9765625px;left:259.4921875px;display:block; }
#ozeZxSQ9UMEvgzcBJm79PR30S36xX6r7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 { background-color:#24b7b6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container { background-color: transparent; background-image: none; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container > .video-iframe-container { display: none; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row > .video-iframe-container { display: none; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .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); }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container { border-width: 0; border-radius: 0; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container { width:960px;height:350px;font-size:14px;font-family:arial;position:relative;display:block; }#A5NNJK2mHiPmsn9TpLvf8srDH7RxAxiT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:170.994px;width:170.994px;top:32.96875px;left:399.48153686523px;overflow:hidden;display:block; }
#FFsgaNOVTyLmMHOa9gR04Tg3GIu3lKXZ { color:#000000;display:block;width:339px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:228px;left:315.5px;height:15.5938px;text-align:center;text-align-last:center;display:block; }
#cp084P8NZE2IoS6k0R0NoWhUvbWS70HT { color:#000000;display:block;width:388px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:260px;left:291px;height:15.5938px;text-align:center;text-align-last:center;display:block; }
#mTyorAapIKvik3eoEen558q238hTcO7V { color:#000000;display:block;width:585px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:293px;left:205.5px;height:31.1876px;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) { #C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 { display:block; }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt6zcOHKl4WT7HwFk7ENZJPq3xXTqhTF { top:0px;left:318px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #mDJneBrBtt29rJfJDsOSktcgV8bEqQDV { top:104px;left:0px;width:764px;height:114px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #m9VuzaOvf4Xt8zWDPO6S08siMkm2GGMV { width:451px;height:86px;top:228px;left:140.5px;display:block; }
 }@media only screen and (max-width: 763px) { #WsIpZV9EtWuwfzcB1FBDF6AtZiVIaUcd { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8yWvOI6VE9R8TTV2WZ762ubxZW90NWE { top:36px;left:65.5px;width:633px;height:354px;display:block; }
 }@media only screen and (max-width: 763px) { #wlzXxpNKAO7sqCpsIndTzaA0zBvTNQa5 { top:435px;left:0px;width:764px;height:233px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #HqnwppBhO65hPVZKH64PCrpUTn6JZrrs { top:697px;left:0px;width:764px;height:233px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 { display:block; }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBTrFyXTpgdoa7vVprUHeGCbPsL0p2qB { top:26px;left:0px;width:764px;height:80px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #sPm6XRv5uSu37Ax4xPI0VRua1JWtHAMN { top:699px;left:0px;width:764px;height:120px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #rFCvuvELzDTymQGOGk2qU5Vyx9ZschXL { top:143px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 { display:block; }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFXACF5tXpCeh4B7yn8dyU0bxw1bGhoq { width:764px;height:65px;top:136px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HfDSq2TuRCKgfO2CtG6ity432P4qOfXr { width:764px;height:26px;top:201px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h31gNSHVLRa6IgRCVTLti7Kn0OwLOy4n { width:40px;height:2px;top:238px;left:362px;display:block; }
 }@media only screen and (max-width: 763px) { #c0AZAS8kLEwgC8vHvTuMhTeaO7VtSROy { width:764px;height:156px;top:44px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E0T2huBf8q3ndTwmddVbyyeLoyz6vulT { width:303px;height:196px;top:317px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rM5OmlxrlWkRE72LR7XsI9uOA451SbBX { width:303px;height:196px;top:317px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #T4BwbyqxGCQWKcz3BMWZiJHzENOL70xf { width:303px;height:196px;top:317px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #OQLpO1zga9MVQauquibJScs27AVquHU6 { width:451px;height:86px;top:571px;left:156.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CsPsxDJIbgpQWkP7TTid0KxEkzm760LT { display:block; }
 }@media only screen and (max-width: 763px) { #To0DSZRTKtwMW2NqTFwSTMen4y0Jtk0c { top:335px;left:0px;width:285px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #NrrTQH6uRzqxV75oyIvORg3AbnLdv4h9 { top:335px;left:239.5px;width:285px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #u8x4CM7DMQnE8Zygpg6DuNu1z8xzKTeT { top:335px;left:479px;width:285px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc { display:block; }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMSUsiPMNMTz1JM8R5DCvZzG8BBwQL2V { top:12px;left:0px;width:764px;height:80px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP { display:block; }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCSgblSGTDvTUnweNvUf6geO5kaxqowd { width:37px;height:40px;top:291px;left:600px;display:block; }
 }@media only screen and (max-width: 763px) { #L58oV6d2lqQ3cyFAIT8J34uFyg1Vfvoi { width:43px;height:40px;top:291px;left:430px;display:block; }
 }@media only screen and (max-width: 763px) { #HvuGIzxpc8TtQi0H3TtATT8PkRT4ZTBH { width:764px;height:486px;top:21px;left:0px;font-size:33px;display:block; }#HvuGIzxpc8TtQi0H3TtATT8PkRT4ZTBH li:before{  }
 }@media only screen and (max-width: 763px) { #nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw { display:block; }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZH1InzzVezt1mnBdvSaA2SU8OFqcQZW { top:12px;left:0px;width:764px;height:80px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ { display:block; }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLXtVNCPzhFTqugCdmG0NM0iCBeuE9RV { top:34px;left:0px;width:462px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Vqb12eZwmIIOkiAVHTpbTysxeIZwhiZR { top:112px;left:0px;width:465px;height:218px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CWrPUhoH38FmBhwtpbm2o6fguWMVQ1ez { top:14px;left:332px;width:432px;height:432px;display:block; }
 }@media only screen and (max-width: 763px) { #lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK { display:block; }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plBQTL3l6pqAKsZU8eb0UmM7cu3BzQTa { top:29px;left:0px;width:460px;height:345px;display:block; }
 }@media only screen and (max-width: 763px) { #OJskTiWOi7fyvuduvkHFInTPImBzcA2f { top:16px;left:287px;width:477px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Oe2fclvKxEiTyNVCLGgPr2S9PwuObQxk { top:66px;left:326px;width:438px;height:374px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv { display:block; }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBs3KWk5Im9yGNtfpXndkfg8cDimZg12 { top:14px;left:0px;width:462px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ep0rtJs4SJT34oaS1tEwKhlJiQJZtCvS { top:75px;left:0px;width:465px;height:343px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #eIf6elVyCgXGBLgtA3wxAqT0UB2m4EfA { top:14px;left:332px;width:432px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN { display:block; }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgXT1hGFsfW91mhA4TeieZlDVPf9UbTm { top:29px;left:0px;width:460px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #tlHThVcIw6S1g31aTWwpoFNto5bAMXXE { top:16px;left:287px;width:477px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #upM5KdBxsLU3NqrWq27amgCh1yR5sb2r { top:72px;left:326px;width:438px;height:343px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV { display:block; }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvMkeQT3Jr4bsxIKdXCVTP7Ae1m7aguB { top:29px;left:0px;width:462px;height:93px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #oVOm2zZPdFVM6VQG2mbXDfzVQbsl0vDm { top:132px;left:0px;width:465px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RciEZbX31zH1CpeWWFIbg6wiKDdqx149 { top:14px;left:352px;width:412px;height:412px;display:block; }
 }@media only screen and (max-width: 763px) { #OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl { display:block; }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adIi9Fi1g85Of8DXLl6euRGWAeefM78h { top:12px;left:0px;width:764px;height:80px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #y453uJkoDmkiG5D013ZBaX3lMsuQSum5 { display:block; }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvlnRnMCAZB4Ta69CiZof7mfpsQkKXnT { top:13px;left:0px;width:288px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #SQOgo6nsO96WktMxt1HZK2vKcBwF2TBk { top:13px;left:205px;width:310px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #h7b33Gy8VR969TnwSHf3x63axTzf6LIv { top:13px;left:486px;width:276px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JdRDTHqePhyOzsCp5B2uJfVTw4LZADXI { top:60px;left:0px;width:276px;height:218px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FzmT0zEkafAiaGXVks4wvLWFrckLm6Ch { top:60px;left:232px;width:276px;height:218px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #eDsew3rNUSQ2CAma3dWySFRaZChXT5mk { top:50px;left:486px;width:276px;height:249px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ { display:block; }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAxFN69vDK3NuZC1OnAtIlVu0HvNyrRZ { top:22px;left:151px;width:462px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #e1sTFNl9ygx77Lg4o6eaf2sLsMZe8rIR { width:303px;height:76px;top:110px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kb7EkZuIM4pb24yZMPfhMBfHFlT0IsFH { width:303px;height:76px;top:215px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JOwaXSSZ5SRFK2qsHt3bKU2MThPtpgVp { width:303px;height:76px;top:110px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #sHLTiRK3ixKNxPwT1ICobqEz1WEVLGi9 { width:303px;height:76px;top:215px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #zhEQeZUk0gNpZxIBKTaWyv0cwhXfIx9W { width:303px;height:76px;top:110px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #UVg3gJZStDFvngHETlVHnJ5XFPC2nw7g { width:303px;height:76px;top:215px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #k0t1VQOp1k74fauxvFN1I83VoG5FqxZA { top:117px;left:0px;width:276px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #N7Z7Rw0s8AVGbNfyNpatn9f3ylwixhHe { top:222px;left:0px;width:276px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #r1VaxQl4DuxwrLs1lXzQHZdJKtVNHMfe { top:222px;left:244px;width:276px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #AaTiO0KnWKANqBx260mqNAV20kR69Jtw { top:117px;left:244px;width:276px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IfsdUVpibugwmOcZ61yJBg6O7lzTcvzc { top:222px;left:488px;width:276px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #c85ByPKvdrzNnHD5ckAe2vkLHxOPQqcL { top:117px;left:488px;width:276px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WnC1OzFcGMUNW5RZMl2cQV7nmxtZlnO6 { width:451px;height:86px;top:333px;left:156.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GUtxT98Nx72MGIUlBT2nOwWlTN6b789J { display:block; }
 }@media only screen and (max-width: 763px) { #UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm { display:block; }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoZEMByFrOgaLdHTQtJvnF4Rbes7mhEV { width:764px;height:65px;top:79px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zctVaURGQenkMgvWvKWTdvWOs4a0kQc2 { width:764px;height:26px;top:156px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hqVEGLKQrfamsV1Vo07HSPELzqsQDpL9 { width:40px;height:2px;top:210px;left:362px;display:block; }
 }@media only screen and (max-width: 763px) { #cUqhyKNrQKQHQWp5TCDhgoHtiNS9rQhg { width:764px;height:156px;top:0px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bS0FhGpyvPacxpRkyKOC6c23fb9V1TGW { width:303px;height:196px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lvENz00hlrwDcdPVitThKT2EHp4qDtRx { width:280px;height:192px;top:267px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uLm6xDpW7I6bmA1VkfTHV78sxhRknGIM { width:180px;height:26px;top:487px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bAmNQGxCCrZUSxTuvgPn7z9z3dSHpeBW { width:180px;height:16px;top:522px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FiRTcynMLebVzua4eEOs3xTmDQG9WOB4 { width:180px;height:26px;top:487px;left:321px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PnDphdmxQid56UyuGkizl9cvl0BEdc2T { width:180px;height:16px;top:522px;left:321px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nOTrwWzTM2TcLvT4ZDHvrTKCOvw8yWwt { width:303px;height:196px;top:258px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #Pwt5IlCebiRH0RDqycsbc9S1lrDw7fwR { width:280px;height:192px;top:260px;left:242px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UW6UGZPd9gkLhmnHHUIeymnk4S36xVCz { width:180px;height:26px;top:487px;left:584px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KDFI8a1Cy7kqTS8NT8BOCl1lW2ffLxmu { width:180px;height:16px;top:522px;left:584px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cha7eg43JsKkJ8TJnwts7ydgLNEK9LAg { width:303px;height:196px;top:258px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #GrLpdLp9acS2ihs9ErbWLNTuWTl5uoX3 { width:280px;height:126px;top:292px;left:484px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQLE0ItrmF0FqubvpFwrlNBtx6byhbLu { width:451px;height:86px;top:581px;left:156.5px;display:block; }
 }@media only screen and (max-width: 763px) { #J32D75eqhpCBlMG2hIg7dKmvKLKNiUnD { display:block; }
 }@media only screen and (max-width: 763px) { #uu5BCUPVLx4po11BIXGkgTOccI9PCAli { top:275px;left:0px;width:289px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #cMURLRw8llDtkPvUbnTA0PJmawWlxXQN { top:275px;left:237.5px;width:289px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #TlWmz9OFKCpOZSkHuTnx6uuCKXPysQuZ { top:275px;left:475px;width:289px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg { display:block; }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhW0dJJtAbtUGOHA9TZMGPpKdGziQGUA { top:13px;left:151px;width:462px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #V3SrSV2PB9upoRwzMoUk9ZP3Z6FpbckX { top:88px;left:0px;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #dSbiuczADT8S7ZbUx04OT6UuMURQh9p4 { top:134px;left:0px;width:764px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6HPwwi9lF7Bpfddnqdh5nxL58VcmIH { top:251px;left:0px;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wm7sntRQpM6DQagTlIBTxowCXJGFru3t { top:292px;left:0px;width:764px;height:124px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QCHIBFclKx93lNROUiTiun8yThpbemkT { top:444px;left:0px;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VqR55lU7JH2eT1Gny3TD25TGkWwOXLhg { top:475px;left:0px;width:764px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #tQEMAfWrr9seNc2zTvVMMU7U0RFBDZlA { top:605px;left:0px;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #heWzDf18KXxaX8fUfBbs5wTl975lnF4d { top:636px;left:0px;width:764px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UTW0ASPiLMvVZH1QTLAlb7CuZIARKvbd { top:750px;left:0px;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CTC5OtCDVU1sZWbOo2QDXnl0S6NyTV1T { top:781px;left:0px;width:764px;height:124px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Lo61ULp2B4RTZ0owMDxTd4eDuAgKf4Ru { top:984px;left:0px;width:764px;height:124px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #a2a5tiqqRwuCpdIGidHbwqXRRTQdkNT2 { top:941px;left:0px;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 { display:block; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsRNh4pFkchffOk3msrypH5p1tCUL38L { width:661px;height:62px;top:35px;left:56.4921875px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KDUrCN0iHaq1UyTC7BPRCg0m6NPhtzgB { width:451px;height:86px;top:111px;left:161.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #ozeZxSQ9UMEvgzcBJm79PR30S36xX6r7 { display:block; }
 }@media only screen and (max-width: 763px) { #g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 { display:block; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5NNJK2mHiPmsn9TpLvf8srDH7RxAxiT { top:32px;left:301.48153686523px;width:170px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #FFsgaNOVTyLmMHOa9gR04Tg3GIu3lKXZ { top:227px;left:217.49716186523px;width:338px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #cp084P8NZE2IoS6k0R0NoWhUvbWS70HT { top:260px;left:192.99432373047px;width:387px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mTyorAapIKvik3eoEen558q238hTcO7V { top:293px;left:107.5px;width:585px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 { display:block; }#C4UKwX2QlJNXVqr8CpAz0uxd4StgsE61 > .row .container { width:320px;height:469px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt6zcOHKl4WT7HwFk7ENZJPq3xXTqhTF { width:96px;height:96px;top:20px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #mDJneBrBtt29rJfJDsOSktcgV8bEqQDV { width:320px;height:207.969px;top:136px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #m9VuzaOvf4Xt8zWDPO6S08siMkm2GGMV { width:304px;height:86px;top:363.969px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #WsIpZV9EtWuwfzcB1FBDF6AtZiVIaUcd { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8yWvOI6VE9R8TTV2WZ762ubxZW90NWE { height:178.95734597156px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wlzXxpNKAO7sqCpsIndTzaA0zBvTNQa5 { width:320px;height:540.719px;top:218.953px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HqnwppBhO65hPVZKH64PCrpUTn6JZrrs { width:320px;height:540.719px;top:779.672px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 { display:block; }#T7X8r07Sr6IK7zTJARbPGpNEHwaMU4J3 > .row .container { width:320px;height:746px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBTrFyXTpgdoa7vVprUHeGCbPsL0p2qB { width:320px;height:83.1875px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #sPm6XRv5uSu37Ax4xPI0VRua1JWtHAMN { width:320px;height:402.969px;top:323.1875px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #rFCvuvELzDTymQGOGk2qU5Vyx9ZschXL { width:320px;height:180px;top:123.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 { display:block; }#KKgRazSFdtIcN39uVHVnJLoCofPZBiS5 > .row .container { width:320px;height:1100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFXACF5tXpCeh4B7yn8dyU0bxw1bGhoq { width:320px;height:39px;top:75px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HfDSq2TuRCKgfO2CtG6ity432P4qOfXr { width:320px;height:39px;top:119px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #h31gNSHVLRa6IgRCVTLti7Kn0OwLOy4n { width:40px;height:2px;top:179px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #c0AZAS8kLEwgC8vHvTuMhTeaO7VtSROy { width:320px;height:65px;top:54px;left:0px;text-align:center;text-align-last:center;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #E0T2huBf8q3ndTwmddVbyyeLoyz6vulT { width:303px;height:196px;top:220px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #rM5OmlxrlWkRE72LR7XsI9uOA451SbBX { width:303px;height:196px;top:447px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #T4BwbyqxGCQWKcz3BMWZiJHzENOL70xf { width:303px;height:196px;top:673px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #OQLpO1zga9MVQauquibJScs27AVquHU6 { width:304px;height:86px;top:903px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CsPsxDJIbgpQWkP7TTid0KxEkzm760LT { display:block; }
 }@media only screen and (max-width: 763px) { #To0DSZRTKtwMW2NqTFwSTMen4y0Jtk0c { height:159px;width:285px;top:238.5px;left:17.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NrrTQH6uRzqxV75oyIvORg3AbnLdv4h9 { height:159px;width:285px;top:466px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #u8x4CM7DMQnE8Zygpg6DuNu1z8xzKTeT { height:159px;width:285px;top:692px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc { display:block; }#OZk3wSAWBRgO5zNDJS9AcRnGRDHrdlRc > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMSUsiPMNMTz1JM8R5DCvZzG8BBwQL2V { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP { display:block; }#ztidSWq2v1e6T9oQ6gfDU1JKet5Mn0GP > .row .container { width:320px;height:400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCSgblSGTDvTUnweNvUf6geO5kaxqowd { width:37px;height:40px;top:182px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #L58oV6d2lqQ3cyFAIT8J34uFyg1Vfvoi { width:43px;height:40px;top:182px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #HvuGIzxpc8TtQi0H3TtATT8PkRT4ZTBH { width:293px;height:299.312px;top:19px;left:13.5px;font-size:14px;display:block; }#HvuGIzxpc8TtQi0H3TtATT8PkRT4ZTBH li:before{  }
 }@media only screen and (max-width: 763px) { #nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw { display:block; }#nS9rJRzA9bBeKlamOgzJcuDiHmRzHbtw > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZH1InzzVezt1mnBdvSaA2SU8OFqcQZW { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ { display:block; }#BZl3naV3b3GPBVcraGCv0bvTxnZsKlvQ > .row .container { width:320px;height:552px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLXtVNCPzhFTqugCdmG0NM0iCBeuE9RV { width:281px;height:83.1875px;top:55.796875px;left:19.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vqb12eZwmIIOkiAVHTpbTysxeIZwhiZR { width:320px;height:176.7501px;top:375px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CWrPUhoH38FmBhwtpbm2o6fguWMVQ1ez { width:320px;height:320px;top:84.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK { display:block; }#lcwkwrSZaUhV6qT35cnuqpLsncPJwLlK > .row .container { width:320px;height:615.5234375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plBQTL3l6pqAKsZU8eb0UmM7cu3BzQTa { width:286px;height:214px;top:104.484375px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #OJskTiWOi7fyvuduvkHFInTPImBzcA2f { width:320px;height:35.0977px;top:69.390625px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oe2fclvKxEiTyNVCLGgPr2S9PwuObQxk { width:320px;height:265.1251px;top:350.3984375px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv { display:block; }#nqPF08y5o2emgEx4TdmOrhn3EELwJ8Pv > .row .container { width:320px;height:607px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBs3KWk5Im9yGNtfpXndkfg8cDimZg12 { width:281px;height:83.1875px;top:12.796875px;left:19.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep0rtJs4SJT34oaS1tEwKhlJiQJZtCvS { width:320px;height:243.0316px;top:339px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #eIf6elVyCgXGBLgtA3wxAqT0UB2m4EfA { width:320px;height:213px;top:113.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN { display:block; }#y9WdEgofT8xn6oKJGPAgEGeSdQs8wGHN > .row .container { width:320px;height:593.4294375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgXT1hGFsfW91mhA4TeieZlDVPf9UbTm { width:286px;height:190px;top:104.484375px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #tlHThVcIw6S1g31aTWwpoFNto5bAMXXE { width:320px;height:35.0977px;top:69.390625px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upM5KdBxsLU3NqrWq27amgCh1yR5sb2r { width:320px;height:243.0313px;top:350.3984375px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV { display:block; }#uqzpIgykeL8ZAuZ7Uz885vaxnQttJTcV > .row .container { width:320px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvMkeQT3Jr4bsxIKdXCVTP7Ae1m7aguB { width:281px;height:83.1875px;top:55.796875px;left:19.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVOm2zZPdFVM6VQG2mbXDfzVQbsl0vDm { width:320px;height:66.2813px;top:363px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RciEZbX31zH1CpeWWFIbg6wiKDdqx149 { width:320px;height:320px;top:84.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl { display:block; }#OxXNzvTUpMs1Dute3CICuVkkn7M9lwUl > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adIi9Fi1g85Of8DXLl6euRGWAeefM78h { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #y453uJkoDmkiG5D013ZBaX3lMsuQSum5 { display:block; }#y453uJkoDmkiG5D013ZBaX3lMsuQSum5 > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvlnRnMCAZB4Ta69CiZof7mfpsQkKXnT { width:288px;height:22.0938px;top:20px;left:16px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SQOgo6nsO96WktMxt1HZK2vKcBwF2TBk { width:310px;height:22.0938px;top:192.5628px;left:5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #h7b33Gy8VR969TnwSHf3x63axTzf6LIv { width:276px;height:22.0938px;top:365.1256px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JdRDTHqePhyOzsCp5B2uJfVTw4LZADXI { width:276px;height:110.469px;top:62.0938px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #FzmT0zEkafAiaGXVks4wvLWFrckLm6Ch { width:276px;height:110.469px;top:234.6566px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #eDsew3rNUSQ2CAma3dWySFRaZChXT5mk { width:276px;height:132.562px;top:407.2194px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ { display:block; }#zAAyHDoeXBcs8LDwTz83sg6dViLJP3MZ > .row .container { width:320px;height:787px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAxFN69vDK3NuZC1OnAtIlVu0HvNyrRZ { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1sTFNl9ygx77Lg4o6eaf2sLsMZe8rIR { width:303px;height:76px;top:81.5938px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #kb7EkZuIM4pb24yZMPfhMBfHFlT0IsFH { width:303px;height:76px;top:369.5938px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #JOwaXSSZ5SRFK2qsHt3bKU2MThPtpgVp { width:303px;height:76px;top:177.5938px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #sHLTiRK3ixKNxPwT1ICobqEz1WEVLGi9 { width:303px;height:76px;top:465.5938px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #zhEQeZUk0gNpZxIBKTaWyv0cwhXfIx9W { width:303px;height:76px;top:273.5938px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #UVg3gJZStDFvngHETlVHnJ5XFPC2nw7g { width:303px;height:76px;top:561.5938px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #k0t1VQOp1k74fauxvFN1I83VoG5FqxZA { width:276px;height:44.1876px;top:88.5938px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #N7Z7Rw0s8AVGbNfyNpatn9f3ylwixhHe { width:276px;height:22.0938px;top:376.5938px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #r1VaxQl4DuxwrLs1lXzQHZdJKtVNHMfe { width:276px;height:57.1875px;top:472.5938px;left:21px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #AaTiO0KnWKANqBx260mqNAV20kR69Jtw { width:276px;height:44.1875px;top:184.5938px;left:21px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IfsdUVpibugwmOcZ61yJBg6O7lzTcvzc { width:276px;height:44.1875px;top:568.5938px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #c85ByPKvdrzNnHD5ckAe2vkLHxOPQqcL { width:276px;height:44.1876px;top:280.5938px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WnC1OzFcGMUNW5RZMl2cQV7nmxtZlnO6 { width:304px;height:86px;top:657.5938px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #GUtxT98Nx72MGIUlBT2nOwWlTN6b789J { display:block; }
 }@media only screen and (max-width: 763px) { #UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm { display:block; }#UzS9p7i23qWlzaHRSZxJt6IPPyQ4a7tm > .row .container { width:320px;height:1300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoZEMByFrOgaLdHTQtJvnF4Rbes7mhEV { width:320px;height:78px;top:75px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zctVaURGQenkMgvWvKWTdvWOs4a0kQc2 { width:320px;height:39px;top:119px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hqVEGLKQrfamsV1Vo07HSPELzqsQDpL9 { width:40px;height:2px;top:179px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #cUqhyKNrQKQHQWp5TCDhgoHtiNS9rQhg { width:320px;height:65px;top:54px;left:0px;text-align:center;text-align-last:center;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bS0FhGpyvPacxpRkyKOC6c23fb9V1TGW { width:303px;height:196px;top:220px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #lvENz00hlrwDcdPVitThKT2EHp4qDtRx { width:280px;height:192px;top:254px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLm6xDpW7I6bmA1VkfTHV78sxhRknGIM { width:221px;height:26px;top:447px;left:91px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bAmNQGxCCrZUSxTuvgPn7z9z3dSHpeBW { width:221px;height:20.7969px;top:480px;left:91px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiRTcynMLebVzua4eEOs3xTmDQG9WOB4 { width:211px;height:26px;top:780px;left:91px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PnDphdmxQid56UyuGkizl9cvl0BEdc2T { width:221px;height:20.7969px;top:809px;left:91px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nOTrwWzTM2TcLvT4ZDHvrTKCOvw8yWwt { width:303px;height:196px;top:548px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #Pwt5IlCebiRH0RDqycsbc9S1lrDw7fwR { width:280px;height:192px;top:582px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UW6UGZPd9gkLhmnHHUIeymnk4S36xVCz { width:204px;height:26px;top:1099px;left:98px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KDFI8a1Cy7kqTS8NT8BOCl1lW2ffLxmu { width:221px;height:20.7969px;top:1132px;left:99px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cha7eg43JsKkJ8TJnwts7ydgLNEK9LAg { width:303px;height:196px;top:881px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #GrLpdLp9acS2ihs9ErbWLNTuWTl5uoX3 { width:280px;height:126px;top:915px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQLE0ItrmF0FqubvpFwrlNBtx6byhbLu { width:304px;height:86px;top:1180.796875px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #J32D75eqhpCBlMG2hIg7dKmvKLKNiUnD { display:block; }
 }@media only screen and (max-width: 763px) { #uu5BCUPVLx4po11BIXGkgTOccI9PCAli { height:160px;width:289px;top:238px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cMURLRw8llDtkPvUbnTA0PJmawWlxXQN { height:160px;width:289px;top:566px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TlWmz9OFKCpOZSkHuTnx6uuCKXPysQuZ { height:160px;width:289px;top:899px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg { display:block; }#xU8Kb8HmQg3rqEx1d6swa0WeIGaO5iFg > .row .container { width:320px;height:1492px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhW0dJJtAbtUGOHA9TZMGPpKdGziQGUA { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3SrSV2PB9upoRwzMoUk9ZP3Z6FpbckX { width:320px;height:44.1875px;top:81.5938px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dSbiuczADT8S7ZbUx04OT6UuMURQh9p4 { width:320px;height:154.656px;top:145.7813px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6HPwwi9lF7Bpfddnqdh5nxL58VcmIH { width:320px;height:22.0938px;top:320.4293px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wm7sntRQpM6DQagTlIBTxowCXJGFru3t { width:320px;height:176.75px;top:362.5231px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QCHIBFclKx93lNROUiTiun8yThpbemkT { width:320px;height:22.0938px;top:559.2731px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VqR55lU7JH2eT1Gny3TD25TGkWwOXLhg { width:320px;height:132.562px;top:601.3669px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tQEMAfWrr9seNc2zTvVMMU7U0RFBDZlA { width:320px;height:44.1875px;top:753.9219px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #heWzDf18KXxaX8fUfBbs5wTl975lnF4d { width:320px;height:154.656px;top:818.1094px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UTW0ASPiLMvVZH1QTLAlb7CuZIARKvbd { width:320px;height:22.0938px;top:992.7574px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CTC5OtCDVU1sZWbOo2QDXnl0S6NyTV1T { width:320px;height:176.75px;top:1034.8512px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Lo61ULp2B4RTZ0owMDxTd4eDuAgKf4Ru { width:320px;height:176.75px;top:1295.7887px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #a2a5tiqqRwuCpdIGidHbwqXRRTQdkNT2 { width:320px;height:44.1875px;top:1231.6012px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 { background-color:#ffffff;background-image:none;display:block; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container { background-color: transparent; background-image: none; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container > .video-iframe-container { display: none; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row > .video-iframe-container { display: none; }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .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); }#hUv74mbtBPPieAWno73DRCDZ7NGzFgh7 > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsRNh4pFkchffOk3msrypH5p1tCUL38L { width:300px;height:31.1953px;top:23.7265625px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KDUrCN0iHaq1UyTC7BPRCg0m6NPhtzgB { width:304px;height:86px;top:69.9140625px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #ozeZxSQ9UMEvgzcBJm79PR30S36xX6r7 { display:block; }
 }@media only screen and (max-width: 763px) { #g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 { background-color:#ffffff;background-image:none;display:block; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container { background-color: transparent; background-image: none; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container > .video-iframe-container { display: none; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row > .video-iframe-container { display: none; }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .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); }#g6ylfQH0N8r7ZuP04nSXddhsy8cWzwZ2 > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5NNJK2mHiPmsn9TpLvf8srDH7RxAxiT { width:195px;height:195px;top:0px;left:62.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FFsgaNOVTyLmMHOa9gR04Tg3GIu3lKXZ { width:320px;height:15.5957px;top:210px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cp084P8NZE2IoS6k0R0NoWhUvbWS70HT { width:320px;height:15.5938px;top:235px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTyorAapIKvik3eoEen558q238hTcO7V { width:320px;height:62.3828px;top:267.59375px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }