.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 { position:relative;display:block; }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 { background-color: transparent; background-image: none; }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 > .row .container > .video-iframe-container { display: none; }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 > .row > .video-iframe-container { display: none; }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 > .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); }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 { border-width: 0; border-radius: 0; }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:81px;width:1200px;position:relative;display:block; }#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0px;margin-right:5.78px;margin-bottom:0px;margin-left:5.78px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:8.35px;padding-bottom:0px;padding-right:1.44px;padding-left:1.44px;display:block;width:62.1px;height:40.34px;position:relative;font-family:"open sans";font-size:37.56px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:5.56px;padding-right:1.44px;padding-left:1.44px;display:block;width:62.1px;height:10.43px;position:relative;font-family:"open sans";font-size:8.35px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:308px;height:80px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:445.50003051758px;z-index:100000;display:block; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #FcyiXbSyC5hqFDQEc0EUz5uv5ue1UWxz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #i5pUEMk06l8TiB2HZ97xMs2OTR2fNnx6 { display:block; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #CrMbAIMM7zB3mdXKW8RJ2mcX7PVTE1e0 { display:block; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #lmoGkwn9H6RMDRnnLBwfPwwR6FcffDE6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #iTSnpdtGz4xS05sPvZL4wZ1T3Afwiewi { display:block; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #rvhMJ1LFaTlIvTzWpq6Q9lI7J1Fz7IWw { display:block; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #kgzB3Ne7OOhrDlNVroK1GRi3Jf79LpQz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #C6VD227B7w8GnbDyIKQfFDfMwlpECdmV { display:block; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #cATVGvmTp7JsGMdWLwVqXiNryPp1xgry { display:block; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #zI5vMgT3FhpxCh6ruiMcXITmqGkrSnr6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #hsmNywHGWECL8ASlnUMLb0c2qexiwO6L { display:block;position:relative;top:0px;left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #osLzG54ficke141T3aAktTvnJ8PiThOZ { display:block;position:relative;top:0px;left:0px; }
#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DdljScRC/demo_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL.adaptive-delivery-prevent-bg { background-image: none; }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row .container { background-color: transparent; background-image: none; }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row .container > .video-iframe-container { display: none; }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row > .video-iframe-container { display: none; }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .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); }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row .container { border-width: 0; border-radius: 0; }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row .container { font-size:14px;font-family:"open sans";height:686px;width:1200px;overflow:visible;position:relative;display:block; }#gn99Ln2hTdcthpE5ekwFn2wtHzIAQPCD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:492px;width:771px;top:264px;left:214.5px;display:block; }
#IKDcgZwdON25s6syo36KFrxGeHIduKnG { color:#ffffff;display:block;width:1120px;position:absolute;font-family:raleway;font-size:43px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:61.796875px;left:40px;height:165.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KizXPhuu9hF64uhTQ7AzCoXXTh02Cm2g { position:absolute;display:block;z-index:100003;background-color:#ffa800;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;height:1px;width:39px;top:48px;left:580.5px;display:block; }
#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH { position:relative;display:block; }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH { background-color: transparent; background-image: none; }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH > .row .container > .video-iframe-container { display: none; }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH > .row > .video-iframe-container { display: none; }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH > .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); }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH { border-width: 0; border-radius: 0; }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:320px;width:1200px;position:relative;display:block; }#doR2lOHQM68mqoSmEvksHHpZ78rQTskE { color:#4c4c4c;display:block;width:960px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:171.390625px;left:120px;height:129.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row .container { background-color: transparent; background-image: none; }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row .container > .video-iframe-container { display: none; }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row > .video-iframe-container { display: none; }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .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); }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row .container { border-width: 0; border-radius: 0; }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row .container { font-size:14px;font-family:arial;height:395px;width:1200px;position:relative;display:block; }#KTlDwCsSToW0iclmrpa63voibt9WSBt6 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:2px solid #e0dfde;border-left:2px solid #e0dfde;border-right:2px solid #e0dfde;border-bottom:2px solid #e0dfde;height:266px;width:304px;top:73px;left:46px;display:block; }
#mTTNPTWsuroKrCk3wyqEE35LTTyh7ZkN { color:#707070;display:block;width:267px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:100.5px;left:66.5px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mTTNPTWsuroKrCk3wyqEE35LTTyh7ZkN li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#mTTNPTWsuroKrCk3wyqEE35LTTyh7ZkN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
#T1F4cxUi6HNKavKMJlQ0AePD6U0Bmegb { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:2px solid #e0dfde;border-left:2px solid #e0dfde;border-right:2px solid #e0dfde;border-bottom:2px solid #e0dfde;height:266px;width:304px;top:73px;left:446px;display:block; }
#mR2eVSoIHaN52QeGkv4ROS6rJJe9GDTy { color:#707070;display:block;width:267px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:100.5px;left:466.50003051758px;height:214.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }#mR2eVSoIHaN52QeGkv4ROS6rJJe9GDTy li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#mR2eVSoIHaN52QeGkv4ROS6rJJe9GDTy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
#lcEZ2UfTUMigSTCpiBRTQczTUylLcmAw { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:2px solid #e0dfde;border-left:2px solid #e0dfde;border-right:2px solid #e0dfde;border-bottom:2px solid #e0dfde;height:263px;width:304px;top:73px;left:846px;display:block; }
#dCEeGbhuRpTsh55tUU9eMaW4S0tgQd8B { color:#707070;display:block;width:267px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:101px;left:866.49996948242px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dCEeGbhuRpTsh55tUU9eMaW4S0tgQd8B li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dCEeGbhuRpTsh55tUU9eMaW4S0tgQd8B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT { position:relative;display:block; }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT { background-color: transparent; background-image: none; }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT > .row .container > .video-iframe-container { display: none; }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT > .row > .video-iframe-container { display: none; }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT > .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); }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT { border-width: 0; border-radius: 0; }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:543px;width:1200px;position:relative;display:block; }#kAOLuGc4rsUHH9N0Pd1x9KCTyF8sVMRB { color:#707070;display:block;width:960px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:178px;left:109px;height:301.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ywfhNgOLVx6MQxe42vvGC9I7Ud7fw9sH { color:#4c4c4c;display:block;width:1000px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:73px;left:100px;height:64.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q { position:relative;display:block; }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q { background-color: transparent; background-image: none; }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q > .row .container > .video-iframe-container { display: none; }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q > .row > .video-iframe-container { display: none; }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q > .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); }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q { border-width: 0; border-radius: 0; }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:140px;width:1200px;position:relative;display:block; }#hmdEczqQqvGI7qB4ybbddR4v2RVT6U87 { color:#4c4c4c;display:block;width:1000px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.587493896484px;left:100px;height:64.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2gkSiVlgaSJNXVaf3L5vQ9otIpVMwK3 { color:#707070;display:block;width:960px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:96.587509155273px;left:120px;height:23.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F { position:relative;display:block; }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F { background-color: transparent; background-image: none; }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F > .row .container > .video-iframe-container { display: none; }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F > .row > .video-iframe-container { display: none; }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F > .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); }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F { border-width: 0; border-radius: 0; }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#z5oZVopwPPu5oGOhxxn2HlR1qmTcVWTd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:223px;width:378px;top:38.5px;left:11px;overflow:hidden;display:block; }
#QGhodZtcpA9MKnrpvVHuqoNce5ZHGvDE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:223px;width:369px;top:39.5px;left:411px;overflow:hidden;display:block; }
#x4TgkvMtKfnXDvJfgTF4u2RfvZb8SrDz { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:222px;width:378px;top:38.5px;left:811px;overflow:hidden;display:block; }
#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX { position:relative;display:block; }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX { background-color: transparent; background-image: none; }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX > .row .container > .video-iframe-container { display: none; }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX > .row > .video-iframe-container { display: none; }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX > .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); }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX { border-width: 0; border-radius: 0; }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:152px;width:1200px;position:relative;display:block; }#qf06thzJ44C8nBgm7J5ZHKQgs47bIOGH { color:#4c4c4c;display:block;width:1000px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.587493896484px;left:100px;height:64.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKP7XGMWoKuAHW43435TBAFXdekTxkrF { color:#707070;display:block;width:960px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:96.587509155273px;left:120px;height:23.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 { background-color:#ffffff;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container { background-color: transparent; background-image: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container > .video-iframe-container { display: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row > .video-iframe-container { display: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .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); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container { border-width: 0; border-radius: 0; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container { font-size:14px;font-family:arial;height:1690px;width:1200px;position:relative;display:block; }#uA7Cz7iktbcpdwmmpT2nTX44bLpNQw19 { background-color:#ffffff;background-image:none;height:983px;width:320px;position:absolute;display:block;z-index:100003;top:53px;left:120px;box-shadow: 0 0 10px rgba(0,0,0,0.19) ;border-top-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:5px;border-bottom:3px solid #d4d4d4;display:block; }
#ZfCqziPSqfMWOQlN8VUWiL486TBJJL5y { height:77px;width:323px;position:absolute;display:block;z-index:100002;top:990.98745727539px;left:120px;background-color:transparent;background-image:none;display:block; }
#BJH2mwprcSpphz8SePS5mUQf9aAUuq0N { background-color:#393939;background-image:none;height:70px;width:320px;position:absolute;display:block;z-index:100004;top:52px;left:120px;border-top-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#t7FuTpNXXr7xP8vx0UD9DG9Dow2UibL6 { background-color:#e3e3e3;background-image:none;height:100px;width:320px;position:absolute;display:block;z-index:100005;top:122px;left:120px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#bMes33sTB8Nx8P6ILw5M3OZphoSR7P7k { background-color:#4b75e6;background-image:none;height:100px;width:320px;position:absolute;display:block;z-index:100007;top:22px;left:439px;border-top-left-radius:5px;border-top-right-radius:6px;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#KOZQCHKfAZBQxpWiled5kGHUi6PsOgZm { background-color:#e3e3e3;background-image:none;height:100px;width:317px;position:absolute;display:block;z-index:100008;top:122.00012207031px;left:440.00003051758px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#IIGpIOICn1vr8LlMmtfxAALQ3gIql6OK { background-color:#ffffff;background-image:none;height:1527px;width:316px;position:absolute;display:block;z-index:100006;top:22px;left:439.00003051758px;box-shadow: 0 0 10px rgba(0,0,0,0.19) ;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:6px;border-bottom-left-radius:5px;border-top:2px solid #4b75e6;border-right:2px solid #4b75e6;border-bottom:2px solid #4b75e6;border-left:2px solid #4b75e6;display:block; }
#XNUmazK1izhZlarN1I367HBLmWiCyQvM { height:77px;width:323px;position:absolute;display:block;z-index:100003;top:1498.9625244141px;left:438.50003051758px;background-color:transparent;background-image:none;display:block; }
#FawXM0EploHuTDwVVEFqqnJ8UMaRfkJQ { background-color:#393939;background-image:none;height:70px;width:320px;position:absolute;display:block;z-index:99999;top:52px;left:759px;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#q5bixznkFNx8rvMdkwiWQuZUkA4Be5Qc { background-color:#e3e3e3;background-image:none;height:100px;width:320px;position:absolute;display:block;z-index:100000;top:122px;left:759px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#r9DZlaIh4GroBJzM4UwVKMqCgOknmT5Q { background-color:#ffffff;background-image:none;height:1171px;width:320px;position:absolute;display:block;z-index:99998;top:52px;left:759.00003051758px;box-shadow: 0 0 10px rgba(0,0,0,0.19) ;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:0;border-bottom:3px solid #d4d4d4;display:block; }
#Dayx7ZQr7TRHa9slTvW0LyFl8gmy44kJ { display:block;width:317px;position:absolute;font-family:roboto;font-size:32px;font-weight:normal;z-index:100009;line-height:1.2;top:55px;left:441px;background-color:transparent;background-image:none;height:38.4px;text-align:center;text-align-last:center;display:block; }
#n6n2QZKTozXkEZFxkWhgGRbl26J28wbV { display:block;width:320px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:100010;line-height:1.2;top:73px;left:121px;background-color:transparent;background-image:none;height:28.8px;text-align:center;text-align-last:center;display:block; }
#FNWHsKDBmFHbkS1HXanunXK1vkoopRqW { display:block;width:320px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:100011;line-height:1.2;top:73px;left:761px;background-color:transparent;background-image:none;height:28.8px;text-align:center;text-align-last:center;display:block; }
#HsvzeNiXZBe8CS6T2PFI2VR8xB7fnl27 { display:block;width:243px;position:absolute;font-family:roboto;font-size:32px;font-weight:normal;z-index:100010;line-height:1.2;top:144px;left:158px;background-color:transparent;background-image:none;height:38.4px;text-align:center;text-align-last:center;display:block; }
#z7zypk58TqiX7ASeywXc25IgMHIKEJkm { display:block;width:262px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:100011;line-height:1.2;top:186px;left:149px;background-color:transparent;background-image:none;height:14.4px;text-align:center;text-align-last:center;display:block; }
#JPdR6yEuTz9rmZR4xUbzkh86kCZ9Tigv { display:block;width:262px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:100013;line-height:1.2;top:186px;left:469px;background-color:transparent;background-image:none;height:14.4px;text-align:center;text-align-last:center;display:block; }
#JcrceT4pcsu8zg5yrqAqdzSTwDvMoZSB { display:block;width:249px;position:absolute;font-family:roboto;font-size:32px;font-weight:normal;z-index:100012;line-height:1.2;top:144px;left:475px;background-color:transparent;background-image:none;height:38.4px;text-align:center;text-align-last:center;display:block; }
#auVRkzA59oBC8ZT3sv8dDT62FRGGRdxd { display:block;width:262px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:100015;line-height:1.2;top:186px;left:788px;background-color:transparent;background-image:none;height:14.4px;text-align:center;text-align-last:center;display:block; }
#ANq8ki1f9TZeEVEFCA8oWLCRn49fVQPi { display:block;width:256px;position:absolute;font-family:roboto;font-size:32px;font-weight:normal;z-index:100014;line-height:1.2;top:144px;left:786px;background-color:transparent;background-image:none;height:38.4px;text-align:center;text-align-last:center;display:block; }
#f1lEvXo1WPrWBtXlp3VRV9sD7TeKAa4z { display:block;width:203px;position:absolute;font-family:raleway;font-size:13px;font-weight:normal;z-index:100016;line-height:3.1;top:242px;left:153px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;height:680px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:25px;display:block; }
#f1lEvXo1WPrWBtXlp3VRV9sD7TeKAa4z.adaptive-delivery-prevent-bg { background-image: none; }
#rOS5PnBdbQKUNmmIxkvhlV21oZpxVilv { display:block;width:203px;position:absolute;font-family:raleway;font-size:13px;font-weight:normal;z-index:100018;line-height:3.1;top:242px;left:813px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;height:880px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:25px;display:block; }
#rOS5PnBdbQKUNmmIxkvhlV21oZpxVilv.adaptive-delivery-prevent-bg { background-image: none; }
#oV3nVRWxn34IHqeoEkDh8JzKMLPTliGQ { height:81px;width:81px;position:absolute;display:block;z-index:100022;top:18px;left:682px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#rcysIHVMGzfaAPzo5udBgV8qrKxqDOMO { height:77px;width:323px;position:absolute;display:block;z-index:99997;top:1177.9749145508px;left:759.00003051758px;background-color:transparent;background-image:none;display:block; }
#rGUObDrMyzbcAX3O00B7CTfBxuBdBokn { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/E9wX0M4V/form_btn.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:45px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:940.98754882812px;left:187px;display:block; }
#rGUObDrMyzbcAX3O00B7CTfBxuBdBokn.adaptive-delivery-prevent-bg { background-image: none; }
#iiAe5lOqSNyTXaSLzNJCMbmi8DzoMoXr { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#xe0LH2TBzJV1GudS4e971kxCFNUgdJaD { display:block;width:203px;position:absolute;font-family:raleway;font-size:13px;font-weight:normal;z-index:100017;line-height:3.1;top:242px;left:497px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;height:1200px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:25px;display:block; }
#xe0LH2TBzJV1GudS4e971kxCFNUgdJaD.adaptive-delivery-prevent-bg { background-image: none; }
#zBAa9NhC0GFiT6qvJAz1flDizo8b9qV0 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/E9wX0M4V/form_btn.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:45px;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:1464.9623413086px;left:520.00003051758px;display:block; }
#zBAa9NhC0GFiT6qvJAz1flDizo8b9qV0.adaptive-delivery-prevent-bg { background-image: none; }
#JJdnE3E9wOvDPbgwtJ4NsuA9U6LD65EN { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#DdtNDoEJRvt2f9W4pvLxlanznITWmi32 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/E9wX0M4V/form_btn.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:45px;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:1133.950012207px;left:839.00003051758px;display:block; }
#DdtNDoEJRvt2f9W4pvLxlanznITWmi32.adaptive-delivery-prevent-bg { background-image: none; }
#kfnPxoO3T0zdRn5KEWhCaslhZF5soSBI { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DdljScRC/demo_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu.adaptive-delivery-prevent-bg { background-image: none; }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row .container { background-color: transparent; background-image: none; }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row .container > .video-iframe-container { display: none; }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row > .video-iframe-container { display: none; }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .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); }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row .container { border-width: 0; border-radius: 0; }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row .container { font-size:14px;font-family:arial;height:962px;width:1200px;position:relative;display:block; }#yJa2NZpHAeIectyKHNofMISrXSIqPtIt { position:absolute;display:block;z-index:100006;background-color:#ffffff;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;height:800px;width:360px;top:77.000000953674px;left:20px;display:block; }
#NeS42NdcpD9KldSrw8w6otAtTLgON250 { color:rgba(89,142,229,0.51);display:block;width:50px;position:absolute;font-family:rubik;font-size:140px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:195px;left:40px;height:181.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJQh2MZc20nZNSnT4VhOFC6mUgERrGya { color:#707070;display:block;width:260px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:261px;left:90px;height:336px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EJM43r8731QvH9pTcklwMZlmyBcwrCz8 { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ADGzj9wr/jeremie.png");background-position:top left !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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:85px;width:85px;top:110.99995803833px;left:49px;display:block; }
#EJM43r8731QvH9pTcklwMZlmyBcwrCz8.adaptive-delivery-prevent-bg { background-image: none; }
#OvMsAAuraN5oBIBb8SZuPo9u9Tu6NSRy { color:#ffa800;display:block;width:197px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:176px;left:151px;height:20.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTtgUcNSXxAJwHy8POUFKzyFaMu3bloh { color:#707070;display:block;width:203px;position:absolute;font-family:raleway;font-size:22px;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:148px;left:151px;height:28px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eR6tJVgV6NrM2TdbNVHoVm4rKDiM79PO { position:absolute;display:block;z-index:100012;background-color:#ffffff;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;height:798px;width:360px;top:77.499992370605px;left:420.00003051758px;display:block; }
#wTqKg6dmJiTdDtatfEWrTk4BHx8upGTT { color:rgba(89,142,229,0.51);display:block;width:50px;position:absolute;font-family:rubik;font-size:140px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:195px;left:440px;height:181.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#beozqZSwSgLybTdxm9AegT29oa4FByB3 { color:#707070;display:block;width:262px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100019;line-height:1.5;letter-spacing:0;top:261px;left:490px;height:528px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uC5myKVwKxefM0O0uvrFEbMyD79xpIa6 { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0Fx01Yd5/taty.png");background-position:top left !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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:85px;width:85px;top:110px;left:446px;display:block; }
#uC5myKVwKxefM0O0uvrFEbMyD79xpIa6.adaptive-delivery-prevent-bg { background-image: none; }
#xSWPoNF8mHTS7keUd7Owt7ToJzS505vB { color:#707070;display:block;width:203px;position:absolute;font-family:raleway;font-size:22px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:149px;left:552px;height:28px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l76nF8hc1Wpv0rgJ4fyP9zkUyLbXrO4c { color:#ffa800;display:block;width:197px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:176px;left:552px;height:20.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wIxw3pL4pwgEE2U7DvscVvmnKTUNNJZa { position:absolute;display:block;z-index:100018;background-color:#ffffff;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;height:798px;width:360px;top:78px;left:820px;display:block; }
#wuGLUZXh7AUFOTW6vSyHFhu0hoKGvTRk { color:rgba(89,142,229,0.51);display:block;width:50px;position:absolute;font-family:rubik;font-size:140px;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:195px;left:844px;height:181.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UEMcmlMr4lptI39yc7B2CwJbmIMZATFL { color:#707070;display:block;width:262px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100025;line-height:1.5;letter-spacing:0;top:261px;left:894px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZbZT4TDmDvrURcewVGG4mPSnyh2rw9T0 { position:absolute;display:block;z-index:100026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mgnszK5G/shawn.jpg");background-position:top left !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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:85px;width:85px;top:109px;left:845px;display:block; }
#ZbZT4TDmDvrURcewVGG4mPSnyh2rw9T0.adaptive-delivery-prevent-bg { background-image: none; }
#HLh7vdBPpv5yCsAzA7qpIPkRcpiDnaUl { color:#707070;display:block;width:203px;position:absolute;font-family:raleway;font-size:22px;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:148px;left:951px;height:28px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0hkAqbVc5EQ0gQb3tXtXty17iGrlUlF { color:#ffa800;display:block;width:197px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:175px;left:951px;height:41.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row .container { background-color: transparent; background-image: none; }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row .container > .video-iframe-container { display: none; }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row > .video-iframe-container { display: none; }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .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); }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row .container { border-width: 0; border-radius: 0; }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row .container { font-size:14px;font-family:arial;height:113px;width:1200px;position:relative;display:block; }#QCq9CPaSUoNBTtqfqBSMs6Whrgb1SRMT { color:#ffffff;display:block;width:336px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:47.6875px;left:432px;height:17.6px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 { display:block; }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0px;margin-right:5.78px;margin-bottom:0px;margin-left:5.78px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:8.35px;padding-bottom:0px;padding-right:1.44px;padding-left:1.44px;display:block;width:62.1px;height:40.34px;position:relative;font-family:"open sans";font-size:37.56px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:5.56px;padding-right:1.44px;padding-left:1.44px;display:block;width:62.1px;height:10.43px;position:relative;font-family:"open sans";font-size:8.35px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd { width:308px;height:80px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0px;left:227.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #FcyiXbSyC5hqFDQEc0EUz5uv5ue1UWxz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #i5pUEMk06l8TiB2HZ97xMs2OTR2fNnx6 {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #CrMbAIMM7zB3mdXKW8RJ2mcX7PVTE1e0 {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #lmoGkwn9H6RMDRnnLBwfPwwR6FcffDE6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #iTSnpdtGz4xS05sPvZL4wZ1T3Afwiewi {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #rvhMJ1LFaTlIvTzWpq6Q9lI7J1Fz7IWw {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #kgzB3Ne7OOhrDlNVroK1GRi3Jf79LpQz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #C6VD227B7w8GnbDyIKQfFDfMwlpECdmV {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #cATVGvmTp7JsGMdWLwVqXiNryPp1xgry {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #zI5vMgT3FhpxCh6ruiMcXITmqGkrSnr6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #hsmNywHGWECL8ASlnUMLb0c2qexiwO6L { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #osLzG54ficke141T3aAktTvnJ8PiThOZ { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL { display:block; }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gn99Ln2hTdcthpE5ekwFn2wtHzIAQPCD { width:764px;height:487.53307392996px;top:264px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IKDcgZwdON25s6syo36KFrxGeHIduKnG { width:764px;height:165px;top:61px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KizXPhuu9hF64uhTQ7AzCoXXTh02Cm2g { width:39px;height:1px;top:48px;left:362.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH { display:block; }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doR2lOHQM68mqoSmEvksHHpZ78rQTskE { top:171px;left:0px;width:764px;height:130px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 { display:block; }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTlDwCsSToW0iclmrpa63voibt9WSBt6 { width:304px;height:266px;top:73px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mTTNPTWsuroKrCk3wyqEE35LTTyh7ZkN { width:267px;height:;top:100px;left:0px;font-size:18px;display:block; }#mTTNPTWsuroKrCk3wyqEE35LTTyh7ZkN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #T1F4cxUi6HNKavKMJlQ0AePD6U0Bmegb { width:304px;height:266px;top:73px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #mR2eVSoIHaN52QeGkv4ROS6rJJe9GDTy { width:267px;height:;top:100px;left:241px;font-size:18px;display:block; }#mR2eVSoIHaN52QeGkv4ROS6rJJe9GDTy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #lcEZ2UfTUMigSTCpiBRTQczTUylLcmAw { width:304px;height:263px;top:73px;left:454px;display:block; }
 }@media only screen and (max-width: 763px) { #dCEeGbhuRpTsh55tUU9eMaW4S0tgQd8B { width:267px;height:;top:101px;left:495px;font-size:18px;display:block; }#dCEeGbhuRpTsh55tUU9eMaW4S0tgQd8B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT { display:block; }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAOLuGc4rsUHH9N0Pd1x9KCTyF8sVMRB { width:764px;height:299px;top:178px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ywfhNgOLVx6MQxe42vvGC9I7Ud7fw9sH { width:764px;height:64px;top:73px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q { display:block; }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmdEczqQqvGI7qB4ybbddR4v2RVT6U87 { width:764px;height:65px;top:21px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w2gkSiVlgaSJNXVaf3L5vQ9otIpVMwK3 { width:764px;height:23px;top:96px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F { display:block; }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5oZVopwPPu5oGOhxxn2HlR1qmTcVWTd { top:38px;left:0px;width:378px;height:223px;display:block; }
 }@media only screen and (max-width: 763px) { #QGhodZtcpA9MKnrpvVHuqoNce5ZHGvDE { top:39px;left:130px;width:369px;height:223px;display:block; }
 }@media only screen and (max-width: 763px) { #x4TgkvMtKfnXDvJfgTF4u2RfvZb8SrDz { top:38px;left:384px;width:378px;height:222px;display:block; }
 }@media only screen and (max-width: 763px) { #hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX { display:block; }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qf06thzJ44C8nBgm7J5ZHKQgs47bIOGH { width:764px;height:65px;top:21px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gKP7XGMWoKuAHW43435TBAFXdekTxkrF { width:764px;height:23px;top:96px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 { display:block; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 { background-color: transparent; background-image: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container > .video-iframe-container { display: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row > .video-iframe-container { display: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .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); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container { width:764px;background-color:transparent;background-image:none;height:663px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uA7Cz7iktbcpdwmmpT2nTX44bLpNQw19 { background-color:#ffffff;background-image:none;width:255px;top:53px;left:0px;height:547px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfCqziPSqfMWOQlN8VUWiL486TBJJL5y { height:66px;width:284px;left:242px;background-color:transparent;background-image:none;top:582px;display:block; }
 }@media only screen and (max-width: 763px) { #BJH2mwprcSpphz8SePS5mUQf9aAUuq0N { background-color:#393939;background-image:none;width:255px;top:52px;left:0px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #t7FuTpNXXr7xP8vx0UD9DG9Dow2UibL6 { background-color:#e3e3e3;background-image:none;width:255px;top:122px;left:0px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #bMes33sTB8Nx8P6ILw5M3OZphoSR7P7k { background-color:#4b75e6;background-image:none;width:255px;top:22px;left:255px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #KOZQCHKfAZBQxpWiled5kGHUi6PsOgZm { background-color:#e3e3e3;background-image:none;width:251px;top:122px;left:257px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #IIGpIOICn1vr8LlMmtfxAALQ3gIql6OK { background-color:#ffffff;background-image:none;width:251px;top:22px;left:255px;height:596px;display:block; }
 }@media only screen and (max-width: 763px) { #XNUmazK1izhZlarN1I367HBLmWiCyQvM { height:59px;width:266px;left:-1px;background-color:transparent;background-image:none;top:569px;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #FawXM0EploHuTDwVVEFqqnJ8UMaRfkJQ { background-color:#393939;background-image:none;width:255px;top:52px;left:510px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #q5bixznkFNx8rvMdkwiWQuZUkA4Be5Qc { background-color:#e3e3e3;background-image:none;width:255px;top:122px;left:510px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #r9DZlaIh4GroBJzM4UwVKMqCgOknmT5Q { background-color:#ffffff;background-image:none;width:255px;top:52px;left:510px;height:547px;display:block; }
 }@media only screen and (max-width: 763px) { #Dayx7ZQr7TRHa9slTvW0LyFl8gmy44kJ { left:254px;top:55px;background-color:transparent;background-image:none;width:257px;height:34px;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6n2QZKTozXkEZFxkWhgGRbl26J28wbV { left:-1px;top:73px;background-color:transparent;background-image:none;width:255px;height:23px;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNWHsKDBmFHbkS1HXanunXK1vkoopRqW { left:511px;background-color:transparent;background-image:none;top:73px;width:253px;height:23px;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsvzeNiXZBe8CS6T2PFI2VR8xB7fnl27 { left:0px;top:145px;background-color:transparent;background-image:none;width:255px;height:34px;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7zypk58TqiX7ASeywXc25IgMHIKEJkm { left:-1px;top:186px;background-color:transparent;background-image:none;width:254px;height:14px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JPdR6yEuTz9rmZR4xUbzkh86kCZ9Tigv { left:257px;top:186px;background-color:transparent;background-image:none;width:252px;height:14px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JcrceT4pcsu8zg5yrqAqdzSTwDvMoZSB { left:255px;top:145px;background-color:transparent;background-image:none;width:256px;height:34px;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVRkzA59oBC8ZT3sv8dDT62FRGGRdxd { left:512px;background-color:transparent;background-image:none;top:186px;width:248px;height:14px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ANq8ki1f9TZeEVEFCA8oWLCRn49fVQPi { left:511px;background-color:transparent;background-image:none;top:145px;width:253px;height:34px;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1lEvXo1WPrWBtXlp3VRV9sD7TeKAa4z { background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;top:242px;left:23px;width:203px;height:245px;font-size:0.8125rem;display:block; }
#f1lEvXo1WPrWBtXlp3VRV9sD7TeKAa4z.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #rOS5PnBdbQKUNmmIxkvhlV21oZpxVilv { top:242px;left:533px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;width:203px;height:245px;font-size:0.8125rem;display:block; }
#rOS5PnBdbQKUNmmIxkvhlV21oZpxVilv.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #oV3nVRWxn34IHqeoEkDh8JzKMLPTliGQ { height:81px;width:81px;left:428px;background-color:transparent;background-image:none;top:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rcysIHVMGzfaAPzo5udBgV8qrKxqDOMO { height:61px;width:263px;left:500px;background-color:transparent;background-image:none;top:569px;display:block; }
 }@media only screen and (max-width: 763px) { #rGUObDrMyzbcAX3O00B7CTfBxuBdBokn { width:160px;height:45px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #iiAe5lOqSNyTXaSLzNJCMbmi8DzoMoXr { display:block; }
 }@media only screen and (max-width: 763px) { #xe0LH2TBzJV1GudS4e971kxCFNUgdJaD { background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;top:242px;left:23px;width:203px;height:245px;font-size:0.8125rem;display:block; }
#xe0LH2TBzJV1GudS4e971kxCFNUgdJaD.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #zBAa9NhC0GFiT6qvJAz1flDizo8b9qV0 { width:160px;height:45px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #JJdnE3E9wOvDPbgwtJ4NsuA9U6LD65EN { display:block; }
 }@media only screen and (max-width: 763px) { #DdtNDoEJRvt2f9W4pvLxlanznITWmi32 { width:160px;height:45px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #kfnPxoO3T0zdRn5KEWhCaslhZF5soSBI { display:block; }
 }@media only screen and (max-width: 763px) { #g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu { display:block; }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJa2NZpHAeIectyKHNofMISrXSIqPtIt { width:360px;height:800px;top:77px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NeS42NdcpD9KldSrw8w6otAtTLgON250 { width:50px;height:181px;top:195px;left:0px;font-size:160px;display:block; }
 }@media only screen and (max-width: 763px) { #RJQh2MZc20nZNSnT4VhOFC6mUgERrGya { width:260px;height:336px;top:261px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EJM43r8731QvH9pTcklwMZlmyBcwrCz8 { width:85px;height:85px;top:110px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OvMsAAuraN5oBIBb8SZuPo9u9Tu6NSRy { width:197px;height:20px;top:176px;left:57px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dTtgUcNSXxAJwHy8POUFKzyFaMu3bloh { width:203px;height:28px;top:148px;left:51px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eR6tJVgV6NrM2TdbNVHoVm4rKDiM79PO { width:360px;height:798px;top:77px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #wTqKg6dmJiTdDtatfEWrTk4BHx8upGTT { width:50px;height:181px;top:195px;left:254px;font-size:160px;display:block; }
 }@media only screen and (max-width: 763px) { #beozqZSwSgLybTdxm9AegT29oa4FByB3 { width:262px;height:528px;top:261px;left:246px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uC5myKVwKxefM0O0uvrFEbMyD79xpIa6 { width:85px;height:85px;top:110px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #xSWPoNF8mHTS7keUd7Owt7ToJzS505vB { width:203px;height:28px;top:149px;left:305px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #l76nF8hc1Wpv0rgJ4fyP9zkUyLbXrO4c { width:197px;height:20px;top:176px;left:311px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wIxw3pL4pwgEE2U7DvscVvmnKTUNNJZa { width:360px;height:798px;top:78px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #wuGLUZXh7AUFOTW6vSyHFhu0hoKGvTRk { width:50px;height:181px;top:195px;left:508px;font-size:160px;display:block; }
 }@media only screen and (max-width: 763px) { #UEMcmlMr4lptI39yc7B2CwJbmIMZATFL { width:262px;height:192px;top:261px;left:500px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZT4TDmDvrURcewVGG4mPSnyh2rw9T0 { width:85px;height:85px;top:109px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #HLh7vdBPpv5yCsAzA7qpIPkRcpiDnaUl { width:203px;height:28px;top:148px;left:559px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #T0hkAqbVc5EQ0gQb3tXtXty17iGrlUlF { width:197px;height:41px;top:175px;left:565px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i3DNUhas3AXKsslLDpFwZCakROMHZ4UC { display:block; }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCq9CPaSUoNBTtqfqBSMs6Whrgb1SRMT { top:47px;left:214px;width:336px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 { display:block; }#ouTwCJwnFaxPn7v8EGzEqkaRUvnTpCt0 > .row .container { width:320px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:7px;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:58px;height:40px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:308px;height:78px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.5px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #FcyiXbSyC5hqFDQEc0EUz5uv5ue1UWxz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #i5pUEMk06l8TiB2HZ97xMs2OTR2fNnx6 {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #CrMbAIMM7zB3mdXKW8RJ2mcX7PVTE1e0 {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #lmoGkwn9H6RMDRnnLBwfPwwR6FcffDE6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #iTSnpdtGz4xS05sPvZL4wZ1T3Afwiewi {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #rvhMJ1LFaTlIvTzWpq6Q9lI7J1Fz7IWw {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #kgzB3Ne7OOhrDlNVroK1GRi3Jf79LpQz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #C6VD227B7w8GnbDyIKQfFDfMwlpECdmV {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #cATVGvmTp7JsGMdWLwVqXiNryPp1xgry {  }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #zI5vMgT3FhpxCh6ruiMcXITmqGkrSnr6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #hsmNywHGWECL8ASlnUMLb0c2qexiwO6L { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #vIHJ7G2oUn3FOhTq85HtJUfxhZtfmFHd #osLzG54ficke141T3aAktTvnJ8PiThOZ { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL { display:block; }#wEzQXT1JZ5bWXvspS3vlJw1WsGPTlKPL > .row .container { width:320px;height:434px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gn99Ln2hTdcthpE5ekwFn2wtHzIAQPCD { height:169px;width:276px;top:209px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IKDcgZwdON25s6syo36KFrxGeHIduKnG { width:320px;height:140px;top:40px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KizXPhuu9hF64uhTQ7AzCoXXTh02Cm2g { width:39px;height:1px;top:25px;left:140.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH { display:block; }#TWuwVFgUIrLNnnVEiPBC6kMqi1bDQsLH > .row .container { width:320px;height:226px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doR2lOHQM68mqoSmEvksHHpZ78rQTskE { width:320px;height:166.4px;top:32.796875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 { display:block; }#ifmR5wQBe2Dsq0G1KhF7udXQlT5woLP7 > .row .container { width:320px;height:908px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTlDwCsSToW0iclmrpa63voibt9WSBt6 { width:304px;height:263px;top:20px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #mTTNPTWsuroKrCk3wyqEE35LTTyh7ZkN { width:267px;height:214.8px;top:51px;left:27px;text-align:center;text-align-last:center;display:block; }#mTTNPTWsuroKrCk3wyqEE35LTTyh7ZkN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #T1F4cxUi6HNKavKMJlQ0AePD6U0Bmegb { width:304px;height:267px;top:307px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #mR2eVSoIHaN52QeGkv4ROS6rJJe9GDTy { width:267px;height:214.8px;top:335px;left:27px;text-align:center;text-align-last:center;font-size:18px;display:block; }#mR2eVSoIHaN52QeGkv4ROS6rJJe9GDTy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #lcEZ2UfTUMigSTCpiBRTQczTUylLcmAw { width:304px;height:275px;top:599px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #dCEeGbhuRpTsh55tUU9eMaW4S0tgQd8B { width:267px;height:214.8px;top:627px;left:28px;text-align:center;text-align-last:center;font-size:18px;display:block; }#dCEeGbhuRpTsh55tUU9eMaW4S0tgQd8B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT { display:block; }#cruKy8I2IJSK5prT2HCMpZLNdXQb4CVT > .row .container { width:320px;height:813px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAOLuGc4rsUHH9N0Pd1x9KCTyF8sVMRB { width:320px;height:649.6px;top:115.2px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ywfhNgOLVx6MQxe42vvGC9I7Ud7fw9sH { width:320px;height:75.2px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q { display:block; }#TAWsvEt1kyrc1z1PTQSEStxgnJTiw99Q > .row .container { width:320px;height:152px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmdEczqQqvGI7qB4ybbddR4v2RVT6U87 { width:320px;height:75.2px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #w2gkSiVlgaSJNXVaf3L5vQ9otIpVMwK3 { width:320px;height:23.2px;top:102.59375px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F { display:block; }#lKvCr6TLwuT0TC77lrd6r1dt5e0DLE3F > .row .container { width:320px;height:650px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5oZVopwPPu5oGOhxxn2HlR1qmTcVWTd { width:320px;height:188.78306878307px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QGhodZtcpA9MKnrpvVHuqoNce5ZHGvDE { width:320px;height:193.38753387534px;top:228.781px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x4TgkvMtKfnXDvJfgTF4u2RfvZb8SrDz { width:320px;height:187.93650793651px;top:442.156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX { display:block; }#hEze1Q3DldQaLrHbf6OEyt5XzHJ6yXyX > .row .container { width:320px;height:198px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qf06thzJ44C8nBgm7J5ZHKQgs47bIOGH { width:320px;height:75.2px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #gKP7XGMWoKuAHW43435TBAFXdekTxkrF { width:320px;height:46.4px;top:111.59375px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container { background-color: transparent; background-image: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container > .video-iframe-container { display: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row > .video-iframe-container { display: none; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .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); }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container { border-width: 0; border-radius: 0; }#lOT6hoMD1CdobgCJKOT9CkDBDkGWstU1 > .row .container { width:320px;height:3854px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uA7Cz7iktbcpdwmmpT2nTX44bLpNQw19 { left:0px;top:1585px;background-color:#ffffff;background-image:none;width:320px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:5px;height:992px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfCqziPSqfMWOQlN8VUWiL486TBJJL5y { height:76px;width:314px;left:0px;top:1474.000213623px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BJH2mwprcSpphz8SePS5mUQf9aAUuq0N { left:0px;top:1584px;background-color:#393939;background-image:none;width:320px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #t7FuTpNXXr7xP8vx0UD9DG9Dow2UibL6 { left:0px;top:1654px;background-color:#e3e3e3;background-image:none;width:320px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #bMes33sTB8Nx8P6ILw5M3OZphoSR7P7k { left:0px;top:1px;background-color:#4b75e6;background-image:none;width:320px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #KOZQCHKfAZBQxpWiled5kGHUi6PsOgZm { left:2px;top:102px;background-color:#e3e3e3;background-image:none;width:316px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #IIGpIOICn1vr8LlMmtfxAALQ3gIql6OK { left:0px;top:1px;background-color:#ffffff;background-image:none;width:316px;height:1522px;display:block; }
 }@media only screen and (max-width: 763px) { #XNUmazK1izhZlarN1I367HBLmWiCyQvM { height:76px;width:314px;left:0px;top:1670px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FawXM0EploHuTDwVVEFqqnJ8UMaRfkJQ { left:0px;top:2649px;background-color:#393939;background-image:none;width:320px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #q5bixznkFNx8rvMdkwiWQuZUkA4Be5Qc { left:0px;top:2719px;background-color:#e3e3e3;background-image:none;width:320px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #r9DZlaIh4GroBJzM4UwVKMqCgOknmT5Q { left:0px;top:2649px;background-color:#ffffff;background-image:none;width:320px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:0;height:1145px;display:block; }
 }@media only screen and (max-width: 763px) { #Dayx7ZQr7TRHa9slTvW0LyFl8gmy44kJ { left:-1px;top:29px;background-color:transparent;background-image:none;width:323px;height:40.8px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #n6n2QZKTozXkEZFxkWhgGRbl26J28wbV { left:0px;top:1599px;background-color:transparent;background-image:none;width:321px;height:40.8px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FNWHsKDBmFHbkS1HXanunXK1vkoopRqW { left:0px;top:2664px;background-color:transparent;background-image:none;width:321px;height:40.8px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #HsvzeNiXZBe8CS6T2PFI2VR8xB7fnl27 { left:1px;top:122px;background-color:transparent;background-image:none;width:319px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #z7zypk58TqiX7ASeywXc25IgMHIKEJkm { left:4px;top:1710px;background-color:transparent;background-image:none;width:316px;height:14.4px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JPdR6yEuTz9rmZR4xUbzkh86kCZ9Tigv { left:0px;top:177.39989089966px;background-color:transparent;background-image:none;width:319px;height:14.4px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JcrceT4pcsu8zg5yrqAqdzSTwDvMoZSB { left:0px;top:1674px;background-color:transparent;background-image:none;width:320px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #auVRkzA59oBC8ZT3sv8dDT62FRGGRdxd { left:1px;top:2779px;background-color:transparent;background-image:none;width:319px;height:14.4px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ANq8ki1f9TZeEVEFCA8oWLCRn49fVQPi { left:0px;top:2739px;background-color:transparent;background-image:none;width:321px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #f1lEvXo1WPrWBtXlp3VRV9sD7TeKAa4z { left:48.000001907349px;top:1772.9872560501px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;width:203px;height:680px;font-size:0.8125rem;display:block; }
#f1lEvXo1WPrWBtXlp3VRV9sD7TeKAa4z.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #rOS5PnBdbQKUNmmIxkvhlV21oZpxVilv { left:46.000001907349px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;top:2840.5000610352px;width:203px;height:880px;font-size:0.8125rem;display:block; }
#rOS5PnBdbQKUNmmIxkvhlV21oZpxVilv.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #oV3nVRWxn34IHqeoEkDh8JzKMLPTliGQ { height:81px;width:81px;left:238.00000572205px;background-color:transparent;background-image:none;top:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rcysIHVMGzfaAPzo5udBgV8qrKxqDOMO { height:76px;width:314px;left:3px;top:3744.0000457764px;background-color:transparent;background-image:none;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #rGUObDrMyzbcAX3O00B7CTfBxuBdBokn { width:160px;height:45px;top:1444.9999694824px;left:79.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #iiAe5lOqSNyTXaSLzNJCMbmi8DzoMoXr { display:block; }
 }@media only screen and (max-width: 763px) { #xe0LH2TBzJV1GudS4e971kxCFNUgdJaD { left:46.000001907349px;top:225.99998474121px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;width:203px;height:1200px;font-size:13px;text-align:left;text-align-last:left;display:block; }
#xe0LH2TBzJV1GudS4e971kxCFNUgdJaD.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #zBAa9NhC0GFiT6qvJAz1flDizo8b9qV0 { width:160px;height:45px;top:3729px;left:79.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #JJdnE3E9wOvDPbgwtJ4NsuA9U6LD65EN { display:block; }
 }@media only screen and (max-width: 763px) { #DdtNDoEJRvt2f9W4pvLxlanznITWmi32 { width:160px;height:45px;top:2485.9875488281px;left:79.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #kfnPxoO3T0zdRn5KEWhCaslhZF5soSBI { display:block; }
 }@media only screen and (max-width: 763px) { #g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu { display:block; }#g3MRJlVSXPwKJx9wDpRQkwopFJl2tdtu > .row .container { width:320px;height:2161px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJa2NZpHAeIectyKHNofMISrXSIqPtIt { width:320px;height:659px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NeS42NdcpD9KldSrw8w6otAtTLgON250 { width:50px;height:208px;top:204.00000762939px;left:30.000001907349px;text-align:center;text-align-last:center;font-size:160px;display:block; }
 }@media only screen and (max-width: 763px) { #RJQh2MZc20nZNSnT4VhOFC6mUgERrGya { width:260px;height:336px;top:305px;left:30.000001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EJM43r8731QvH9pTcklwMZlmyBcwrCz8 { width:85px;height:85px;top:52.974998474121px;left:117.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #OvMsAAuraN5oBIBb8SZuPo9u9Tu6NSRy { width:197px;height:20.8px;top:184.19998931885px;left:61.499998092651px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dTtgUcNSXxAJwHy8POUFKzyFaMu3bloh { width:203px;height:28px;top:157.18749237061px;left:58.499998092651px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eR6tJVgV6NrM2TdbNVHoVm4rKDiM79PO { width:320px;height:869px;top:704px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wTqKg6dmJiTdDtatfEWrTk4BHx8upGTT { width:50px;height:208px;top:888px;left:30px;text-align:center;text-align-last:center;font-size:160px;display:block; }
 }@media only screen and (max-width: 763px) { #beozqZSwSgLybTdxm9AegT29oa4FByB3 { width:262px;height:528px;top:986px;left:29px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uC5myKVwKxefM0O0uvrFEbMyD79xpIa6 { width:85px;height:85px;top:738px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #xSWPoNF8mHTS7keUd7Owt7ToJzS505vB { width:203px;height:28px;top:842px;left:58px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #l76nF8hc1Wpv0rgJ4fyP9zkUyLbXrO4c { width:197px;height:20.8px;top:870px;left:61px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wIxw3pL4pwgEE2U7DvscVvmnKTUNNJZa { width:320px;height:526px;top:1603px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wuGLUZXh7AUFOTW6vSyHFhu0hoKGvTRk { width:50px;height:208px;top:1798px;left:30px;text-align:center;text-align-last:center;font-size:160px;display:block; }
 }@media only screen and (max-width: 763px) { #UEMcmlMr4lptI39yc7B2CwJbmIMZATFL { width:262px;height:192px;top:1899px;left:29px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZT4TDmDvrURcewVGG4mPSnyh2rw9T0 { width:85px;height:85px;top:1639px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #HLh7vdBPpv5yCsAzA7qpIPkRcpiDnaUl { width:203px;height:28px;top:1752px;left:58px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #T0hkAqbVc5EQ0gQb3tXtXty17iGrlUlF { width:249px;height:20.8px;top:1777px;left:36px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i3DNUhas3AXKsslLDpFwZCakROMHZ4UC { display:block; }#i3DNUhas3AXKsslLDpFwZCakROMHZ4UC > .row .container { width:320px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCq9CPaSUoNBTtqfqBSMs6Whrgb1SRMT { width:320px;height:17.6px;top:47.700317382812px;left:0px;font-size:14px;display:block; }
 }