.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b9ded;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; }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row .container { background-color: transparent; background-image: none; }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row .container > .video-iframe-container { display: none; }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row > .video-iframe-container { display: none; }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .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); }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row .container { border-width: 0; border-radius: 0; }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row .container { font-size:14px;font-family:arial;height:37px;width:960px;position:relative;display:block; }#cg3o6SzClWuLlw5ybETt3pLhfBwUDVVc { color:#ffffff;display:block;width:240px;position:absolute;font-family:lato;font-size:15px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75px;left:35px;height:19.5px;font-style:normal;display:block; }
#dzOEf0LvNmJwKW1vnSsmycITWb029u7h { box-sizing:content-box;color:#ffffff;font-size:15px;font-weight:400;line-height:1;height:22px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:7.5px;left:13px;display:block; }
#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD { position:relative;display:block; }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD { background-color: transparent; background-image: none; }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .row .container > .video-iframe-container { display: none; }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .row > .video-iframe-container { display: none; }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .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); }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD { border-width: 0; border-radius: 0; }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .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; }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .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:62px;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; }#TqNWIkLOpiophEeXxNDG2JZTiLrpBmXm { 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:52px;width:108px;top:5px;left:0px;overflow:hidden;display:block; }
#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kmJok6MZ/AdobeStock_90012313.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV.adaptive-delivery-prevent-bg, #P5XvnQ85LOaht06sNPdzo3g6SaypwhUV.lazyload, #P5XvnQ85LOaht06sNPdzo3g6SaypwhUV.lazyloading { background-image: none; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row .container { background-color: transparent; background-image: none; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,12,97,0.55); }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row .container > .video-iframe-container { display: none; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,12,97,0.55); }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row > .video-iframe-container { display: none; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .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); }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row .container { border-width: 0; border-radius: 0; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row .container { font-size:14px;font-family:arial;height:330px;width:960px;position:relative;display:block; }#hgupuSTa000mdUb724OZnk6rH9RSqDRI { 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:328px;width:960px;top:1px;left:0px;overflow:hidden;display:block; }
#U8ZF2MSK8aK9H0kD9bzRZkmPzdneS9Xd { 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:328px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#DXe1SDQUCtbVpDhf9G1hmXB9D3kLVFFG { 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:328px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kmJok6MZ/AdobeStock_90012313.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF.adaptive-delivery-prevent-bg, #zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF.lazyload, #zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF.lazyloading { background-image: none; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row .container { background-color: transparent; background-image: none; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,12,97,0.55); }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row .container > .video-iframe-container { display: none; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,12,97,0.55); }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row > .video-iframe-container { display: none; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .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); }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row .container { border-width: 0; border-radius: 0; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row .container { font-size:14px;font-family:arial;height:53px;width:960px;position:relative;display:block; }#rtXOODcEvrTQKymEG3hVTWAiS23fmHzy { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 3px rgba(0,0,0,0.6);display:block;z-index:15004;top:0px;left:0px;display:block; }
#yzighdbxZxthxHfs1qc7OTpbuFDh9pME { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 3px rgba(0,0,0,0.6);display:block;z-index:15005;top:0px;left:909.99996948242px;display:block; }
#dTGI5PcGncx4oETkvDLC2twePATTW6U5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#23282b;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; }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row .container { background-color: transparent; background-image: none; }#dTGI5PcGncx4oETkvDLC2twePATTW6U5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row .container > .video-iframe-container { display: none; }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row > .video-iframe-container { display: none; }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .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); }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row .container { border-width: 0; border-radius: 0; }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row .container { font-size:14px;font-family:arial;height:487px;width:960px;position:relative;display:block; }#i8wxXKPGG9EWnfpFQ7FV0P8Qxw4s4ISO { color:#ced52b;display:block;width:847px;position:absolute;font-family:lato;font-size:50px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:26px;left:57px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#maFoEw9vVL4BwwaK9lhNXHNwBuUniRN2 { color:#ffffff;display:block;width:722px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:186px;left:119px;height:65px;font-style:italic;display:block; }
#QdCmZSKbK9JTp9HWmo6qsRPGkAG0dwJ3 { color:#ffffff;display:block;width:688px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:290px;left:119px;height:65px;font-style:italic;display:block; }
#C9Nt80TODOOmIPMK3hMkIVN3yXuL3VzU { box-sizing:content-box;color:#ffffff;font-size:51px;font-weight:400;line-height:1;height:74px;width:74px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:385px;left:443.00003051758px;display:block; }
#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#afdd8f;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; }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row .container { background-color: transparent; background-image: none; }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row .container > .video-iframe-container { display: none; }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row > .video-iframe-container { display: none; }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .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); }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row .container { border-width: 0; border-radius: 0; }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row .container { font-size:14px;font-family:arial;height:1406px;width:960px;position:relative;display:block; }#b2LdgIW9H1B4sbwmOI1ruAsldOBGO9K6 { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0000381469727px;left:0px;height:104px;font-style:normal;display:block; }
#oHD4IhUmn6uw4uZl8VQTvH2GLnKXKN7u { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:139px;left:0px;height:124.722px;font-style:normal;display:block; }
#nRIGNN2y1n2Rf6iqEAcUSCVlcpDmNle0 { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:284.00003051758px;left:0px;height:93.5417px;font-style:normal;display:block; }
#WE3ULpB6bZrJXirMFnMle6qXn7khmMid { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:436px;left:0px;height:124.722px;font-style:normal;display:block; }
#oIiPrIFed2McwLJtrCJ4DbryxFEsZ20T { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:587.00004577637px;left:0px;height:31.1806px;font-style:normal;display:block; }
#WH3MoZBz3Krfhc6ROFOh7QTiNOFCo3Ws { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:659px;left:0px;height:124.722px;font-style:normal;display:block; }
#T0BE46klLcrpOM9cV4cXU0cmc7bHbngI { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:808px;left:0px;height:155.903px;font-style:normal;display:block; }
#EGzDHwrOF47p401xTOsly84lZU3W9bEc { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:989px;left:0px;height:93.5417px;font-style:normal;display:block; }
#OfR6yQNZz4OlkgTDo2Z6vURqpZDwkOzQ { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1106.0000610352px;left:0px;height:93.5417px;font-style:normal;display:block; }
#pOM1TcUIgxqWvLEayRJ5zy0RcD9nfOCe { z-index:15003;top:1281.200012207px;left:326.50003051758px;background-color:#f4f4f4;background-image:none;border-top:1px solid #616161;border-left:1px solid #616161;border-right:1px solid #616161;border-bottom:1px solid #616161;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 15px 15px rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:307px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fdznhIPtrm8NI4ksl4MPw8GSDX0AxOEL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zhbsp8E8TCPQEoKste7ObhzME5STkEtT { position:relative;display:block; }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT { background-color: transparent; background-image: none; }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .row .container > .video-iframe-container { display: none; }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .row > .video-iframe-container { display: none; }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .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); }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT { border-width: 0; border-radius: 0; }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .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; }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .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:2454px;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; }#VFlxAwxhJiOPcIlxLQBzKBDIE99ETnG8 { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:46.999992370605px;left:0px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U5HFcoz4ZwVOXbNgPce1nrZ20TR0eJnX { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:135.97500610352px;left:0px;height:935.6244px;font-style:normal;display:block; }
#p7emCcAnQX5JuuuarfPKBw2JLw2cr0n4 { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2131.9872741699px;left:0px;height:129.948px;font-style:normal;display:block; }
#tMtvarVVwXIhGnGKM5TJUN9igWdeRTid { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1208px;left:0px;height:51.9792px;font-style:normal;display:block; }#tMtvarVVwXIhGnGKM5TJUN9igWdeRTid li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#tMtvarVVwXIhGnGKM5TJUN9igWdeRTid li:before{  }
#vv5DDmTgJJOtV8XHmGlTLEUSnd0B65IG { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1308px;left:0px;height:51.9792px;font-style:normal;display:block; }#vv5DDmTgJJOtV8XHmGlTLEUSnd0B65IG li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vv5DDmTgJJOtV8XHmGlTLEUSnd0B65IG li:before{  }
#lAMswXQWktTQ2DepgH4ygIk7ZSTXpHrq { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1404.0000305176px;left:0px;height:;font-style:normal;display:block; }#lAMswXQWktTQ2DepgH4ygIk7ZSTXpHrq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#lAMswXQWktTQ2DepgH4ygIk7ZSTXpHrq li:before{  }
#ZpzUCoboVXyEc3d8gkwJlWewZT1lHqXs { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1497.0000305176px;left:0px;height:77.9688px;font-style:normal;display:block; }#ZpzUCoboVXyEc3d8gkwJlWewZT1lHqXs li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ZpzUCoboVXyEc3d8gkwJlWewZT1lHqXs li:before{  }
#xsS94IVCXbaCpdEIIgfzsKGOUonhLbzl { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1610px;left:0px;height:77.9688px;font-style:normal;display:block; }#xsS94IVCXbaCpdEIIgfzsKGOUonhLbzl li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xsS94IVCXbaCpdEIIgfzsKGOUonhLbzl li:before{  }
#yoB2De71VsW24VEdRWMykDEdT1aTyZQq { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1726.0000305176px;left:0px;height:103.958px;font-style:normal;display:block; }#yoB2De71VsW24VEdRWMykDEdT1aTyZQq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#yoB2De71VsW24VEdRWMykDEdT1aTyZQq li:before{  }
#a4LdGy1eUFsT6hqpmMOVoqwV42g2kSXX { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1867.0000305176px;left:0px;height:77.9688px;font-style:normal;display:block; }#a4LdGy1eUFsT6hqpmMOVoqwV42g2kSXX li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#a4LdGy1eUFsT6hqpmMOVoqwV42g2kSXX li:before{  }
#sI4OqzFu8SVkdRl8Ru2rfBZyhgfN7xWO { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2006.0000305176px;left:0px;height:77.9688px;font-style:normal;display:block; }#sI4OqzFu8SVkdRl8Ru2rfBZyhgfN7xWO li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#sI4OqzFu8SVkdRl8Ru2rfBZyhgfN7xWO li:before{  }
#FX6NcnVBzJFUMtLru4wuixnVbcnrpItr { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1153.6000366211px;left:10px;height:77.9688px;font-style:normal;display:block; }
#kzRUGVfGB1DZvh3Trmtv8fR0dxhxKSuq { background-color:#428bca;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:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2342.3750610352px;left:340.00003051758px;display:block; }
#rey4TGQLIqWGlie63ch0CnHCRKEOUS4T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcb992;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; }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row .container { background-color: transparent; background-image: none; }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row .container > .video-iframe-container { display: none; }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row > .video-iframe-container { display: none; }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .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); }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row .container { border-width: 0; border-radius: 0; }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row .container { font-size:14px;font-family:arial;height:583px;width:960px;position:relative;display:block; }#gmQlLZ3IFOG5oF5STTOh5gZeB5WyytgT { color:#000000;display:block;width:445px;position:absolute;font-family:lato;font-size:19px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44.375289916992px;left:0px;height:98.75px;font-style:italic;display:block; }
#THXHnteGWtQ6rrMTXXHnwrltnLTC9HWN { color:#000000;display:block;width:476px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:153.36249542236px;left:0px;height:26px;font-style:italic;display:block; }
#Ay7ZyNTxohSWW5vxo41FUGAfSGcgZv09 { color:#000000;display:block;width:429px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:179.36249542236px;left:0px;height:51.9792px;font-style:italic;display:block; }#Ay7ZyNTxohSWW5vxo41FUGAfSGcgZv09 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Ay7ZyNTxohSWW5vxo41FUGAfSGcgZv09 li:before{  }
#klzPnx80EONP9rWc13PLUt6MGO64Cpil { color:#000000;display:block;width:429px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:241.50000762939px;left:0px;height:77.9688px;font-style:italic;display:block; }#klzPnx80EONP9rWc13PLUt6MGO64Cpil li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#klzPnx80EONP9rWc13PLUt6MGO64Cpil li:before{  }
#vKcEcn9B2U5gcGJ3U8U3H7dgsJHaz8iI { color:#000000;display:block;width:429px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:330.50000762939px;left:0px;height:103.958px;font-style:italic;display:block; }#vKcEcn9B2U5gcGJ3U8U3H7dgsJHaz8iI li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vKcEcn9B2U5gcGJ3U8U3H7dgsJHaz8iI li:before{  }
#ZBSoqZbgmOCPF9GeQ4JFR3sLi7OaalAp { position:absolute;display:block;z-index:15005;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:372px;width:514px;top:44.375px;left:446.00003051758px;overflow:hidden;display:block; }
#nHhl0K9EIsSHzbNO0nisXQZZUztkhBwp { background-color:#428bca;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:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:480.60000038147px;left:340.00003051758px;display:block; }
#VbNSxsPVHL3Sv6myD6nla3v39dkiEvh5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DWN8UtD0Orcw4Brnqh6T1AUMoUgPBN7q { box-sizing:content-box;color:#000000;font-size:23px;font-weight:400;line-height:1;height:34px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:568.00003051758px;left:462.50003051758px;display:block; }
#klnHBmm3mnbPI30v2KpBBBia46QN5ULi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefc9;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; }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row .container { background-color: transparent; background-image: none; }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row .container > .video-iframe-container { display: none; }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row > .video-iframe-container { display: none; }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .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); }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row .container { border-width: 0; border-radius: 0; }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row .container { font-size:14px;font-family:arial;height:243px;width:960px;position:relative;display:block; }#xaoGii1dzKJT4bzxoFNTvZe6vMUCfMQT { position:absolute;display:block;z-index:15000;background-color:#f5f5f5;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 3px 3px 10px rgba(0,0,0,0.5) ;height:241px;width:960px;top:0px;left:0px;display:block; }
#Z0XQ7UXOhXp1ziKMr8uDJmoWHxBOt730 { color:#2771c5;display:block;width:947px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:30px;left:13px;height:116.9792px;font-style:italic;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; }
#uhxfiav20vTtpTZn7qhqaRvw5TJHFktk { color:#2771c5;display:block;width:209px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:191px;left:10px;height:22.1px;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G4vrwnK5io2HUBpuWIb1p373LFNEMOHF { display:block; }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg3o6SzClWuLlw5ybETt3pLhfBwUDVVc { top:8px;left:0px;width:240px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dzOEf0LvNmJwKW1vnSsmycITWb029u7h { top:7px;left:0px;width:21px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD { display:block; }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqNWIkLOpiophEeXxNDG2JZTiLrpBmXm { top:5px;left:0px;width:108px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #P5XvnQ85LOaht06sNPdzo3g6SaypwhUV { display:block; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgupuSTa000mdUb724OZnk6rH9RSqDRI { top:1px;left:0px;width:764px;height:261.03333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #U8ZF2MSK8aK9H0kD9bzRZkmPzdneS9Xd { top:0px;left:0px;width:764px;height:261.03333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #DXe1SDQUCtbVpDhf9G1hmXB9D3kLVFFG { top:0px;left:0px;width:764px;height:261.03333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF { display:block; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtXOODcEvrTQKymEG3hVTWAiS23fmHzy { top:0px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yzighdbxZxthxHfs1qc7OTpbuFDh9pME { top:0px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dTGI5PcGncx4oETkvDLC2twePATTW6U5 { display:block; }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8wxXKPGG9EWnfpFQ7FV0P8Qxw4s4ISO { top:26px;left:0px;width:764px;height:130px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #maFoEw9vVL4BwwaK9lhNXHNwBuUniRN2 { top:186px;left:21px;width:722px;height:65px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QdCmZSKbK9JTp9HWmo6qsRPGkAG0dwJ3 { top:290px;left:21px;width:688px;height:65px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C9Nt80TODOOmIPMK3hMkIVN3yXuL3VzU { top:385px;left:345.00003051758px;width:74px;height:74px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 { display:block; }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2LdgIW9H1B4sbwmOI1ruAsldOBGO9K6 { top:9px;left:0px;width:764px;height:104px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #oHD4IhUmn6uw4uZl8VQTvH2GLnKXKN7u { top:139px;left:0px;width:764px;height:124px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nRIGNN2y1n2Rf6iqEAcUSCVlcpDmNle0 { top:284px;left:0px;width:764px;height:124px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WE3ULpB6bZrJXirMFnMle6qXn7khmMid { top:436px;left:0px;width:764px;height:124px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oIiPrIFed2McwLJtrCJ4DbryxFEsZ20T { top:587px;left:0px;width:764px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WH3MoZBz3Krfhc6ROFOh7QTiNOFCo3Ws { top:659px;left:0px;width:764px;height:124px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T0BE46klLcrpOM9cV4cXU0cmc7bHbngI { top:808px;left:0px;width:764px;height:156px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EGzDHwrOF47p401xTOsly84lZU3W9bEc { top:989px;left:0px;width:764px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OfR6yQNZz4OlkgTDo2Z6vURqpZDwkOzQ { top:1106px;left:0px;width:764px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pOM1TcUIgxqWvLEayRJ5zy0RcD9nfOCe { top:1281px;left:228.50003051758px;width:307px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #fdznhIPtrm8NI4ksl4MPw8GSDX0AxOEL { display:block; }
 }@media only screen and (max-width: 763px) { #zhbsp8E8TCPQEoKste7ObhzME5STkEtT { display:block; }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFlxAwxhJiOPcIlxLQBzKBDIE99ETnG8 { top:46px;left:0px;width:764px;height:52px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #U5HFcoz4ZwVOXbNgPce1nrZ20TR0eJnX { top:135px;left:0px;width:764px;height:962px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #p7emCcAnQX5JuuuarfPKBw2JLw2cr0n4 { top:2131px;left:0px;width:764px;height:156px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tMtvarVVwXIhGnGKM5TJUN9igWdeRTid { top:1208px;left:0px;width:764px;height:52px;font-size:18px;display:block; }#tMtvarVVwXIhGnGKM5TJUN9igWdeRTid li:before{  }
 }@media only screen and (max-width: 763px) { #vv5DDmTgJJOtV8XHmGlTLEUSnd0B65IG { top:1308px;left:0px;width:764px;height:52px;font-size:18px;display:block; }#vv5DDmTgJJOtV8XHmGlTLEUSnd0B65IG li:before{  }
 }@media only screen and (max-width: 763px) { #lAMswXQWktTQ2DepgH4ygIk7ZSTXpHrq { top:1404px;left:0px;width:764px;height:;font-size:18px;display:block; }#lAMswXQWktTQ2DepgH4ygIk7ZSTXpHrq li:before{  }
 }@media only screen and (max-width: 763px) { #ZpzUCoboVXyEc3d8gkwJlWewZT1lHqXs { top:1497px;left:0px;width:764px;height:;font-size:18px;display:block; }#ZpzUCoboVXyEc3d8gkwJlWewZT1lHqXs li:before{  }
 }@media only screen and (max-width: 763px) { #xsS94IVCXbaCpdEIIgfzsKGOUonhLbzl { top:1610px;left:0px;width:764px;height:78px;font-size:18px;display:block; }#xsS94IVCXbaCpdEIIgfzsKGOUonhLbzl li:before{  }
 }@media only screen and (max-width: 763px) { #yoB2De71VsW24VEdRWMykDEdT1aTyZQq { top:1726px;left:0px;width:764px;height:;font-size:18px;display:block; }#yoB2De71VsW24VEdRWMykDEdT1aTyZQq li:before{  }
 }@media only screen and (max-width: 763px) { #a4LdGy1eUFsT6hqpmMOVoqwV42g2kSXX { top:1867px;left:0px;width:764px;height:;font-size:18px;display:block; }#a4LdGy1eUFsT6hqpmMOVoqwV42g2kSXX li:before{  }
 }@media only screen and (max-width: 763px) { #sI4OqzFu8SVkdRl8Ru2rfBZyhgfN7xWO { top:2006px;left:0px;width:764px;height:78px;font-size:18px;display:block; }#sI4OqzFu8SVkdRl8Ru2rfBZyhgfN7xWO li:before{  }
 }@media only screen and (max-width: 763px) { #FX6NcnVBzJFUMtLru4wuixnVbcnrpItr { top:1153px;left:0px;width:764px;height:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kzRUGVfGB1DZvh3Trmtv8fR0dxhxKSuq { width:280px;height:55px;top:2342px;left:242.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #rey4TGQLIqWGlie63ch0CnHCRKEOUS4T { display:block; }
 }@media only screen and (max-width: 763px) { #UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp { display:block; }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmQlLZ3IFOG5oF5STTOh5gZeB5WyytgT { top:44px;left:0px;width:445px;height:99px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #THXHnteGWtQ6rrMTXXHnwrltnLTC9HWN { top:153px;left:0px;width:476px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ay7ZyNTxohSWW5vxo41FUGAfSGcgZv09 { top:179px;left:0px;width:429px;height:52px;font-size:18px;display:block; }#Ay7ZyNTxohSWW5vxo41FUGAfSGcgZv09 li:before{  }
 }@media only screen and (max-width: 763px) { #klzPnx80EONP9rWc13PLUt6MGO64Cpil { top:241px;left:0px;width:429px;height:78px;font-size:18px;display:block; }#klzPnx80EONP9rWc13PLUt6MGO64Cpil li:before{  }
 }@media only screen and (max-width: 763px) { #vKcEcn9B2U5gcGJ3U8U3H7dgsJHaz8iI { top:330px;left:0px;width:429px;height:104px;font-size:18px;display:block; }#vKcEcn9B2U5gcGJ3U8U3H7dgsJHaz8iI li:before{  }
 }@media only screen and (max-width: 763px) { #ZBSoqZbgmOCPF9GeQ4JFR3sLi7OaalAp { top:44px;left:250px;width:514px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #nHhl0K9EIsSHzbNO0nisXQZZUztkhBwp { width:280px;height:55px;top:480px;left:242.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #VbNSxsPVHL3Sv6myD6nla3v39dkiEvh5 { display:block; }
 }@media only screen and (max-width: 763px) { #DWN8UtD0Orcw4Brnqh6T1AUMoUgPBN7q { top:568px;left:364.50003051758px;width:35px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #klnHBmm3mnbPI30v2KpBBBia46QN5ULi { display:block; }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaoGii1dzKJT4bzxoFNTvZe6vMUCfMQT { top:0px;left:0px;width:764px;height:241px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0XQ7UXOhXp1ziKMr8uDJmoWHxBOt730 { top:30px;left:0px;width:764px;height:117px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #uhxfiav20vTtpTZn7qhqaRvw5TJHFktk { top:191px;left:0px;width:209px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G4vrwnK5io2HUBpuWIb1p373LFNEMOHF { display:block; }#G4vrwnK5io2HUBpuWIb1p373LFNEMOHF > .row .container { width:320px;height:23px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg3o6SzClWuLlw5ybETt3pLhfBwUDVVc { width:240px;height:15.6px;top:3.7000000476837px;left:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dzOEf0LvNmJwKW1vnSsmycITWb029u7h { width:18px;height:18px;top:2.5px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD { display:block; }#LQIiKdOv4VFEDe00w9O3o1XQSd5ZaRWD > .row .container { width:320px;height:27px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqNWIkLOpiophEeXxNDG2JZTiLrpBmXm { width:50px;height:24px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P5XvnQ85LOaht06sNPdzo3g6SaypwhUV { display:block; }#P5XvnQ85LOaht06sNPdzo3g6SaypwhUV > .row .container { width:320px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgupuSTa000mdUb724OZnk6rH9RSqDRI { width:320px;height:109.33333333333px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U8ZF2MSK8aK9H0kD9bzRZkmPzdneS9Xd { width:320px;height:109.325px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DXe1SDQUCtbVpDhf9G1hmXB9D3kLVFFG { width:320px;height:109.325px;top:1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF { display:block; }#zphpOkgd7FrmqU0Hl6f0R4NKcyVeh6XF > .row .container { width:320px;height:33px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtXOODcEvrTQKymEG3hVTWAiS23fmHzy { width:30px;height:30px;top:0px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yzighdbxZxthxHfs1qc7OTpbuFDh9pME { width:30px;height:30px;top:0px;left:290.00000572205px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dTGI5PcGncx4oETkvDLC2twePATTW6U5 { display:block; }#dTGI5PcGncx4oETkvDLC2twePATTW6U5 > .row .container { width:320px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8wxXKPGG9EWnfpFQ7FV0P8Qxw4s4ISO { width:320px;height:78px;top:12px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #maFoEw9vVL4BwwaK9lhNXHNwBuUniRN2 { width:320px;height:78px;top:105.80001831055px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QdCmZSKbK9JTp9HWmo6qsRPGkAG0dwJ3 { width:320px;height:104px;top:208.25px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C9Nt80TODOOmIPMK3hMkIVN3yXuL3VzU { width:40px;height:40px;top:312.25px;left:140.00000572205px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 { display:block; }#NIgBhG00NgNGHQJTymN8SgTaZ3tllKb6 > .row .container { width:320px;height:1834px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2LdgIW9H1B4sbwmOI1ruAsldOBGO9K6 { width:320px;height:97.5px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #oHD4IhUmn6uw4uZl8VQTvH2GLnKXKN7u { width:320px;height:187.2px;top:139px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nRIGNN2y1n2Rf6iqEAcUSCVlcpDmNle0 { width:320px;height:187.2px;top:359.20001220703px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WE3ULpB6bZrJXirMFnMle6qXn7khmMid { width:320px;height:234px;top:582.40000915527px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oIiPrIFed2McwLJtrCJ4DbryxFEsZ20T { width:320px;height:23.4px;top:840px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WH3MoZBz3Krfhc6ROFOh7QTiNOFCo3Ws { width:320px;height:187.2px;top:889px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T0BE46klLcrpOM9cV4cXU0cmc7bHbngI { width:320px;height:258.4px;top:1103px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EGzDHwrOF47p401xTOsly84lZU3W9bEc { width:320px;height:141.4px;top:1381px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OfR6yQNZz4OlkgTDo2Z6vURqpZDwkOzQ { width:320px;height:141.4px;top:1548px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pOM1TcUIgxqWvLEayRJ5zy0RcD9nfOCe { top:1723px;left:35.000001907349px;width:250px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fdznhIPtrm8NI4ksl4MPw8GSDX0AxOEL { display:block; }
 }@media only screen and (max-width: 763px) { #zhbsp8E8TCPQEoKste7ObhzME5STkEtT { display:block; }#zhbsp8E8TCPQEoKste7ObhzME5STkEtT > .row .container { width:320px;height:4002px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFlxAwxhJiOPcIlxLQBzKBDIE99ETnG8 { width:320px;height:65px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #U5HFcoz4ZwVOXbNgPce1nrZ20TR0eJnX { width:320px;height:1780.4px;top:108.80001831055px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #p7emCcAnQX5JuuuarfPKBw2JLw2cr0n4 { width:320px;height:281.8px;top:3590px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tMtvarVVwXIhGnGKM5TJUN9igWdeRTid { width:320px;height:93.6px;top:2001.8000183105px;left:0px;font-size:18px;display:block; }#tMtvarVVwXIhGnGKM5TJUN9igWdeRTid li:before{  }
 }@media only screen and (max-width: 763px) { #vv5DDmTgJJOtV8XHmGlTLEUSnd0B65IG { width:320px;height:117px;top:2120px;left:0px;font-size:18px;display:block; }#vv5DDmTgJJOtV8XHmGlTLEUSnd0B65IG li:before{  }
 }@media only screen and (max-width: 763px) { #lAMswXQWktTQ2DepgH4ygIk7ZSTXpHrq { width:320px;height:141.4px;top:2266px;left:0px;font-size:18px;display:block; }#lAMswXQWktTQ2DepgH4ygIk7ZSTXpHrq li:before{  }
 }@media only screen and (max-width: 763px) { #ZpzUCoboVXyEc3d8gkwJlWewZT1lHqXs { width:320px;height:210.6px;top:2430px;left:0px;font-size:18px;display:block; }#ZpzUCoboVXyEc3d8gkwJlWewZT1lHqXs li:before{  }
 }@media only screen and (max-width: 763px) { #xsS94IVCXbaCpdEIIgfzsKGOUonhLbzl { width:320px;height:163.8px;top:2666px;left:0px;font-size:18px;display:block; }#xsS94IVCXbaCpdEIIgfzsKGOUonhLbzl li:before{  }
 }@media only screen and (max-width: 763px) { #yoB2De71VsW24VEdRWMykDEdT1aTyZQq { width:320px;height:258.4px;top:2855px;left:0px;font-size:18px;display:block; }#yoB2De71VsW24VEdRWMykDEdT1aTyZQq li:before{  }
 }@media only screen and (max-width: 763px) { #a4LdGy1eUFsT6hqpmMOVoqwV42g2kSXX { width:320px;height:210.6px;top:3139px;left:0px;font-size:18px;display:block; }#a4LdGy1eUFsT6hqpmMOVoqwV42g2kSXX li:before{  }
 }@media only screen and (max-width: 763px) { #sI4OqzFu8SVkdRl8Ru2rfBZyhgfN7xWO { width:320px;height:187.2px;top:3377px;left:0px;font-size:18px;display:block; }#sI4OqzFu8SVkdRl8Ru2rfBZyhgfN7xWO li:before{  }
 }@media only screen and (max-width: 763px) { #FX6NcnVBzJFUMtLru4wuixnVbcnrpItr { width:320px;height:93.6px;top:1922.8000030518px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kzRUGVfGB1DZvh3Trmtv8fR0dxhxKSuq { width:280px;height:55px;top:3910px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rey4TGQLIqWGlie63ch0CnHCRKEOUS4T { display:block; }
 }@media only screen and (max-width: 763px) { #UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp { display:block; }#UAUqQlFGLd7RGhdRkwRmp7PgJN73AzRp > .row .container { width:320px;height:873px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmQlLZ3IFOG5oF5STTOh5gZeB5WyytgT { width:320px;height:117px;top:273px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #THXHnteGWtQ6rrMTXXHnwrltnLTC9HWN { width:320px;height:23.4px;top:401px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ay7ZyNTxohSWW5vxo41FUGAfSGcgZv09 { width:320px;height:70.2px;top:438px;left:0px;font-size:18px;display:block; }#Ay7ZyNTxohSWW5vxo41FUGAfSGcgZv09 li:before{  }
 }@media only screen and (max-width: 763px) { #klzPnx80EONP9rWc13PLUt6MGO64Cpil { width:320px;height:93.6px;top:524px;left:0px;font-size:18px;display:block; }#klzPnx80EONP9rWc13PLUt6MGO64Cpil li:before{  }
 }@media only screen and (max-width: 763px) { #vKcEcn9B2U5gcGJ3U8U3H7dgsJHaz8iI { width:320px;height:117px;top:636px;left:0px;font-size:18px;display:block; }#vKcEcn9B2U5gcGJ3U8U3H7dgsJHaz8iI li:before{  }
 }@media only screen and (max-width: 763px) { #ZBSoqZbgmOCPF9GeQ4JFR3sLi7OaalAp { width:320px;height:231.587px;top:20.412506103516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nHhl0K9EIsSHzbNO0nisXQZZUztkhBwp { width:280px;height:55px;top:782.07501220703px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VbNSxsPVHL3Sv6myD6nla3v39dkiEvh5 { display:block; }
 }@media only screen and (max-width: 763px) { #DWN8UtD0Orcw4Brnqh6T1AUMoUgPBN7q { width:35px;height:34px;top:839px;left:142.50000572205px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #klnHBmm3mnbPI30v2KpBBBia46QN5ULi { display:block; }#klnHBmm3mnbPI30v2KpBBBia46QN5ULi > .row .container { width:320px;height:242px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaoGii1dzKJT4bzxoFNTvZe6vMUCfMQT { width:320px;height:241px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0XQ7UXOhXp1ziKMr8uDJmoWHxBOt730 { width:312px;height:203.8px;top:0px;left:4px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #uhxfiav20vTtpTZn7qhqaRvw5TJHFktk { width:209px;height:19.5px;top:212.86251831055px;left:5px;font-size:15px;display:block; }
 }