.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d { border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d5d5d5;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { background-color: transparent; background-image: none; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container > .video-iframe-container { display: none; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row > .video-iframe-container { display: none; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .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); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { border-width: 0; border-radius: 0; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { font-size:14px;font-family:arial;height:130px;width:1200px;position:relative;display:block; }#opxwMks9w2nx5Ti9bcKghw1plIiHKFlW { position:absolute;display:block;z-index:15008;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:131px;width:200px;top:0px;left:0px;overflow:hidden;display:block; }
#zL8vVz9VIzDwA9IEgbut35ugWbLkQcP8 { position:absolute;display:block;z-index:15009;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:85px;width:326px;top:15px;left:754px;overflow:hidden;display:none; }
#VGekXRDtonzPnxn4zgwzTTwpF0DgPTy2 { color:#000000;display:block;width:92px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:61px;left:1108px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftbwLJTo492gfuSvKdyye7CnDQ1p3RFr { box-sizing:content-box;color:#000000;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:51px;left:1068px;display:block; }
#TL3PdccMBxR7OJ4T9RcdDWlmpLWm4qib { color:#000000;display:block;width:97px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:61px;left:971px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fmSyyNHh22rtWyVwScO2Lku8MKoJuOrT { box-sizing:content-box;color:#000000;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:50px;left:931px;display:block; }
#JJsmS7iKgexqA8SPIsPbCmEmusZuQSFQ { color:#000000;display:block;width:155px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:61px;left:777px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPUl1a2y1Htk580N4eHQ1ZXq9ETtGeTP { position:absolute;display:block;z-index:15018;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:63px;width:171px;top:29px;left:190px;overflow:hidden;display:none; }
#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/OObvZkj4/1800x730_lp_top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER.adaptive-delivery-prevent-bg, #X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER.lazyload, #X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER.lazyloading { background-image: none; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container { background-color: transparent; background-image: none; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container > .video-iframe-container { display: none; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row > .video-iframe-container { display: none; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .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); }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container { border-width: 0; border-radius: 0; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container { font-size:14px;font-family:segoe;height:591px;width:1200px;position:relative;display:block; }#uuAcgLrTAE5XUnAJGEmscIhpNP3XXVTS { background-color:#ed2222;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 0 1px 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:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:64px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:475px;left:43px;display:block; }
#QQXszmVtzwKUoHLad4myIuSPtBNFsgLe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:7.37px;margin-bottom:0;margin-left:7.37px;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:10.91px;padding-right:1.84px;padding-bottom:0;padding-left:1.84px;display:block;width:79.2px;height:52.73px;position:relative;font-family:roboto;font-size:49.09px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:1.84px;padding-bottom:7.27px;padding-left:1.84px;display:block;width:79.2px;height:13.64px;position:relative;font-family:roboto;font-size:10.91px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:396px;height:105px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:445px;left:804px;z-index:15006;display:none; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #b6q50X7pF2ZUhpKhHooU9q7gqHx9PRSF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #UqpKfR3h23WDA4wqwWmlsAmTVFZu0Bmx { display:block; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #d3W5OHqXiAr4weEPSbwIrOZBmDvQ7KHo { display:block; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #leebS0a0r9bSOM1miXMQWbEvAAUCSudy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #aFHMKgQibU71Q53IMHKqZdH63VhNTc65 { display:block; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #GZMmrtPbhCV1UPp1fXoXL9QdWtdt7zH8 { display:block; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #wquSpVTMxfHUbMVEohdWFn0TgD0qN9k4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #DTB3RIKIyuVZ4tcZd0rxFnnMyCXSzWlg { display:block; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #J8bA13L54uQ2lZ8IhxBWR0OyOm8l9Vr7 { display:block; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #zsG8aNQxtu2gpcefFiDKpsk6oB5MahUr { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #SJfTS4mhBVXOA3EIUFHDhIgUnw8p19W4 { display:block; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #TSVB6tuVtQbxk6CfGNQs5plha11pasTi { display:block; }
#ksOkWmVTiF8TifevEsUaBvCxa2v3kC4A { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:114px;width:398px;top:436px;left:802px;display:none; }
#ZkwJw3a7NnX6BEJ35sTipqXBJX2A1h1N { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:419px;left:43px;display:block; }
#D4DSIxKrVfZOoZBkEtVkGVPNux2XoQ03 { color:#ffffff;display:block;width:115px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:428px;left:84px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNafGZOJnwPV3KrMlrnMiFpoBfwZ4Jce { color:#ffffff;display:block;width:138px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:428px;left:241px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sRuJxUCCU7N9pgk8g83r82UtcOkNPuWq { box-sizing:content-box;color:#ffffff;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:418px;left:198px;display:block; }
#aWMyvmAnGUDwHIwPcp1GURbPQlITmh8U { color:#ffffff;display:block;width:613px;position:absolute;font-family:raleway;font-size:38px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:294px;left:52px;height:91.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b5kNCpOFc8hDMavx3rWG3XQ5tqiyC5Vx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:106px;width:106px;top:145px;left:1094px;overflow:hidden;display:none; }
#tSKnm7ky6G9M61GznzAOiFca9LPNJTEd { color:#ffffff;display:block;width:189px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:252px;left:50px;height:24px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WGmf5S7SPrQUDlzlP2qD1dPvz5J48TbR { position:absolute;display:block;z-index:15014;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:350px;width:350px;top:184px;left:777px;overflow:hidden;display:block; }
#Lsyc2yf06LqgGo7fc7tyRGTAx6Vn5Vya { position:absolute;display:block;z-index:15015;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:172px;width:172px;top:143.390625px;left:999px;overflow:hidden;display:block; }
#zXS5SLLfg1hh9lK5PfC3I8x467wCeJJB { position:absolute;display:block;z-index:15016;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:29px;width:172px;top:486.5px;left:775px;display:block; }
#VEnyyg2AqUv5oAB6zmxg4AGHSoPZQ5iE { color:#014da1;display:block;width:141px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:491.59375px;left:794.5px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2y2cgQh7ff8TXAANfXr5V6ySCKnARek { color:#ffffff;display:block;width:532px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:178px;left:50px;height:24px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OIuG7X9dP42Z7uTsuGnJX13UUZXFagcc { position:absolute;display:block;z-index:15017;background-color:#212121;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:29px;width:108px;top:456px;left:773.5px;display:block; }
#kfahiqxzvdqNVQC7mHl4n2a3ylUExehr { color:#ffffff;display:block;width:70px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:462px;left:790.5px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w { position:relative;display:block; }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w { background-color: transparent; background-image: none; }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .row .container > .video-iframe-container { display: none; }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .row > .video-iframe-container { display: none; }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .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); }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w { border-width: 0; border-radius: 0; }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .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; }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .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:700px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xFeKcKV53O02fl38SX9RXsWMT4xPG9X2 { background-color:#ed2222;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 0 1px 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:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:64px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:572px;left:486px;display:block; }
#iTiho0rAWJBHZs2DrewcgsRKwMqfueaJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lFpiMSruaRBxwHWM0dLeplGtfWpybuLQ { color:#000000;display:block;width:529px;position:absolute;font-family:roboto;font-size:26px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:514px;left:337px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCqfAONZKX7JuTfyLidai2m6UFtiFrAD { color:#000000;display:block;width:892px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:413px;left:165px;height:81px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#osM111IAEJTBt54wK9VZzCwi3ivnr72M { color:#000000;display:block;width:942px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:278px;left:160px;height:91px;font-style:normal;text-align:left;text-align-last:left;display:block; }#osM111IAEJTBt54wK9VZzCwi3ivnr72M li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#osM111IAEJTBt54wK9VZzCwi3ivnr72M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QtFwdTMe/dot.png); }
#ksgK1leAqZSSIU5OMU7REMTryVMDBLTq { color:#000000;display:block;width:704px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:239px;left:160px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQW3h5IHrdyZ6lwalzuqLscNGJ29NFHQ { color:#000000;display:block;width:871px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:43.666687011719px;left:160px;height:162px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row .container { background-color: transparent; background-image: none; }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row .container > .video-iframe-container { display: none; }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row > .video-iframe-container { display: none; }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .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); }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row .container { border-width: 0; border-radius: 0; }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row .container { font-size:14px;font-family:arial;height:469px;width:1200px;position:relative;display:block; }#sd4ixCrHBgJlJmNABNnngaMUD9liPTWt { position:absolute;display:block;z-index:15015;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:250px;width:250px;top:91.5px;left:129px;overflow:hidden;display:block; }
#t3OzVi6DsIainEGh2F1eUau4INnGB2MP { color:#000000;display:block;width:248px;position:absolute;font-family:roboto;font-size:14px;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:60px;left:445px;height:19.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ylCWIfWxn7VIwba01LtMAgsHSigeTQwP { color:#000000;display:block;width:252px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:89px;left:445px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NyeizUJ0XWgzuRPtUiHy6b2318N2T5D0 { color:#000000;display:block;width:707px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:155px;left:445px;height:224px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z35fC7PkTzLauv1C3RtVbxMHq3qyVQZQ { color:#000000;display:block;width:248px;position:absolute;font-family:roboto;font-size:14px;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:117px;left:445px;height:19.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row .container { background-color: transparent; background-image: none; }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row .container > .video-iframe-container { display: none; }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row > .video-iframe-container { display: none; }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .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); }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row .container { border-width: 0; border-radius: 0; }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row .container { font-size:14px;font-family:arial;height:293px;width:1200px;position:relative;display:block; }#o1zcMSX9ATPhENhdPX7GwgL6SA2PAP1M { box-sizing:content-box;color:#014da1;font-size:70px;font-weight:400;line-height:1;height:100px;width:100px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:45px;left:150px;display:block; }
#kTA3PtbIQ3ZpT2vtEPMF67H6qiUSg9aq { color:#000000;display:block;width:263px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:145px;left:68.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGZSX3QPTPGA85UzKFvChV3wU36JFQTv { box-sizing:content-box;color:#014da1;font-size:70px;font-weight:400;line-height:1;height:100px;width:100px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:45px;left:550px;display:block; }
#pXl9KUwFed486FMgFJARKkcFlNOAt4eK { color:#000000;display:block;width:300px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:145px;left:450px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDsbUT6DvAo4pvyUze3p85aTHB5yopi0 { box-sizing:content-box;color:#014da1;font-size:70px;font-weight:400;line-height:1;height:100px;width:100px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:47px;left:950px;display:block; }
#TudUTKUgGZlsxbKyG3Jv3CebKhvxMUa9 { color:#000000;display:block;width:300px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:147px;left:850px;height:62.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row .container { background-color: transparent; background-image: none; }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row .container > .video-iframe-container { display: none; }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row > .video-iframe-container { display: none; }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .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); }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row .container { border-width: 0; border-radius: 0; }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row .container { font-size:14px;font-family:arial;height:64px;width:1200px;position:relative;display:block; }#P8fu5DTipBnQdPzdGkIg5av7EDLgFUer { color:#014da1;display:block;width:473px;position:absolute;font-family:raleway;font-size:26px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30px;left:363px;height:33.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row .container { background-color: transparent; background-image: none; }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row .container > .video-iframe-container { display: none; }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row > .video-iframe-container { display: none; }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .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); }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row .container { border-width: 0; border-radius: 0; }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row .container { font-size:14px;font-family:arial;height:143px;width:1200px;position:relative;display:block; }#sRekhQayhsuuBu0AkpXQUB5Ll3uOpRMa { color:#000000;display:block;width:849px;position:absolute;font-family:roboto;font-size:14px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20px;left:175px;height:72.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014da1;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; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { background-color: transparent; background-image: none; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container > .video-iframe-container { display: none; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row > .video-iframe-container { display: none; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .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); }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { border-width: 0; border-radius: 0; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { font-size:14px;font-family:arial;height:1341px;width:1200px;position:relative;display:block; }#qmNL4Q7L38arMTQnhioJsmcbViDArEFq { color:#ffffff;display:block;width:473px;position:absolute;font-family:raleway;font-size:26px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30px;left:363px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6l6PtSVoVOl4PRJLSLVVIovRc0KZDUT { color:#f7f7f7;display:block;width:812px;position:absolute;font-family:roboto;font-size:13px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:812.5px;left:180px;height:33.8px;display:none; }
#Z1yzmvoTXJmyS5pHgdQlJbLyu0DC3qpo { position:absolute;display:block;z-index:15010;height:750px;width:601px;top:250px;left:299px;display:block; }
#T0PmmZxqXD2W0kODXWxNTCrwvAuPrN5G { position:absolute;display:block;z-index:15000;height:180px;width:320px;display:none; }
#N89eKiMOJCXsNXLXWP7QOlUHuEEoTxRN { color:#ffffff;display:block;width:567px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:93.78125px;left:316.5px;height:135px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row .container { background-color: transparent; background-image: none; }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row .container > .video-iframe-container { display: none; }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row > .video-iframe-container { display: none; }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .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); }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row .container { border-width: 0; border-radius: 0; }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#PnQiMGTUlmefLrfqRMUtkwL5XowI0XDs { color:#000000;display:block;width:363px;position:absolute;font-family:roboto;font-size:14px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:40.900024414062px;left:0px;height:18.2px;font-style:normal;display:block; }
#ZTt93ShsiCrqMh8H5VTDyIOXQTn1nLXU { box-sizing:content-box;color:#343434;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:15001;top:25px;left:1052px;display:block; }
#JEkskANX6rqfSmOin5f3tW0pU3oP1zyD { box-sizing:content-box;color:#343434;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:15002;top:25px;left:1101px;display:block; }
#VMlx2b7WBoudCqNK3e3VPMX6w6y3eXnv { box-sizing:content-box;color:#343434;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:15003;top:25px;left:1150px;display:block; }
#TvsqTGKxQkb0eUTDvLnRzbRSS68pImNW { color:#000000;display:block;width:155px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41px;left:363px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vO5Txs9RSzVSoQxf96GlX2CnrCugzL2v { box-sizing:content-box;color:#000000;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:30px;left:517px;display:block; }
#HsXiXfvKrRV7ZUdQpF3epGMTzZnh7PBQ { color:#000000;display:block;width:97px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41px;left:557px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QzCZZLD1nEVXVQCrqMrqEAyiRU74qZk9 { box-sizing:content-box;color:#000000;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:30px;left:658px;display:block; }
#u9pw4JoitWG9NtxF76D5D2UMkfltQmdn { color:#000000;display:block;width:92px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41px;left:698px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d { display:block; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opxwMks9w2nx5Ti9bcKghw1plIiHKFlW { top:0px;left:0px;width:200px;height:131px;display:block; }
 }@media only screen and (max-width: 763px) { #zL8vVz9VIzDwA9IEgbut35ugWbLkQcP8 { top:15px;left:438px;width:326px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #VGekXRDtonzPnxn4zgwzTTwpF0DgPTy2 { top:61px;left:672px;width:92px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ftbwLJTo492gfuSvKdyye7CnDQ1p3RFr { top:51px;left:724px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TL3PdccMBxR7OJ4T9RcdDWlmpLWm4qib { top:61px;left:667px;width:97px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fmSyyNHh22rtWyVwScO2Lku8MKoJuOrT { top:50px;left:713px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #JJsmS7iKgexqA8SPIsPbCmEmusZuQSFQ { top:61px;left:559px;width:155px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NPUl1a2y1Htk580N4eHQ1ZXq9ETtGeTP { top:29px;left:0px;width:171px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER { display:block; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuAcgLrTAE5XUnAJGEmscIhpNP3XXVTS { width:232px;height:64px;top:475px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QQXszmVtzwKUoHLad4myIuSPtBNFsgLe { display:block; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:7.37px;margin-bottom:0;margin-left:7.37px;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:10.91px;padding-right:1.84px;padding-bottom:0;padding-left:1.84px;display:block;width:79.2px;height:52.73px;position:relative;font-family:"open sans";font-size:49.09px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:1.84px;padding-bottom:7.27px;padding-left:1.84px;display:block;width:79.2px;height:13.64px;position:relative;font-family:"open sans";font-size:10.91px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 { width:396px;height:105px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:445px;left:368px;display:block; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #b6q50X7pF2ZUhpKhHooU9q7gqHx9PRSF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #UqpKfR3h23WDA4wqwWmlsAmTVFZu0Bmx {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #d3W5OHqXiAr4weEPSbwIrOZBmDvQ7KHo {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #leebS0a0r9bSOM1miXMQWbEvAAUCSudy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #aFHMKgQibU71Q53IMHKqZdH63VhNTc65 {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #GZMmrtPbhCV1UPp1fXoXL9QdWtdt7zH8 {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #wquSpVTMxfHUbMVEohdWFn0TgD0qN9k4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #DTB3RIKIyuVZ4tcZd0rxFnnMyCXSzWlg {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #J8bA13L54uQ2lZ8IhxBWR0OyOm8l9Vr7 {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #zsG8aNQxtu2gpcefFiDKpsk6oB5MahUr { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #SJfTS4mhBVXOA3EIUFHDhIgUnw8p19W4 {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #TSVB6tuVtQbxk6CfGNQs5plha11pasTi {  }
 }@media only screen and (max-width: 763px) { #ksOkWmVTiF8TifevEsUaBvCxa2v3kC4A { top:436px;left:359px;width:398px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwJw3a7NnX6BEJ35sTipqXBJX2A1h1N { top:419px;left:0px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #D4DSIxKrVfZOoZBkEtVkGVPNux2XoQ03 { top:428px;left:0px;width:115px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aNafGZOJnwPV3KrMlrnMiFpoBfwZ4Jce { top:428px;left:23px;width:138px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sRuJxUCCU7N9pgk8g83r82UtcOkNPuWq { top:418px;left:0px;width:43px;height:43px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #aWMyvmAnGUDwHIwPcp1GURbPQlITmh8U { top:294px;left:0px;width:613px;height:91px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #b5kNCpOFc8hDMavx3rWG3XQ5tqiyC5Vx { top:145px;left:658px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #tSKnm7ky6G9M61GznzAOiFca9LPNJTEd { top:252px;left:0px;width:189px;height:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WGmf5S7SPrQUDlzlP2qD1dPvz5J48TbR { top:184px;left:414px;width:350px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #Lsyc2yf06LqgGo7fc7tyRGTAx6Vn5Vya { top:143px;left:592px;width:172px;height:172px;display:block; }
 }@media only screen and (max-width: 763px) { #zXS5SLLfg1hh9lK5PfC3I8x467wCeJJB { top:486px;left:557px;width:172px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #VEnyyg2AqUv5oAB6zmxg4AGHSoPZQ5iE { top:491px;left:576.5px;width:141px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #c2y2cgQh7ff8TXAANfXr5V6ySCKnARek { top:178px;left:0px;width:532px;height:24px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OIuG7X9dP42Z7uTsuGnJX13UUZXFagcc { top:456px;left:555.5px;width:108px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #kfahiqxzvdqNVQC7mHl4n2a3ylUExehr { top:462px;left:572.5px;width:70px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w { display:block; }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFeKcKV53O02fl38SX9RXsWMT4xPG9X2 { width:232px;height:64px;top:572px;left:268px;display:block; }
 }@media only screen and (max-width: 763px) { #iTiho0rAWJBHZs2DrewcgsRKwMqfueaJ { display:block; }
 }@media only screen and (max-width: 763px) { #lFpiMSruaRBxwHWM0dLeplGtfWpybuLQ { top:514px;left:119px;width:529px;height:39px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #OCqfAONZKX7JuTfyLidai2m6UFtiFrAD { top:413px;left:0px;width:764px;height:81px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #osM111IAEJTBt54wK9VZzCwi3ivnr72M { top:278px;left:0px;width:764px;height:91px;font-size:18px;display:block; }#osM111IAEJTBt54wK9VZzCwi3ivnr72M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QtFwdTMe/dot.png); }
 }@media only screen and (max-width: 763px) { #ksgK1leAqZSSIU5OMU7REMTryVMDBLTq { top:239px;left:0px;width:704px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQW3h5IHrdyZ6lwalzuqLscNGJ29NFHQ { top:43px;left:0px;width:764px;height:162px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW { display:block; }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sd4ixCrHBgJlJmNABNnngaMUD9liPTWt { top:91px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #t3OzVi6DsIainEGh2F1eUau4INnGB2MP { top:60px;left:227px;width:248px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ylCWIfWxn7VIwba01LtMAgsHSigeTQwP { top:89px;left:227px;width:252px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NyeizUJ0XWgzuRPtUiHy6b2318N2T5D0 { top:155px;left:57px;width:707px;height:224px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Z35fC7PkTzLauv1C3RtVbxMHq3qyVQZQ { top:117px;left:227px;width:248px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 { display:block; }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1zcMSX9ATPhENhdPX7GwgL6SA2PAP1M { top:45px;left:77px;width:100px;height:100px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #kTA3PtbIQ3ZpT2vtEPMF67H6qiUSg9aq { top:145px;left:0px;width:263px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GGZSX3QPTPGA85UzKFvChV3wU36JFQTv { top:45px;left:331px;width:100px;height:100px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #pXl9KUwFed486FMgFJARKkcFlNOAt4eK { top:145px;left:208px;width:300px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DDsbUT6DvAo4pvyUze3p85aTHB5yopi0 { top:47px;left:585px;width:100px;height:100px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #TudUTKUgGZlsxbKyG3Jv3CebKhvxMUa9 { top:147px;left:462px;width:300px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva { display:block; }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8fu5DTipBnQdPzdGkIg5av7EDLgFUer { top:30px;left:145px;width:473px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 { display:block; }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRekhQayhsuuBu0AkpXQUB5Ll3uOpRMa { top:20px;left:0px;width:764px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF { display:block; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmNL4Q7L38arMTQnhioJsmcbViDArEFq { top:30px;left:145px;width:473px;height:;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #L6l6PtSVoVOl4PRJLSLVVIovRc0KZDUT { top:812px;left:0px;width:764px;height:33px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yzmvoTXJmyS5pHgdQlJbLyu0DC3qpo { top:250px;left:81px;width:601px;height:750px;display:block; }
 }@media only screen and (max-width: 763px) { #T0PmmZxqXD2W0kODXWxNTCrwvAuPrN5G { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #N89eKiMOJCXsNXLXWP7QOlUHuEEoTxRN { top:93px;left:98.5px;width:567px;height:135px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rt18yNFFLzExPpyCKiUEeGkfxauoMkAv { display:block; }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnQiMGTUlmefLrfqRMUtkwL5XowI0XDs { top:40px;left:0px;width:363px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTt93ShsiCrqMh8H5VTDyIOXQTn1nLXU { top:25px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JEkskANX6rqfSmOin5f3tW0pU3oP1zyD { top:25px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #VMlx2b7WBoudCqNK3e3VPMX6w6y3eXnv { top:25px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TvsqTGKxQkb0eUTDvLnRzbRSS68pImNW { top:41px;left:145px;width:155px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vO5Txs9RSzVSoQxf96GlX2CnrCugzL2v { top:30px;left:299px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #HsXiXfvKrRV7ZUdQpF3epGMTzZnh7PBQ { top:41px;left:339px;width:97px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QzCZZLD1nEVXVQCrqMrqEAyiRU74qZk9 { top:30px;left:440px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #u9pw4JoitWG9NtxF76D5D2UMkfltQmdn { top:41px;left:480px;width:92px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d { position:relative;z-index:auto;display:block; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opxwMks9w2nx5Ti9bcKghw1plIiHKFlW { width:190px;height:125px;top:15px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #zL8vVz9VIzDwA9IEgbut35ugWbLkQcP8 { width:270px;height:71px;top:134px;left:25px;display:none; }
 }@media only screen and (max-width: 763px) { #VGekXRDtonzPnxn4zgwzTTwpF0DgPTy2 { width:92px;height:auto;top:61px;left:114px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #ftbwLJTo492gfuSvKdyye7CnDQ1p3RFr { width:40px;height:40px;top:51px;left:140px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #TL3PdccMBxR7OJ4T9RcdDWlmpLWm4qib { width:97px;height:auto;top:61px;left:111px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #fmSyyNHh22rtWyVwScO2Lku8MKoJuOrT { width:40px;height:40px;top:50px;left:140px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #JJsmS7iKgexqA8SPIsPbCmEmusZuQSFQ { width:155px;height:auto;top:61px;left:82px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #NPUl1a2y1Htk580N4eHQ1ZXq9ETtGeTP { width:136px;height:49px;top:123px;left:92px;display:none; }
 }@media only screen and (max-width: 763px) { #X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/OObvZkj4/1800x730_lp_top.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER.adaptive-delivery-prevent-bg, #X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER.lazyload, #X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER.lazyloading { background-image: none; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container { background-color: transparent; background-image: none; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container > .video-iframe-container { display: none; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row > .video-iframe-container { display: none; }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .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); }#X0NO5yRuQUt6V5uzr1Z0XHJ7kxIEF7ER > .row .container { width:320px;height:787px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuAcgLrTAE5XUnAJGEmscIhpNP3XXVTS { width:264px;height:55px;top:681px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #QQXszmVtzwKUoHLad4myIuSPtBNFsgLe { display:block; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:7px;padding-right:1px;padding-bottom:0;padding-left:1px;display:block;width:58px;height:40px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:1px;padding-bottom:5px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#TfI4s9vKgL5BnV2u6TVpShySof21dWU9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:295px;height:78px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:661.5625px;left:2px;display:none; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #b6q50X7pF2ZUhpKhHooU9q7gqHx9PRSF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #UqpKfR3h23WDA4wqwWmlsAmTVFZu0Bmx {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #d3W5OHqXiAr4weEPSbwIrOZBmDvQ7KHo {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #leebS0a0r9bSOM1miXMQWbEvAAUCSudy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #aFHMKgQibU71Q53IMHKqZdH63VhNTc65 {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #GZMmrtPbhCV1UPp1fXoXL9QdWtdt7zH8 {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #wquSpVTMxfHUbMVEohdWFn0TgD0qN9k4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #DTB3RIKIyuVZ4tcZd0rxFnnMyCXSzWlg {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #J8bA13L54uQ2lZ8IhxBWR0OyOm8l9Vr7 {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #zsG8aNQxtu2gpcefFiDKpsk6oB5MahUr { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #SJfTS4mhBVXOA3EIUFHDhIgUnw8p19W4 {  }
 }@media only screen and (max-width: 763px) { #TfI4s9vKgL5BnV2u6TVpShySof21dWU9 #TSVB6tuVtQbxk6CfGNQs5plha11pasTi {  }
 }@media only screen and (max-width: 763px) { #ksOkWmVTiF8TifevEsUaBvCxa2v3kC4A { width:320px;height:114px;top:652.5625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZkwJw3a7NnX6BEJ35sTipqXBJX2A1h1N { width:40px;height:40px;top:620.6875px;left:15px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #D4DSIxKrVfZOoZBkEtVkGVPNux2XoQ03 { width:115px;height:23.4px;top:629px;left:58px;font-size:18px;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aNafGZOJnwPV3KrMlrnMiFpoBfwZ4Jce { width:90px;height:23.4px;top:630px;left:214px;font-size:18px;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sRuJxUCCU7N9pgk8g83r82UtcOkNPuWq { width:43px;height:43px;top:620px;left:169px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #aWMyvmAnGUDwHIwPcp1GURbPQlITmh8U { width:293px;height:129.6px;top:194px;left:13.5px;font-size:27px;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b5kNCpOFc8hDMavx3rWG3XQ5tqiyC5Vx { width:74px;height:74px;top:22.399993896484px;left:232px;display:none; }
 }@media only screen and (max-width: 763px) { #tSKnm7ky6G9M61GznzAOiFca9LPNJTEd { width:271px;height:24px;top:151.00001525879px;left:25px;font-size:20px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WGmf5S7SPrQUDlzlP2qD1dPvz5J48TbR { width:215px;height:215px;top:339px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #Lsyc2yf06LqgGo7fc7tyRGTAx6Vn5Vya { width:101px;height:101px;top:20.166656494141px;left:219px;display:block; }
 }@media only screen and (max-width: 763px) { #zXS5SLLfg1hh9lK5PfC3I8x467wCeJJB { width:150px;height:29px;top:560.890625px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #VEnyyg2AqUv5oAB6zmxg4AGHSoPZQ5iE { width:253px;height:20.7969px;top:565px;left:34px;font-size:16px;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #c2y2cgQh7ff8TXAANfXr5V6ySCKnARek { width:217px;height:79.2px;top:34.666656494141px;left:0px;font-size:22px;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OIuG7X9dP42Z7uTsuGnJX13UUZXFagcc { width:108px;height:29px;top:528px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #kfahiqxzvdqNVQC7mHl4n2a3ylUExehr { width:70px;height:20.7969px;top:533px;left:126px;font-size:16px;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w { display:block; }#TPXTfJcJPX3FkUS9OeRPiti2uzF1gx6w > .row .container { width:320px;height:1197px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFeKcKV53O02fl38SX9RXsWMT4xPG9X2 { width:232px;height:64px;top:1083px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #iTiho0rAWJBHZs2DrewcgsRKwMqfueaJ { display:block; }
 }@media only screen and (max-width: 763px) { #lFpiMSruaRBxwHWM0dLeplGtfWpybuLQ { width:320px;height:39px;top:1024px;left:0px;font-size:26px;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OCqfAONZKX7JuTfyLidai2m6UFtiFrAD { width:320px;height:216px;top:787px;left:0px;font-size:18px;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #osM111IAEJTBt54wK9VZzCwi3ivnr72M { width:320px;height:253px;top:504px;left:0px;font-size:18px;text-align:left;text-align-last:left;z-index:14998;display:block; }#osM111IAEJTBt54wK9VZzCwi3ivnr72M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QtFwdTMe/dot.png); }
 }@media only screen and (max-width: 763px) { #ksgK1leAqZSSIU5OMU7REMTryVMDBLTq { width:320px;height:54px;top:431px;left:0px;font-size:18px;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ZQW3h5IHrdyZ6lwalzuqLscNGJ29NFHQ { width:320px;height:378px;top:40px;left:0px;font-size:18px;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW { display:block; }#TGyFnRzKdQqs9lGnrofDGHeDM4TIb8sW > .row .container { width:320px;height:887px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sd4ixCrHBgJlJmNABNnngaMUD9liPTWt { width:205px;height:205px;top:20px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #t3OzVi6DsIainEGh2F1eUau4INnGB2MP { width:248px;height:19.5938px;top:225px;left:36px;font-size:14px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ylCWIfWxn7VIwba01LtMAgsHSigeTQwP { width:252px;height:26px;top:244.59375px;left:34px;font-size:20px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NyeizUJ0XWgzuRPtUiHy6b2318N2T5D0 { width:320px;height:537.6px;top:315.1875px;left:1px;font-size:16px;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Z35fC7PkTzLauv1C3RtVbxMHq3qyVQZQ { width:248px;height:19.5938px;top:275.59375px;left:36px;font-size:14px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 { display:block; }#OGqZh8xHpnvTJ4cFtmyJlMqBnstdo4J2 > .row .container { width:320px;height:546px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1zcMSX9ATPhENhdPX7GwgL6SA2PAP1M { width:100px;height:100px;top:0px;left:110px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #kTA3PtbIQ3ZpT2vtEPMF67H6qiUSg9aq { width:282px;height:41.6px;top:100px;left:19px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GGZSX3QPTPGA85UzKFvChV3wU36JFQTv { width:100px;height:100px;top:141.60000610352px;left:110px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #pXl9KUwFed486FMgFJARKkcFlNOAt4eK { width:300px;height:104px;top:241.59997558594px;left:10px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DDsbUT6DvAo4pvyUze3p85aTHB5yopi0 { width:100px;height:100px;top:345.59997558594px;left:110px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #TudUTKUgGZlsxbKyG3Jv3CebKhvxMUa9 { width:300px;height:62.4px;top:445.60000610352px;left:10px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva { display:block; }#BhOhPB0GARxdyRhkE0T0ygA8WFo5SGva > .row .container { width:320px;height:106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8fu5DTipBnQdPzdGkIg5av7EDLgFUer { width:320px;height:67.6px;top:20px;left:0px;font-size:26px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 { display:block; }#iBmaAqCJXu1VNVg5IamlfRMX3rUbkdq2 > .row .container { width:320px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRekhQayhsuuBu0AkpXQUB5Ll3uOpRMa { width:320px;height:200.2px;top:10.999984741211px;left:0px;font-size:14px;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF { display:block; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { width:320px;height:1455px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmNL4Q7L38arMTQnhioJsmcbViDArEFq { width:320px;height:67.6px;top:34px;left:0px;font-size:26px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #L6l6PtSVoVOl4PRJLSLVVIovRc0KZDUT { width:284px;height:36px;top:1102.9997558594px;left:19px;font-size:10px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Z1yzmvoTXJmyS5pHgdQlJbLyu0DC3qpo { width:320px;height:750px;top:250px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #T0PmmZxqXD2W0kODXWxNTCrwvAuPrN5G { top:357.59375px;left:0px;width:320px;height:950px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #N89eKiMOJCXsNXLXWP7QOlUHuEEoTxRN { width:262px;height:243px;top:114.59375px;left:29px;font-size:18px;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rt18yNFFLzExPpyCKiUEeGkfxauoMkAv { display:block; }#rt18yNFFLzExPpyCKiUEeGkfxauoMkAv > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnQiMGTUlmefLrfqRMUtkwL5XowI0XDs { width:320px;height:18.2px;top:20px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTt93ShsiCrqMh8H5VTDyIOXQTn1nLXU { width:50px;height:50px;top:57px;left:85px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JEkskANX6rqfSmOin5f3tW0pU3oP1zyD { width:50px;height:50px;top:57px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #VMlx2b7WBoudCqNK3e3VPMX6w6y3eXnv { width:50px;height:50px;top:57px;left:185px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TvsqTGKxQkb0eUTDvLnRzbRSS68pImNW { width:155px;height:auto;top:41px;left:82px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #vO5Txs9RSzVSoQxf96GlX2CnrCugzL2v { width:40px;height:40px;top:30px;left:140px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #HsXiXfvKrRV7ZUdQpF3epGMTzZnh7PBQ { width:97px;height:auto;top:41px;left:111px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #QzCZZLD1nEVXVQCrqMrqEAyiRU74qZk9 { width:40px;height:40px;top:30px;left:140px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #u9pw4JoitWG9NtxF76D5D2UMkfltQmdn { width:92px;height:auto;top:41px;left:114px;font-size:16px;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }