.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#273c51;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row .container { background-color: transparent; background-image: none; }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row .container > .video-iframe-container { display: none; }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row > .video-iframe-container { display: none; }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .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); }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row .container { border-width: 0; border-radius: 0; }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row .container { font-size:14px;font-family:arial;height:30px;width:960px;position:relative;display:block; }#DSihRcvK4VHW6vMfU5zT3ioC15eAKLHk { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5px;left:380px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#344a5f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row .container { background-color: transparent; background-image: none; }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row .container > .video-iframe-container { display: none; }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row > .video-iframe-container { display: none; }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .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); }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row .container { border-width: 0; border-radius: 0; }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row .container { font-size:14px;font-family:arial;height:67px;width:960px;position:relative;display:block; }#vCp50RyL2TD2UCCv1IJKiayfUEQrv42R { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.072914123535px;left:0px;height:41.5938px;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:2344px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#umTfCaVpNWIzvSFCNcu4IpwBeLB7wq7T { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.96875px;left:0px;height:41.5938px;display:block; }
#fn2h8idLAcTaS7pTC3fysVaHwKruLpw3 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:133px;left:0px;height:57px;display:block; }
#GRTfAhRLk0hoqlRqBnO47y3GZq4up0cW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:298px;width:779px;top:210px;left:90.5px;overflow:hidden;display:block; }
#Lgs6QvGWE69xy5cIvIAiqwKTdc0eEU3U { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:986px;left:0px;height:0;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; }
#NFugcTGaCyKuhiQKwnOfmhUmd6gTyPRD { color:#004080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:528px;left:0px;height:37.5px;display:block; }
#RUaB11RqUXwz3if88s9yNv96wKk6O23k { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:573.5px;left:0px;height:153px;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; }
#CR17JxiwV1wXuOTJfdlMzJDsF02rrTz1 { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:684.9999974668px;left:454.5px;display:none; }
#J3L4DnqhHPU8Ez3VdBKZp5u1peHNZcK5 { color:#000000;display:block;width:730px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1629.3206787109px;left:69.483703613281px;height:108.69565010071px;display:none; }
#MJxhOmQSUf0qqqzrBRAu26Dywmps1dz0 { color:#000000;display:block;width:730px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1629.3206787109px;left:69.483703613281px;height:108.69565010071px;display:none; }
#NnCfMQC0poWVToTQRJqbW2tMoEnwMd7h { color:#000000;display:block;width:730px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1629.3206787109px;left:69.483703613281px;height:108.69565010071px;display:none; }
#I4I9ADoxsLtfzqklTMSzAILxgMcmUFxb { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:100.15625px;left:0px;height:22.5px;display:block; }
#Uolf3Ic3I8ycmD9HfRrWOl5Ilwx4xPzR { color:#004080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:748px;left:0px;height:37.5px;display:block; }
#Q5RPzyxsHld6MTMzEf6VG6qs1To2v0tG { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:792.5px;left:0px;height:76.5px;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; }
#OcDCBTJCvVCZ5sIvkFBTX0FsFaelHaJa { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:880.5px;left:0px;height:;display:block; }#OcDCBTJCvVCZ5sIvkFBTX0FsFaelHaJa li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#OcDCBTJCvVCZ5sIvkFBTX0FsFaelHaJa li:before{  }
#AgASIQ4sviqlRw3WIO40Mor6PvqbPVU5 { color:#004080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:986px;left:0px;height:37.5px;display:block; }
#T4TpoTuS0Z5BhsJm8t9sgJWtsUbED1WN { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1023.5px;left:0px;height:51px;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; }
#xAvPRvg1bdUoXscdhuB55TG1gyK1T5fG { color:#004080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1101px;left:0px;height:75px;text-align:center;text-align-last:center;display:block; }
#nvUNFcTmSFK3iAGNUOWcbL87rOzdgPM8 { color:#004080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:1189px;left:0px;height:37.5px;text-align:center;text-align-last:center;display:block; }
#PstFf1FgGZbtzucJRqXetsX2WPiffH5d { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 10px 10px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:268px;height:124px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1250px;left:34px;display:block; }
#Ww8rTAMmALB9IVcJA59ZC44uTGgABiy2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CsUWxUZwzTdZbZ4dd5Js1fSEXWKhCB5F { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 10px 10px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:268px;height:124px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1250px;left:348px;display:block; }
#E461VJNenZEQH6C45bOqVHETbCTF8Vf9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gTXTunpO45pGA8vdWk7Ffu2Dk0cto8hM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 10px 10px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:268px;height:124px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1250px;left:658px;display:block; }
#XMef9x6e42biGbzwmsqDW89Z812ONaDl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Gxs9nvh1LCc0ewgGzGD0sPnuvldK3Blx { color:#004080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1416px;left:0px;height:37.5px;text-align:left;text-align-last:left;display:block; }
#q5V9yWGcUcg1bkTBMsTo6SHUs6RGrwRP { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1453.5px;left:0px;height:51px;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; }
#NWGpqHw2IHH2U2FVNaEooDQTzAnhBvqs { color:#004080;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1533px;left:0px;height:37.5px;text-align:left;text-align-last:left;display:block; }
#aR7hh0M3EGKVyGaUTkGdcINeU1bZt00e { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:1570.5px;left:0px;height:51px;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; }
#cG9be1mPGLaml5GU0t3iBPDT9tN9Wci7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:478px;width:391px;top:1655.5px;left:0px;overflow:hidden;display:block; }
#iGKA6cQwxTDcPV9P87bls3keInFodS7H { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2168.5px;left:0px;height:51px;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; }
#c5fZaQw344kStuJ09TroUQpcHzh5GTf8 { color:#000000;display:block;width:98px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2323.203125px;left:862px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#f9F2nGxaMWWS8eMl6yBSZIHbqf3TOyXe { color:#000000;display:block;width:139px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2323.203125px;left:731.5px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#ea2IV0nHVggQd99towgB64ZD3ngTPxCw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004080;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ea2IV0nHVggQd99towgB64ZD3ngTPxCw > .row .container { border-width: 0; border-radius: 0; }#ea2IV0nHVggQd99towgB64ZD3ngTPxCw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ea2IV0nHVggQd99towgB64ZD3ngTPxCw > .row .container { font-size:14px;font-family:arial;height:312px;width:960px;position:relative;display:none; }#TLRTQUZ5B1xSMq9d8fbpFrJckgv6SnQx { color:#ffffff;display:block;width:756px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.208374023438px;left:102px;height:208.69565868378px;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) { #KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo { display:block; }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSihRcvK4VHW6vMfU5zT3ioC15eAKLHk { width:200px;height:20px;top:5px;left:282px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 { display:block; }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCp50RyL2TD2UCCv1IJKiayfUEQrv42R { width:764px;height:41px;top:13px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umTfCaVpNWIzvSFCNcu4IpwBeLB7wq7T { width:764px;height:83px;top:8px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fn2h8idLAcTaS7pTC3fysVaHwKruLpw3 { width:764px;height:57px;top:133px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GRTfAhRLk0hoqlRqBnO47y3GZq4up0cW { width:764px;height:292.26187419769px;top:210px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Lgs6QvGWE69xy5cIvIAiqwKTdc0eEU3U { width:764px;height:0;top:986px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NFugcTGaCyKuhiQKwnOfmhUmd6gTyPRD { width:764px;height:37px;top:528px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #RUaB11RqUXwz3if88s9yNv96wKk6O23k { width:764px;height:153px;top:573px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #CR17JxiwV1wXuOTJfdlMzJDsF02rrTz1 { width:50px;height:50px;top:684px;left:356.5px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #J3L4DnqhHPU8Ez3VdBKZp5u1peHNZcK5 { width:320px;height:43px;top:2263px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #MJxhOmQSUf0qqqzrBRAu26Dywmps1dz0 { width:320px;height:43px;top:1849px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #NnCfMQC0poWVToTQRJqbW2tMoEnwMd7h { width:290px;height:43px;top:1925px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #I4I9ADoxsLtfzqklTMSzAILxgMcmUFxb { width:764px;height:0;top:100px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Uolf3Ic3I8ycmD9HfRrWOl5Ilwx4xPzR { width:764px;height:37px;top:748px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #Q5RPzyxsHld6MTMzEf6VG6qs1To2v0tG { width:764px;height:76px;top:792px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #OcDCBTJCvVCZ5sIvkFBTX0FsFaelHaJa { width:764px;height:;top:880px;left:0px;font-size:17px;display:none; }#OcDCBTJCvVCZ5sIvkFBTX0FsFaelHaJa li:before{  }
 }@media only screen and (max-width: 763px) { #AgASIQ4sviqlRw3WIO40Mor6PvqbPVU5 { width:764px;height:37px;top:986px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #T4TpoTuS0Z5BhsJm8t9sgJWtsUbED1WN { width:764px;height:51px;top:1023px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #xAvPRvg1bdUoXscdhuB55TG1gyK1T5fG { width:764px;height:75px;top:1101px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #nvUNFcTmSFK3iAGNUOWcbL87rOzdgPM8 { width:764px;height:37px;top:1189px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #PstFf1FgGZbtzucJRqXetsX2WPiffH5d { width:268px;height:124px;top:1250px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ww8rTAMmALB9IVcJA59ZC44uTGgABiy2 { display:block; }
 }@media only screen and (max-width: 763px) { #CsUWxUZwzTdZbZ4dd5Js1fSEXWKhCB5F { width:268px;height:124px;top:1250px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #E461VJNenZEQH6C45bOqVHETbCTF8Vf9 { display:block; }
 }@media only screen and (max-width: 763px) { #gTXTunpO45pGA8vdWk7Ffu2Dk0cto8hM { width:268px;height:124px;top:1250px;left:496px;display:block; }
 }@media only screen and (max-width: 763px) { #XMef9x6e42biGbzwmsqDW89Z812ONaDl { display:block; }
 }@media only screen and (max-width: 763px) { #Gxs9nvh1LCc0ewgGzGD0sPnuvldK3Blx { width:764px;height:37px;top:1416px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #q5V9yWGcUcg1bkTBMsTo6SHUs6RGrwRP { width:764px;height:51px;top:1453px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #NWGpqHw2IHH2U2FVNaEooDQTzAnhBvqs { width:764px;height:37px;top:1533px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #aR7hh0M3EGKVyGaUTkGdcINeU1bZt00e { width:764px;height:51px;top:1570px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #cG9be1mPGLaml5GU0t3iBPDT9tN9Wci7 { width:391px;height:478px;top:1655px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iGKA6cQwxTDcPV9P87bls3keInFodS7H { width:764px;height:51px;top:2168px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #c5fZaQw344kStuJ09TroUQpcHzh5GTf8 { width:98px;height:20px;top:2323px;left:666px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f9F2nGxaMWWS8eMl6yBSZIHbqf3TOyXe { width:139px;height:20px;top:2323px;left:625px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ea2IV0nHVggQd99towgB64ZD3ngTPxCw { display:block; }#ea2IV0nHVggQd99towgB64ZD3ngTPxCw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLRTQUZ5B1xSMq9d8fbpFrJckgv6SnQx { width:756px;height:285px;top:13px;left:4px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo { position:relative;z-index:auto;display:block; }#KnGSwtql7TI83p9RXNLrEXTxsDaLXEOo > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSihRcvK4VHW6vMfU5zT3ioC15eAKLHk { width:200px;height:20.7969px;top:5px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 { display:block; }#okVSvbi6RaeElZWH3CQNJ2qkQLQFk995 > .row .container { width:320px;height:46px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCp50RyL2TD2UCCv1IJKiayfUEQrv42R { width:320px;height:27.2969px;top:10px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:2882px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umTfCaVpNWIzvSFCNcu4IpwBeLB7wq7T { width:320px;height:97.5px;top:13px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fn2h8idLAcTaS7pTC3fysVaHwKruLpw3 { width:320px;height:96px;top:159px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GRTfAhRLk0hoqlRqBnO47y3GZq4up0cW { width:295px;height:112px;top:268px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Lgs6QvGWE69xy5cIvIAiqwKTdc0eEU3U { width:320px;height:0;top:1917px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NFugcTGaCyKuhiQKwnOfmhUmd6gTyPRD { width:320px;height:60px;top:404px;left:0px;font-size:20px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RUaB11RqUXwz3if88s9yNv96wKk6O23k { width:320px;height:240px;top:464px;left:0px;font-size:16px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CR17JxiwV1wXuOTJfdlMzJDsF02rrTz1 { top:671px;left:59px;width:50px;height:50px;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #J3L4DnqhHPU8Ez3VdBKZp5u1peHNZcK5 { width:280px;height:0;top:3816px;left:14px;font-size:16px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #MJxhOmQSUf0qqqzrBRAu26Dywmps1dz0 { width:290px;height:0;top:723px;left:0px;font-size:16px;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #NnCfMQC0poWVToTQRJqbW2tMoEnwMd7h { width:290px;height:0;top:3761px;left:16px;font-size:16px;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #I4I9ADoxsLtfzqklTMSzAILxgMcmUFxb { width:320px;height:22.5px;top:119.5px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Uolf3Ic3I8ycmD9HfRrWOl5Ilwx4xPzR { width:320px;height:75px;top:715px;left:0px;font-size:25px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RPzyxsHld6MTMzEf6VG6qs1To2v0tG { width:320px;height:168px;top:790px;left:0px;font-size:16px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OcDCBTJCvVCZ5sIvkFBTX0FsFaelHaJa { width:320px;height:154px;top:973px;left:0px;font-size:16px;z-index:15007;display:block; }#OcDCBTJCvVCZ5sIvkFBTX0FsFaelHaJa li:before{  }
 }@media only screen and (max-width: 763px) { #AgASIQ4sviqlRw3WIO40Mor6PvqbPVU5 { width:320px;height:75px;top:1142px;left:0px;font-size:25px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T4TpoTuS0Z5BhsJm8t9sgJWtsUbED1WN { width:320px;height:144px;top:1217px;left:0px;font-size:16px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xAvPRvg1bdUoXscdhuB55TG1gyK1T5fG { width:320px;height:187.5px;top:1376px;left:0px;font-size:25px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nvUNFcTmSFK3iAGNUOWcbL87rOzdgPM8 { width:320px;height:30px;top:1586px;left:0px;font-size:20px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PstFf1FgGZbtzucJRqXetsX2WPiffH5d { width:268px;height:69px;top:1640px;left:26px;background-color:#0078f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ww8rTAMmALB9IVcJA59ZC44uTGgABiy2 { display:block; }
 }@media only screen and (max-width: 763px) { #CsUWxUZwzTdZbZ4dd5Js1fSEXWKhCB5F { width:268px;height:67px;top:1731px;left:26px;background-color:#0078f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E461VJNenZEQH6C45bOqVHETbCTF8Vf9 { display:block; }
 }@media only screen and (max-width: 763px) { #gTXTunpO45pGA8vdWk7Ffu2Dk0cto8hM { width:268px;height:67px;top:1821px;left:26px;background-color:#0078f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XMef9x6e42biGbzwmsqDW89Z812ONaDl { display:block; }
 }@media only screen and (max-width: 763px) { #Gxs9nvh1LCc0ewgGzGD0sPnuvldK3Blx { width:320px;height:37.5px;top:1917px;left:0px;font-size:25px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #q5V9yWGcUcg1bkTBMsTo6SHUs6RGrwRP { width:320px;height:96px;top:1975px;left:0px;font-size:16px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NWGpqHw2IHH2U2FVNaEooDQTzAnhBvqs { width:320px;height:37.5px;top:2091px;left:0px;font-size:25px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #aR7hh0M3EGKVyGaUTkGdcINeU1bZt00e { width:320px;height:120px;top:2148px;left:0px;font-size:16px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cG9be1mPGLaml5GU0t3iBPDT9tN9Wci7 { width:320px;height:391.20204603581px;top:2288px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iGKA6cQwxTDcPV9P87bls3keInFodS7H { width:320px;height:96px;top:2699px;left:0px;font-size:16px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #c5fZaQw344kStuJ09TroUQpcHzh5GTf8 { width:98px;height:15.5938px;top:2827.203125px;left:111px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f9F2nGxaMWWS8eMl6yBSZIHbqf3TOyXe { width:139px;height:15.5938px;top:2851.40625px;left:90.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ea2IV0nHVggQd99towgB64ZD3ngTPxCw { display:none; }#ea2IV0nHVggQd99towgB64ZD3ngTPxCw > .row .container { width:320px;height:915px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TLRTQUZ5B1xSMq9d8fbpFrJckgv6SnQx { width:307px;height:584.34782791138px;top:12.819458007812px;left:6.5px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }