.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { 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-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { position:relative;display:block; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { background-color: transparent; background-image: none; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container > .video-iframe-container { display: none; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row > .video-iframe-container { display: none; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .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); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { border-width: 0; border-radius: 0; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .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:68px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RF7KIok3KrXnthKGq6yG4mq9kPXDNAyz { position:absolute;display:block;z-index:15004;border-top:1px solid rgba(209,209,209,0.5);border-left:1px solid rgba(209,209,209,0.5);border-right:1px solid rgba(209,209,209,0.5);border-bottom:1px solid rgba(209,209,209,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:173px;top:0px;left:0px;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bb99fe2c-ab45-449e-855b-8b2c7a909b7e/tlo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:14px;font-family:arial;height:563px;width:1200px;position:relative;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:#ffffff;display:block;width:564px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:161.98335266113px;left:13.983337402344px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { color:#ffffff;display:block;width:346.997px;position:absolute;font-family:poppins;font-size:27px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:45.555557250977px;left:13.993072509766px;height:35.1px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwlZmsDwStnwNleLN1rebSh0wkq5S82J { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:54px;width:325px;top:35px;left:19px;display:block; }
#fIwTFfVXiNI9APw5lCTAUXzBwL51k1EX { background-color:#fec500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325px;height:57.9861px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:358px;left:14px;display:block; }
#QFMzwSzTr9cQDvDtBhSvZzppXhRbRTrk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kGv8w68WBHynoiVL06LVgUc2TMDJ7NyC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:13.9931px;width:35.9896px;top:380px;left:283px;overflow:hidden;display:block; }
#XTPATLtTpw1pRsh2uim1GkVW58KXmzIZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:692px;width:443px;top:40.546875px;left:717px;overflow:hidden;display:block; }
#dJmvgGUqDiTu8kcONAahtX7RPLhPyS46 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:98px;width:100px;top:14.09375px;left:904.5px;overflow:hidden;display:block; }
#ETavxziRG3y1lVDzrGOiS00QyA8kLQXF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:98px;width:100px;top:14.09375px;left:1044.5px;overflow:hidden;display:block; }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { font-size:14px;font-family:arial;height:1296px;width:1200px;position:relative;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { color:#192855;display:block;width:1092px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:172px;left:19px;height:320.672px;text-align:left;text-align-last:left;font-style:normal;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
#LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { background-color:#fec500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325px;height:58px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1199.0000610352px;left:438.00003051758px;display:block; }
#S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qFJTiJOvifkgsBxpraWd0T21MJkuok3C { position:absolute;display:block;z-index:14997;background-color:#006a9f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 6px 10px rgba(0,0,0,0.29) ;height:106px;width:1200px;top:1054.0000610352px;left:0px;display:block; }
#HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { color:#ffffff;display:block;width:717px;position:absolute;font-family:poppins;font-size:25px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1069.5000610352px;left:241.50003051758px;height:75px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l89iEVN5b1bhSTMoR0nr1Anz28veKnZh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:16px;width:45px;top:1220.0000610352px;left:709.00003051758px;overflow:hidden;display:block; }
#gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { color:#192855;display:block;width:634px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:40px;left:10px;height:39px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r3DGN2gMyh95m1oGvNliA42LCnw25vHb { color:#192855;display:block;width:617px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:95px;left:19px;height:64.6px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eFKlufTU6DnB2tJWnNnz8fBuTJFv2axb { color:#192855;display:block;width:617px;position:absolute;font-family:poppins;font-size:30px;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:605.00006103516px;left:19px;height:57px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OFUdP29UHKCUL1BtJdqxJWPPkSRxzDRC { color:#192855;display:block;width:1068px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:678.00006103516px;left:19px;height:342.969px;text-align:left;text-align-last:left;font-style:normal;display:block; }#OFUdP29UHKCUL1BtJdqxJWPPkSRxzDRC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#OFUdP29UHKCUL1BtJdqxJWPPkSRxzDRC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
#ywaVT2Hw5TMgxUZ1dyD4RnM4fwt2T5e5 { background-color:#fec500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325px;height:58px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:510.00006103516px;left:19px;display:block; }
#viH3rC0OSsgmhrglnGyRTIcIICDZTMz0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BC3v58leEvMmmUkhVrv8oKLUvyLHHWAl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:16px;width:45px;top:531.00006103516px;left:290.00003051758px;overflow:hidden;display:block; }
#m19T59qsECJRHTyTMJoEErXI12k0rIUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { border-width: 0; border-radius: 0; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { font-size:14px;font-family:"open sans";height:138px;width:1200px;position:relative;display:none; }#RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { position:absolute;z-index:15003;top:21px;left:140px;width:100px;height:100px;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:14px;font-family:arial;height:133px;width:1200px;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:71px;width:198px;top:31px;left:22.984375px;overflow:hidden;display:block; }
#LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { color:#ffffff;display:block;width:261.997px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.878479003906px;left:288.09033203125px;height:83.1876px;display:block; }
#yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { color:#ffffff;display:block;width:205px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:56.076354980469px;left:550.08685302734px;height:20.8px;display:block; }
#rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { color:#ffffff;display:block;width:147.986px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:56.076354980469px;left:856.97918701172px;height:20.8px;display:block; }
#TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:63px;width:63px;top:35px;left:1051px;overflow:hidden;display:block; }
#b4usbdVaCXgySdNIrOvxP33s1OggnbbF { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:60px;width:60px;top:36px;left:1052px;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { display:block; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RF7KIok3KrXnthKGq6yG4mq9kPXDNAyz { width:149px;height:54px;top:0px;left:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/713faf39-e8b8-4de7-bd80-99da459d071d/maska.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:764px;height:469px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:342px;height:105.3px;top:122.00000572205px;left:24.500000953674px;font-size:27px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { width:252.986px;height:28.6px;top:17px;left:15px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wwlZmsDwStnwNleLN1rebSh0wkq5S82J { width:266px;height:44px;top:8.0000076293945px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #fIwTFfVXiNI9APw5lCTAUXzBwL51k1EX { width:295px;height:52.9844px;top:328px;left:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #QFMzwSzTr9cQDvDtBhSvZzppXhRbRTrk { display:block; }
 }@media only screen and (max-width: 1199px) { #kGv8w68WBHynoiVL06LVgUc2TMDJ7NyC { width:35px;height:13.5938px;top:347px;left:279px;display:block; }
 }@media only screen and (max-width: 1199px) { #XTPATLtTpw1pRsh2uim1GkVW58KXmzIZ { width:295px;height:464px;top:2.86666px;left:439.75408437913px;display:block; }
 }@media only screen and (max-width: 1199px) { #dJmvgGUqDiTu8kcONAahtX7RPLhPyS46 { width:80px;height:77px;top:122px;left:680px;display:block; }
 }@media only screen and (max-width: 1199px) { #ETavxziRG3y1lVDzrGOiS00QyA8kLQXF { width:80px;height:78px;top:214.3000087738px;left:684.00004863739px;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:764px;height:1200px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { width:723px;height:429px;top:101.56665039062px;left:17.500000953674px;font-size:15px;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
 }@media only screen and (max-width: 1199px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:295px;height:52.9844px;top:1120.0000610352px;left:234.50001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 1199px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:727px;height:96px;top:992.00006103516px;left:17.000002861023px;display:block; }
 }@media only screen and (max-width: 1199px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:633px;height:66px;top:1007.0000305176px;left:74.983340263367px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #l89iEVN5b1bhSTMoR0nr1Anz28veKnZh { width:36px;height:14px;top:1137.4833374023px;left:488.50001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:558.976px;height:31.2px;top:17px;left:18.000000953674px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #r3DGN2gMyh95m1oGvNliA42LCnw25vHb { width:728.969px;height:28.5px;top:64px;left:17.500000953674px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #eFKlufTU6DnB2tJWnNnz8fBuTJFv2axb { width:728.969px;height:45.6px;top:618.00006103516px;left:27.000002861023px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #OFUdP29UHKCUL1BtJdqxJWPPkSRxzDRC { width:728.969px;height:305px;top:667.00006103516px;left:27.000002861023px;font-size:15px;display:block; }#OFUdP29UHKCUL1BtJdqxJWPPkSRxzDRC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
 }@media only screen and (max-width: 1199px) { #ywaVT2Hw5TMgxUZ1dyD4RnM4fwt2T5e5 { width:295px;height:52.9861px;top:544px;left:235px;display:block; }
 }@media only screen and (max-width: 1199px) { #viH3rC0OSsgmhrglnGyRTIcIICDZTMz0 { display:block; }
 }@media only screen and (max-width: 1199px) { #BC3v58leEvMmmUkhVrv8oKLUvyLHHWAl { width:36px;height:14px;top:563px;left:489px;display:block; }
 }@media only screen and (max-width: 1199px) { #m19T59qsECJRHTyTMJoEErXI12k0rIUp { display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { width:100px;height:100px;top:19px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:764px;height:297px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:160px;height:58px;top:18.96875px;left:302px;display:block; }
 }@media only screen and (max-width: 1199px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:261.997px;height:93.6px;top:89.878479003906px;left:13.090278625488px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:205px;height:23.4028px;top:125px;left:279.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:147.986px;height:23.4028px;top:124.94793701172px;left:535.97222137451px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:63.9931px;height:63.9931px;top:199px;left:350px;display:block; }
 }@media only screen and (max-width: 1199px) { #b4usbdVaCXgySdNIrOvxP33s1OggnbbF { width:60px;height:60px;top:201px;left:352px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { display:block; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container { width:320px;height:68px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7KIok3KrXnthKGq6yG4mq9kPXDNAyz { width:140px;height:51px;top:0.000244140625px;left:88.916669845581px;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5dd5cc93-54e0-4d3e-9494-828679005a94/topmobile.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:320px;height:582px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:316px;height:93.6px;top:82px;left:4.0000019073486px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { width:307.986px;height:27.3px;top:31px;left:6px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wwlZmsDwStnwNleLN1rebSh0wkq5S82J { width:236.997px;height:43.9931px;top:22px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #fIwTFfVXiNI9APw5lCTAUXzBwL51k1EX { width:304px;height:57px;top:507px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QFMzwSzTr9cQDvDtBhSvZzppXhRbRTrk { display:block; }
 }@media only screen and (max-width: 763px) { #kGv8w68WBHynoiVL06LVgUc2TMDJ7NyC { width:35px;height:13.5938px;top:528px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #XTPATLtTpw1pRsh2uim1GkVW58KXmzIZ { width:188px;height:298px;top:209px;left:66.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #dJmvgGUqDiTu8kcONAahtX7RPLhPyS46 { width:60px;height:57px;top:403.00003051758px;left:237.06667900085px;display:block; }
 }@media only screen and (max-width: 763px) { #ETavxziRG3y1lVDzrGOiS00QyA8kLQXF { width:60px;height:57px;top:220px;left:237.06667900085px;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:320px;height:2173px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { width:300px;height:885px;top:136.00003051758px;left:10px;font-size:15px;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
 }@media only screen and (max-width: 763px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:297.969px;height:57.9844px;top:1032.0000915527px;left:11px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 763px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:320px;height:92px;top:1976.0001831055px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:316px;height:76.5px;top:1983.0001831055px;left:2px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l89iEVN5b1bhSTMoR0nr1Anz28veKnZh { width:36px;height:13.9844px;top:1053.0000915527px;left:260.00001335144px;display:block; }
 }@media only screen and (max-width: 763px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:300px;height:20.8px;top:12px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r3DGN2gMyh95m1oGvNliA42LCnw25vHb { width:307px;height:85.5px;top:36.5px;left:10.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #eFKlufTU6DnB2tJWnNnz8fBuTJFv2axb { width:303px;height:28.5px;top:1125.0000915527px;left:9px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OFUdP29UHKCUL1BtJdqxJWPPkSRxzDRC { width:297px;height:789.5px;top:1163.0000610352px;left:12px;font-size:15px;display:block; }#OFUdP29UHKCUL1BtJdqxJWPPkSRxzDRC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
 }@media only screen and (max-width: 763px) { #ywaVT2Hw5TMgxUZ1dyD4RnM4fwt2T5e5 { width:304px;height:58px;top:2103.0001831055px;left:8px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #viH3rC0OSsgmhrglnGyRTIcIICDZTMz0 { display:block; }
 }@media only screen and (max-width: 763px) { #BC3v58leEvMmmUkhVrv8oKLUvyLHHWAl { width:45px;height:16px;top:2121.0001831055px;left:255.00001335144px;display:block; }
 }@media only screen and (max-width: 763px) { #m19T59qsECJRHTyTMJoEErXI12k0rIUp { display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { width:320px;height:372px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { width:100px;height:100px;top:272px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:132px;height:47px;top:13px;left:79.453125px;display:block; }
 }@media only screen and (max-width: 763px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:261.997px;height:93.6px;top:76.979187011719px;left:14.479166984558px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:205px;height:23.4028px;top:184.75695800781px;left:42.98611164093px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:147.986px;height:23.4028px;top:217.72576904297px;left:71.475701332092px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:62.9861px;height:62.9861px;top:266px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #b4usbdVaCXgySdNIrOvxP33s1OggnbbF { width:60px;height:60px;top:268px;left:116px;display:block; }
 }