.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;
}
.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;
  }
}
@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:#103852;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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:138px;width:960px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; }#yLQ3zEZWOexgDhWkvT48qwv9kMBdEGlR { color:#96a0a7;display:block;width:950px;position:absolute;font-family:"open sans";font-size:31px;font-weight:300;z-index:100046;line-height:1.3;letter-spacing:0;top:5px;left:5px;height:120px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWKOsH0Se11pxW9B3WvxnfTMu4Wkx1lt { color:#cbcedc;display:block;width:915.99px;position:absolute;font-family:"open sans";font-size:33px;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:92.951393127441px;left:5px;height:42.2222px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:14px;font-family:arial;height:576px;width:960px;position:relative;display:block; }#GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { position:absolute;display:block;z-index:100045;background-color:#ffffff;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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:117px;width:497px;top:29px;left:18px;display:none; }
#zv7u4KvXgcd2xTvvGc2isDILLRMIoyoH { color:#ffffff;display:block;width:340px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:0px;left:607.98614501953px;height:57.7778px;display:block; }
#b8an44M5frOnyhccoPHxKQDPdpKNcBTJ { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:420px;width:420px;top:9.9826354980469px;left:529.09722900391px;overflow:hidden;display:block; }
#upSb1WrwJ231wsOQitVfIGimezJzN2bB { box-sizing:content-box;color:#295627;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:100052;top:32.13542175293px;left:0px;display:block; }
#BZIkeOJhcmBmBKneVfhXUz2c0rEc9vuJ { box-sizing:content-box;color:#295627;font-size:51px;font-weight:400;line-height:1;height:73.9931px;width:73.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:106.12847900391px;left:0px;display:block; }
#M1MAEBHPmDBtRCTW76hNe7NdNewen1C2 { box-sizing:content-box;color:#295627;font-size:51px;font-weight:400;line-height:1;height:73.9931px;width:73.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:194.11459350586px;left:1.1111450195312px;display:block; }
#l4aRsBgC8xc6XJiwTlaiKWRIyMWDxO7l { box-sizing:content-box;color:#295627;font-size:51px;font-weight:400;line-height:1;height:73.9931px;width:73.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:292.10070800781px;left:0px;display:block; }
#BIyiFxNUgFZn8a50SfNDuQ6ZFLX4hNTi { color:#103852;display:block;width:318.976px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:202.22222900391px;left:89.0625px;height:57.7778px;font-style:normal;display:block; }
#EmQTRTwK7dNk00MVd7dPWNkoayVO15sS { color:#103852;display:block;width:360.99px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:40.243057250977px;left:89.0625px;height:57.7778px;font-style:normal;display:block; }
#lNzEb3tEIpvyDmakTv07gd0nhF0rFd94 { color:#103852;display:block;width:297.934px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:392.67361450195px;left:89.0625px;height:28.8889px;font-style:normal;display:block; }
#TgWsNt5Jaiz7h6PyQUpMoHpp2qpV1Ore { color:#ffffff;display:block;width:623.993px;position:absolute;font-family:"open sans";font-size:36px;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:491.61459350586px;left:183.76739501953px;height:46.6667px;display:block; }
#wyMdVRUETRBFTCke01mpzA5Jcr4Zukvy { color:#103852;display:block;width:338.976px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:301.31945800781px;left:89.0625px;height:55.5556px;font-style:normal;display:block; }
#iUVd6Fmt7SC80eTCnitVOHNHnIAwz2A2 { background-color:#5cb85c;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-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:47px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:770px;height:82px;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:460.38198852539px;left:83.239624023438px;display:block; }
#zl9ZdpCcogMP9Zn4zXmAF9XVarsARFbT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#npxXAsBXNOcnv3SlRho1KQ3B3fexbv2d { box-sizing:content-box;color:#295627;font-size:51px;font-weight:400;line-height:1;height:73.9931px;width:73.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:366.09378051758px;left:1.1111450195312px;display:block; }
#uRK9oqkhyXC8QyPxfMKeyPQup3qPeHIH { color:#103852;display:block;width:360.99px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:128.68057250977px;left:89.0625px;height:28.8889px;font-style:normal;display:block; }
#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg { position:relative;display:block; }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg { background-color: transparent; background-image: none; }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg > .row .container > .video-iframe-container { display: none; }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg > .row > .video-iframe-container { display: none; }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg > .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); }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg { border-width: 0; border-radius: 0; }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#103852;background-image:none;font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#xASJ701ZTU6dWCyhKIOINF20qdveXIha { color:#ffffff;display:block;width:859px;position:absolute;font-family:"open sans";font-size:41px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0px;left:25.489624023438px;height:104.444px;text-align:center;text-align-last:center;display:block; }
#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq { position:relative;display:block; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq { background-color: transparent; background-image: none; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row .container > .video-iframe-container { display: none; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row > .video-iframe-container { display: none; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .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); }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq { border-width: 0; border-radius: 0; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row .container { border-top:1px solid #ac7900;border-left:1px solid #ac7900;border-right:1px solid #ac7900;border-bottom:1px solid #ac7900;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:436px;width:960px;position:relative;display:block; }#owT8ao6DubX7HpPnNnL0a9vV8XOsKtXo { color:#000000;display:block;width:123px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:24.875053405762px;left:739px;height:27.7778px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eQi5MoDoTmARMF3O1WexvSy0BrJ9XsF8 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:54px;left:52.5px;height:20px;display:block; }
#CxsWfSJCOwi4qI3smaBVTLQfWXgfiZuT { color:#1a2451;display:block;width:459px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:19.375px;left:30px;height:38.8889px;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;display:block; }
#zQ4DceZ35lPrCeSIDTiFMSLf8UEVT54o { color:#372929;display:block;width:420px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:93.375px;left:30px;height:40px;display:block; }
#GNT3RWGx49ALKTpRGKbX6CHLVO4UbSrW { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:435px;width:419px;top:0px;left:526px;overflow:hidden;display:block; }
#urWxfrQn6m3Ca6QX1Nd9LKOKrSCT5V2u { z-index:100050;top:366px;left:619.421875px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:51px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BdKbkp3rVSdDUlKL9qpv2hdwtkEJHciM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#WZ1cEdfKXTxsalQCGgkJeLwtOMJPU23n { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:184px;left:51.5px;height:0;display:block; }#WZ1cEdfKXTxsalQCGgkJeLwtOMJPU23n li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WZ1cEdfKXTxsalQCGgkJeLwtOMJPU23n li:before{  }
#kbomazk0PORzCFWQlyrCSpkUF7PEpr2G { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:177px;left:54.5px;height:0;display:block; }
#aax9bHiM1u3MAtTwiX7D33FSm9Jl47J1 { color:#000000;display:block;width:370px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:153.98268890381px;left:30.197937011719px;height:249.333px;text-align:left;text-align-last:left;display:block; }#aax9bHiM1u3MAtTwiX7D33FSm9Jl47J1 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#aax9bHiM1u3MAtTwiX7D33FSm9Jl47J1 li:before{  }
#NWuywaZrR94nSZWWp8FMippfLadAa9B8 { position:relative;display:block; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 { background-color: transparent; background-image: none; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row .container > .video-iframe-container { display: none; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row > .video-iframe-container { display: none; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .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); }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 { border-width: 0; border-radius: 0; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .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:436px;width:960px;position:relative;display:block; }#Q0piQlUnbAic0kA8G7haF49aP5rrDyE9 { color:#000000;display:block;width:123px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:24.875053405762px;left:739px;height:27.7778px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fymXKzQ4prkiyr6IFnN6ah1BA1eyyvFq { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:54px;left:52.5px;height:20px;display:block; }
#nSN0CkNAHTi6JqNRACFFiSUaLquHBKVv { color:#1a2451;display:block;width:413px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:19.375px;left:535px;height:38.8889px;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;display:block; }
#clpw6qhNv6V1tMRbB9IgJ69bTXwiZfgN { color:#372929;display:block;width:376px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:74px;left:535px;height:46.6667px;display:block; }
#BP5Q399hzPbFiPUSDUMOEOIkng2uTPeL { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:420px;width:400px;top:8px;left:14px;overflow:hidden;display:block; }
#Q48NZUh2cfKpCVPm9eCODwTR6in3JTcB { z-index:100049;top:362px;left:60px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:308px;height:58px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KCPrfGXWdRMc8h32WidfM7A44grS0sVJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { position:relative;display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { border-top:1px solid #ac7900;border-left:1px solid #ac7900;border-right:1px solid #ac7900;border-bottom:1px solid #ac7900;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:462px;width:960px;position:relative;display:block; }#NqNHNavE6TniucHzdA2iJ0isk9Xss1vV { color:#000000;display:block;width:123px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:24.875053405762px;left:739px;height:27.7778px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d3y84guuDpLTLut1nKepzoO3smC585Tb { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:54px;left:52.5px;height:20px;display:block; }
#aAAHBmCHT46F1cClU2oZFd4T076ziRie { color:#1a2451;display:block;width:550px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:14.875px;left:31px;height:38.8889px;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;display:block; }
#IwMhHCVVPuEBwydlBKmt0qWvdPPkDtOM { color:#372929;display:block;width:376px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:71px;left:31px;height:396.6664px;display:block; }
#CIzC5iivS1VfVZLRCa8RITGPh8Fb4t57 { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:460px;width:340px;top:0px;left:620px;overflow:hidden;display:block; }
#wZW4H5MCNRe0IZySDciM7mSyQNEDWfg3 { z-index:100048;top:392.200050354px;left:638px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:51px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cs8D93k1UWkZ4c1eSfzWn0pxTN0znvhp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#obNTACb5pJmHHnUMRWPkZAVzOcy03nan { position:relative;display:block; }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan { background-color: transparent; background-image: none; }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan > .row .container > .video-iframe-container { display: none; }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan > .row > .video-iframe-container { display: none; }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan > .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); }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan { border-width: 0; border-radius: 0; }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001d34;background-image:none;font-size:14px;font-family:arial;height:97px;width:960px;position:relative;display:block; }#oBz9eON61Q9u37Vumq75nJwlblph4mC2 { color:#ffffff;display:block;width:938px;position:absolute;font-family:roboto;font-size:43px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:23.992919921875px;left:14.99658203125px;height:55.5556px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7R9ymLkZlfJR44KxU131ASJgvna0z7r { position:relative;display:block; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r { background-color: transparent; background-image: none; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container > .video-iframe-container { display: none; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row > .video-iframe-container { display: none; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .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); }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r { border-width: 0; border-radius: 0; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container { border-top:1px solid #ac7900;border-left:1px solid #ac7900;border-right:1px solid #ac7900;border-bottom:1px solid #ac7900;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:386.778px;width:960px;position:relative;display:block; }#fCwiPzHU4Lp0MinlIiG3TC6ayiBKCfTo { color:#1a2451;display:block;width:254px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:22.787490844727px;left:54px;height:32.2222px;display:block; }
#J3Q5OL2VKu9we3rnvE7ZR5NXKXxIMATe { color:#1a2451;display:block;width:237px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:26px;left:358px;height:32.2222px;display:block; }
#cmhGvMZHpZRtxuD7UXihKPDoQGxDLg4t { color:#1a2451;display:block;width:245px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:26.000099182129px;left:699.48748779297px;height:32.2222px;display:block; }
#PF7nvELV2Qso1V7cbJfhWMHSFvTgG2nh { color:#000000;display:block;width:244px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:99.486302109375px;left:37.986119003906px;height:163.3333px;display:block; }
#TXO2BNDfsE22NCXOyKcJ2DRU9DrbVPfn { color:#000000;display:block;width:243.993px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:107.33325195312px;left:358.20141601562px;height:116.6666px;display:block; }
#sIg7KcvzrfXTBNVzJOpI3lFaDO2D1tTG { color:#000000;display:block;width:267px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:100.468968125px;left:676.49307701172px;height:140px;display:block; }
#JD22UOfNXCEzTbQdwrOl8KDRMemobhTH { z-index:100049;top:277.00015258789px;left:27.5px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:45px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l4Vgv1UeEG2EHa7xQQFFZTJa7OEZxarM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZZup1aq7Am3bqJ7tQ4JP9W21BTJHxn8M { z-index:100050;top:277.00015258789px;left:347.5px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:45px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cm77qXmSTBet0zKQCN8gi5vhT1E9THuT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#dwozMxANyEI2b2VQ3vhzN4BdqlhOfORK { z-index:100051;top:277.00015258789px;left:667.5px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:45px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PUd7TPLhXlq3x8QrSAQm2XquW3B6LlLq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#rQ9DM9Ia8GIrgVw2G8IN4boXNruseEAr { position:absolute;display:block;z-index:100052;background-color:#ac7900;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;height:386px;width:2px;top:0px;left:318.9494949495px;display:block; }
#qV6UGn21PtX8aKzVUoWEeGxlr6VzARKm { position:absolute;display:block;z-index:100053;background-color:#ac7900;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;height:386px;width:2px;top:0px;left:639px;display:block; }
#Tigex6RiKuRZeWwRitFEtONKhBanHBZs { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:53.580052109375px;left:87.986119003906px;overflow:hidden;display:block; }
#pI1QAzlQKu447Zu0FehiXstef78xarnA { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:56.739720078125px;left:739.49661705078px;overflow:hidden;display:block; }
#CSiWG4dhP7nRZkQl2EwNaipmAZOn0ASw { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:58.580052109375px;left:415.48611900391px;overflow:hidden;display:block; }
#OZxUnKnAKH8CnU1MK1OeRJVbmyRbxcfZ { position:absolute;display:block;z-index:100053;background-color:#ac7900;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;height:406px;width:2px;top:0px;left:639px;display:none; }
#TOiDNaHw1UAGLh3Pm6U6lotPrw9TneVT { position:absolute;display:block;z-index:100053;background-color:#ac7900;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;height:406px;width:2px;top:0px;left:639px;display:none; }
#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx { position:relative;display:block; }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx { background-color: transparent; background-image: none; }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx > .row .container > .video-iframe-container { display: none; }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx > .row > .video-iframe-container { display: none; }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx > .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); }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx { border-width: 0; border-radius: 0; }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx > .row .container { border-top:1px solid #ac7900;border-left:0;border-right:1px solid #ac7900;border-bottom:1px solid #ac7900;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#UXH1XBWmqx6ssZEQMU57rZJOvqoI2b5N { color:#1a2451;display:block;width:262px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:26px;left:59px;height:32.2222px;display:block; }
#ypDbtmm6UgA7wkgsihoKKiQrxnOfxK0V { color:#1a2451;display:block;width:237px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:26px;left:361.5px;height:32.2222px;display:block; }
#eTCQT5vsrg2aNAIXayZS40lhbI0GkHJU { color:#1a2451;display:block;width:225px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:26px;left:676.5px;height:32.2222px;display:block; }
#pvZateEwpwBDwpJreAZoT6m1InL0KHg9 { color:#000000;display:block;width:243.993px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:102.17678833008px;left:37.986145019531px;height:116.667px;display:block; }
#nRTVHg1NTCzVHU39Raxx2GzfIJCzGbWs { color:#000000;display:block;width:243.993px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:105.3781478125px;left:361.49310302734px;height:93.3333px;display:block; }
#xZTwFRngbKnnLfMoGXJglhF0gTTCkXng { color:#000000;display:block;width:246.997px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:105.3781478125px;left:676.49310302734px;height:140px;display:block; }
#JiHMcXABEQCWU5uARV7npIlHNwxvCpcg { z-index:100049;top:277px;left:27.5px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:45px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a5FtF84rvy4hi5HyqKJcuOuR0RWGcBhH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#UHtmnAKpZWiMOU8ie4xb6BhbuLVTEU1l { z-index:100050;top:277px;left:347.5px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:45px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d2m1ykS509aQdpcUgkMUsCZRtBi0qnoW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#rhqqBfk8zL2Z6OOMgAKxTaKNtBPNpyBT { z-index:100051;top:278px;left:667.5px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:45px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LX98bPeoVS42cApKg98XQ1NnQ19Dv4MJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#bhzg9tCWZf2L3Q1ODSKdhvt3t1hNdaHl { position:absolute;display:block;z-index:100052;background-color:#ac7900;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;height:386px;width:2px;top:0px;left:318.9494949495px;display:block; }
#ItCNAHqai8EwTw0x2R1rTlTGmamU0TUC { position:absolute;display:block;z-index:100053;background-color:#ac7900;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;height:386px;width:2px;top:0px;left:639px;display:block; }
#uKZQZCFlPHdt0Qz8HBTyCyIhh5Sq0SNP { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:59px;left:99.5px;overflow:hidden;display:block; }
#FuF50WdNwTmm8n7SwJxeQdnessJNrWgM { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:54.49289390625px;left:728.48968505859px;overflow:hidden;display:block; }
#CbFbMh3To4ysu8cUpsdewxrfhw13UebF { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:55.5968978125px;left:419.49658203125px;overflow:hidden;display:block; }
#zLezZPhlXPWILAfTFLg1IhIfyk4UZTMn { position:absolute;display:block;z-index:100053;background-color:#ac7900;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;height:406px;width:2px;top:0px;left:639px;display:none; }
#DaRJTQQZ8N2FU37L3ZwFHsV9CG01n4uy { position:absolute;display:block;z-index:100053;background-color:#ac7900;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;height:406px;width:2px;top:0px;left:639px;display:none; }
#wb4dHRFl2NIcAU9B4yNS5CuBJzhAMvi8 { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:96.9965px;width:66.9965px;top:394.19097900391px;left:876.09381103516px;overflow:hidden;display:block; }
#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { background-color: transparent; background-image: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .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); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { border-width: 0; border-radius: 0; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001d34;background-image:none;font-size:14px;font-family:arial;height:68px;width:960px;position:relative;display:block; }#uGLcRuU8byUitnRsqupDmPPAxuwG4A8z { color:#ffffff;display:block;width:782.986px;position:absolute;font-family:"open sans";font-size:37px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:10.086807250977px;left:57.743103027344px;height:47.7778px;font-style:normal;display:block; }
#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO { background-color: transparent; background-image: none; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row .container > .video-iframe-container { display: none; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row > .video-iframe-container { display: none; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .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); }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO { border-width: 0; border-radius: 0; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:533px;width:960px;position:relative;display:block; }#uUhSRA6qbk2o2lz94OogoElufuqagEAa { color:#000000;display:block;width:498px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:22.065979003906px;left:19.756958007812px;height:488.8887px;display:block; }
#gKFRFOLMqE3OvVQchmCO2KxDdCXmglUP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:482.986px;width:391.997px;top:41.961791992188px;left:553.80218505859px;overflow:hidden;display:block; }
#cfrWemnCEOBqmPxUh8kxSimPJu4cPZT0 { z-index:100051;top:278px;left:667.5px;background-color:#5cb85c;background-image:none;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;box-sizing:border-box;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:45px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#OCQdpivMtcd4oy4TdPV3nvX9LfMLMX2Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G { background-color: transparent; background-image: none; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row .container > .video-iframe-container { display: none; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row > .video-iframe-container { display: none; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .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); }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G { border-width: 0; border-radius: 0; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001d34;background-image:none;font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#On9npPFGOUIoe9D8UXUVmbw6c6Z7Tz7U { color:#ffffff;display:block;width:347px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.77099609375px;left:302.00006103516px;height:80px;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) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLQ3zEZWOexgDhWkvT48qwv9kMBdEGlR { top:5px;left:0px;width:764px;height:120px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uWKOsH0Se11pxW9B3WvxnfTMu4Wkx1lt { top:92px;left:0px;width:764px;height:42px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { top:29px;left:0px;width:497px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #zv7u4KvXgcd2xTvvGc2isDILLRMIoyoH { top:0px;left:424px;width:340px;height:57px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #b8an44M5frOnyhccoPHxKQDPdpKNcBTJ { top:9px;left:344px;width:420px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #upSb1WrwJ231wsOQitVfIGimezJzN2bB { top:32px;left:0px;width:74px;height:74px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BZIkeOJhcmBmBKneVfhXUz2c0rEc9vuJ { top:106px;left:0px;width:73px;height:73px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #M1MAEBHPmDBtRCTW76hNe7NdNewen1C2 { top:194px;left:0px;width:73px;height:73px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #l4aRsBgC8xc6XJiwTlaiKWRIyMWDxO7l { top:292px;left:0px;width:73px;height:73px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BIyiFxNUgFZn8a50SfNDuQ6ZFLX4hNTi { top:202px;left:0px;width:318px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EmQTRTwK7dNk00MVd7dPWNkoayVO15sS { top:40px;left:0px;width:360px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lNzEb3tEIpvyDmakTv07gd0nhF0rFd94 { top:392px;left:0px;width:297px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TgWsNt5Jaiz7h6PyQUpMoHpp2qpV1Ore { top:491px;left:85.767395019531px;width:623px;height:46px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #wyMdVRUETRBFTCke01mpzA5Jcr4Zukvy { top:301px;left:0px;width:338px;height:55px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #iUVd6Fmt7SC80eTCnitVOHNHnIAwz2A2 { width:748px;height:82px;top:460px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zl9ZdpCcogMP9Zn4zXmAF9XVarsARFbT { display:block; }
 }@media only screen and (max-width: 763px) { #npxXAsBXNOcnv3SlRho1KQ3B3fexbv2d { top:366px;left:0px;width:73px;height:73px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #uRK9oqkhyXC8QyPxfMKeyPQup3qPeHIH { top:128px;left:0px;width:360px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg { display:block; }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xASJ701ZTU6dWCyhKIOINF20qdveXIha { top:0px;left:0px;width:764px;height:104px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #G6lswdper1Ii2fqb9N5mBarCfPEGXzZq { display:block; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owT8ao6DubX7HpPnNnL0a9vV8XOsKtXo { top:24px;left:641px;width:123px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eQi5MoDoTmARMF3O1WexvSy0BrJ9XsF8 { top:54px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CxsWfSJCOwi4qI3smaBVTLQfWXgfiZuT { top:19px;left:0px;width:459px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4DceZ35lPrCeSIDTiFMSLf8UEVT54o { top:93px;left:0px;width:420px;height:40px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GNT3RWGx49ALKTpRGKbX6CHLVO4UbSrW { top:0px;left:345px;width:419px;height:435px;display:block; }
 }@media only screen and (max-width: 763px) { #urWxfrQn6m3Ca6QX1Nd9LKOKrSCT5V2u { top:366px;left:464px;width:300px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BdKbkp3rVSdDUlKL9qpv2hdwtkEJHciM { display:block; }
 }@media only screen and (max-width: 763px) { #WZ1cEdfKXTxsalQCGgkJeLwtOMJPU23n { top:184px;left:0px;width:200px;height:;font-size:16px;display:block; }#WZ1cEdfKXTxsalQCGgkJeLwtOMJPU23n li:before{  }
 }@media only screen and (max-width: 763px) { #kbomazk0PORzCFWQlyrCSpkUF7PEpr2G { top:177px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aax9bHiM1u3MAtTwiX7D33FSm9Jl47J1 { top:153px;left:0px;width:370px;height:249px;font-size:17px;display:block; }#aax9bHiM1u3MAtTwiX7D33FSm9Jl47J1 li:before{  }
 }@media only screen and (max-width: 763px) { #NWuywaZrR94nSZWWp8FMippfLadAa9B8 { display:block; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0piQlUnbAic0kA8G7haF49aP5rrDyE9 { top:24px;left:641px;width:123px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #fymXKzQ4prkiyr6IFnN6ah1BA1eyyvFq { top:54px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nSN0CkNAHTi6JqNRACFFiSUaLquHBKVv { top:19px;left:351px;width:413px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #clpw6qhNv6V1tMRbB9IgJ69bTXwiZfgN { top:73px;left:388px;width:375px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BP5Q399hzPbFiPUSDUMOEOIkng2uTPeL { top:8px;left:0px;width:400px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #Q48NZUh2cfKpCVPm9eCODwTR6in3JTcB { top:362px;left:0px;width:308px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #KCPrfGXWdRMc8h32WidfM7A44grS0sVJ { display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqNHNavE6TniucHzdA2iJ0isk9Xss1vV { top:24px;left:641px;width:123px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #d3y84guuDpLTLut1nKepzoO3smC585Tb { top:54px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aAAHBmCHT46F1cClU2oZFd4T076ziRie { top:14px;left:0px;width:550px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IwMhHCVVPuEBwydlBKmt0qWvdPPkDtOM { top:71px;left:0px;width:376px;height:391px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CIzC5iivS1VfVZLRCa8RITGPh8Fb4t57 { top:0px;left:424px;width:340px;height:460px;display:block; }
 }@media only screen and (max-width: 763px) { #wZW4H5MCNRe0IZySDciM7mSyQNEDWfg3 { top:392px;left:464px;width:300px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #cs8D93k1UWkZ4c1eSfzWn0pxTN0znvhp { display:block; }
 }@media only screen and (max-width: 763px) { #obNTACb5pJmHHnUMRWPkZAVzOcy03nan { display:block; }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBz9eON61Q9u37Vumq75nJwlblph4mC2 { top:23px;left:0px;width:764px;height:55px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #e7R9ymLkZlfJR44KxU131ASJgvna0z7r { display:block; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCwiPzHU4Lp0MinlIiG3TC6ayiBKCfTo { top:22px;left:0px;width:254px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #J3Q5OL2VKu9we3rnvE7ZR5NXKXxIMATe { top:26px;left:259px;width:237px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cmhGvMZHpZRtxuD7UXihKPDoQGxDLg4t { top:26px;left:517px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PF7nvELV2Qso1V7cbJfhWMHSFvTgG2nh { top:99px;left:4.9861190039062px;width:243px;height:163px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TXO2BNDfsE22NCXOyKcJ2DRU9DrbVPfn { top:107px;left:259.20141601562px;width:243px;height:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sIg7KcvzrfXTBNVzJOpI3lFaDO2D1tTG { top:100px;left:496px;width:266px;height:140px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JD22UOfNXCEzTbQdwrOl8KDRMemobhTH { top:277px;left:0px;width:265px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #l4Vgv1UeEG2EHa7xQQFFZTJa7OEZxarM { display:block; }
 }@media only screen and (max-width: 763px) { #ZZup1aq7Am3bqJ7tQ4JP9W21BTJHxn8M { top:277px;left:243px;width:265px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #cm77qXmSTBet0zKQCN8gi5vhT1E9THuT { display:block; }
 }@media only screen and (max-width: 763px) { #dwozMxANyEI2b2VQ3vhzN4BdqlhOfORK { top:277px;left:497px;width:265px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #PUd7TPLhXlq3x8QrSAQm2XquW3B6LlLq { display:block; }
 }@media only screen and (max-width: 763px) { #rQ9DM9Ia8GIrgVw2G8IN4boXNruseEAr { top:0px;left:252px;width:2px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #qV6UGn21PtX8aKzVUoWEeGxlr6VzARKm { top:0px;left:506px;width:2px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #Tigex6RiKuRZeWwRitFEtONKhBanHBZs { top:53px;left:54.986119003906px;width:121px;height:42.989652863873px;display:block; }
 }@media only screen and (max-width: 763px) { #pI1QAzlQKu447Zu0FehiXstef78xarnA { top:56px;left:574.49661705078px;width:121px;height:42.989652863873px;display:block; }
 }@media only screen and (max-width: 763px) { #CSiWG4dhP7nRZkQl2EwNaipmAZOn0ASw { top:58px;left:316.48611900391px;width:121px;height:42.989652863873px;display:block; }
 }@media only screen and (max-width: 763px) { #OZxUnKnAKH8CnU1MK1OeRJVbmyRbxcfZ { top:0px;left:506px;width:2px;height:406px;display:none; }
 }@media only screen and (max-width: 763px) { #TOiDNaHw1UAGLh3Pm6U6lotPrw9TneVT { top:0px;left:506px;width:2px;height:406px;display:none; }
 }@media only screen and (max-width: 763px) { #qhRixCs5GuQqEet7UHNaCGRWxsTthOOx { display:block; }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXH1XBWmqx6ssZEQMU57rZJOvqoI2b5N { top:26px;left:0px;width:262px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ypDbtmm6UgA7wkgsihoKKiQrxnOfxK0V { top:26px;left:262.5px;width:237px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #eTCQT5vsrg2aNAIXayZS40lhbI0GkHJU { top:26px;left:511.5px;width:225px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pvZateEwpwBDwpJreAZoT6m1InL0KHg9 { top:102px;left:4.9861450195312px;width:243px;height:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nRTVHg1NTCzVHU39Raxx2GzfIJCzGbWs { top:105px;left:262.49310302734px;width:243px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xZTwFRngbKnnLfMoGXJglhF0gTTCkXng { top:105px;left:511.49310302734px;width:246px;height:140px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JiHMcXABEQCWU5uARV7npIlHNwxvCpcg { top:277px;left:0px;width:265px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #a5FtF84rvy4hi5HyqKJcuOuR0RWGcBhH { display:block; }
 }@media only screen and (max-width: 763px) { #UHtmnAKpZWiMOU8ie4xb6BhbuLVTEU1l { top:277px;left:243px;width:265px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #d2m1ykS509aQdpcUgkMUsCZRtBi0qnoW { display:block; }
 }@media only screen and (max-width: 763px) { #rhqqBfk8zL2Z6OOMgAKxTaKNtBPNpyBT { top:278px;left:497px;width:265px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #LX98bPeoVS42cApKg98XQ1NnQ19Dv4MJ { display:block; }
 }@media only screen and (max-width: 763px) { #bhzg9tCWZf2L3Q1ODSKdhvt3t1hNdaHl { top:0px;left:252px;width:2px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #ItCNAHqai8EwTw0x2R1rTlTGmamU0TUC { top:0px;left:506px;width:2px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #uKZQZCFlPHdt0Qz8HBTyCyIhh5Sq0SNP { top:59px;left:66.5px;width:121px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #FuF50WdNwTmm8n7SwJxeQdnessJNrWgM { top:54px;left:563.48968505859px;width:121px;height:42.989652863873px;display:block; }
 }@media only screen and (max-width: 763px) { #CbFbMh3To4ysu8cUpsdewxrfhw13UebF { top:55px;left:320.49658203125px;width:121px;height:42.989652863873px;display:block; }
 }@media only screen and (max-width: 763px) { #zLezZPhlXPWILAfTFLg1IhIfyk4UZTMn { top:0px;left:506px;width:2px;height:406px;display:none; }
 }@media only screen and (max-width: 763px) { #DaRJTQQZ8N2FU37L3ZwFHsV9CG01n4uy { top:0px;left:506px;width:2px;height:406px;display:none; }
 }@media only screen and (max-width: 763px) { #wb4dHRFl2NIcAU9B4yNS5CuBJzhAMvi8 { top:394px;left:695px;width:66px;height:95.553782660288px;display:block; }
 }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGLcRuU8byUitnRsqupDmPPAxuwG4A8z { top:10px;left:0px;width:764px;height:47px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #W0bEM5BuC0FGJs059mRtAapVOTiQsaoO { display:block; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUhSRA6qbk2o2lz94OogoElufuqagEAa { top:22px;left:0px;width:497px;height:488px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gKFRFOLMqE3OvVQchmCO2KxDdCXmglUP { top:41px;left:373px;width:391px;height:481.7575797774px;display:block; }
 }@media only screen and (max-width: 763px) { #cfrWemnCEOBqmPxUh8kxSimPJu4cPZT0 { top:278px;left:497px;width:265px;height:45px;display:none; }
 }@media only screen and (max-width: 763px) { #OCQdpivMtcd4oy4TdPV3nvX9LfMLMX2Q { display:block; }
 }@media only screen and (max-width: 763px) { #ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G { display:block; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #On9npPFGOUIoe9D8UXUVmbw6c6Z7Tz7U { top:5px;left:204.00006103516px;width:347px;height:80px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLQ3zEZWOexgDhWkvT48qwv9kMBdEGlR { width:320px;height:178.8889px;top:10.489583969116px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWKOsH0Se11pxW9B3WvxnfTMu4Wkx1lt { width:310px;height:23.3333px;top:0px;left:9.9826383590698px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:320px;height:990px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { width:320px;height:117px;top:597px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zv7u4KvXgcd2xTvvGc2isDILLRMIoyoH { width:311.997px;height:53.3333px;top:932.86459350586px;left:7.9861116409302px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #b8an44M5frOnyhccoPHxKQDPdpKNcBTJ { width:281px;height:281px;top:11.145837783813px;left:18.993056297302px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #upSb1WrwJ231wsOQitVfIGimezJzN2bB { width:73.9931px;height:73.9931px;top:325px;left:0px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BZIkeOJhcmBmBKneVfhXUz2c0rEc9vuJ { width:72.9688px;height:72.9688px;top:570.97225952148px;left:0px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #M1MAEBHPmDBtRCTW76hNe7NdNewen1C2 { width:72.9688px;height:72.9688px;top:427.29168701172px;left:0px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #l4aRsBgC8xc6XJiwTlaiKWRIyMWDxO7l { width:72.9688px;height:72.9688px;top:680.92016601562px;left:0px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BIyiFxNUgFZn8a50SfNDuQ6ZFLX4hNTi { width:220.99px;height:83.3333px;top:767.9514465332px;left:73.993058204651px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EmQTRTwK7dNk00MVd7dPWNkoayVO15sS { width:221.997px;height:111.111px;top:417.79516601562px;left:73.993058204651px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lNzEb3tEIpvyDmakTv07gd0nhF0rFd94 { width:225.99px;height:55.5556px;top:688.50698852539px;left:73.993058204651px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TgWsNt5Jaiz7h6PyQUpMoHpp2qpV1Ore { width:320px;height:0;top:798.11462402344px;left:0.11111164093018px;font-size:64px;z-index:100042;line-height:.6;color:#001d34;display:none; }
 }@media only screen and (max-width: 763px) { #wyMdVRUETRBFTCke01mpzA5Jcr4Zukvy { width:210px;height:106.667px;top:551.90975952148px;left:73.993058204651px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #iUVd6Fmt7SC80eTCnitVOHNHnIAwz2A2 { width:306.997px;height:81.9792px;top:873.52432250977px;left:6.4930562973022px;font-size:22px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zl9ZdpCcogMP9Zn4zXmAF9XVarsARFbT { display:block; }
 }@media only screen and (max-width: 763px) { #npxXAsBXNOcnv3SlRho1KQ3B3fexbv2d { width:72.9861px;height:72.9861px;top:774.7917175293px;left:0px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #uRK9oqkhyXC8QyPxfMKeyPQup3qPeHIH { width:236.997px;height:55.5556px;top:333.10766601562px;left:73.993058204651px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg { display:block; }#I0JJWsUfX3DcSPez5SbdkNVZ7BU4l5bg > .row .container { width:320px;height:184.427px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xASJ701ZTU6dWCyhKIOINF20qdveXIha { width:320px;height:164.444px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #G6lswdper1Ii2fqb9N5mBarCfPEGXzZq { display:block; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq { background-color: transparent; background-image: none; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row .container > .video-iframe-container { display: none; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row > .video-iframe-container { display: none; }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .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); }#G6lswdper1Ii2fqb9N5mBarCfPEGXzZq > .row .container { width:320px;height:860px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owT8ao6DubX7HpPnNnL0a9vV8XOsKtXo { width:122.969px;height:27.7778px;top:117.7778px;left:98px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQi5MoDoTmARMF3O1WexvSy0BrJ9XsF8 { width:200px;height:20px;top:165.5556px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CxsWfSJCOwi4qI3smaBVTLQfWXgfiZuT { width:310.99px;height:77.7778px;top:20px;left:4px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4DceZ35lPrCeSIDTiFMSLf8UEVT54o { width:315px;height:63.3333px;top:117.9928894043px;left:0.21527767181396px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GNT3RWGx49ALKTpRGKbX6CHLVO4UbSrW { width:320px;height:332.205px;top:442.76737976074px;left:0.11111164093018px;display:block; }
 }@media only screen and (max-width: 763px) { #urWxfrQn6m3Ca6QX1Nd9LKOKrSCT5V2u { top:795.96202087402px;left:10.215278625488px;width:300px;height:50.9896px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #BdKbkp3rVSdDUlKL9qpv2hdwtkEJHciM { display:block; }
 }@media only screen and (max-width: 763px) { #WZ1cEdfKXTxsalQCGgkJeLwtOMJPU23n { width:200px;height:0;top:1596.094px;left:60px;font-size:16px;display:none; }#WZ1cEdfKXTxsalQCGgkJeLwtOMJPU23n li:before{  }
 }@media only screen and (max-width: 763px) { #kbomazk0PORzCFWQlyrCSpkUF7PEpr2G { width:200px;height:0;top:909.09375px;left:60px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #aax9bHiM1u3MAtTwiX7D33FSm9Jl47J1 { width:301.997px;height:269.333px;top:188.20140075684px;left:9.2083339691162px;font-size:17px;display:block; }#aax9bHiM1u3MAtTwiX7D33FSm9Jl47J1 li:before{  }
 }@media only screen and (max-width: 763px) { #NWuywaZrR94nSZWWp8FMippfLadAa9B8 { display:block; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 { background-color: transparent; background-image: none; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row .container > .video-iframe-container { display: none; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row > .video-iframe-container { display: none; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .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); }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 { border-width: 0; border-radius: 0; }#NWuywaZrR94nSZWWp8FMippfLadAa9B8 > .row .container { width:320px;height:910px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0piQlUnbAic0kA8G7haF49aP5rrDyE9 { width:122.969px;height:27.7778px;top:375.99px;left:98px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fymXKzQ4prkiyr6IFnN6ah1BA1eyyvFq { width:200px;height:20px;top:423.7678px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nSN0CkNAHTi6JqNRACFFiSUaLquHBKVv { width:303.976px;height:77.7778px;top:14.760498046875px;left:8.003472328186px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #clpw6qhNv6V1tMRbB9IgJ69bTXwiZfgN { width:310px;height:373.3332px;top:100.52079772949px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BP5Q399hzPbFiPUSDUMOEOIkng2uTPeL { width:320px;height:335.99px;top:487.20487976074px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q48NZUh2cfKpCVPm9eCODwTR6in3JTcB { top:834.51393127441px;left:5.9895830154419px;width:307.969px;height:57.9688px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KCPrfGXWdRMc8h32WidfM7A44grS0sVJ { display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:320px;height:930px;background-color:#ffffff;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqNHNavE6TniucHzdA2iJ0isk9Xss1vV { width:122.969px;height:27.7778px;top:117.7778px;left:98px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3y84guuDpLTLut1nKepzoO3smC585Tb { width:200px;height:20px;top:605.5556px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aAAHBmCHT46F1cClU2oZFd4T076ziRie { width:313.976px;height:77.7778px;top:20px;left:3px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IwMhHCVVPuEBwydlBKmt0qWvdPPkDtOM { width:313.976px;height:420.0001px;top:106.77774047852px;left:6.1180553436279px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CIzC5iivS1VfVZLRCa8RITGPh8Fb4t57 { width:261px;height:357px;top:529.77780601563px;left:20.989586563721px;display:block; }
 }@media only screen and (max-width: 763px) { #wZW4H5MCNRe0IZySDciM7mSyQNEDWfg3 { top:873.7917098999px;left:10.215278625488px;width:300px;height:50.9896px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cs8D93k1UWkZ4c1eSfzWn0pxTN0znvhp { display:block; }
 }@media only screen and (max-width: 763px) { #obNTACb5pJmHHnUMRWPkZAVzOcy03nan { display:block; }#obNTACb5pJmHHnUMRWPkZAVzOcy03nan > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBz9eON61Q9u37Vumq75nJwlblph4mC2 { width:320px;height:123.333px;top:13.333068847656px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7R9ymLkZlfJR44KxU131ASJgvna0z7r { display:block; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container { width:320px;height:1037px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCwiPzHU4Lp0MinlIiG3TC6ayiBKCfTo { width:253.976px;height:32.2222px;top:21.534721374512px;left:47.211809158325px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #J3Q5OL2VKu9we3rnvE7ZR5NXKXxIMATe { width:236.997px;height:32.2222px;top:352.92363739014px;left:55.892362594604px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cmhGvMZHpZRtxuD7UXihKPDoQGxDLg4t { width:225px;height:32.2222px;top:693.09735107422px;left:61.378477096558px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PF7nvELV2Qso1V7cbJfhWMHSFvTgG2nh { width:243.976px;height:163.3333px;top:99.086814880371px;left:38.218751907349px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TXO2BNDfsE22NCXOyKcJ2DRU9DrbVPfn { width:243.976px;height:116.6666px;top:442.0488px;left:38px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sIg7KcvzrfXTBNVzJOpI3lFaDO2D1tTG { width:246.997px;height:163.333px;top:779.78131103516px;left:36.187501907349px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JD22UOfNXCEzTbQdwrOl8KDRMemobhTH { top:271.35417625488px;left:14.711809845581px;width:292px;height:48px;font-size:24px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #l4Vgv1UeEG2EHa7xQQFFZTJa7OEZxarM { display:block; }
 }@media only screen and (max-width: 763px) { #ZZup1aq7Am3bqJ7tQ4JP9W21BTJHxn8M { top:572.41322776855px;left:14.694445343628px;width:291px;height:49px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cm77qXmSTBet0zKQCN8gi5vhT1E9THuT { display:block; }
 }@media only screen and (max-width: 763px) { #dwozMxANyEI2b2VQ3vhzN4BdqlhOfORK { top:959.72229454102px;left:15.697920532837px;width:293px;height:49px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PUd7TPLhXlq3x8QrSAQm2XquW3B6LlLq { display:block; }
 }@media only screen and (max-width: 763px) { #rQ9DM9Ia8GIrgVw2G8IN4boXNruseEAr { width:2px;height:2px;top:565px;left:45px;display:none; }
 }@media only screen and (max-width: 763px) { #qV6UGn21PtX8aKzVUoWEeGxlr6VzARKm { width:2px;height:386px;top:1134px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #Tigex6RiKuRZeWwRitFEtONKhBanHBZs { width:120.988px;height:42.9625px;top:53.525009155273px;left:99.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #pI1QAzlQKu447Zu0FehiXstef78xarnA { width:120.988px;height:42.9625px;top:725.08763122559px;left:85.212498664856px;display:block; }
 }@media only screen and (max-width: 763px) { #CSiWG4dhP7nRZkQl2EwNaipmAZOn0ASw { width:120.988px;height:42.9625px;top:384.91250610352px;left:99.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #OZxUnKnAKH8CnU1MK1OeRJVbmyRbxcfZ { width:320px;height:1.99653px;top:330.19792938232px;left:0.11111164093018px;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #TOiDNaHw1UAGLh3Pm6U6lotPrw9TneVT { width:320px;height:1.99653px;top:668.2014093399px;left:0.11111164093018px;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #qhRixCs5GuQqEet7UHNaCGRWxsTthOOx { display:block; }#qhRixCs5GuQqEet7UHNaCGRWxsTthOOx > .row .container { width:320px;height:1058.9407618750001px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXH1XBWmqx6ssZEQMU57rZJOvqoI2b5N { width:253.975px;height:32.2222px;top:27.187316894531px;left:47.187500953674px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ypDbtmm6UgA7wkgsihoKKiQrxnOfxK0V { width:236.997px;height:32.2222px;top:378.11457824707px;left:41.708333969116px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #eTCQT5vsrg2aNAIXayZS40lhbI0GkHJU { width:225px;height:32.2222px;top:666.43080615997px;left:47.194448471069px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pvZateEwpwBDwpJreAZoT6m1InL0KHg9 { width:243.976px;height:116.667px;top:132.97576141357px;left:38.218751907349px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nRTVHg1NTCzVHU39Raxx2GzfIJCzGbWs { width:243.976px;height:93.3333px;top:459.10420227051px;left:38.218751907349px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xZTwFRngbKnnLfMoGXJglhF0gTTCkXng { width:246.997px;height:140px;top:765.42014px;left:36.701389312744px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JiHMcXABEQCWU5uARV7npIlHNwxvCpcg { top:265.92015525879px;left:15.701389312744px;width:292px;height:50px;font-size:24px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #a5FtF84rvy4hi5HyqKJcuOuR0RWGcBhH { display:block; }
 }@media only screen and (max-width: 763px) { #UHtmnAKpZWiMOU8ie4xb6BhbuLVTEU1l { top:570.6423842627px;left:12.486112594604px;width:299px;height:50px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #d2m1ykS509aQdpcUgkMUsCZRtBi0qnoW { display:block; }
 }@media only screen and (max-width: 763px) { #rhqqBfk8zL2Z6OOMgAKxTaKNtBPNpyBT { top:914.20143577637px;left:15.694446563721px;width:297px;height:49px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LX98bPeoVS42cApKg98XQ1NnQ19Dv4MJ { display:block; }
 }@media only screen and (max-width: 763px) { #bhzg9tCWZf2L3Q1ODSKdhvt3t1hNdaHl { width:2px;height:2px;top:565px;left:45px;display:none; }
 }@media only screen and (max-width: 763px) { #ItCNAHqai8EwTw0x2R1rTlTGmamU0TUC { width:2px;height:386px;top:1134px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #uKZQZCFlPHdt0Qz8HBTyCyIhh5Sq0SNP { width:120.988px;height:42.9625px;top:73.949798583984px;left:99.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #FuF50WdNwTmm8n7SwJxeQdnessJNrWgM { width:120.988px;height:42.9625px;top:710.18789672852px;left:99.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #CbFbMh3To4ysu8cUpsdewxrfhw13UebF { width:120.988px;height:42.9625px;top:410.11249542236px;left:99.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #zLezZPhlXPWILAfTFLg1IhIfyk4UZTMn { width:320px;height:1.99653px;top:350.70143127441px;left:0.11111164093018px;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #DaRJTQQZ8N2FU37L3ZwFHsV9CG01n4uy { width:320px;height:1.99653px;top:642.12502002716px;left:0.11111164093018px;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #wb4dHRFl2NIcAU9B4yNS5CuBJzhAMvi8 { width:66px;height:95.553782660288px;top:963.40975952148px;left:125.95486450195px;display:block; }
 }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { background-color: transparent; background-image: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .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); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { border-width: 0; border-radius: 0; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:320px;height:160px;background-color:#001d34;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGLcRuU8byUitnRsqupDmPPAxuwG4A8z { width:320px;height:123.333px;top:20px;left:0px;font-size:32px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0bEM5BuC0FGJs059mRtAapVOTiQsaoO { position:relative;z-index:auto;display:block; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO { background-color: transparent; background-image: none; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row .container > .video-iframe-container { display: none; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row > .video-iframe-container { display: none; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .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); }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO { border-width: 0; border-radius: 0; }#W0bEM5BuC0FGJs059mRtAapVOTiQsaoO > .row .container { width:320px;height:815px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUhSRA6qbk2o2lz94OogoElufuqagEAa { width:320px;height:708.8895px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gKFRFOLMqE3OvVQchmCO2KxDdCXmglUP { width:320px;height:394.271px;top:739.87847900391px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cfrWemnCEOBqmPxUh8kxSimPJu4cPZT0 { top:750.27779150009px;left:12.48611164093px;width:298px;height:49px;font-size:24px;z-index:100052;display:block; }
 }@media only screen and (max-width: 763px) { #OCQdpivMtcd4oy4TdPV3nvX9LfMLMX2Q { display:block; }
 }@media only screen and (max-width: 763px) { #ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G { position:relative;z-index:auto;display:block; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G { background-color: transparent; background-image: none; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row .container > .video-iframe-container { display: none; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row > .video-iframe-container { display: none; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .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); }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G { border-width: 0; border-radius: 0; }#ATdwGD5PsZ6Txd69uftdXwEBtFrnmP6G > .row .container { width:320px;height:135px;background-color:#001d34;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #On9npPFGOUIoe9D8UXUVmbw6c6Z7Tz7U { width:320px;height:80px;top:20px;left:0px;font-size:16px;display:block; }
 }