.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/af631d07eb7a759b26f244f4c5ec2605.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .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); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN { background-color:rgba(0,0,0,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN.adaptive-delivery-prevent-bg, #TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN.lazyload, #TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN.lazyloading { background-image: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { background-color: transparent; background-image: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container > .video-iframe-container { display: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row > .video-iframe-container { display: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .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); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { width:960px;height:417px;font-size:14px;font-family:arial;position:relative;display:block; }#GtW44dyqI6UgpvUAB1gH0BHRhdLEKb5t { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:151px;left:0px;height:;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#B2xTq2u4UhtWSH6ooLBBEHewHvDO3FJb { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:355px;left:0px;height:;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.3);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { background-color: transparent; background-image: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container > .video-iframe-container { display: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container { display: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .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); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { border-width: 0; border-radius: 0; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { font-size:14px;font-family:arial;height:165px;width:960px;position:relative;display:block; }#Fv6Kkpvb31zJUcMb2Aux0zKnL4ZnwHqL { border-bottom:2px solid rgba(255,255,255,0.5);border-left:2px solid rgba(255,255,255,0.5);border-right:2px solid rgba(255,255,255,0.5);border-top:2px solid rgba(255,255,255,0.5);border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:114px;width:114px;position:absolute;display:block;z-index:15000;top:31px;left:257px;display:block; }
#d2nrVtrcsydEgTFSBZDHt3USxKoThSEV { display:block;width:90px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:63px;left:597.5px;height:39px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#TCTWzB0T46ZETTK3OTsCoU7tXfppqx2h { display:block;width:90px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:109.5px;left:597.5px;height:20.7969px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#GTnDVvNByO7ddZqW37borJ3cWBOtCSir { display:block;width:105px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:63px;left:263.5px;height:39px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#NZduRIr7qqaWshTBdLONTRt3boIPtTHg { display:block;width:90px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:109.5px;left:271px;height:20.7969px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#dDlNoDG0eoMn1J2ozSt4lgr7WGoTIQTs { border-bottom:2px solid rgba(255,255,255,0.5);border-left:2px solid rgba(255,255,255,0.5);border-right:2px solid rgba(255,255,255,0.5);border-top:2px solid rgba(255,255,255,0.5);border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:114px;width:114px;position:absolute;display:block;z-index:15003;top:31px;left:582.5px;display:block; }
#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { background-color: transparent; background-image: none; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container > .video-iframe-container { display: none; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row > .video-iframe-container { display: none; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .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); }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { border-width: 0; border-radius: 0; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { font-size:14px;font-family:arial;height:421px;width:960px;position:relative;display:block; }#G5xJZRrh2PTzWF0fPQ2NXTg9CBubRcbh { color:#000000;display:block;width:727px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:67.5px;left:116.5px;height:;display:block; }#G5xJZRrh2PTzWF0fPQ2NXTg9CBubRcbh li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#G5xJZRrh2PTzWF0fPQ2NXTg9CBubRcbh li:before{  }
#T7yOXkvxnZTGQPwBU78u6ae31ZupqAEl { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13px;left:0px;height:45.5px;text-align:center;text-align-last:center;color:#264dae;display:block; }
#SrbVfNgtlclTUGL9V1JATTgpziywC7Gs { background-color:#264dae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:351px;left:298px;display:block; }
#pTRGXrco3X7QpVQT32SKN4rHLgRXXRB3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OxOyfRTonMFPRCar2hWbEwms40P2NoIh { color:#000000;display:block;width:813px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:273px;left:82.5px;height:50.6719px;display:block; }
#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { background-color: transparent; background-image: none; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container > .video-iframe-container { display: none; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row > .video-iframe-container { display: none; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .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); }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { border-width: 0; border-radius: 0; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { font-size:14px;font-family:arial;height:420px;width:960px;position:relative;display:block; }#Bnp9VA1fr4Kqd8V9SLaP92rx0ys97IvH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15000;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:127px;left:0px;overflow:hidden;display:block; }
#y0KtfL3nWts7GUcw3vDbcoxCuhyH6uy4 { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:352px;left:0px;height:57.1876px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tob2sFii0kxhTMqGJ69BvgRa1CTtoCe6 { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:393px;left:0px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#H9OZmSx6R29o3LJL3C0iMTwcCzm25Uqp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15005;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:127px;left:330px;overflow:hidden;display:block; }
#Vz9CUoOQ5H138t39TM4fPHbfqJ4pRyRz { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:352px;left:328.5px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9Q5LKUSQ67tJU0neBB43JmcCo2hKnu8 { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:393px;left:328.5px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#DEKxzqBhI1ykX8TsfTAwR6i0uBAucr3y { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:352px;left:648.5px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwizkdSQsCmPsgXF0ebJrVyRz0SeD18e { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:393px;left:657px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#hAL4sg9ey4IfnOwUC6FqHdhgbKXuupIx { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15007;top:276px;left:111px;display:block; }
#BqZKaCHhVypb2tUKEf1q7W3cMIkfgC9D { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15008;top:275px;left:441px;display:block; }
#Il2rx89fpRRdiKaOC4rctsRLFi0zuopb { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15009;top:275px;left:769.5px;display:block; }
#qA0cvBLFDScG97Klf5oqRsfqDTFfNgNI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15006;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:127px;left:650px;overflow:hidden;display:block; }
#wv5bkmZxPR1gU2ZNgUo4XCfEQicyU6oX { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:47px;left:0px;height:45.5px;text-align:center;text-align-last:center;color:#264dae;display:block; }
#JTLZcltkauOBDv3hN1PqD4l0ND8nPWCw { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:292px;left:448px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#z7mcISH5X4TpfraHkLZ6nROoB216NXg9 { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:292px;left:776.5px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#GqQefThJwNEDzq2PDNlGT7ZCRpHZWT5t { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:291px;left:118px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row .container { background-color: transparent; background-image: none; }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row .container > .video-iframe-container { display: none; }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row > .video-iframe-container { display: none; }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .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); }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row .container { border-width: 0; border-radius: 0; }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row .container { font-size:14px;font-family:arial;height:364px;width:960px;position:relative;display:block; }#RD4LGvoEEswWJuifTOf8ZQlCCcVfcxHx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15000;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:60px;left:0px;overflow:hidden;display:block; }
#hbtNoh2kweeVbfNR2wyDD3ODGenmOZ2i { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15001;top:218px;left:110px;display:block; }
#UiK8KrtTvDTzAmCoqJ23yf9hPReNg9Bm { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:296px;left:0px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFFn0Tcl65Mb8S0zFSaBKHbZRGJEtrfw { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:341px;left:0px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#ewu9tlx6pQHnPV7HWmTH3oGoiNInP81a { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15006;top:218px;left:440px;display:block; }
#LWMZdUTWIkks4T6mPb5cWzw7J3Qf6Geb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15005;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:60px;left:330px;overflow:hidden;display:block; }
#mmVPoZiiyiBBoFsF8fvHCIuurHCW07DF { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:296px;left:328.5px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVh4uBRQpv50xvbEDIXfQavezQwQK41y { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:341px;left:330px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#S1UAHxtQfawyPqnTovTryIoa3pUEXCTQ { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:296px;left:657px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZtiVZIamt9EDDmdgx3KlhFVnuzQR7bk { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:341px;left:657px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#LmCvwcngQorS3odgauzIUtE9M2RZQ6tE { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15007;top:218px;left:769.5px;display:block; }
#R9cH9lRxZBLgpVH2ntmyiVfbqAHWbM3V { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15006;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:60px;left:650px;overflow:hidden;display:block; }
#Mmiea9S3M4dHZiqf2L3XRT2fAK4C0ags { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:234px;left:118px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#n2cZqvZVHHi7mJg3l5fkNRnLfGTwmSvy { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:234px;left:448px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#E4xill82sJfInq4TOhTrnkf1HyHqN0GH { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:234px;left:776.5px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { background-color: transparent; background-image: none; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container > .video-iframe-container { display: none; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row > .video-iframe-container { display: none; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .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); }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { border-width: 0; border-radius: 0; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { font-size:14px;font-family:arial;height:428px;width:960px;position:relative;display:block; }#s3aiZ7WhVSCcksETvElQOEAfgXiBZSgr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15000;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:60px;left:0px;overflow:hidden;display:block; }
#Udq9bTmZDT51teRxx4tF5caT22Z5QEur { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15001;top:218px;left:110px;display:block; }
#FTkrim2CplCvi6Tz8BJm0K6Ep5DfmmCu { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:296px;left:8.5px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnv4nUEeuJV7NZmib4QaDbBkHDHMaIlU { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:341px;left:0px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#zdJ8BLbogi492J75I1s4ggL6FvsxbTqu { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15006;top:218px;left:440px;display:block; }
#ib9tHFsXaIofHWQ8M8Byp5weC1A8cd9e { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15005;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:60px;left:330px;overflow:hidden;display:block; }
#KZrW9TH8o0RUvHgWKgQVaBlktMXuETXK { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:296px;left:328.5px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#foXTTNPSQlHHDanZfk61fPTWQeAFT6CF { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:341px;left:330px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#JG8WFytoglodp1ch91DMcPt2hlzTasdn { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:296px;left:657px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LFL7Rnzo4UtNyukzp8tLdmcKGESTPKRT { display:block;width:303px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:341px;left:657px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;color:#fec426;display:block; }
#LwQF4vNi7D1L2K9ox26iXoIzNk6DI8zT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:300px;position:absolute;display:block;z-index:15001;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:60px;left:650px;overflow:hidden;display:block; }
#ngMTvg91BJAmhFx3hFvTTzmgu8EOsDmv { border-bottom:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-top:4px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#fec426;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:70px;width:70px;position:absolute;display:block;z-index:15007;top:218px;left:769.5px;display:block; }
#TVaF6w9pG52ATg7AT4JaTRMePaPWT3Rp { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:234px;left:118px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#mPMxa8q1V6B9y9NNyX8WiK8W6WTFgLdk { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:234px;left:448px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#BGtFe1obwsUNPnD3b8AOo1WsmeBvuekB { display:block;width:64px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:234px;left:776.5px;height:46.7812px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fec426;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/49a2b18b7c21fbc472f2a6865ca86f91.png");background-position:center !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.adaptive-delivery-prevent-bg, #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.lazyload, #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.lazyloading { background-image: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { background-color: transparent; background-image: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container > .video-iframe-container { display: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container { display: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .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); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { border-width: 0; border-radius: 0; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { font-size:14px;font-family:arial;height:327px;width:960px;position:relative;display:block; }#nGTbySSu4XA38z735tIbEKGFJnJDJZeV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:262px;width:550px;position:absolute;display:block;z-index:15000;top:32.5px;left:205px;display:block; }
#z6zVgCiGqgRMRQSbRtoTG2xF1IwtZid6 { color:#000000;display:block;width:513px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:145px;left:223.5px;height:;display:block; }#z6zVgCiGqgRMRQSbRtoTG2xF1IwtZid6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#z6zVgCiGqgRMRQSbRtoTG2xF1IwtZid6 li:before{  }
#HwBc9qse8GdhsoM6bvVT4z1akkEEudGm { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:67px;left:0px;height:45.5px;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:block; }
#OQ1fFPTXy9XIe0BDFWIy5RZONvrZ6BTF { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:67px;left:0px;height:45.5px;text-align:center;text-align-last:center;color:#264dae;display:block; }
#HIkDVLz2IAQTeMVd9wBObl92tINdABZc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row .container { background-color: transparent; background-image: none; }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row .container > .video-iframe-container { display: none; }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row > .video-iframe-container { display: none; }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .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); }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row .container { border-width: 0; border-radius: 0; }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row .container { font-size:14px;font-family:arial;height:518px;width:960px;position:relative;display:block; }#I33wIsKWIs3u4EbkbHDfiF99g8IKE2Te { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:45.5px;text-align:center;text-align-last:center;color:#264dae;display:block; }
#lP0V8illNThKvx9q4Bmd4OK4yWqrQ0vN { display:block;width:638px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:175.5px;left:177px;height:;color:#1a1b1c;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nBWlqsmqh6NollXvUsMkGWyPTqcSTp16 { background-color:#264dae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:265px;left:280px;display:block; }
#iFNyu2vQEdc6TOpA69WpRLO44m78GJ5u { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OeNp6xIUyTwJ1OqayTRqMJTTZogrsIl1 { display:block;width:949px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:385px;left:11px;height:;color:#1a1b1c;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/af631d07eb7a759b26f244f4c5ec2605.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .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); } }@media only screen and (max-width: 763px) { #TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN { display:block; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { width:764px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtW44dyqI6UgpvUAB1gH0BHRhdLEKb5t { width:764px;height:58px;top:80px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #B2xTq2u4UhtWSH6ooLBBEHewHvDO3FJb { width:764px;height:26px;top:146px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH { display:block; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv6Kkpvb31zJUcMb2Aux0zKnL4ZnwHqL { width:114px;height:114px;top:0px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #d2nrVtrcsydEgTFSBZDHt3USxKoThSEV { width:90px;height:39px;top:31px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #TCTWzB0T46ZETTK3OTsCoU7tXfppqx2h { width:90px;height:20px;top:62px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #GTnDVvNByO7ddZqW37borJ3cWBOtCSir { width:90px;height:39px;top:31px;left:335.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #NZduRIr7qqaWshTBdLONTRt3boIPtTHg { width:90px;height:20px;top:62px;left:336.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #dDlNoDG0eoMn1J2ozSt4lgr7WGoTIQTs { width:114px;height:114px;top:0px;left:321.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl { display:block; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5xJZRrh2PTzWF0fPQ2NXTg9CBubRcbh { top:67px;left:18.5px;width:727px;height:;font-size:16px;display:block; }#G5xJZRrh2PTzWF0fPQ2NXTg9CBubRcbh li:before{  }
 }@media only screen and (max-width: 763px) { #T7yOXkvxnZTGQPwBU78u6ae31ZupqAEl { width:764px;height:45px;top:13px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SrbVfNgtlclTUGL9V1JATTgpziywC7Gs { width:400px;height:55px;top:351px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #pTRGXrco3X7QpVQT32SKN4rHLgRXXRB3 { display:block; }
 }@media only screen and (max-width: 763px) { #OxOyfRTonMFPRCar2hWbEwms40P2NoIh { top:273px;left:0px;width:764px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs { display:block; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { width:764px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bnp9VA1fr4Kqd8V9SLaP92rx0ys97IvH { width:225px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y0KtfL3nWts7GUcw3vDbcoxCuhyH6uy4 { width:235px;height:28px;top:261px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tob2sFii0kxhTMqGJ69BvgRa1CTtoCe6 { width:235px;height:18px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H9OZmSx6R29o3LJL3C0iMTwcCzm25Uqp { width:225px;height:150px;top:60px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9CUoOQ5H138t39TM4fPHbfqJ4pRyRz { width:235px;height:28px;top:261px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #H9Q5LKUSQ67tJU0neBB43JmcCo2hKnu8 { width:235px;height:18px;top:291px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #DEKxzqBhI1ykX8TsfTAwR6i0uBAucr3y { width:235px;height:28px;top:261px;left:529.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #kwizkdSQsCmPsgXF0ebJrVyRz0SeD18e { width:235px;height:18px;top:291px;left:529.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #hAL4sg9ey4IfnOwUC6FqHdhgbKXuupIx { width:70px;height:70px;top:178px;left:344.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #BqZKaCHhVypb2tUKEf1q7W3cMIkfgC9D { width:70px;height:70px;top:178px;left:344.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #Il2rx89fpRRdiKaOC4rctsRLFi0zuopb { width:70px;height:70px;top:178px;left:344.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #qA0cvBLFDScG97Klf5oqRsfqDTFfNgNI { width:225px;height:150px;top:60px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #wv5bkmZxPR1gU2ZNgUo4XCfEQicyU6oX { width:764px;height:45px;top:47px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JTLZcltkauOBDv3hN1PqD4l0ND8nPWCw { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #z7mcISH5X4TpfraHkLZ6nROoB216NXg9 { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #GqQefThJwNEDzq2PDNlGT7ZCRpHZWT5t { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #OUHOknyTkSH7JQuFcWgisffJFh7f5T8n { display:block; }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row .container { width:764px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD4LGvoEEswWJuifTOf8ZQlCCcVfcxHx { width:225px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hbtNoh2kweeVbfNR2wyDD3ODGenmOZ2i { width:70px;height:70px;top:178px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #UiK8KrtTvDTzAmCoqJ23yf9hPReNg9Bm { width:235px;height:28px;top:261px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mFFn0Tcl65Mb8S0zFSaBKHbZRGJEtrfw { width:235px;height:18px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ewu9tlx6pQHnPV7HWmTH3oGoiNInP81a { width:70px;height:70px;top:178px;left:344.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #LWMZdUTWIkks4T6mPb5cWzw7J3Qf6Geb { width:225px;height:150px;top:60px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #mmVPoZiiyiBBoFsF8fvHCIuurHCW07DF { width:235px;height:28px;top:261px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #OVh4uBRQpv50xvbEDIXfQavezQwQK41y { width:235px;height:18px;top:291px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #S1UAHxtQfawyPqnTovTryIoa3pUEXCTQ { width:235px;height:28px;top:261px;left:529.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #sZtiVZIamt9EDDmdgx3KlhFVnuzQR7bk { width:235px;height:18px;top:291px;left:529.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #LmCvwcngQorS3odgauzIUtE9M2RZQ6tE { width:70px;height:70px;top:178px;left:344.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #R9cH9lRxZBLgpVH2ntmyiVfbqAHWbM3V { width:225px;height:150px;top:60px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #Mmiea9S3M4dHZiqf2L3XRT2fAK4C0ags { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #n2cZqvZVHHi7mJg3l5fkNRnLfGTwmSvy { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #E4xill82sJfInq4TOhTrnkf1HyHqN0GH { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh { display:block; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { width:764px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3aiZ7WhVSCcksETvElQOEAfgXiBZSgr { width:225px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Udq9bTmZDT51teRxx4tF5caT22Z5QEur { width:70px;height:70px;top:178px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #FTkrim2CplCvi6Tz8BJm0K6Ep5DfmmCu { width:235px;height:28px;top:261px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gnv4nUEeuJV7NZmib4QaDbBkHDHMaIlU { width:235px;height:18px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zdJ8BLbogi492J75I1s4ggL6FvsxbTqu { width:70px;height:70px;top:178px;left:344.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #ib9tHFsXaIofHWQ8M8Byp5weC1A8cd9e { width:225px;height:150px;top:60px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #KZrW9TH8o0RUvHgWKgQVaBlktMXuETXK { width:235px;height:28px;top:261px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #foXTTNPSQlHHDanZfk61fPTWQeAFT6CF { width:235px;height:18px;top:291px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #JG8WFytoglodp1ch91DMcPt2hlzTasdn { width:235px;height:28px;top:261px;left:529.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #LFL7Rnzo4UtNyukzp8tLdmcKGESTPKRT { width:235px;height:18px;top:291px;left:529.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #LwQF4vNi7D1L2K9ox26iXoIzNk6DI8zT { width:225px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ngMTvg91BJAmhFx3hFvTTzmgu8EOsDmv { width:70px;height:70px;top:178px;left:344.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #TVaF6w9pG52ATg7AT4JaTRMePaPWT3Rp { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #mPMxa8q1V6B9y9NNyX8WiK8W6WTFgLdk { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #BGtFe1obwsUNPnD3b8AOo1WsmeBvuekB { width:31px;height:32px;top:193px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGTbySSu4XA38z735tIbEKGFJnJDJZeV { width:350px;height:250px;top:120px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z6zVgCiGqgRMRQSbRtoTG2xF1IwtZid6 { top:145px;left:0px;width:513px;height:;font-size:16px;display:block; }#z6zVgCiGqgRMRQSbRtoTG2xF1IwtZid6 li:before{  }
 }@media only screen and (max-width: 763px) { #HwBc9qse8GdhsoM6bvVT4z1akkEEudGm { width:764px;height:45px;top:67px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OQ1fFPTXy9XIe0BDFWIy5RZONvrZ6BTF { width:764px;height:45px;top:67px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #HIkDVLz2IAQTeMVd9wBObl92tINdABZc { display:block; }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I33wIsKWIs3u4EbkbHDfiF99g8IKE2Te { width:764px;height:45px;top:100px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lP0V8illNThKvx9q4Bmd4OK4yWqrQ0vN { width:764px;height:26px;top:146px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nBWlqsmqh6NollXvUsMkGWyPTqcSTp16 { width:400px;height:55px;top:265px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #iFNyu2vQEdc6TOpA69WpRLO44m78GJ5u { display:block; }
 }@media only screen and (max-width: 763px) { #OeNp6xIUyTwJ1OqayTRqMJTTZogrsIl1 { width:764px;height:26px;top:146px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/af631d07eb7a759b26f244f4c5ec2605.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .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); } }@media only screen and (max-width: 763px) { #TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN { background-color:rgba(0,0,0,0.3);background-image:none;display:block; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { background-color: transparent; background-image: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container > .video-iframe-container { display: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row > .video-iframe-container { display: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .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); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { width:320px;height:437px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtW44dyqI6UgpvUAB1gH0BHRhdLEKb5t { width:320px;height:208px;top:80px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #B2xTq2u4UhtWSH6ooLBBEHewHvDO3FJb { width:320px;height:104px;top:333px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH { display:block; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv6Kkpvb31zJUcMb2Aux0zKnL4ZnwHqL { width:114px;height:114px;top:43.390625px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #d2nrVtrcsydEgTFSBZDHt3USxKoThSEV { width:90px;height:32.5px;top:71.25px;left:35px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TCTWzB0T46ZETTK3OTsCoU7tXfppqx2h { width:90px;height:20.7969px;top:112.796875px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GTnDVvNByO7ddZqW37borJ3cWBOtCSir { width:90px;height:32.5px;top:71.25px;left:194px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NZduRIr7qqaWshTBdLONTRt3boIPtTHg { width:90px;height:20.7969px;top:112.796875px;left:194px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dDlNoDG0eoMn1J2ozSt4lgr7WGoTIQTs { width:114px;height:114px;top:43.390625px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl { display:block; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { width:320px;height:606.1094px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5xJZRrh2PTzWF0fPQ2NXTg9CBubRcbh { width:320px;height:341.953px;top:98.5px;left:0px;font-size:16px;display:block; }#G5xJZRrh2PTzWF0fPQ2NXTg9CBubRcbh li:before{  }
 }@media only screen and (max-width: 763px) { #T7yOXkvxnZTGQPwBU78u6ae31ZupqAEl { width:320px;height:65px;top:20px;left:0px;font-size:25px;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SrbVfNgtlclTUGL9V1JATTgpziywC7Gs { width:304px;height:55px;top:460.438px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #pTRGXrco3X7QpVQT32SKN4rHLgRXXRB3 { display:block; }
 }@media only screen and (max-width: 763px) { #OxOyfRTonMFPRCar2hWbEwms40P2NoIh { width:320px;height:0;top:535.4375px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs { display:block; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { width:320px;height:1185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bnp9VA1fr4Kqd8V9SLaP92rx0ys97IvH { width:300px;height:200px;top:150.5px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #y0KtfL3nWts7GUcw3vDbcoxCuhyH6uy4 { width:303px;height:57.1876px;top:390.609375px;left:8.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Tob2sFii0kxhTMqGJ69BvgRa1CTtoCe6 { width:303px;height:20.7969px;top:426px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H9OZmSx6R29o3LJL3C0iMTwcCzm25Uqp { width:300px;height:200px;top:506px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9CUoOQ5H138t39TM4fPHbfqJ4pRyRz { width:303px;height:28.5938px;top:735px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #H9Q5LKUSQ67tJU0neBB43JmcCo2hKnu8 { width:303px;height:20.7969px;top:773px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DEKxzqBhI1ykX8TsfTAwR6i0uBAucr3y { width:303px;height:28.5938px;top:1098px;left:8.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kwizkdSQsCmPsgXF0ebJrVyRz0SeD18e { width:303px;height:20.7969px;top:1136px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hAL4sg9ey4IfnOwUC6FqHdhgbKXuupIx { width:70px;height:70px;top:313.609375px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #BqZKaCHhVypb2tUKEf1q7W3cMIkfgC9D { width:70px;height:70px;top:658px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #Il2rx89fpRRdiKaOC4rctsRLFi0zuopb { width:70px;height:70px;top:1021px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #qA0cvBLFDScG97Klf5oqRsfqDTFfNgNI { width:300px;height:200px;top:863px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wv5bkmZxPR1gU2ZNgUo4XCfEQicyU6oX { width:320px;height:97.5px;top:18px;left:0px;font-size:25px;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JTLZcltkauOBDv3hN1PqD4l0ND8nPWCw { width:64px;height:41.5938px;top:676.203125px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z7mcISH5X4TpfraHkLZ6nROoB216NXg9 { width:64px;height:41.5938px;top:1039.203125px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GqQefThJwNEDzq2PDNlGT7ZCRpHZWT5t { width:64px;height:41.5938px;top:331.796875px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OUHOknyTkSH7JQuFcWgisffJFh7f5T8n { display:block; }#OUHOknyTkSH7JQuFcWgisffJFh7f5T8n > .row .container { width:320px;height:1122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD4LGvoEEswWJuifTOf8ZQlCCcVfcxHx { width:300px;height:200px;top:54px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #hbtNoh2kweeVbfNR2wyDD3ODGenmOZ2i { width:70px;height:70px;top:218px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #UiK8KrtTvDTzAmCoqJ23yf9hPReNg9Bm { width:303px;height:28.5938px;top:305px;left:8.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mFFn0Tcl65Mb8S0zFSaBKHbZRGJEtrfw { width:303px;height:20.7969px;top:341px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ewu9tlx6pQHnPV7HWmTH3oGoiNInP81a { width:70px;height:70px;top:577px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #LWMZdUTWIkks4T6mPb5cWzw7J3Qf6Geb { width:300px;height:200px;top:419px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #mmVPoZiiyiBBoFsF8fvHCIuurHCW07DF { width:303px;height:28.5938px;top:666px;left:8.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OVh4uBRQpv50xvbEDIXfQavezQwQK41y { width:303px;height:20.7969px;top:708px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S1UAHxtQfawyPqnTovTryIoa3pUEXCTQ { width:303px;height:28.5938px;top:1041px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sZtiVZIamt9EDDmdgx3KlhFVnuzQR7bk { width:303px;height:20.7969px;top:1080px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LmCvwcngQorS3odgauzIUtE9M2RZQ6tE { width:70px;height:70px;top:962px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #R9cH9lRxZBLgpVH2ntmyiVfbqAHWbM3V { width:300px;height:200px;top:801px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Mmiea9S3M4dHZiqf2L3XRT2fAK4C0ags { width:64px;height:41.5938px;top:237px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n2cZqvZVHHi7mJg3l5fkNRnLfGTwmSvy { width:64px;height:41.5938px;top:596px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E4xill82sJfInq4TOhTrnkf1HyHqN0GH { width:64px;height:41.5938px;top:981px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh { display:block; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { width:320px;height:1201px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3aiZ7WhVSCcksETvElQOEAfgXiBZSgr { width:300px;height:200px;top:60px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Udq9bTmZDT51teRxx4tF5caT22Z5QEur { width:70px;height:70px;top:218px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #FTkrim2CplCvi6Tz8BJm0K6Ep5DfmmCu { width:303px;height:28.5938px;top:311px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gnv4nUEeuJV7NZmib4QaDbBkHDHMaIlU { width:303px;height:20.7969px;top:350px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zdJ8BLbogi492J75I1s4ggL6FvsxbTqu { width:69px;height:70px;top:596px;left:121.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ib9tHFsXaIofHWQ8M8Byp5weC1A8cd9e { width:300px;height:200px;top:438px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #KZrW9TH8o0RUvHgWKgQVaBlktMXuETXK { width:303px;height:28.5938px;top:678px;left:8.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #foXTTNPSQlHHDanZfk61fPTWQeAFT6CF { width:303px;height:20.7969px;top:715px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JG8WFytoglodp1ch91DMcPt2hlzTasdn { width:303px;height:28.5938px;top:1048px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LFL7Rnzo4UtNyukzp8tLdmcKGESTPKRT { width:303px;height:20.7969px;top:1086px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LwQF4vNi7D1L2K9ox26iXoIzNk6DI8zT { width:300px;height:200px;top:797px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ngMTvg91BJAmhFx3hFvTTzmgu8EOsDmv { width:70px;height:70px;top:956px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #TVaF6w9pG52ATg7AT4JaTRMePaPWT3Rp { width:64px;height:41.5938px;top:237px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mPMxa8q1V6B9y9NNyX8WiK8W6WTFgLdk { width:64px;height:41.5938px;top:615px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BGtFe1obwsUNPnD3b8AOo1WsmeBvuekB { width:64px;height:41.5938px;top:975px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { width:320px;height:422px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGTbySSu4XA38z735tIbEKGFJnJDJZeV { width:320px;height:296px;top:83.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z6zVgCiGqgRMRQSbRtoTG2xF1IwtZid6 { width:320px;height:227.969px;top:139.5px;left:0px;font-size:16px;display:block; }#z6zVgCiGqgRMRQSbRtoTG2xF1IwtZid6 li:before{  }
 }@media only screen and (max-width: 763px) { #HwBc9qse8GdhsoM6bvVT4z1akkEEudGm { width:320px;height:20.7969px;top:395px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OQ1fFPTXy9XIe0BDFWIy5RZONvrZ6BTF { width:320px;height:32.5px;top:83.5px;left:0px;font-size:25px;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HIkDVLz2IAQTeMVd9wBObl92tINdABZc { display:block; }#HIkDVLz2IAQTeMVd9wBObl92tINdABZc > .row .container { width:320px;height:388px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I33wIsKWIs3u4EbkbHDfiF99g8IKE2Te { width:320px;height:32.5px;top:70px;left:0px;font-size:25px;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-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #lP0V8illNThKvx9q4Bmd4OK4yWqrQ0vN { width:320px;height:83.1875px;top:110px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nBWlqsmqh6NollXvUsMkGWyPTqcSTp16 { width:304px;height:55px;top:234px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #iFNyu2vQEdc6TOpA69WpRLO44m78GJ5u { display:block; }
 }@media only screen and (max-width: 763px) { #OeNp6xIUyTwJ1OqayTRqMJTTZogrsIl1 { width:320px;height:18.1875px;top:348px;left:0px;font-size:14px;display:block; }
 }