.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a9cd50a-dbe9-4920-bd59-6a9982b67131/raspberriesblueberriesisolated.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { border-width: 0; border-radius: 0; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:960px;height:893px;font-size:14px;font-family:arial;position:relative;display:block; }#l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { position:absolute;display:block;z-index:15002;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat: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:80px;width:7px;top:181px;left:22px;display:block; }
#mXExboNf4cS3QngBL3JosND0BJ7UUwTF { color:#000000;display:block;width:816px;position:absolute;font-family:"source sans pro";font-size:48px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:163px;left:41.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rXChykzIbobqsS1wLuTuSpKC30aqDsvG { color:#000000;display:block;width:396px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:222px;left:41.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { background-color:#de378c;background-image:none;background-position:top left !important;background-repeat: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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#e4eff1;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:24px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:61px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:709px;left:41.5px;display:block; }
#XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { position:absolute;display:block;z-index:15006;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat: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:2px;width:208px;top:268px;left:709px;display:block; }
#vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { position:absolute;display:block;z-index:15007;background-color:#f1bf98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #2d2929;border-left:6px solid #2d2929;border-right:6px solid #2d2929;border-bottom:6px solid #2d2929;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:12px;width:12px;top:256px;left:917px;display:block; }
#h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { color:#2d2929;display:block;width:69px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:230px;left:725px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nBMMTNVORAeloQJcesrzVItLSRW6BxTA { color:#2d2929;display:block;width:94px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:230px;left:796px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xx8Rtdg3nUEdOq03U95tGl5tlGGLJEwT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:502px;width:753px;display:none; }
#wxDNI97iNeuHp733UOukiNbTLWozzhfM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:52px;width:152px;top:81px;left:41.5px;overflow:hidden;display:block; }
#yoHVP9iJQERJtN4B1xQEx6TzrA9loznk { position:absolute;display:block;z-index:15021;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:50px;width:51px;top:869.5px;left:452.5px;overflow:hidden;display:block; }
#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6d0e54d-b43c-4c78-8957-e2a152717b1b/1a984a70fd904cf9a69e19874ed75785.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u.adaptive-delivery-prevent-bg, #T4cc3gTMn82UprngBk1I0XbT6l9qDf3u.lazyload, #T4cc3gTMn82UprngBk1I0XbT6l9qDf3u.lazyloading { background-image: none; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container { background-color: transparent; background-image: none; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container > .video-iframe-container { display: none; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row > .video-iframe-container { display: none; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .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); }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container { border-width: 0; border-radius: 0; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container { font-size:14px;font-family:arial;height:574px;width:960px;position:relative;display:block; }#SwT1dN3xu9zHNQftEiU9b9rkHSy93eWp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:236px;width:423px;top:277px;left:499.859375px;display:block; }
#dnwwepM3lTxG3b4o7JuDCHpmFaLwduJv { color:#ffffff;display:block;width:430px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:168px;left:8.359375px;height:80px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPzZBHPAC3vtVhgxalvflhPRaLbtQtlS { color:#ffffff;display:block;width:430px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:168px;left:496.359375px;height:80px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xe53AzCJJN50sLzuhIn7VEiDAi8ZBxAq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:236px;width:424px;top:277px;left:13.859375px;display:block; }
#lgAuT8gXlwAzC3VarmSLpeaa1ifx92x7 { color:#ffffff;display:block;width:648px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:73px;left:156px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU { 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; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { background-color: transparent; background-image: none; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container > .video-iframe-container { display: none; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row > .video-iframe-container { display: none; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .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); }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { border-width: 0; border-radius: 0; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { font-size:14px;font-family:arial;height:130px;width:960px;position:relative;display:block; }#AzeCNzhtPPtW7uT50cyU3PRMLXUSvpzT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:52px;width:52px;top:37px;left:0px;overflow:hidden;display:block; }
#KqzMZDauXOE6RZJDBfkSRv1pZBTwAedk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:52px;width:49px;top:38px;left:480px;overflow:hidden;display:block; }
#yinWhaLE8MuTzvlBJ91DFDzbQg3dgSx2 { position:absolute;display:block;z-index:15002;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:49px;width:49px;top:37px;left:720px;overflow:hidden;display:block; }
#UanqcUsTtCt1GvuRb83hs7uKgb8LfvS9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42px;width:40px;top:39px;left:240px;overflow:hidden;display:block; }
#oprMeCIqFmm0OFkdhkfSUlPrwVKqcNfp { color:#000000;display:block;width:165px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35px;left:64px;height:23px;font-style:normal;display:block; }
#IC0RFDrCISp0gTU9Oul1FebllLi1X3Dg { color:#000000;display:block;width:165px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:58px;left:64px;height:60px;font-style:normal;display:block; }
#PGIccs3xc8oFyiFtDCiGTyMJUUWOx7zT { color:#000000;display:block;width:175px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:58px;left:292px;height:60px;font-style:normal;display:block; }
#PALFWgwzECxPCpeOWDW8Wv83HPATUWd6 { color:#000000;display:block;width:166px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37px;left:292px;height:23px;font-style:normal;display:block; }
#vekqZF94kfdbpmk2FmCzzyKazlrhFQTU { color:#000000;display:block;width:165px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:55px;left:543px;height:40px;font-style:normal;display:block; }
#mR071TrDfmAs3zIbW4E5LDR5mNIBWDVP { color:#000000;display:block;width:170px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32px;left:543px;height:23px;font-style:normal;display:block; }
#r0Z91G08eF3KRHXpEyT6MKELnK9FibOz { color:#000000;display:block;width:174px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:55px;left:782px;height:40px;font-style:normal;display:block; }
#UlmBDkTtWGV8bFTVbBZcqcbRri72Mtcz { color:#000000;display:block;width:170px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32px;left:782px;height:23px;font-style:normal;display:block; }
#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6c15234-e931-4f5a-9f81-5d72e816f525/0bf179cc6e4e4a2da572c307310fbb6e.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2.adaptive-delivery-prevent-bg, #PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2.lazyload, #PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2.lazyloading { background-image: none; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container { background-color: transparent; background-image: none; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container > .video-iframe-container { display: none; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row > .video-iframe-container { display: none; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .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); }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container { border-width: 0; border-radius: 0; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container { font-size:14px;font-family:arial;height:466px;width:960px;position:relative;display:block; }#fZrxyseOmPP3M7DAAO18dZPxtzNcOFLg { color:#ffffff;display:block;width:317px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:168px;left:0px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tr4HxeCJi2y03lsCgFFPMuOtvhDIlWHA { color:#ffffff;display:block;width:430px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:168px;left:265px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzmIA4TuFi9pd56iOtwp67FmppS7hcOI { color:#ffffff;display:block;width:648px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:73px;left:156px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UalLFIelkiIzWmlT726TEQnzq0TOuOdd { position:absolute;display:block;z-index:15005;height:170px;width:307px;top:233px;left:0px;display:block; }
#P6rSC0V2vfBgmCLVTJfF2BiS2fGdnnh6 { color:#ffffff;display:block;width:218px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:168px;left:696.625px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMhPcC6Srdu8wDyXez7RkNzaGGBJKi49 { position:absolute;display:block;z-index:15006;height:171px;width:307px;top:232.5px;left:326.5px;display:block; }
#zJ2UdbX9bJTCFRfgzDPAWh7umiOctizp { position:absolute;display:block;z-index:15007;height:170px;width:305px;top:233px;left:653.13966480447px;display:block; }
#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { 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; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { background-color: transparent; background-image: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { border-width: 0; border-radius: 0; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { font-size:14px;font-family:arial;height:133px;width:960px;position:relative;display:block; }#axg01qbmMXLXaiJf02NxUEQudvBMozIr { color:#2d2929;display:block;width:302px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:62px;left:347px;height:46px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { position:absolute;display:block;z-index:15020;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:50px;width:51px;top:60px;left:316px;overflow:hidden;display:block; }
#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.adaptive-delivery-prevent-bg, #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.lazyload, #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.lazyloading { background-image: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { background-color: transparent; background-image: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container > .video-iframe-container { display: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container { display: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .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); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { border-width: 0; border-radius: 0; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { font-size:14px;font-family:arial;height:769px;width:960px;position:relative;display:block; }#XdyOLbPsyFW7snxISdyS9BFNvi8XD3BB { position:absolute;display:block;z-index:15000;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;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:688px;width:250px;top:66px;left:35px;display:block; }
#htS2vOkEVMAhQVpI9yPcfiS3HXdksm7C { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:292px;left:51px;height:342px;text-align:center;text-align-last:center;display:block; }
#QGfMGTVc60tupUP7RTXDocSwVH2Uuy07 { position:absolute;display:block;z-index:15002;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:136px;width:163px;top:120px;left:78.5px;overflow:hidden;display:block; }
#U2X1vV9690EE77uwtAUI8vutUouAS1Ba { position:absolute;display:block;z-index:15006;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;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:687px;width:250px;top:67px;left:355px;display:block; }
#GTcTqVxrT0lCSex54UMJoy49Wov2mmQh { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:292px;left:371px;height:324px;text-align:center;text-align-last:center;display:block; }
#uU1Rn8rRv0vS3VL6geTDqMeh5itMdCWJ { 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:136px;width:163px;top:121px;left:399px;overflow:hidden;display:block; }
#XOPy9vPZ1GV8CQoSFhsOnNsTUnt6mBRk { position:absolute;display:block;z-index:15012;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;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:686px;width:250px;top:67px;left:675px;display:block; }
#vkAuLlT4qOKQga9mD5cTaAfWJDZZqTKG { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:292px;left:691px;height:216px;text-align:center;text-align-last:center;display:block; }
#au7XGuM4TpH4lDaosxIzcGvEbEPcEuLh { 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:136px;width:163px;top:121px;left:719px;overflow:hidden;display:block; }
#PrhDNUveA37ZbXovWw72ohsUe9XtvbSc { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:37px;left:128px; }
#ifk6TE0Gc6DLE4ecqgTIHtv3X2hAR7Ol { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:37px;left:448px; }
#iotVCMULxtLk1cti776lBvVlWiJ38HQO { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:37px;left:768px; }
#EPFum7e95k8KVTdkdhI1yxbiO0FzNqDR { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:677px;left:41px;display:block; }
#hgwflzoRZnDfhHTvxvtVmZV8ZBvZKFux { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oTCnRSlybuXTihXfnPRSMpceZrL98Mf2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:677px;left:163px;display:block; }
#FkQyL5ZTlrltG7G6pHyELVgE0eabEOFM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZsmriQVPl3umepopCNKGpgWbodGC3sTO { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:677px;left:360px;display:block; }
#DUpfNofGzvBGdKVa9dgg8W5N53NRXW0a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#L0PN7R84uCz8M3tty9giRdG6nsrk1NpS { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:677px;left:680px;display:block; }
#S3SPsdOiZIxSDSziMfxT5t78tf6fV29L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gR0bSoeUwreHgvKsfFcp8dx1aDbXgF5d { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:677px;left:483px;display:block; }
#JeTdd2be8kJZKzlTAByL9Pebp4mUJuep { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Sd8L2ogHhCHOmgBy5A8hFUPMGpMpTuZB { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:677px;left:804px;display:block; }
#Ocq9JtWXTGLkcr7IR2kwpBhdtoNuUF0L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 { 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; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { background-color: transparent; background-image: none; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container > .video-iframe-container { display: none; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row > .video-iframe-container { display: none; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .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); }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { border-width: 0; border-radius: 0; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#QXQgSpNoszbMvMkhuaPO4zht60xAlI1F { color:#2d2929;display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:46px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct { 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; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { background-color: transparent; background-image: none; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container > .video-iframe-container { display: none; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row > .video-iframe-container { display: none; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .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); }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { border-width: 0; border-radius: 0; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;position:relative;display:block; }#P8Rz5t8X0MuISh0SsE7JAXHfVnrbwvS3 { position:absolute;display:block;z-index:15000;background-color:#58c1d5;background-image:none;background-position:top left !important;background-repeat: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:608px;width:320px;top:17px;left:0px;display:block; }
#dgle7Ta9tqqA0BqdH5ETTzARGsAw7Qkm { color:#ffffff;display:block;width:270px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:26px;left:25px;height:682px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HoZNFtRvmW56dTxqSP1zlVSSeH33l9QI { position:absolute;display:block;z-index:15001;background-color:#444545;background-image:none;background-position:top left !important;background-repeat: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:608px;width:320px;top:17px;left:320px;display:block; }
#bmp91aXTMUp6i1VKWzVBHQl8ZIFUS2Ry { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26px;left:339.5px;height:242px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kfhIwwfJHspooqttSU13RGvNCptnU7lh { position:absolute;display:block;z-index:15002;background-color:#7d8089;background-image:none;background-position:top left !important;background-repeat: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:608px;width:320px;top:17px;left:640px;display:block; }
#ZFLwlMxepQ0nDwvSMvh9vKXvKBgSfUMJ { color:#ffffff;display:block;width:297px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:26px;left:651.5px;height:528px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ndmCMtSVVF82hJUoTXsSTlJNOb0rJ02f { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:279px;left:339.5px;height:374px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { 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; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { background-color: transparent; background-image: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container > .video-iframe-container { display: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container { display: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .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); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { border-width: 0; border-radius: 0; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { font-size:14px;font-family:arial;height:133px;width:960px;position:relative;display:block; }#V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { color:#2d2929;display:block;width:302px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:62px;left:347px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { position:absolute;display:block;z-index:15020;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:50px;width:51px;top:60px;left:316px;overflow:hidden;display:block; }
#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.adaptive-delivery-prevent-bg, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyload, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyloading { background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { background-color: transparent; background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .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); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { border-width: 0; border-radius: 0; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { font-size:14px;font-family:arial;height:622px;width:960px;position:relative;display:block; }#uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { position:absolute;display:block;z-index:15000;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;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:535px;width:250px;top:66px;left:35px;display:block; }
#F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { color:#000000;display:block;width:229px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:302px;left:45.5px;height:180px;text-align:center;text-align-last:center;display:block; }
#b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { position:absolute;display:block;z-index:15002;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:136px;width:163px;top:120px;left:78.5px;overflow:hidden;display:block; }
#JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { position:absolute;display:block;z-index:15006;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;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:531px;width:250px;top:67px;left:355px;display:block; }
#uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:302px;left:371px;height:180px;text-align:center;text-align-last:center;display:block; }
#rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { 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:136px;width:163px;top:121px;left:399px;overflow:hidden;display:block; }
#dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { position:absolute;display:block;z-index:15012;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;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:530px;width:250px;top:67px;left:675px;display:block; }
#z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:302px;left:691px;height:216px;text-align:center;text-align-last:center;display:block; }
#LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { 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:136px;width:163px;top:121px;left:719px;overflow:hidden;display:block; }
#BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:37px;left:128px; }
#OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:37px;left:448px; }
#BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:37px;left:768px; }
#cdEz1JvWnCwXiLNEILR9VQHZN3Snxwia { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:539px;left:39px;display:block; }
#BTEo7GSZHn7rTPAmJ0FBgLwAOyzQ9KBv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:539px;left:164px;display:block; }
#Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZZxRk7c6yvTWQP8z8zk5GN0ZcyoIFKpO { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:539px;left:359px;display:block; }
#JzV8c1NiFq6JoIgFe11y3vRF4fTXS0ls { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#H91r0TJ4g5Evt8RJ2pn8QM0RQzhnDfes { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:539px;left:679px;display:block; }
#iHg4Zc6nVsZAIS0zKhcrlAk7kN9B2LZd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tot9vETkHKKManrDWZaGDNODiU7VfO0z { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:539px;left:483px;display:block; }
#pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:539px;left:803px;display:block; }
#V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU { 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; }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row .container { background-color: transparent; background-image: none; }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row .container > .video-iframe-container { display: none; }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row > .video-iframe-container { display: none; }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .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); }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row .container { border-width: 0; border-radius: 0; }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row .container { font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#KAItwQ0c4JAEfVFbo3noNL1y4MNxF9Lw { color:#2d2929;display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:46px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae { 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; }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row .container { background-color: transparent; background-image: none; }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row .container > .video-iframe-container { display: none; }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row > .video-iframe-container { display: none; }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .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); }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row .container { border-width: 0; border-radius: 0; }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row .container { font-size:14px;font-family:arial;height:1046px;width:960px;position:relative;display:block; }#I4zLHfvECoJo3DRm8vmQbthw5xZLvKgb { position:absolute;display:block;z-index:15000;background-color:#58c1d5;background-image:none;background-position:top left !important;background-repeat: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:1013px;width:320px;top:17px;left:0px;display:block; }
#mxNbMrn1cTxwyFew7Ll6fTPwDhxCAMgg { color:#ffffff;display:block;width:270px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:26px;left:25px;height:1100px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#OZoOoJOd3CFLXqvpC8WPpmvGpwKrUy48 { position:absolute;display:block;z-index:15001;background-color:#444545;background-image:none;background-position:top left !important;background-repeat: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:1012px;width:320px;top:17px;left:320px;display:block; }
#VvaibyffAnsJFzfFiKv4cwq8BGhoXfb9 { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26px;left:339.5px;height:154px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WJJlP66sCq4bxO68fSKrkW9oR24MZ8mg { position:absolute;display:block;z-index:15002;background-color:#7d8089;background-image:none;background-position:top left !important;background-repeat: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:1011px;width:320px;top:17px;left:640px;display:block; }
#BsRinZG1RyqywnWb2bn5RRkE3W0QpTnU { color:#ffffff;display:block;width:297px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:26px;left:651.5px;height:132px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oTTqOJpXowtbJWKBq1CC3O7HDAqfIgbG { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:200px;left:339.5px;height:176px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#pbr6uWdWdA2aSkcWJ7lGlrop4kKI5H7b { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:400.5px;left:339.5px;height:176px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#vSDlTm710lN2UA8cWddhvvt4NgTJv0XK { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:604px;left:339.5px;height:132px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yRvLBnMC5CZymaBTcCOKTPI3Tn9K1BTX { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:771px;left:339.5px;height:132px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#crKCHuVq7TO8AxzIahePBmdQdDZLLKva { color:#ffffff;display:block;width:297px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:211px;left:651.5px;height:154px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ls9fsdcwonsWsKikILrn3kdWaSEWtckb { color:#ffffff;display:block;width:297px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:412px;left:651.5px;height:132px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tUCIpofvgBr55sqqnynBNcb7hOJDPwcy { color:#ffffff;display:block;width:297px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:615px;left:651.5px;height:220px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.adaptive-delivery-prevent-bg, #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.lazyload, #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.lazyloading { background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { background-color: transparent; background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .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); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { border-width: 0; border-radius: 0; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { color:#ffffff;display:block;width:910px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.5px;left:13px;height:52px;font-style:normal;display:block; }
#SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:1px;width:910px;top:112px;left:25px;display:block; }
#gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { position:absolute;display:block;z-index:15007;background-color:#00cbec;background-image:none;background-position:top left !important;background-repeat: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:3px;width:60px;top:111px;left:25px;display:block; }
#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.adaptive-delivery-prevent-bg, #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.lazyload, #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.lazyloading { background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { background-color: transparent; background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .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); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { border-width: 0; border-radius: 0; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { font-size:14px;font-family:arial;height:375px;width:960px;position:relative;display:block; }#TGuribtrqtDWHihy44UtDhOMu1gnlCEs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0be6f69d-8d64-4e46-987c-5ccc7d31cb20/4.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:51px;display:block; }#TGuribtrqtDWHihy44UtDhOMu1gnlCEs.adaptive-delivery-prevent-bg, #TGuribtrqtDWHihy44UtDhOMu1gnlCEs.lazyload, #TGuribtrqtDWHihy44UtDhOMu1gnlCEs.lazyloading { background-image: none; }
#yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/091dc71d-cd61-4f5e-a245-813ebe321efc/wzestawie2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:371px;display:block; }#yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r.adaptive-delivery-prevent-bg, #yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r.lazyload, #yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r.lazyloading { background-image: none; }
#BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a47d947b-a323-45f6-b4b6-ca0f88972a69/wzestawie3.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:691px;display:block; }#BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu.adaptive-delivery-prevent-bg, #BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu.lazyload, #BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu.lazyloading { background-image: none; }
#sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:276px;left:27px;display:block; }
#tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:276px;left:670px;display:block; }
#i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#X3urLAu1mtrVWANMLiKD6HJDeqRHynln { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:276px;left:348px;display:block; }
#oXNrFpcahE8aUy9iWXLmwJPQToOc8mgn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Dwmt0akstE7OIGREVeopeM95m7IfqvDq { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:276px;left:807px;display:block; }
#uyWwFU4PGOxvpFoymyyEVwtxJeWnUEHy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BcJr794E8iyb7pxtf7LiyxP59Nbv71hF { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:276px;left:496px;display:block; }
#W4ixtpsE6Tf9Um0EASVpelGnGzpZfb8v { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PPJlFdJ3A6DTGKdTHTDSXR0iPr4zxX6e { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:276px;left:173px;display:block; }
#ZyHUENSoPUXgLQhg9ZK3EuBN81TdXLxI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87.adaptive-delivery-prevent-bg, #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87.lazyload, #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87.lazyloading { background-image: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { background-color: transparent; background-image: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .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); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { border-width: 0; border-radius: 0; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { font-size:14px;font-family:arial;height:375px;width:960px;position:relative;display:block; }#GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2952eeb8-f635-40c6-abfc-399ef9f7952f/4.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:51px;display:block; }#GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH.adaptive-delivery-prevent-bg, #GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH.lazyload, #GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH.lazyloading { background-image: none; }
#tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e42b8aea-d413-4ad8-b899-eba6bcf758ff/1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:371px;display:block; }#tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U.adaptive-delivery-prevent-bg, #tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U.lazyload, #tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U.lazyloading { background-image: none; }
#D8NPKnd3BNozclafThBmz4NlMvkCxMkn { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/19a00f5f-a49a-4d34-b98b-b27983f73f5e/2.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:691px;display:block; }#D8NPKnd3BNozclafThBmz4NlMvkCxMkn.adaptive-delivery-prevent-bg, #D8NPKnd3BNozclafThBmz4NlMvkCxMkn.lazyload, #D8NPKnd3BNozclafThBmz4NlMvkCxMkn.lazyloading { background-image: none; }
#RJuCz20FPGTDCrOigf6xztvliq908yFK { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:257.5px;left:27px;display:block; }
#yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:257.5px;left:361px;display:block; }
#NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:257.5px;left:675px;display:block; }
#Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:257.5px;left:814px;display:block; }
#BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:257.5px;left:162px;display:block; }
#TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:257.5px;left:492px;display:block; }
#G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g.adaptive-delivery-prevent-bg, #RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g.lazyload, #RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g.lazyloading { background-image: none; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container { background-color: transparent; background-image: none; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container > .video-iframe-container { display: none; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row > .video-iframe-container { display: none; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .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); }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container { border-width: 0; border-radius: 0; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container { font-size:14px;font-family:arial;height:375px;width:960px;position:relative;display:block; }#LtuLE1zNoducGFBMAOhi0zHwwKTimoJD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/91c451b3-e791-4e3c-b14c-65b193ce3569/WhatsAppImage20230525at1600442.jpeg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:51px;display:block; }#LtuLE1zNoducGFBMAOhi0zHwwKTimoJD.adaptive-delivery-prevent-bg, #LtuLE1zNoducGFBMAOhi0zHwwKTimoJD.lazyload, #LtuLE1zNoducGFBMAOhi0zHwwKTimoJD.lazyloading { background-image: none; }
#OviqdLKZe17IdP9vs2eCq5mU00QDPyMC { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28317939-1a84-4a05-baa1-513b399f0110/WhatsAppImage20230525at1600444.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:371px;display:block; }#OviqdLKZe17IdP9vs2eCq5mU00QDPyMC.adaptive-delivery-prevent-bg, #OviqdLKZe17IdP9vs2eCq5mU00QDPyMC.lazyload, #OviqdLKZe17IdP9vs2eCq5mU00QDPyMC.lazyloading { background-image: none; }
#s67urPkuSLpFmp5qrgC2XRkHmPAIo7W0 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7a6925a5-0197-4942-9f0a-f5d94eaa2a96/WhatsAppImage20230525at1600443.jpeg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:691px;display:block; }#s67urPkuSLpFmp5qrgC2XRkHmPAIo7W0.adaptive-delivery-prevent-bg, #s67urPkuSLpFmp5qrgC2XRkHmPAIo7W0.lazyload, #s67urPkuSLpFmp5qrgC2XRkHmPAIo7W0.lazyloading { background-image: none; }
#K4pBWaamyLQW5oTE43I4bxWmw7rsboHX { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:257.5px;left:101px;display:block; }
#vHsG5NyqPFJgmLxAu33PDtlh99qO3npb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JIbAn0Q381GGGi0pp4fbN4KK8zoJ36bS { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:257.5px;left:421px;display:block; }
#WyJDTOr3JMuikzOg3dtuTVXal9fQlWrH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GgUeHX9AwRdQr8bZZsfVGnihIksoGX9T { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:257.5px;left:741px;display:block; }
#XqSCee3Ri9FxRFPw709iTenKeuxxHSTh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6c15234-e931-4f5a-9f81-5d72e816f525/0bf179cc6e4e4a2da572c307310fbb6e.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.adaptive-delivery-prevent-bg, #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.lazyload, #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.lazyloading { background-image: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { background-color: transparent; background-image: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container > .video-iframe-container { display: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container { display: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .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); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { border-width: 0; border-radius: 0; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { font-size:14px;font-family:arial;height:574px;width:960px;position:relative;display:block; }#V51IuGaUVKLJln2EqtkSQk9STvDht0Dw { color:#ffffff;display:block;width:880px;position:absolute;font-family:"source sans pro";font-size:32px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:117px;left:40px;height:418px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOVASkA8B5uSp1GpeX9hTor1C6wN7GSN { color:#ffffff;display:block;width:648px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:44px;left:156px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58c1d5;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; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { background-color: transparent; background-image: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container > .video-iframe-container { display: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container { display: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .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); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { border-width: 0; border-radius: 0; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { font-size:14px;font-family:arial;height:183px;width:960px;position:relative;display:block; }#bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { color:#2d2929;display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:48px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { 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; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { background-color: transparent; background-image: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container > .video-iframe-container { display: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container { display: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .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); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { border-width: 0; border-radius: 0; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { font-size:14px;font-family:arial;height:85px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { width:7px;height:80px;top:181px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:764px;height:;top:163px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rXChykzIbobqsS1wLuTuSpKC30aqDsvG { width:396px;height:46px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { width:200px;height:61px;top:709px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block; }
 }@media only screen and (max-width: 763px) { #mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { width:208px;height:2px;top:268px;left:556px;display:block; }
 }@media only screen and (max-width: 763px) { #vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { width:12px;height:12px;top:256px;left:740px;display:block; }
 }@media only screen and (max-width: 763px) { #h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { width:69px;height:39px;top:230px;left:627px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nBMMTNVORAeloQJcesrzVItLSRW6BxTA { width:94px;height:39px;top:230px;left:670px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xx8Rtdg3nUEdOq03U95tGl5tlGGLJEwT { width:598px;height:399px;display:none; }
 }@media only screen and (max-width: 763px) { #wxDNI97iNeuHp733UOukiNbTLWozzhfM { top:81px;left:0px;width:152px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #yoHVP9iJQERJtN4B1xQEx6TzrA9loznk { top:869px;left:354.5px;width:51px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #T4cc3gTMn82UprngBk1I0XbT6l9qDf3u { display:block; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwT1dN3xu9zHNQftEiU9b9rkHSy93eWp { top:277px;left:341px;width:423px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #dnwwepM3lTxG3b4o7JuDCHpmFaLwduJv { width:430px;height:80px;top:168px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DPzZBHPAC3vtVhgxalvflhPRaLbtQtlS { width:430px;height:80px;top:168px;left:334px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #xe53AzCJJN50sLzuhIn7VEiDAi8ZBxAq { top:277px;left:0px;width:424px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #lgAuT8gXlwAzC3VarmSLpeaa1ifx92x7 { width:648px;height:50px;top:73px;left:58px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU { display:block; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzeCNzhtPPtW7uT50cyU3PRMLXUSvpzT { top:37px;left:0px;width:52px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #KqzMZDauXOE6RZJDBfkSRv1pZBTwAedk { top:38px;left:382px;width:49px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #yinWhaLE8MuTzvlBJ91DFDzbQg3dgSx2 { top:37px;left:573px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #UanqcUsTtCt1GvuRb83hs7uKgb8LfvS9 { top:39px;left:191px;width:40px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #oprMeCIqFmm0OFkdhkfSUlPrwVKqcNfp { top:35px;left:26px;width:165px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IC0RFDrCISp0gTU9Oul1FebllLi1X3Dg { top:58px;left:26px;width:165px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PGIccs3xc8oFyiFtDCiGTyMJUUWOx7zT { top:58px;left:207px;width:175px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PALFWgwzECxPCpeOWDW8Wv83HPATUWd6 { top:37px;left:216px;width:166px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vekqZF94kfdbpmk2FmCzzyKazlrhFQTU { top:55px;left:408px;width:165px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mR071TrDfmAs3zIbW4E5LDR5mNIBWDVP { top:32px;left:403px;width:170px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #r0Z91G08eF3KRHXpEyT6MKELnK9FibOz { top:55px;left:590px;width:174px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UlmBDkTtWGV8bFTVbBZcqcbRri72Mtcz { top:32px;left:594px;width:170px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 { display:block; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZrxyseOmPP3M7DAAO18dZPxtzNcOFLg { width:317px;height:28px;top:168px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4HxeCJi2y03lsCgFFPMuOtvhDIlWHA { width:430px;height:28px;top:168px;left:167px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TzmIA4TuFi9pd56iOtwp67FmppS7hcOI { width:648px;height:50px;top:73px;left:58px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #UalLFIelkiIzWmlT726TEQnzq0TOuOdd { top:233px;left:0px;width:307px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #P6rSC0V2vfBgmCLVTJfF2BiS2fGdnnh6 { width:218px;height:28px;top:168px;left:546px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VMhPcC6Srdu8wDyXez7RkNzaGGBJKi49 { top:232px;left:228.5px;width:307px;height:171px;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2UdbX9bJTCFRfgzDPAWh7umiOctizp { top:233px;left:441px;width:305px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:302px;height:46px;top:62px;left:188px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { top:60px;left:218px;width:51px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W { display:block; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdyOLbPsyFW7snxISdyS9BFNvi8XD3BB { width:250px;height:688px;top:66px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #htS2vOkEVMAhQVpI9yPcfiS3HXdksm7C { width:218px;height:360px;top:292px;left:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #QGfMGTVc60tupUP7RTXDocSwVH2Uuy07 { width:163px;height:136px;top:120px;left:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #U2X1vV9690EE77uwtAUI8vutUouAS1Ba { width:250px;height:687px;top:67px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #GTcTqVxrT0lCSex54UMJoy49Wov2mmQh { width:218px;height:342px;top:292px;left:272px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uU1Rn8rRv0vS3VL6geTDqMeh5itMdCWJ { width:163px;height:136px;top:121px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #XOPy9vPZ1GV8CQoSFhsOnNsTUnt6mBRk { width:250px;height:686px;top:67px;left:510px;display:block; }
 }@media only screen and (max-width: 763px) { #vkAuLlT4qOKQga9mD5cTaAfWJDZZqTKG { width:218px;height:216px;top:292px;left:526px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #au7XGuM4TpH4lDaosxIzcGvEbEPcEuLh { width:163px;height:136px;top:121px;left:554px;display:block; }
 }@media only screen and (max-width: 763px) { #PrhDNUveA37ZbXovWw72ohsUe9XtvbSc { width:64px;height:64px;top:37px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #ifk6TE0Gc6DLE4ecqgTIHtv3X2hAR7Ol { width:64px;height:64px;top:37px;left:349px;display:block; }
 }@media only screen and (max-width: 763px) { #iotVCMULxtLk1cti776lBvVlWiJ38HQO { width:64px;height:64px;top:37px;left:603px;display:block; }
 }@media only screen and (max-width: 763px) { #EPFum7e95k8KVTdkdhI1yxbiO0FzNqDR { width:118px;height:42px;top:677px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #hgwflzoRZnDfhHTvxvtVmZV8ZBvZKFux { display:block; }
 }@media only screen and (max-width: 763px) { #oTCnRSlybuXTihXfnPRSMpceZrL98Mf2 { width:118px;height:42px;top:677px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #FkQyL5ZTlrltG7G6pHyELVgE0eabEOFM { display:block; }
 }@media only screen and (max-width: 763px) { #ZsmriQVPl3umepopCNKGpgWbodGC3sTO { width:118px;height:42px;top:677px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #DUpfNofGzvBGdKVa9dgg8W5N53NRXW0a { display:block; }
 }@media only screen and (max-width: 763px) { #L0PN7R84uCz8M3tty9giRdG6nsrk1NpS { width:118px;height:42px;top:677px;left:515px;display:block; }
 }@media only screen and (max-width: 763px) { #S3SPsdOiZIxSDSziMfxT5t78tf6fV29L { display:block; }
 }@media only screen and (max-width: 763px) { #gR0bSoeUwreHgvKsfFcp8dx1aDbXgF5d { width:118px;height:42px;top:677px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #JeTdd2be8kJZKzlTAByL9Pebp4mUJuep { display:block; }
 }@media only screen and (max-width: 763px) { #Sd8L2ogHhCHOmgBy5A8hFUPMGpMpTuZB { width:118px;height:42px;top:677px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #Ocq9JtWXTGLkcr7IR2kwpBhdtoNuUF0L { display:block; }
 }@media only screen and (max-width: 763px) { #iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 { display:block; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXQgSpNoszbMvMkhuaPO4zht60xAlI1F { width:764px;height:;top:60px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct { display:block; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { width:764px;height:364px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8Rz5t8X0MuISh0SsE7JAXHfVnrbwvS3 { width:255px;height:295px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dgle7Ta9tqqA0BqdH5ETTzARGsAw7Qkm { width:230px;height:135px;top:105px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HoZNFtRvmW56dTxqSP1zlVSSeH33l9QI { width:255px;height:295px;top:17px;left:254.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #bmp91aXTMUp6i1VKWzVBHQl8ZIFUS2Ry { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #kfhIwwfJHspooqttSU13RGvNCptnU7lh { width:255px;height:295px;top:17px;left:509.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLwlMxepQ0nDwvSMvh9vKXvKBgSfUMJ { width:230px;height:135px;top:105px;left:521.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #ndmCMtSVVF82hJUoTXsSTlJNOb0rJ02f { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { display:block; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { width:302px;height:;top:62px;left:249px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { top:60px;left:218px;width:51px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { width:250px;height:535px;top:66px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { width:229px;height:216px;top:302px;left:12.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { width:163px;height:136px;top:120px;left:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { width:250px;height:531px;top:67px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { width:218px;height:216px;top:302px;left:272px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { width:163px;height:136px;top:121px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { width:250px;height:530px;top:67px;left:510px;display:block; }
 }@media only screen and (max-width: 763px) { #z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { width:218px;height:216px;top:302px;left:526px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { width:163px;height:136px;top:121px;left:554px;display:block; }
 }@media only screen and (max-width: 763px) { #BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { width:64px;height:64px;top:37px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { width:64px;height:64px;top:37px;left:349px;display:block; }
 }@media only screen and (max-width: 763px) { #BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { width:64px;height:64px;top:37px;left:603px;display:block; }
 }@media only screen and (max-width: 763px) { #cdEz1JvWnCwXiLNEILR9VQHZN3Snxwia { width:118px;height:42px;top:539px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #BTEo7GSZHn7rTPAmJ0FBgLwAOyzQ9KBv { display:block; }
 }@media only screen and (max-width: 763px) { #CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { width:118px;height:42px;top:539px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block; }
 }@media only screen and (max-width: 763px) { #ZZxRk7c6yvTWQP8z8zk5GN0ZcyoIFKpO { width:118px;height:42px;top:539px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #JzV8c1NiFq6JoIgFe11y3vRF4fTXS0ls { display:block; }
 }@media only screen and (max-width: 763px) { #H91r0TJ4g5Evt8RJ2pn8QM0RQzhnDfes { width:118px;height:42px;top:539px;left:514px;display:block; }
 }@media only screen and (max-width: 763px) { #iHg4Zc6nVsZAIS0zKhcrlAk7kN9B2LZd { display:block; }
 }@media only screen and (max-width: 763px) { #tot9vETkHKKManrDWZaGDNODiU7VfO0z { width:118px;height:42px;top:539px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block; }
 }@media only screen and (max-width: 763px) { #aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { width:118px;height:42px;top:539px;left:638px;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block; }
 }@media only screen and (max-width: 763px) { #dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU { display:block; }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAItwQ0c4JAEfVFbo3noNL1y4MNxF9Lw { width:764px;height:;top:60px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae { display:block; }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row .container { width:764px;height:364px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4zLHfvECoJo3DRm8vmQbthw5xZLvKgb { width:255px;height:295px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mxNbMrn1cTxwyFew7Ll6fTPwDhxCAMgg { width:230px;height:135px;top:105px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OZoOoJOd3CFLXqvpC8WPpmvGpwKrUy48 { width:255px;height:295px;top:17px;left:254.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #VvaibyffAnsJFzfFiKv4cwq8BGhoXfb9 { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #WJJlP66sCq4bxO68fSKrkW9oR24MZ8mg { width:255px;height:295px;top:17px;left:509.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #BsRinZG1RyqywnWb2bn5RRkE3W0QpTnU { width:230px;height:135px;top:105px;left:521.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #oTTqOJpXowtbJWKBq1CC3O7HDAqfIgbG { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #pbr6uWdWdA2aSkcWJ7lGlrop4kKI5H7b { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #vSDlTm710lN2UA8cWddhvvt4NgTJv0XK { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #yRvLBnMC5CZymaBTcCOKTPI3Tn9K1BTX { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #crKCHuVq7TO8AxzIahePBmdQdDZLLKva { width:230px;height:135px;top:105px;left:521.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #ls9fsdcwonsWsKikILrn3kdWaSEWtckb { width:230px;height:135px;top:105px;left:521.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #tUCIpofvgBr55sqqnynBNcb7hOJDPwcy { width:230px;height:135px;top:105px;left:521.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { width:764px;height:52px;top:42px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGuribtrqtDWHihy44UtDhOMu1gnlCEs { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { width:118px;height:42px;top:276px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block; }
 }@media only screen and (max-width: 763px) { #oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { width:118px;height:42px;top:276px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block; }
 }@media only screen and (max-width: 763px) { #X3urLAu1mtrVWANMLiKD6HJDeqRHynln { width:118px;height:42px;top:276px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #oXNrFpcahE8aUy9iWXLmwJPQToOc8mgn { display:block; }
 }@media only screen and (max-width: 763px) { #Dwmt0akstE7OIGREVeopeM95m7IfqvDq { width:118px;height:42px;top:276px;left:642px;display:block; }
 }@media only screen and (max-width: 763px) { #uyWwFU4PGOxvpFoymyyEVwtxJeWnUEHy { display:block; }
 }@media only screen and (max-width: 763px) { #BcJr794E8iyb7pxtf7LiyxP59Nbv71hF { width:118px;height:42px;top:276px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #W4ixtpsE6Tf9Um0EASVpelGnGzpZfb8v { display:block; }
 }@media only screen and (max-width: 763px) { #PPJlFdJ3A6DTGKdTHTDSXR0iPr4zxX6e { width:118px;height:42px;top:276px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyHUENSoPUXgLQhg9ZK3EuBN81TdXLxI { display:block; }
 }@media only screen and (max-width: 763px) { #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { display:block; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #D8NPKnd3BNozclafThBmz4NlMvkCxMkn { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #RJuCz20FPGTDCrOigf6xztvliq908yFK { width:118px;height:42px;top:257px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block; }
 }@media only screen and (max-width: 763px) { #RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { width:118px;height:42px;top:257px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block; }
 }@media only screen and (max-width: 763px) { #o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { width:118px;height:42px;top:257px;left:510px;display:block; }
 }@media only screen and (max-width: 763px) { #Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block; }
 }@media only screen and (max-width: 763px) { #yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { width:118px;height:42px;top:257px;left:644px;display:block; }
 }@media only screen and (max-width: 763px) { #BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block; }
 }@media only screen and (max-width: 763px) { #Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { width:118px;height:42px;top:257px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block; }
 }@media only screen and (max-width: 763px) { #SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { width:118px;height:42px;top:257px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block; }
 }@media only screen and (max-width: 763px) { #RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g { display:block; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtuLE1zNoducGFBMAOhi0zHwwKTimoJD { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OviqdLKZe17IdP9vs2eCq5mU00QDPyMC { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #s67urPkuSLpFmp5qrgC2XRkHmPAIo7W0 { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #K4pBWaamyLQW5oTE43I4bxWmw7rsboHX { width:118px;height:42px;top:257px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #vHsG5NyqPFJgmLxAu33PDtlh99qO3npb { display:block; }
 }@media only screen and (max-width: 763px) { #JIbAn0Q381GGGi0pp4fbN4KK8zoJ36bS { width:118px;height:42px;top:257px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #WyJDTOr3JMuikzOg3dtuTVXal9fQlWrH { display:block; }
 }@media only screen and (max-width: 763px) { #GgUeHX9AwRdQr8bZZsfVGnihIksoGX9T { width:118px;height:42px;top:257px;left:576px;display:block; }
 }@media only screen and (max-width: 763px) { #XqSCee3Ri9FxRFPw709iTenKeuxxHSTh { display:block; }
 }@media only screen and (max-width: 763px) { #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH { display:block; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V51IuGaUVKLJln2EqtkSQk9STvDht0Dw { width:764px;height:418px;top:117px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VOVASkA8B5uSp1GpeX9hTor1C6wN7GSN { width:648px;height:50px;top:44px;left:58px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { width:764px;height:;top:60px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#ffffff;background-image:none;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:320px;height:564px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { width:7px;height:80px;top:88px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:300px;height:70px;top:88px;left:10px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rXChykzIbobqsS1wLuTuSpKC30aqDsvG { width:300px;height:33px;top:172px;left:10px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { width:203px;height:61px;top:320px;left:58.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block; }
 }@media only screen and (max-width: 763px) { #mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { width:208px;height:1px;top:275px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { width:12px;height:12px;top:263.5px;left:296px;display:block; }
 }@media only screen and (max-width: 763px) { #h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { width:100px;height:20px;top:225.5px;left:184px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nBMMTNVORAeloQJcesrzVItLSRW6BxTA { width:106px;height:20px;top:244.5px;left:176px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xx8Rtdg3nUEdOq03U95tGl5tlGGLJEwT { top:356px;left:0px;width:320px;height:179px;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wxDNI97iNeuHp733UOukiNbTLWozzhfM { width:135px;height:45px;top:22px;left:92.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yoHVP9iJQERJtN4B1xQEx6TzrA9loznk { width:51px;height:50px;top:513.5px;left:134.5px;display:none; }
 }@media only screen and (max-width: 763px) { #T4cc3gTMn82UprngBk1I0XbT6l9qDf3u { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6c15234-e931-4f5a-9f81-5d72e816f525/0bf179cc6e4e4a2da572c307310fbb6e.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u.adaptive-delivery-prevent-bg, #T4cc3gTMn82UprngBk1I0XbT6l9qDf3u.lazyload, #T4cc3gTMn82UprngBk1I0XbT6l9qDf3u.lazyloading { background-image: none; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container { background-color: transparent; background-image: none; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container > .video-iframe-container { display: none; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row > .video-iframe-container { display: none; }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .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); }#T4cc3gTMn82UprngBk1I0XbT6l9qDf3u > .row .container { width:320px;height:853px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwT1dN3xu9zHNQftEiU9b9rkHSy93eWp { height:180px;width:320px;top:218.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dnwwepM3lTxG3b4o7JuDCHpmFaLwduJv { width:320px;height:76px;top:115px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DPzZBHPAC3vtVhgxalvflhPRaLbtQtlS { width:320px;height:114px;top:445px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xe53AzCJJN50sLzuhIn7VEiDAi8ZBxAq { height:180px;width:320px;top:587px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lgAuT8gXlwAzC3VarmSLpeaa1ifx92x7 { width:320px;height:76px;top:12.5px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU { display:block; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { width:320px;height:667px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzeCNzhtPPtW7uT50cyU3PRMLXUSvpzT { width:52px;height:52px;top:20px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #KqzMZDauXOE6RZJDBfkSRv1pZBTwAedk { width:49px;height:52px;top:360px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #yinWhaLE8MuTzvlBJ91DFDzbQg3dgSx2 { width:49px;height:49px;top:515px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #UanqcUsTtCt1GvuRb83hs7uKgb8LfvS9 { width:40px;height:42px;top:195px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #oprMeCIqFmm0OFkdhkfSUlPrwVKqcNfp { width:320px;height:23px;top:92px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IC0RFDrCISp0gTU9Oul1FebllLi1X3Dg { width:320px;height:40px;top:135px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGIccs3xc8oFyiFtDCiGTyMJUUWOx7zT { width:320px;height:40px;top:300px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PALFWgwzECxPCpeOWDW8Wv83HPATUWd6 { width:320px;height:23px;top:257px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vekqZF94kfdbpmk2FmCzzyKazlrhFQTU { width:317px;height:20px;top:475px;left:1px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mR071TrDfmAs3zIbW4E5LDR5mNIBWDVP { width:320px;height:23px;top:432px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0Z91G08eF3KRHXpEyT6MKELnK9FibOz { width:320px;height:20px;top:627px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlmBDkTtWGV8bFTVbBZcqcbRri72Mtcz { width:320px;height:23px;top:584px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6c15234-e931-4f5a-9f81-5d72e816f525/0bf179cc6e4e4a2da572c307310fbb6e.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2.adaptive-delivery-prevent-bg, #PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2.lazyload, #PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2.lazyloading { background-image: none; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container { background-color: transparent; background-image: none; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container > .video-iframe-container { display: none; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row > .video-iframe-container { display: none; }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .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); }#PVr5VdL5FIvHIJ7TI05ZfJhCUzP2c0I2 > .row .container { width:320px;height:987px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZrxyseOmPP3M7DAAO18dZPxtzNcOFLg { width:320px;height:25px;top:143px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4HxeCJi2y03lsCgFFPMuOtvhDIlWHA { width:320px;height:28px;top:409px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TzmIA4TuFi9pd56iOtwp67FmppS7hcOI { width:320px;height:38px;top:44px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UalLFIelkiIzWmlT726TEQnzq0TOuOdd { width:307px;height:170px;top:192px;left:6.5px;display:block; }
 }@media only screen and (max-width: 763px) { #P6rSC0V2vfBgmCLVTJfF2BiS2fGdnnh6 { width:235px;height:28px;top:676px;left:42.5px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VMhPcC6Srdu8wDyXez7RkNzaGGBJKi49 { width:307px;height:171px;top:464.5px;left:6.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2UdbX9bJTCFRfgzDPAWh7umiOctizp { width:305px;height:170px;top:723px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:206px;height:33px;top:90px;left:57px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { width:51px;height:50px;top:20px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.adaptive-delivery-prevent-bg, #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.lazyload, #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.lazyloading { background-image: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { background-color: transparent; background-image: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container > .video-iframe-container { display: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container { display: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .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); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { width:320px;height:2055px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdyOLbPsyFW7snxISdyS9BFNvi8XD3BB { width:250px;height:675px;top:20px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #htS2vOkEVMAhQVpI9yPcfiS3HXdksm7C { width:218px;height:360px;top:246px;left:51px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGfMGTVc60tupUP7RTXDocSwVH2Uuy07 { width:163px;height:136px;top:74px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #U2X1vV9690EE77uwtAUI8vutUouAS1Ba { width:250px;height:647px;top:764px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GTcTqVxrT0lCSex54UMJoy49Wov2mmQh { width:218px;height:342px;top:971px;left:51px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uU1Rn8rRv0vS3VL6geTDqMeh5itMdCWJ { width:163px;height:136px;top:810px;left:78.5px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XOPy9vPZ1GV8CQoSFhsOnNsTUnt6mBRk { width:250px;height:555px;top:1481px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #vkAuLlT4qOKQga9mD5cTaAfWJDZZqTKG { width:218px;height:216px;top:1706px;left:51px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #au7XGuM4TpH4lDaosxIzcGvEbEPcEuLh { width:163px;height:136px;top:1537px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PrhDNUveA37ZbXovWw72ohsUe9XtvbSc { width:64px;height:64px;top:-9px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #ifk6TE0Gc6DLE4ecqgTIHtv3X2hAR7Ol { width:64px;height:64px;top:732px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #iotVCMULxtLk1cti776lBvVlWiJ38HQO { width:64px;height:64px;top:1452px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #EPFum7e95k8KVTdkdhI1yxbiO0FzNqDR { width:118px;height:42px;top:631px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #hgwflzoRZnDfhHTvxvtVmZV8ZBvZKFux { display:block; }
 }@media only screen and (max-width: 763px) { #oTCnRSlybuXTihXfnPRSMpceZrL98Mf2 { width:118px;height:42px;top:631px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #FkQyL5ZTlrltG7G6pHyELVgE0eabEOFM { display:block; }
 }@media only screen and (max-width: 763px) { #ZsmriQVPl3umepopCNKGpgWbodGC3sTO { width:118px;height:42px;top:1341px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #DUpfNofGzvBGdKVa9dgg8W5N53NRXW0a { display:block; }
 }@media only screen and (max-width: 763px) { #L0PN7R84uCz8M3tty9giRdG6nsrk1NpS { width:118px;height:42px;top:1963px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #S3SPsdOiZIxSDSziMfxT5t78tf6fV29L { display:block; }
 }@media only screen and (max-width: 763px) { #gR0bSoeUwreHgvKsfFcp8dx1aDbXgF5d { width:118px;height:42px;top:1341px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #JeTdd2be8kJZKzlTAByL9Pebp4mUJuep { display:block; }
 }@media only screen and (max-width: 763px) { #Sd8L2ogHhCHOmgBy5A8hFUPMGpMpTuZB { width:118px;height:42px;top:1963px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #Ocq9JtWXTGLkcr7IR2kwpBhdtoNuUF0L { display:block; }
 }@media only screen and (max-width: 763px) { #iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 { display:block; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXQgSpNoszbMvMkhuaPO4zht60xAlI1F { width:320px;height:82px;top:17px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct { display:block; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { width:320px;height:1868px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8Rz5t8X0MuISh0SsE7JAXHfVnrbwvS3 { width:320px;height:664px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dgle7Ta9tqqA0BqdH5ETTzARGsAw7Qkm { width:270px;height:648px;top:29px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HoZNFtRvmW56dTxqSP1zlVSSeH33l9QI { width:320px;height:577px;top:697px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bmp91aXTMUp6i1VKWzVBHQl8ZIFUS2Ry { width:270px;height:264px;top:706px;left:19.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kfhIwwfJHspooqttSU13RGvNCptnU7lh { width:320px;height:568px;top:1287px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLwlMxepQ0nDwvSMvh9vKXvKBgSfUMJ { width:286px;height:552px;top:1296px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ndmCMtSVVF82hJUoTXsSTlJNOb0rJ02f { width:281px;height:308px;top:959px;left:19.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { display:block; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { width:206px;height:33px;top:90px;left:57px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { width:51px;height:50px;top:20px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.adaptive-delivery-prevent-bg, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyload, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyloading { background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { background-color: transparent; background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .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); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { width:320px;height:1791px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { width:250px;height:551px;top:34px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { width:218px;height:234px;top:268px;left:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { width:163px;height:136px;top:88px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { width:250px;height:522px;top:639.5px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { width:218px;height:216px;top:851px;left:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { width:163px;height:136px;top:691px;left:78.5px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { width:250px;height:554px;top:1214px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { width:218px;height:216px;top:1436px;left:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { width:163px;height:136px;top:1275px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { width:64px;height:64px;top:0px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { width:64px;height:64px;top:610px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { width:64px;height:64px;top:1186px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #cdEz1JvWnCwXiLNEILR9VQHZN3Snxwia { width:118px;height:42px;top:526px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BTEo7GSZHn7rTPAmJ0FBgLwAOyzQ9KBv { display:block; }
 }@media only screen and (max-width: 763px) { #CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { width:118px;height:42px;top:526px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block; }
 }@media only screen and (max-width: 763px) { #ZZxRk7c6yvTWQP8z8zk5GN0ZcyoIFKpO { width:118px;height:42px;top:1092px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #JzV8c1NiFq6JoIgFe11y3vRF4fTXS0ls { display:block; }
 }@media only screen and (max-width: 763px) { #H91r0TJ4g5Evt8RJ2pn8QM0RQzhnDfes { width:118px;height:42px;top:1685px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #iHg4Zc6nVsZAIS0zKhcrlAk7kN9B2LZd { display:block; }
 }@media only screen and (max-width: 763px) { #tot9vETkHKKManrDWZaGDNODiU7VfO0z { width:118px;height:42px;top:1092px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block; }
 }@media only screen and (max-width: 763px) { #aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { width:118px;height:42px;top:1685px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block; }
 }@media only screen and (max-width: 763px) { #dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU { display:block; }#dk2QoTu2o5v093qrmNJOCdBTEQcnFxfU > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAItwQ0c4JAEfVFbo3noNL1y4MNxF9Lw { width:320px;height:82px;top:17px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae { display:block; }#zEIGAyaTXAkvgaFJ6Dy9o4Uu2oiOJTae > .row .container { width:320px;height:2965px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4zLHfvECoJo3DRm8vmQbthw5xZLvKgb { width:320px;height:1166px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mxNbMrn1cTxwyFew7Ll6fTPwDhxCAMgg { width:270px;height:1152px;top:29px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OZoOoJOd3CFLXqvpC8WPpmvGpwKrUy48 { width:320px;height:892px;top:1201px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VvaibyffAnsJFzfFiKv4cwq8BGhoXfb9 { width:270px;height:168px;top:1210px;left:19.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WJJlP66sCq4bxO68fSKrkW9oR24MZ8mg { width:320px;height:846px;top:2107px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BsRinZG1RyqywnWb2bn5RRkE3W0QpTnU { width:286px;height:144px;top:2116px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oTTqOJpXowtbJWKBq1CC3O7HDAqfIgbG { width:281px;height:154px;top:1405.5px;left:19.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pbr6uWdWdA2aSkcWJ7lGlrop4kKI5H7b { width:281px;height:154px;top:1605.5px;left:19.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vSDlTm710lN2UA8cWddhvvt4NgTJv0XK { width:281px;height:132px;top:1788px;left:19.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yRvLBnMC5CZymaBTcCOKTPI3Tn9K1BTX { width:281px;height:132px;top:1955px;left:19.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #crKCHuVq7TO8AxzIahePBmdQdDZLLKva { width:297px;height:168px;top:2290px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ls9fsdcwonsWsKikILrn3kdWaSEWtckb { width:297px;height:144px;top:2494px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tUCIpofvgBr55sqqnynBNcb7hOJDPwcy { width:297px;height:240px;top:2672px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { background-color:#58c1d5;background-image:none;display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { background-color: transparent; background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .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); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { width:320px;height:104px;top:24px;left:0px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { width:320px;height:1px;top:151px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { width:60px;height:3px;top:150px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { background-color:#58c1d5;background-image:none;display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { background-color: transparent; background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .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); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { width:320px;height:996px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGuribtrqtDWHihy44UtDhOMu1gnlCEs { width:218px;height:218px;top:22px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r { width:218px;height:218px;top:343px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu { width:218px;height:218px;top:671px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { width:118px;height:42px;top:245px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block; }
 }@media only screen and (max-width: 763px) { #oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { width:118px;height:42px;top:898px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block; }
 }@media only screen and (max-width: 763px) { #X3urLAu1mtrVWANMLiKD6HJDeqRHynln { width:118px;height:42px;top:569px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #oXNrFpcahE8aUy9iWXLmwJPQToOc8mgn { display:block; }
 }@media only screen and (max-width: 763px) { #Dwmt0akstE7OIGREVeopeM95m7IfqvDq { width:118px;height:42px;top:945px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #uyWwFU4PGOxvpFoymyyEVwtxJeWnUEHy { display:block; }
 }@media only screen and (max-width: 763px) { #BcJr794E8iyb7pxtf7LiyxP59Nbv71hF { width:118px;height:42px;top:614px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #W4ixtpsE6Tf9Um0EASVpelGnGzpZfb8v { display:block; }
 }@media only screen and (max-width: 763px) { #PPJlFdJ3A6DTGKdTHTDSXR0iPr4zxX6e { width:118px;height:42px;top:290px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyHUENSoPUXgLQhg9ZK3EuBN81TdXLxI { display:block; }
 }@media only screen and (max-width: 763px) { #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { background-color:#58c1d5;background-image:none;display:block; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { background-color: transparent; background-image: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .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); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { width:320px;height:1002px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH { width:218px;height:218px;top:22px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U { width:218px;height:218px;top:343px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #D8NPKnd3BNozclafThBmz4NlMvkCxMkn { width:218px;height:218px;top:671px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #RJuCz20FPGTDCrOigf6xztvliq908yFK { width:118px;height:42px;top:248px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block; }
 }@media only screen and (max-width: 763px) { #RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { width:118px;height:42px;top:569px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block; }
 }@media only screen and (max-width: 763px) { #o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { width:118px;height:42px;top:898px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block; }
 }@media only screen and (max-width: 763px) { #yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { width:118px;height:42px;top:294px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block; }
 }@media only screen and (max-width: 763px) { #Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { width:118px;height:42px;top:615px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block; }
 }@media only screen and (max-width: 763px) { #SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { width:118px;height:42px;top:946px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block; }
 }@media only screen and (max-width: 763px) { #RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g { background-color:#58c1d5;background-image:none;display:block; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container { background-color: transparent; background-image: none; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container > .video-iframe-container { display: none; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row > .video-iframe-container { display: none; }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .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); }#RUHxrrUFWoH6sw3Zs5emonVFwPqRma2g > .row .container { width:320px;height:1002px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtuLE1zNoducGFBMAOhi0zHwwKTimoJD { width:218px;height:218px;top:22px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #OviqdLKZe17IdP9vs2eCq5mU00QDPyMC { width:218px;height:218px;top:343px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #s67urPkuSLpFmp5qrgC2XRkHmPAIo7W0 { width:218px;height:218px;top:671px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #K4pBWaamyLQW5oTE43I4bxWmw7rsboHX { width:118px;height:42px;top:248px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #vHsG5NyqPFJgmLxAu33PDtlh99qO3npb { display:block; }
 }@media only screen and (max-width: 763px) { #JIbAn0Q381GGGi0pp4fbN4KK8zoJ36bS { width:118px;height:42px;top:569px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #WyJDTOr3JMuikzOg3dtuTVXal9fQlWrH { display:block; }
 }@media only screen and (max-width: 763px) { #GgUeHX9AwRdQr8bZZsfVGnihIksoGX9T { width:118px;height:42px;top:898px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #XqSCee3Ri9FxRFPw709iTenKeuxxHSTh { display:block; }
 }@media only screen and (max-width: 763px) { #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6c15234-e931-4f5a-9f81-5d72e816f525/0bf179cc6e4e4a2da572c307310fbb6e.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.adaptive-delivery-prevent-bg, #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.lazyload, #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.lazyloading { background-image: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { background-color: transparent; background-image: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container > .video-iframe-container { display: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container { display: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .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); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { width:320px;height:488px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V51IuGaUVKLJln2EqtkSQk9STvDht0Dw { width:320px;height:384px;top:78px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VOVASkA8B5uSp1GpeX9hTor1C6wN7GSN { width:320px;height:38px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { width:320px;height:86px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { width:320px;height:41px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { width:320px;height:100px;position:relative;display:block; } }