.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); }#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 { 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:521px;width:1200px;position:relative;display:block; }#r0UZEK0Jx3mrtOwNIiy5Fbp7le7e5kJV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:77px;width:170px;top:27px;left:210.33950617284px;overflow:hidden;display:block; }
#J3DOz1AlKgbE3SLgTWIyeu51hS4metOB { color:#000000;display:block;width:466px;position:absolute;font-family:montserrat;font-size:34px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:131.5px;left:77.5px;height:88px;display:block; }
#V4kS1Jgr4EZthSW66vJSMl9eQO5K6yMX { color:#d83024;display:block;width:449px;position:absolute;font-family:montserrat;font-size:51px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:220.5px;left:77.5px;height:131.2px;font-style:normal;display:block; }
#DmJ0v41kIk7rfAKs2D3DqC29cxJzQTLH { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/40VvNu5k/MyDash_Button_BG_01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:466px;height:55px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:378px;left:67.5px;display:block; }
#DmJ0v41kIk7rfAKs2D3DqC29cxJzQTLH.adaptive-delivery-prevent-bg { background-image: none; }
#IL8WacKfZcia2oblqCVf1Acn9AgSf7yn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#XJbeRm6w8ZJcJWI3xua12Nna1VNyMxFn { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:452px;width:836px;top:69px;left:517px;overflow:hidden;display:block; }
#cQ40mJv9UV047s08urFrghlCKFpuswzD { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:362px;width:188px;top:204px;left:576.609375px;overflow:hidden;display:block; }
#JeKT4KFpnhWi4Z6qbNv9C4Po760fW9ww { color:#000000;display:block;width:345px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:454px;left:122.33749389648px;height:20.8px;display:block; }
#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row .container { background-color: transparent; background-image: none; }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row .container > .video-iframe-container { display: none; }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row > .video-iframe-container { display: none; }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .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); }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row .container { border-width: 0; border-radius: 0; }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row .container { font-size:14px;font-family:arial;height:579px;width:1200px;position:relative;display:block; }#V4DJ1lplQmJ3r6MO2fnCqZKhH4b1BbqF { color:#000000;display:block;width:607px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:96px;left:80.5px;height:115.2px;display:block; }
#u6X1GlanThVn17Hmdk3vTUFBX8Bf7kO0 { color:#e23f26;display:block;width:607px;position:absolute;font-family:montserrat;font-size:54px;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:229px;left:80.5px;height:129.6px;display:block; }
#flantLfA0Ftb2QpBTLtWbDBRLqE7UbGB { color:#000000;display:block;width:597px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:365px;left:80.5px;height:118.4px;font-style:normal;display:block; }
#mupTTtc0ebsiBby26phgJgFTp2vfb3TA { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:136px;width:131px;top:71px;left:743.5px;overflow:hidden;display:block; }
#Txni8EILVLKR1epKbuyFE1T1ke7G6vJv { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:136px;width:131px;top:221.5px;left:743.5px;overflow:hidden;display:block; }
#xEVel68soGhLoWzZVTr2K1r66DrdHlHb { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:136px;width:131px;top:368px;left:743.5px;overflow:hidden;display:block; }
#bLnbXOp2KeWTwrKWCANqcNH4K7AzSVCT { color:#000000;display:block;width:198px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:96px;left:900.5px;height:91.2px;font-style:normal;display:block; }
#HQSIGvz60b8SuEPpZ9e0ZrT4tWi7HddR { color:#000000;display:block;width:219px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:244.5px;left:900.5px;height:91.2px;font-style:normal;display:block; }
#ufvfd8H6ApaKhGbhuhE1Z3rBUHRQVxe9 { color:#000000;display:block;width:237px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:388px;left:900.5px;height:91.2px;font-style:normal;display:block; }
#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh { position:relative;display:block; }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh { background-color: transparent; background-image: none; }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh > .row .container > .video-iframe-container { display: none; }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh > .row > .video-iframe-container { display: none; }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh > .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); }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh { border-width: 0; border-radius: 0; }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh > .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:442px;width:1200px;position:relative;display:block; }#CUbAFrtLKUJd0585Iz38k3V4tD6N5U2D { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:375px;width:405px;top:33.5px;left:704.5px;overflow:hidden;display:block; }
#eF7VgJh0bd1OVB166NGZDZGZ01Rk0K2w { color:#000000;display:block;width:561px;position:absolute;font-family:montserrat;font-size:40px;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:105px;left:80.5px;height:240px;display:block; }
#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row .container { background-color: transparent; background-image: none; }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row .container > .video-iframe-container { display: none; }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row > .video-iframe-container { display: none; }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .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); }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row .container { border-width: 0; border-radius: 0; }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row .container { font-size:14px;font-family:arial;height:428px;width:1200px;position:relative;display:block; }#y0HuqMqFSwHNeuhSHCNgpPGSf4PrTztM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:197px;width:192px;top:51px;left:146.0549132948px;overflow:hidden;display:block; }
#tToM1EN6W8HC6om1xrrDqoybDnwfyT9M { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:221px;width:214px;top:42px;left:490px;overflow:hidden;display:block; }
#QlrFve92HtPySkM5yka236nzBus1X7i1 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:207px;width:203px;top:51px;left:848.66494845361px;overflow:hidden;display:block; }
#TSAWpDDcBWrM8gt71RzTlwWIrqzzfF1X { color:#000000;display:block;width:294px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:280px;left:95.046875px;height:96px;text-align:center;text-align-last:center;display:block; }
#O0UnhcdJsp8fplxqBWDZK2nhbCiSs5nJ { color:#000000;display:block;width:236px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:280px;left:482px;height:96px;text-align:center;text-align-last:center;display:block; }
#hbQ1HZaA2OaKhDv9co1m0pqXxsImAmqv { color:#000000;display:block;width:281px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:280px;left:809.65625px;height:96px;text-align:center;text-align-last:center;display:block; }
#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue { position:relative;display:block; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue { background-color: transparent; background-image: none; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row .container > .video-iframe-container { display: none; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row > .video-iframe-container { display: none; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .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); }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue { border-width: 0; border-radius: 0; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .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:791px;width:1200px;position:relative;display:block; }#kHx4vSrnkH5MivEclUTs4FiyCkM2cg6k { position:absolute;display:block;z-index:100001;background-color:#908d8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:662px;width:2px;top:88px;left:387.5px;display:block; }
#fTTDDdWRIKTURVaUEdSOUoaqWxtBz0gV { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:228px;width:130px;top:511px;left:99.5px;overflow:hidden;display:none; }
#yczM78R1xuiXSdFEc26RlBaD2rwUQwMd { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:535px;top:514px;left:435.953125px;overflow:hidden;display:block; }
#w1GTp3I8SGiTIDMWUGyzao0w7nsViGbf { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:69px;left:117.5px;height:70.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7hbyMC8yVdiA7uWUuywo9IPcXX4QOHc { color:#000000;display:block;width:248px;position:absolute;font-family:montserrat;font-size:23px;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:173px;left:78.5px;height:310.2px;font-style:normal;text-align:left;text-align-last:left;display:block; }#a7hbyMC8yVdiA7uWUuywo9IPcXX4QOHc li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#a7hbyMC8yVdiA7uWUuywo9IPcXX4QOHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kkzahkRm/Check_Bullet_01.svg); }
#H6sAlmmKV6Pp3BEOFI9TL8Ptf57qEWsp { color:#000000;display:block;width:388px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:69px;left:518.5px;height:35.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U718klOE0Tss1Dbg0r0RTTubziQTCUUL { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:785px;width:619px;top:0px;left:888px;overflow:hidden;display:block; }
#hW5rqDDgo0f4SdDgXT6oyuLnCmw7LoE0 { color:#000000;display:block;width:248px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:130px;left:435.953125px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eb2Kd59TF0ywggNAcDqPMM2r6fhNUQSq { color:#000000;display:block;width:248px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:130px;left:723.953125px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnRaZAgWThmWQFlMntEENGteySbZEJkc { color:#000000;display:block;width:241px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:166px;left:445.953125px;height:121.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSuBI7LDBFGFn9N5769ETRMfxxGzPoXT { color:#000000;display:block;width:241px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:165px;left:730.953125px;height:121.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KG5qotilUylnIJDtm71HwTbf3dcX4faq { color:#000000;display:block;width:258px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:314.5px;left:435.953125px;height:52.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pziCOaNf3dIp4rtM3Ii71PyUZQk9iP6w { color:#000000;display:block;width:209px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:314.5px;left:723.953125px;height:52.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIuFRCJaRa4x2NSeIMT38xJHiHUzIQU1 { color:#000000;display:block;width:241px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:374px;left:730.953125px;height:121.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i22Ru951Kc0coGgW03K38uwOJQTbohy9 { color:#000000;display:block;width:241px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:374px;left:446.953125px;height:121.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cFTHIH0lCglDNbbRQy0hskAVZoSECAm5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:839px;width:334px;display:none; }
#Cqk52Tu09MQV4Ee46d06IV2y35PtMXtv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:366px;width:266px;display:none; }
#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/8np8be8w/Footer_BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }
#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo.adaptive-delivery-prevent-bg { background-image: none; }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row .container { background-color: transparent; background-image: none; }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row .container > .video-iframe-container { display: none; }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row > .video-iframe-container { display: none; }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .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); }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row .container { border-width: 0; border-radius: 0; }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row .container { font-size:14px;font-family:arial;height:391px;width:1200px;position:relative;display:block; }#QAkzdKHlU0aKOgczOZch0BxigTfOFq1s { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:621px;top:216px;left:0px;overflow:hidden;display:none; }
#vdeEDssBS72K9TPe5LV0RNtFz26HPfvG { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:155px;width:129px;top:53px;left:270.5px;overflow:hidden;display:block; }
#uxZ5qIPxAkkx6ZQMxOsl9Kgk8TiXlN8I { color:#ffffff;display:block;width:408px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:339px;left:396px;height:23.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3UXEr4wHZiCkTfKivLU6tsphisx9UI1 { color:#000000;display:block;width:600px;position:absolute;font-family:montserrat;font-size:66px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:79px;left:411px;height:85.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #r0UZEK0Jx3mrtOwNIiy5Fbp7le7e5kJV { top:27px;left:0px;width:170px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #J3DOz1AlKgbE3SLgTWIyeu51hS4metOB { top:131px;left:0px;width:466px;height:88px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #V4kS1Jgr4EZthSW66vJSMl9eQO5K6yMX { top:220px;left:0px;width:449px;height:132px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DmJ0v41kIk7rfAKs2D3DqC29cxJzQTLH { width:466px;height:55px;top:378px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IL8WacKfZcia2oblqCVf1Acn9AgSf7yn { display:block; }
 }@media only screen and (max-width: 763px) { #XJbeRm6w8ZJcJWI3xua12Nna1VNyMxFn { top:69px;left:0px;width:764px;height:413.07177033493px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ40mJv9UV047s08urFrghlCKFpuswzD { top:204px;left:358.609375px;width:188px;height:362px;display:block; }
 }@media only screen and (max-width: 763px) { #JeKT4KFpnhWi4Z6qbNv9C4Po760fW9ww { top:454px;left:0px;width:345px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF { display:block; }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4DJ1lplQmJ3r6MO2fnCqZKhH4b1BbqF { top:96px;left:0px;width:607px;height:117px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #u6X1GlanThVn17Hmdk3vTUFBX8Bf7kO0 { top:229px;left:0px;width:607px;height:128px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #flantLfA0Ftb2QpBTLtWbDBRLqE7UbGB { top:365px;left:0px;width:597px;height:120px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mupTTtc0ebsiBby26phgJgFTp2vfb3TA { top:71px;left:525.5px;width:131px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #Txni8EILVLKR1epKbuyFE1T1ke7G6vJv { top:221px;left:525.5px;width:131px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #xEVel68soGhLoWzZVTr2K1r66DrdHlHb { top:368px;left:525.5px;width:131px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #bLnbXOp2KeWTwrKWCANqcNH4K7AzSVCT { top:96px;left:566px;width:198px;height:90px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HQSIGvz60b8SuEPpZ9e0ZrT4tWi7HddR { top:244px;left:545px;width:219px;height:90px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ufvfd8H6ApaKhGbhuhE1Z3rBUHRQVxe9 { top:388px;left:527px;width:237px;height:90px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh { display:block; }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUbAFrtLKUJd0585Iz38k3V4tD6N5U2D { top:33px;left:359px;width:405px;height:375px;display:block; }
 }@media only screen and (max-width: 763px) { #eF7VgJh0bd1OVB166NGZDZGZ01Rk0K2w { top:105px;left:0px;width:561px;height:240px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV { display:block; }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0HuqMqFSwHNeuhSHCNgpPGSf4PrTztM { top:51px;left:0px;width:192px;height:197px;display:block; }
 }@media only screen and (max-width: 763px) { #tToM1EN6W8HC6om1xrrDqoybDnwfyT9M { top:42px;left:272px;width:214px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #QlrFve92HtPySkM5yka236nzBus1X7i1 { top:51px;left:561px;width:203px;height:207px;display:block; }
 }@media only screen and (max-width: 763px) { #TSAWpDDcBWrM8gt71RzTlwWIrqzzfF1X { top:280px;left:0px;width:294px;height:96px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #O0UnhcdJsp8fplxqBWDZK2nhbCiSs5nJ { top:280px;left:264px;width:236px;height:96px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ1HZaA2OaKhDv9co1m0pqXxsImAmqv { top:280px;left:483px;width:281px;height:96px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue { display:block; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHx4vSrnkH5MivEclUTs4FiyCkM2cg6k { top:88px;left:169.5px;width:2px;height:662px;display:block; }
 }@media only screen and (max-width: 763px) { #fTTDDdWRIKTURVaUEdSOUoaqWxtBz0gV { top:511px;left:0px;width:130px;height:228px;display:block; }
 }@media only screen and (max-width: 763px) { #yczM78R1xuiXSdFEc26RlBaD2rwUQwMd { top:514px;left:217.953125px;width:535px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #w1GTp3I8SGiTIDMWUGyzao0w7nsViGbf { top:69px;left:0px;width:200px;height:70px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #a7hbyMC8yVdiA7uWUuywo9IPcXX4QOHc { top:173px;left:0px;width:248px;height:307px;font-size:21px;display:block; }#a7hbyMC8yVdiA7uWUuywo9IPcXX4QOHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kkzahkRm/Check_Bullet_01.svg); }
 }@media only screen and (max-width: 763px) { #H6sAlmmKV6Pp3BEOFI9TL8Ptf57qEWsp { top:69px;left:300.5px;width:388px;height:35px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #U718klOE0Tss1Dbg0r0RTTubziQTCUUL { top:0px;left:145px;width:619px;height:785px;display:block; }
 }@media only screen and (max-width: 763px) { #hW5rqDDgo0f4SdDgXT6oyuLnCmw7LoE0 { top:130px;left:217.953125px;width:248px;height:24px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Eb2Kd59TF0ywggNAcDqPMM2r6fhNUQSq { top:130px;left:505.953125px;width:248px;height:24px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MnRaZAgWThmWQFlMntEENGteySbZEJkc { top:166px;left:227.953125px;width:241px;height:120px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lSuBI7LDBFGFn9N5769ETRMfxxGzPoXT { top:165px;left:512.953125px;width:241px;height:120px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KG5qotilUylnIJDtm71HwTbf3dcX4faq { top:314px;left:217.953125px;width:258px;height:52px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #pziCOaNf3dIp4rtM3Ii71PyUZQk9iP6w { top:314px;left:505.953125px;width:209px;height:52px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #yIuFRCJaRa4x2NSeIMT38xJHiHUzIQU1 { top:374px;left:512.953125px;width:241px;height:120px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #i22Ru951Kc0coGgW03K38uwOJQTbohy9 { top:374px;left:228.953125px;width:241px;height:120px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cFTHIH0lCglDNbbRQy0hskAVZoSECAm5 { width:334px;height:839px;display:none; }
 }@media only screen and (max-width: 763px) { #Cqk52Tu09MQV4Ee46d06IV2y35PtMXtv { width:266px;height:366px;display:none; }
 }@media only screen and (max-width: 763px) { #INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo { display:block; }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAkzdKHlU0aKOgczOZch0BxigTfOFq1s { top:216px;left:0px;width:621px;height:175px;display:block; }
 }@media only screen and (max-width: 763px) { #vdeEDssBS72K9TPe5LV0RNtFz26HPfvG { top:53px;left:52.5px;width:129px;height:155px;display:block; }
 }@media only screen and (max-width: 763px) { #uxZ5qIPxAkkx6ZQMxOsl9Kgk8TiXlN8I { top:339px;left:178px;width:408px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #M3UXEr4wHZiCkTfKivLU6tsphisx9UI1 { top:79px;left:164px;width:600px;height:85px;font-size:66px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:632px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0UZEK0Jx3mrtOwNIiy5Fbp7le7e5kJV { width:132px;height:59px;top:22px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #J3DOz1AlKgbE3SLgTWIyeu51hS4metOB { width:320px;height:54.4px;top:333px;left:0px;font-size:23px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V4kS1Jgr4EZthSW66vJSMl9eQO5K6yMX { width:262px;height:72px;top:407px;left:29px;font-size:30px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DmJ0v41kIk7rfAKs2D3DqC29cxJzQTLH { width:304px;height:42px;top:509px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IL8WacKfZcia2oblqCVf1Acn9AgSf7yn { display:block; }
 }@media only screen and (max-width: 763px) { #XJbeRm6w8ZJcJWI3xua12Nna1VNyMxFn { width:320px;height:173px;top:127px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ40mJv9UV047s08urFrghlCKFpuswzD { width:67px;height:136px;top:177px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #JeKT4KFpnhWi4Z6qbNv9C4Po760fW9ww { width:306px;height:41.6px;top:569px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF { display:block; }#EL1cLSuVWvoRmMotPxTaX4qRpCMkHwXF > .row .container { width:320px;height:989px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4DJ1lplQmJ3r6MO2fnCqZKhH4b1BbqF { width:310px;height:160px;top:30px;left:5px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6X1GlanThVn17Hmdk3vTUFBX8Bf7kO0 { width:292px;height:108px;top:220px;left:14px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flantLfA0Ftb2QpBTLtWbDBRLqE7UbGB { width:294px;height:148.8px;top:358px;left:13px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mupTTtc0ebsiBby26phgJgFTp2vfb3TA { width:114px;height:118px;top:538px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Txni8EILVLKR1epKbuyFE1T1ke7G6vJv { width:113px;height:118px;top:686px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #xEVel68soGhLoWzZVTr2K1r66DrdHlHb { width:110px;height:114px;top:830px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bLnbXOp2KeWTwrKWCANqcNH4K7AzSVCT { width:169px;height:72px;top:561px;left:138px;font-size:19px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HQSIGvz60b8SuEPpZ9e0ZrT4tWi7HddR { width:189px;height:72px;top:706px;left:3px;font-size:19px;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ufvfd8H6ApaKhGbhuhE1Z3rBUHRQVxe9 { width:169px;height:96px;top:839px;left:138px;font-size:19px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh { display:block; }#yTTHEn0hK6MMbe58vBRfPinR3rMBZLOh > .row .container { width:320px;height:619px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUbAFrtLKUJd0585Iz38k3V4tD6N5U2D { width:260px;height:241px;top:30px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #eF7VgJh0bd1OVB166NGZDZGZ01Rk0K2w { width:303px;height:275.2px;top:301px;left:9px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV { display:block; }#OX2y0kb9WIa6K8XeioyqcR3g2EaVQEFV > .row .container { width:320px;height:1000px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0HuqMqFSwHNeuhSHCNgpPGSf4PrTztM { width:170px;height:175px;top:29px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #tToM1EN6W8HC6om1xrrDqoybDnwfyT9M { width:183px;height:190px;top:348px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #QlrFve92HtPySkM5yka236nzBus1X7i1 { width:171px;height:175px;top:682px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #TSAWpDDcBWrM8gt71RzTlwWIrqzzfF1X { width:282px;height:84px;top:234px;left:19px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #O0UnhcdJsp8fplxqBWDZK2nhbCiSs5nJ { width:236px;height:84px;top:568px;left:42px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ1HZaA2OaKhDv9co1m0pqXxsImAmqv { width:281px;height:84px;top:887px;left:20px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row .container { background-color: transparent; background-image: none; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row .container > .video-iframe-container { display: none; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row > .video-iframe-container { display: none; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .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); }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row .container { border-width: 0; border-radius: 0; }#LbPObz7hZ9xDVUX9fCDOiXbR2A71v0ue > .row .container { width:320px;height:1831px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHx4vSrnkH5MivEclUTs4FiyCkM2cg6k { width:2px;height:662px;top:1215px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #fTTDDdWRIKTURVaUEdSOUoaqWxtBz0gV { width:199px;height:352px;top:584px;left:60.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yczM78R1xuiXSdFEc26RlBaD2rwUQwMd { width:320px;height:134.57943925234px;top:2249px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #w1GTp3I8SGiTIDMWUGyzao0w7nsViGbf { width:320px;height:31.2px;top:112px;left:0px;font-size:29px;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #a7hbyMC8yVdiA7uWUuywo9IPcXX4QOHc { width:248px;height:266.4px;top:177px;left:36px;font-size:21px;line-height:1.4;display:block; }#a7hbyMC8yVdiA7uWUuywo9IPcXX4QOHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kkzahkRm/Check_Bullet_01.svg); }
 }@media only screen and (max-width: 763px) { #H6sAlmmKV6Pp3BEOFI9TL8Ptf57qEWsp { width:193px;height:62.4px;top:492px;left:63.5px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #U718klOE0Tss1Dbg0r0RTTubziQTCUUL { width:320px;height:405.81583198708px;top:2403.578px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hW5rqDDgo0f4SdDgXT6oyuLnCmw7LoE0 { width:248px;height:24px;top:979px;left:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Eb2Kd59TF0ywggNAcDqPMM2r6fhNUQSq { width:248px;height:24px;top:1173px;left:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MnRaZAgWThmWQFlMntEENGteySbZEJkc { width:241px;height:121.6px;top:1217px;left:39.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSuBI7LDBFGFn9N5769ETRMfxxGzPoXT { width:241px;height:121.6px;top:1023px;left:39.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KG5qotilUylnIJDtm71HwTbf3dcX4faq { width:258px;height:52.8px;top:1367px;left:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #pziCOaNf3dIp4rtM3Ii71PyUZQk9iP6w { width:209px;height:52.8px;top:1589px;left:55.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #yIuFRCJaRa4x2NSeIMT38xJHiHUzIQU1 { width:241px;height:121.6px;top:1661px;left:39.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i22Ru951Kc0coGgW03K38uwOJQTbohy9 { width:152px;height:121.6px;top:1439px;left:84px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFTHIH0lCglDNbbRQy0hskAVZoSECAm5 { top:1162px;left:77px;width:243px;height:615px;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cqk52Tu09MQV4Ee46d06IV2y35PtMXtv { top:0px;left:132px;width:188px;height:259px;z-index:100011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo { display:block; }#INBbqPqNRTw7SZtD5iPQcmeTdlMu3Bxo > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAkzdKHlU0aKOgczOZch0BxigTfOFq1s { width:320px;height:87px;top:279px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vdeEDssBS72K9TPe5LV0RNtFz26HPfvG { width:115px;height:139px;top:41px;left:102.5px;display:block; }
 }@media only screen and (max-width: 763px) { #uxZ5qIPxAkkx6ZQMxOsl9Kgk8TiXlN8I { width:320px;height:23.2px;top:325.640625px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #M3UXEr4wHZiCkTfKivLU6tsphisx9UI1 { width:320px;height:0;top:386px;left:0px;font-size:32px;display:block; }
 }