.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gpBjEK99/landingpage5.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MKSCW25C/landingpage1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw.adaptive-delivery-prevent-bg, #T43kSVEQKd36XydpXUgO03bTA8uvo0hw.lazyload, #T43kSVEQKd36XydpXUgO03bTA8uvo0hw.lazyloading { background-image: none; }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row .container { background-color: transparent; background-image: none; }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row .container > .video-iframe-container { display: none; }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row > .video-iframe-container { display: none; }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .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); }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row .container { border-width: 0; border-radius: 0; }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row > .video-iframe-container {  }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row .container { font-size:14px;font-family:arial;height:261px;width:960px;position:relative;display:block; }#GauAuoGRysiGKilVc8TCqNeoxuPVvXKs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:246px;top:106.5px;left:357px;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:570px;width:960px;position:relative;display:block; }#txdlZrTCnICDm6iaKWVE0zvFVwog4mgv { position:absolute;display:block;z-index:15000;height:569px;width:960px;top:0px;left:0px;display:block; }
#G2gad7mgBg87znNonlgD2vEpxlwtQK9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dPTPFvkj/landingpage6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b.adaptive-delivery-prevent-bg, #G2gad7mgBg87znNonlgD2vEpxlwtQK9b.lazyload, #G2gad7mgBg87znNonlgD2vEpxlwtQK9b.lazyloading { background-image: none; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container { background-color: transparent; background-image: none; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container > .video-iframe-container { display: none; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row > .video-iframe-container { display: none; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .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); }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container { border-width: 0; border-radius: 0; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row > .video-iframe-container {  }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container { font-size:14px;font-family:arial;height:500px;width:960px;position:relative;display:block; }#NSmpcxDn1IlUOdmKxGFeK9HsUArvH6dT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:142px;top:192px;left:60.951219512195px;overflow:hidden;display:block; }
#CLNP3VAzTuA71mKPoVSDLcJqMbXPXVDQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:93px;top:280px;left:65px;overflow:hidden;display:block; }
#WIRe6V0LzxVixqcAQEAPhNzepVaABM7v { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:168px;top:277px;left:188px;overflow:hidden;display:block; }
#FS2Snr1x9IePTIxCsTlDp7nRcwpmzeoe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:107px;top:211px;left:232px;overflow:hidden;display:block; }
#shnS92mTvGgkyXrgf8ZUb9CdAIw09Kiu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:100px;top:344px;left:188px;overflow:hidden;display:block; }
#cIN3y6adTVy5r8rtHKPWuuN8Z9pefP2u { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:177px;top:279px;left:390px;overflow:hidden;display:block; }
#zFfbsk3VtFtMMK39NhmggL8hHTEIJ2JM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:60px;top:330px;left:98px;overflow:hidden;display:block; }
#kKbxgBdgK9S0I1AoTNfI2bNO9gwUfux5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:106px;top:206px;left:379px;overflow:hidden;display:block; }
#XmKw9OXsJkDkXlQtq9U7mX9fCVImDv34 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:103px;top:217px;left:526px;overflow:hidden;display:block; }
#BttA9uJLpRkwCOuXkq1mVJMFMrCsnkO1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:118px;top:350px;left:321px;overflow:hidden;display:block; }
#Juiu2x2km7OwsIvl7kIWDywT80RtKqh6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:245px;top:342px;left:476px;overflow:hidden;display:block; }
#rMmTwprONpru9rwPotT3F4NsSJZ0ulne { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:92px;top:277px;left:590px;overflow:hidden;display:block; }
#fvd5iO9Ch159Z2wQ8v67qL5IAn81ytml { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:109px;top:398px;left:330px;overflow:hidden;display:block; }
#eWnAdGA5NcfOwyl1geuQkgncLALxEbgJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:176px;top:217px;left:678px;overflow:hidden;display:block; }
#opO6fgmlIHAWE3gf2abNdUtmQLRTwg0V { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:84px;width:184px;top:251px;left:697px;overflow:hidden;display:block; }
#vsuzyXUcJQxze349mdEaSqmZ2cdKukxC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:107px;top:409px;left:482px;overflow:hidden;display:block; }
#yEZMHoUZzkBUfvvzzp0xlB1IKBzLi4Bo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:83px;width:191px;top:383px;left:610px;overflow:hidden;display:block; }
#EXfg2EKO6vATO6FkrDxbUvc6u1mJtTP6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:91px;top:410px;left:190px;overflow:hidden;display:block; }
#t8Tv61QDdTT8dUkVrZTMGnwnWypeTdeP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18px;width:102px;top:350px;left:749px;overflow:hidden;display:block; }
#F8gaswCNQJVCqDc7wLzOgKOSmvncqKsM { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:157px;left:380px;height:22.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPtTeQdZPP0UWucPgI874KmV02qpprIT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:97px;width:195px;top:30px;left:382.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T43kSVEQKd36XydpXUgO03bTA8uvo0hw { display:block; }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GauAuoGRysiGKilVc8TCqNeoxuPVvXKs { top:106px;left:259px;width:246px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txdlZrTCnICDm6iaKWVE0zvFVwog4mgv { top:0px;left:0px;width:764px;height:569px;display:block; }
 }@media only screen and (max-width: 763px) { #G2gad7mgBg87znNonlgD2vEpxlwtQK9b { display:block; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSmpcxDn1IlUOdmKxGFeK9HsUArvH6dT { top:192px;left:0px;width:142px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #CLNP3VAzTuA71mKPoVSDLcJqMbXPXVDQ { top:280px;left:0px;width:93px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WIRe6V0LzxVixqcAQEAPhNzepVaABM7v { top:277px;left:90px;width:168px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #FS2Snr1x9IePTIxCsTlDp7nRcwpmzeoe { top:211px;left:134px;width:107px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #shnS92mTvGgkyXrgf8ZUb9CdAIw09Kiu { top:344px;left:90px;width:100px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #cIN3y6adTVy5r8rtHKPWuuN8Z9pefP2u { top:279px;left:292px;width:177px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #zFfbsk3VtFtMMK39NhmggL8hHTEIJ2JM { top:330px;left:0px;width:60px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #kKbxgBdgK9S0I1AoTNfI2bNO9gwUfux5 { top:206px;left:281px;width:106px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #XmKw9OXsJkDkXlQtq9U7mX9fCVImDv34 { top:217px;left:428px;width:103px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BttA9uJLpRkwCOuXkq1mVJMFMrCsnkO1 { top:350px;left:223px;width:118px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Juiu2x2km7OwsIvl7kIWDywT80RtKqh6 { top:342px;left:378px;width:245px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #rMmTwprONpru9rwPotT3F4NsSJZ0ulne { top:277px;left:492px;width:92px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fvd5iO9Ch159Z2wQ8v67qL5IAn81ytml { top:398px;left:232px;width:109px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #eWnAdGA5NcfOwyl1geuQkgncLALxEbgJ { top:217px;left:580px;width:176px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #opO6fgmlIHAWE3gf2abNdUtmQLRTwg0V { top:251px;left:580px;width:184px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #vsuzyXUcJQxze349mdEaSqmZ2cdKukxC { top:409px;left:384px;width:107px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #yEZMHoUZzkBUfvvzzp0xlB1IKBzLi4Bo { top:383px;left:512px;width:191px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #EXfg2EKO6vATO6FkrDxbUvc6u1mJtTP6 { top:410px;left:92px;width:91px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #t8Tv61QDdTT8dUkVrZTMGnwnWypeTdeP { top:350px;left:651px;width:102px;height:18px;display:block; }
 }@media only screen and (max-width: 763px) { #F8gaswCNQJVCqDc7wLzOgKOSmvncqKsM { top:157px;left:282px;width:200px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GPtTeQdZPP0UWucPgI874KmV02qpprIT { top:30px;left:285px;width:195px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T43kSVEQKd36XydpXUgO03bTA8uvo0hw { display:block; }#T43kSVEQKd36XydpXUgO03bTA8uvo0hw > .row .container { width:320px;height:246px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GauAuoGRysiGKilVc8TCqNeoxuPVvXKs { width:200px;height:43px;top:47px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:513px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txdlZrTCnICDm6iaKWVE0zvFVwog4mgv { width:320px;height:180px;top:23.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G2gad7mgBg87znNonlgD2vEpxlwtQK9b { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dPTPFvkj/landingpage6.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b.adaptive-delivery-prevent-bg, #G2gad7mgBg87znNonlgD2vEpxlwtQK9b.lazyload, #G2gad7mgBg87znNonlgD2vEpxlwtQK9b.lazyloading { background-image: none; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container { background-color: transparent; background-image: none; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container > .video-iframe-container { display: none; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row > .video-iframe-container { display: none; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .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); }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container { border-width: 0; border-radius: 0; }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row > .video-iframe-container {  }#G2gad7mgBg87znNonlgD2vEpxlwtQK9b > .row .container { width:320px;height:1114px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSmpcxDn1IlUOdmKxGFeK9HsUArvH6dT { width:93px;height:43px;top:235.5px;left:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CLNP3VAzTuA71mKPoVSDLcJqMbXPXVDQ { width:93px;height:24px;top:470px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #WIRe6V0LzxVixqcAQEAPhNzepVaABM7v { width:168px;height:31px;top:543px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #FS2Snr1x9IePTIxCsTlDp7nRcwpmzeoe { width:107px;height:33px;top:254px;left:155px;display:block; }
 }@media only screen and (max-width: 763px) { #shnS92mTvGgkyXrgf8ZUb9CdAIw09Kiu { width:100px;height:29px;top:791px;left:186.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cIN3y6adTVy5r8rtHKPWuuN8Z9pefP2u { width:177px;height:26px;top:601px;left:71.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zFfbsk3VtFtMMK39NhmggL8hHTEIJ2JM { width:60px;height:58px;top:453px;left:79.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kKbxgBdgK9S0I1AoTNfI2bNO9gwUfux5 { width:106px;height:43px;top:323px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #XmKw9OXsJkDkXlQtq9U7mX9fCVImDv34 { width:103px;height:20px;top:335px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #BttA9uJLpRkwCOuXkq1mVJMFMrCsnkO1 { width:118px;height:30px;top:797px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Juiu2x2km7OwsIvl7kIWDywT80RtKqh6 { width:245px;height:34px;top:865px;left:37.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rMmTwprONpru9rwPotT3F4NsSJZ0ulne { width:92px;height:30px;top:662px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #fvd5iO9Ch159Z2wQ8v67qL5IAn81ytml { width:109px;height:63px;top:943px;left:174px;display:block; }
 }@media only screen and (max-width: 763px) { #eWnAdGA5NcfOwyl1geuQkgncLALxEbgJ { width:176px;height:20px;top:409px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #opO6fgmlIHAWE3gf2abNdUtmQLRTwg0V { width:224px;height:101px;top:691px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #vsuzyXUcJQxze349mdEaSqmZ2cdKukxC { width:107px;height:40px;top:1043px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yEZMHoUZzkBUfvvzzp0xlB1IKBzLi4Bo { width:191px;height:83px;top:1019.5px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #EXfg2EKO6vATO6FkrDxbUvc6u1mJtTP6 { width:91px;height:38px;top:955px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #t8Tv61QDdTT8dUkVrZTMGnwnWypeTdeP { width:102px;height:18px;top:668px;left:182.5px;display:block; }
 }@media only screen and (max-width: 763px) { #F8gaswCNQJVCqDc7wLzOgKOSmvncqKsM { width:200px;height:20.8px;top:198px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GPtTeQdZPP0UWucPgI874KmV02qpprIT { width:195px;height:97px;top:92px;left:62.500005722046px;display:block; }
 }