.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { background-color: transparent; background-image: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { background-color:#ffffff;background-image:none;border-top:0.1875rem solid #0166ff;border-left:0.1875rem solid #0166ff;border-right:0.1875rem solid #0166ff;border-bottom:0.1875rem solid #0166ff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#001928;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:46.125rem;display:block; }
#sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { background-color:#001928;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #0166ff;border-left:0.1875rem solid #0166ff;border-right:0.1875rem solid #0166ff;border-bottom:0.1875rem solid #0166ff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.96875rem;left:31.75rem;display:block; }
#z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yq1E5F8apcUkGnVoPIvWCw7RPcGHOyZ1 { color:#070002;display:block;width:18.6870625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6671009063721rem;left:5.498046875rem;height:1.462675rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38ddbe6b-eef7-4a36-8c83-ae3965096561/AdobeStock_212353433.jpeg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.adaptive-delivery-prevent-bg, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyload, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyloading { background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { background-color: transparent; background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .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); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { border-width: 0; border-radius: 0; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:60rem;height:49.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { color:#ffffff;display:block;width:31.685125rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.9989156723025rem;left:0rem;height:14.69925rem;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; }
#SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:35.81175rem;width:26.3745rem;top:8.997314453125rem;left:33.62548828125rem;display:block; }
#CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { color:#0166ff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.999755859375rem;left:35.811767578125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-form-header {  }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;color:#000000;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0166ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:5rem;font-family:"open sans";overflow:hidden;line-height:1.1; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container:first-of-type{padding-top:0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container:last-of-type{padding-bottom:0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.9326171875rem;left:34.4013671875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.9326171875rem;left:34.4013671875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw { position:relative; }
#yyelvddoDsQKQHyshzZU9PEQDE7kSleo { background-color:#0166ff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.8076171875rem;left:15.5625rem;display:block; }
#pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0ioyXDXb12979hTka81pkyG9eLhyoMV { background-color:#0166ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.8076171875rem;left:0rem;display:block; }
#WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:7.7485rem;top:25.213760375976rem;left:0rem;display:block; }
#ZdLdkif3miH8qbgOWe77LNkm9A5UvIWk { color:#070002;display:block;width:22rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.7607421875rem;left:35.8115234375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTBOZ6xHqhl9zgOyR5gzOPxtg6cw41ad { color:#ffffff;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.1875rem;left:2.3125rem;height:6.5rem;font-style:normal;display:block; }
#cmywO728NcIgqKA9A7sUSr3nRWQoD8hW { color:#070002;display:block;width:18.686rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.041667938233rem;left:37.339412689209rem;height:0;font-style:italic;text-align:center;text-align-last:center;display:none; }
#D57fM9izu3TpWnfZRRhF90EhtKRfKEND { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.94);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; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container { background-color: transparent; background-image: none; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container > .video-iframe-container { display: none; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row > .video-iframe-container { display: none; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .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); }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container { border-width: 0; border-radius: 0; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#FfXeaJGo5DmrTttP7dhZenBkLGlMcMC6 { display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2493499517441rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;color:#0166ff;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; }
#cwQ9aGHBkidkdmqkkXsKrhDsTvWFcIy8 { background-color:#0166ff;background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.73175rem;height:3.73176875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.9375rem;left:20.75rem;display:block; }
#PsNA9dTG63QK4BUENPPh1oJeOtO481n3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mWXe7T3OLgvwT4yus90FTaNPXnZEnobQ { 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;box-shadow: none;height:17.9373125rem;width:18.8748125rem;top:4.3793411254883rem;left:20.562068939209rem;overflow:hidden;display:block; }
#J6Aot2Xmvrb8mqGt5BAGoaOD4P2CbVpg { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#001928;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.374125rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:23.375rem;left:0rem;display:block; }
#LTySyWt3193yOlrf0FPGrbO90h6ht9x7 { display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.25rem;left:0.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA { border-top:0.25rem solid #0166ff;border-left:0.25rem solid #0166ff;border-right:0.25rem solid #0166ff;border-bottom:0.25rem solid #0166ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d552dae2-e18f-4b9e-967c-3f700e5a3b87/AdobeStock_264893274.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.4375rem;width:9.4375rem;position:absolute;display:block;z-index:15001;top:18.6875rem;left:8.375rem;display:block; }#EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA.adaptive-delivery-prevent-bg, #EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA.lazyload, #EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA.lazyloading { background-image: none; }
#zTfsZIMtdH2dBdTXNmfiTby8q6OVuWWM { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#001928;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.374125rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:23.375rem;left:33.625rem;display:block; }
#RfWPL65As4XcBci1JDuzEbUbErVcfQ9Z { display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.25rem;left:33.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW { border-top:0.25rem solid #0166ff;border-left:0.25rem solid #0166ff;border-right:0.25rem solid #0166ff;border-bottom:0.25rem solid #0166ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c3e98cd-e71f-4cd1-94a9-b699ff078361/roof_cleaning02min1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.4375rem;width:9.4375rem;position:absolute;display:block;z-index:15005;top:18.6875rem;left:42rem;display:block; }#aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW.adaptive-delivery-prevent-bg, #aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW.lazyload, #aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW.lazyloading { background-image: none; }
#xUsnw8654bBVk1G0bMH1kZhBtNRfx288 { display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:32.373048305511rem;left:0.849609375rem;height:7.5rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlXPrdvLgT03qOKmybZE7XAUA8Qsu8kg { display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:32.375rem;left:34.9375rem;height:7.5rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb { border-top:0.1875rem solid #000000;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; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row .container { background-color: transparent; background-image: none; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row .container > .video-iframe-container { display: none; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row > .video-iframe-container { display: none; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .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); }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row .container { border-width: 0; border-radius: 0; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row .container { font-size:0.875rem;font-family:arial;height:46.79861125rem;width:60rem;position:relative;display:block; }#y2EignppeTdUTfI4k2ocGy2TOMOq8D78 { position:absolute;display:block;z-index:15000;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.375rem;left:0rem;display:block; }
#bfySrU3W4C3BQGprGhfForU3mCrwmQ9D { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wiibzVmQIhd1kmC16bA64gAWlL9zLGU5 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.875rem;left:1.125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xckoCFzJ6PR51oHLcPfdaZCDrENCkfR8 { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UdtiPRQ0nvwfuxOqapRMNQa1PFWwLxXL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:15.5625rem;left:5.6875rem; }
#KT8We0m1p432SZevoZD5P0lLtV1laL0W { position:absolute;display:block;z-index:15026;background-color:#001928;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.56241125rem;width:1.06223125rem;top:17.5625rem;left:5.6875rem;display:block; }
#Z0pJsOTaNZUxladbbUpXsZwtS9t8TRTn { position:absolute;display:block;z-index:15007;background-color:#001928;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:16.125rem;left:7.5rem;display:block; }
#knZLUAesCemiIcDEKFRtE5x4oRMp0RKq { position:absolute;display:block;z-index:15003;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.625rem;left:0.1875rem;display:block; }
#J3qlRTUfLSB58i3sBJ8BucZdwQfcwVvS { position:absolute;display:block;z-index:15007;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.4375rem;left:15.5625rem;display:block; }
#HIP5PR5btlFgsfi68wr68qyQePMI8wa5 { position:absolute;display:block;z-index:15010;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.6875rem;left:15.75rem;display:block; }
#XnM82VtAMZSnU2Gt4oCsKEsywtLAKPSg { color:#333333;display:block;width:12.6248125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.874349594116rem;left:16.187068939209rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wn7P6CNTIneQLzzGG3lGvTHuCfimHu9p { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVR8mQEDvB25Nly3y82bU8QCR16Q2XgW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:15.5625rem;left:21.250003814698rem; }
#HIea5BGe2teJnT9qG2ZcTxmgWRL1I0B4 { position:absolute;display:block;z-index:15033;background-color:#001928;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:17.625rem;left:21.25rem;display:block; }
#vsdsHAuMmGGwNhZJRrIXAkgKg1795D0M { position:absolute;display:block;z-index:15014;background-color:#001928;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.1875rem;left:23.0625rem;display:block; }
#X6HnF86hlMN0vEJwVKrd6PRqxHqATWF5 { position:absolute;display:block;z-index:15014;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.4375rem;left:30.625rem;display:block; }
#pmBHkE8KETzvWuWHAPi7W3wq2mWfFIa2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:15.5625rem;left:36.250003814698rem; }
#MypFcUxsz89xXi6K9BL5iifJLgLMKhOE { position:absolute;display:block;z-index:15021;background-color:#001928;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.1875rem;left:38.125rem;display:block; }
#Q7RHqkCoHuf7WKtTsZ6lb5VpqVD7qbPv { position:absolute;display:block;z-index:15040;background-color:#001928;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:17.625rem;left:36.3125rem;display:block; }
#XnvvVzlMKu0aOxdc7ZcTTEZnoTmnwU2Q { position:absolute;display:block;z-index:15021;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.4375rem;left:45.5625rem;display:block; }
#EDI1UvA4UsmeItd4mc9qCyFrntgtHCPH { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.3125rem;left:31rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKFcGykf7xP02vxJM3EFmU6LrPtwGnIk { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.3125rem;left:45.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l01lc5Cw1UbqWIkHFeet6vmuPRwTESql { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:15.5625rem;left:51.250003814698rem; }
#oECKKGyCmlPGGTu6OXQQsCE54OymT8Rf { position:absolute;display:block;z-index:15047;background-color:#001928;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:17.625rem;left:51.25rem;display:block; }
#qT8PV7qMmNQx3c7JEEM0zi4Rnz7UKCrE { position:absolute;display:block;z-index:15028;background-color:#001928;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.1875rem;left:53.0625rem;display:block; }
#z42achtWUuu1UvNa0vLQ415dCpDLyKIT { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:22.9375rem;left:31.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8yg2HWG70hw3hZCLmZyBqHibIxudqcM { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:22.875rem;left:46.25rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCxNndXqh29A9CTpWuH7KXdyvf6oimKV { position:absolute;display:block;z-index:15017;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.6875rem;left:30.8125rem;display:block; }
#dIoc76a2QD3lAkBIHSLR4JJUPZegH5uG { position:absolute;display:block;z-index:15024;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.6875rem;left:45.75rem;display:block; }
#qq19LZdGpbWEw275P4hm6bUudW802qMf { position:absolute;display:block;z-index:15021;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#UNwbshVlE5GrtONlpHLct7oiu4MAseCh { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#fP9W2wi63E5CyuNplaTvM0dJC9sJMI4O { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XP7r330Tg7I5ZA9K1D1cFNeUklB6DvAg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#qDnHVWUa7K9FELw19y6aQe8lW4LUi7JF { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T8VD5UM86ArZd1IhlIL8UikWJugGrC18 { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#yqcIQVlLtb5mqW8MnLsf0EWTs8JFx6wO { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#oT9Jfrv8TtGi6cXdArfLIw6VkOJQ0UFa { position:absolute;display:block;z-index:15021;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#rpPRPSsSEvXwTeyzckB1cf4fdMrRG28f { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#NH7o0eeXWLieWzzVH7zQTtvC9iudAK7i { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PimgU8BdTMxHaidkW3BiAEBBoezFSMOd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#GTrWUzeuwSdt1H4EoAXFlbPEEM5LhCkk { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TEQcnATDyy1wc96NyVgLeM1s1Afv8HH6 { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#zIa4mq7a3XZJpu7wSy5W8ogqx4kUXGvw { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#JrVwCSCGtFBTmkv4XqMdufc6PE1rHnHD { position:absolute;display:block;z-index:15021;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#eyfNTDoKdZwe4cBoVtTyclIPitSoB61l { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#cgAnbL7C8r6MlHwdAVnxNoO4Xlki1TxH { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h70WXI3yS4x8qyn09mkiyqtuCPSmX4kK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#cAb1ITTdv0nuQkgr5dtdcDovTa3Z1QqC { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MVaphn1IuMNC0MAvcdosMwKiKpq9FxT8 { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#PABfeUoRPbRs7fLwXburhRUyXdB1arEo { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#cSu7RDL3w36wSv8V4bc5IQHBbEWqa2GT { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3346357345581rem;left:9.84375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FeK59kZobWWKh5TFN0HlI91s9wfyJ2ww { background-color:#0166ff;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.53039625rem;height:3.53038375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.812284469604rem;left:20.734592437744rem;display:block; }
#vfFHIF03BZFzPtb5VIpfmB37xraf3Mxx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCXZ8cvF0pVEt45TPOrgRv8qVelzFCU7 { 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;box-shadow: none;height:10rem;width:18.6870625rem;top:30.249784469604rem;left:20.655384063721rem;overflow:hidden;display:block; }
#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b2696bef-77aa-47e5-9684-3ab06416e3b4/image_fx7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.adaptive-delivery-prevent-bg, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyload, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyloading { background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { background-color: transparent; background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .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); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { border-width: 0; border-radius: 0; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.25rem;top:13.3125rem;left:1.375rem;display:block; }
#Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.75rem;left:1.375rem;height:1.23730625rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#XVogEu937uioXMRMZkw35esbK4IahoBf { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.375rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f74d321-f557-4ed2-afd8-c8897b3e44b3/297246307_544065850843286_7461112866924480336_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0166ff; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0166ff; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { border-width: 0; border-radius: 0; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:60rem;position:relative;display:block; }#haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:10.188795089722rem;left:34.561199188233rem;display:block; }
#rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:34.56231880188rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { color:#ffffff;display:block;width:25.4365rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:12.25rem;left:34.5625rem;height:15.3935625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { 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;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:20.4375rem;width:30.5rem;top:26.414932250976rem;left:2.8168411254883rem;overflow:hidden;display:block; }
#Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { 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;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:21.25rem;width:30.061875rem;top:6.46484375rem;left:0rem;overflow:hidden;display:block; }
#g09McViFsRFvezBhQNpuVAfH04GazIPs { 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.1875rem solid #001928;border-left:0.1875rem solid #001928;border-right:0.1875rem solid #001928;border-bottom:0.1875rem solid #001928;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#001928;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.669035rem;height:2.8574225rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:49.436851978302rem;left:35.842014312744rem;display:block; }
#xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rO86QKKq1ELCX2RThwuyWMnJgGJAGxyP { color:#ffffff;display:block;width:22.7485rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:44.160151481628rem;left:34.560550689698rem;height:4.19824375rem;font-style:normal;display:block; }
#elZN3iLvt5shgJTp4LLsAMqVp5IwLVmv { color:#ffffff;display:block;width:25.435125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:26.347658634186rem;left:34.563808441162rem;height:16.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#elZN3iLvt5shgJTp4LLsAMqVp5IwLVmv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#elZN3iLvt5shgJTp4LLsAMqVp5IwLVmv li:before{  }
#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { 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; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { background-color: transparent; background-image: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .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); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { border-width: 0; border-radius: 0; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;position:relative;display:block; }#X1fshgXUt24fMUcNvH8CitCovQzOg9ls { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:30.625rem;top:8.2801656723025rem;left:0rem;overflow:hidden;display:block; }
#tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { position:absolute;display:block;z-index:15004;background-color:#0166ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.248480625rem;width:4.6875rem;top:10.525174617767rem;left:33.750003814698rem;display:block; }
#FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { background-color:#001928;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0166ff;border-left:0.25rem solid #0166ff;border-right:0.25rem solid #0166ff;border-bottom:0.25rem solid #0166ff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.53927125rem;height:3.47829625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.305558681488rem;left:33.750003814698rem;display:block; }
#FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qse9S4OrvZJh7F2DcgGDrgEGtLRfnss3 { color:#070002;display:block;width:25.435125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:11.305339336395rem;left:33.750003814698rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { color:#0166ff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9346785545349rem;left:33.748920440674rem;height:7.875rem;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; }
#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ee538ca-813e-49ad-81f3-5e26a4ec0a8e/image_fx8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ.adaptive-delivery-prevent-bg, #UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ.lazyload, #UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ.lazyloading { background-image: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { background-color: transparent; background-image: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(74,72,73,0.71); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container > .video-iframe-container { display: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(74,72,73,0.71); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container { display: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .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); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { border-width: 0; border-radius: 0; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#uC31MZGIh5oDUkqBQ1ipr2Qt6UHCt9Nm { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:46rem;top:34.5625rem;left:6.6875rem;display:block; }
#Lh1DWRygwsnQxSidcxEbkm0a09v4WRHF { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:33.625rem;left:6.375rem;display:block; }
#rVwpuFVh0814HoO16c1oXCOSMNbM4Rfz { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:33.625rem;left:51.75rem;display:block; }
#iFzQrQadbmEUsiS0WRi7ttPrGc79Pg88 { color:#001928;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:37.625rem;left:25.5rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Co2tHrDmtXBTNcM4agGqcrOwnqcLv3K7 { color:#001928;display:block;width:11.4999375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:37.625rem;left:47.125rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yDt0Afsxrex3C2RyypZukGdVZbbmwITI { color:#001928;display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20rem;left:0.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2WVCtiT62qhlsnzmwywAG5TlCX2fiei { color:#001928;display:block;width:13.0624375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:37.625rem;left:2.25rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3PvORdLd30tVaS5mTT3reB0F0IwDlgz { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3117875rem;width:2.3117875rem;top:33.5625rem;left:29rem;display:block; }
#fT0E6r5CWivstdFpSGOb7pH9SbvPGTHb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26rem;left:5.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #ffffff); }
#eoKreefMVw5UJC91VnZfPBg8sQdH3PVk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26rem;left:27.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #ffffff); }
#vDTIiTwfhbbnnevhwRLQmOMOSDsPHqOl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26rem;left:49.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #ffffff); }
#EQuA1OMQW5Dnkg00ULzy6O6zLpkxlchG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ByB9Q3IifWNgAOu2zldeip8ZlOPGqqMS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NaP6BuQBC0TH2CtfT1oG9DcEVL7QKItV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:20.5rem;top:0.8125rem;left:19.75rem;overflow:hidden;display:block; }
#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ { 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; }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row .container { background-color: transparent; background-image: none; }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row .container > .video-iframe-container { display: none; }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row > .video-iframe-container { display: none; }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .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); }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row .container { border-width: 0; border-radius: 0; }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#VZ3veo9QgT0yNizEwg8vtNSBDWgGu8gZ { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:35.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKceUn0SAzXxuLMzlDkaIaKqfhVlUe9B { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:7.875rem;left:38.375rem; }
#LtHFhRkon9o0qoCUTZZmgXkUyNRBuWqu { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:1.375rem;left:0.875rem;display:block; }
#ZbN2c6hIoiyMwuzJPIUVgTzLBg9Pc1TT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:6.8125rem;left:35.375rem;display:block; }
#ymZSMRcSCgVvTIH8C3OPKwRC0MgTzFsS { color:#454545;display:block;width:7.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.625rem;left:35.686634063721rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OR58Tb5dAq3Ec7bRrAsiN54QLNoSdG3P { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:17.0625rem;left:35.375rem;display:block; }
#oZ6fMnRZHNguO12y65ee1RvGziluFu0S { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:18.125rem;left:38.375rem; }
#rZK4FgT3vW3110TH1VDgI3pebw6Ayq2f { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.1875rem;left:35.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSL5DBTLTWIhaEIdKBi63uXAqHeUqDCE { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:27.625rem;left:35.375rem;display:block; }
#tV0ZaJO4Qc1x8RhAwvCxRERd3kBtL7cc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:28.6875rem;left:38.375rem; }
#Z3IMoWL4ang4263vaahsCs3KFr6NKwhG { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:16.875rem;left:48.3125rem;display:block; }
#Olz12V9qRL9Dfm4upe80A0zT9aXnE70d { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31rem;left:48.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQkyUc5KfH9IKZdWeVk6NxlzHPPqnWwN { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:27.4375rem;left:48.3125rem;display:block; }
#vwIkHkbCX5W7LWero4WWm6ESGKAxwo5S { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20.4375rem;left:48.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBmVxnudxkHRgPZSHexU7PQ25Nif0mdx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:28.5rem;left:51.3125rem; }
#gTfoPutNiIoNgETkR6foVU2NfqR0C57U { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:17.9375rem;left:51.3125rem; }
#dGWgfAZZgibyKlI7yb2uBs8XR3bkXusq { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:6.625rem;left:48.3125rem;display:block; }
#EXrV7dWx6t4Smvln49CS8Q1O9D0r8iZi { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.1875rem;left:48.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5B0XfxrXTikHuhVtgAT8kOSglOr5BRZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.6875rem;left:51.3125rem; }
#XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6ab4c046-277e-4869-ad73-67e4ce1ed31a/image_fx9.jpg");background-position:center right !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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:19.375rem;width:25.875rem;top:5.375rem;left:0rem;display:block; }#XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO.adaptive-delivery-prevent-bg, #XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO.lazyload, #XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO.lazyloading { background-image: none; }
#gJQnBAeiu8egJIqFPPaOsbzEuVCHkA4X { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2bf6e4b0-7f24-40c3-82c9-56b90f577cf2/image_fx6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:19.375rem;width:25.875rem;top:26.375rem;left:0rem;display:block; }#gJQnBAeiu8egJIqFPPaOsbzEuVCHkA4X.adaptive-delivery-prevent-bg, #gJQnBAeiu8egJIqFPPaOsbzEuVCHkA4X.lazyload, #gJQnBAeiu8egJIqFPPaOsbzEuVCHkA4X.lazyloading { background-image: none; }
#zKVrWeGVI6yskMng0DTftDSCLJlwcU4c { position:absolute;display:block;z-index:15002;background-color:#079eda;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:3.99267578125rem;left:0rem;display:block; }
#G8D009rMzehdQW5qD5DQFzke3lBc345L { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3118591308594rem;left:0rem;height:2.68120625rem;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; }
#kI440IbIDlFZIoGnZEWuxOykfkBwVGOm { background-color:#0166ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #001928;border-left:0.1875rem solid #001928;border-right:0.1875rem solid #001928;border-bottom:0.1875rem solid #001928;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.90625rem;left:35.5rem;display:block; }
#d3xxMZJqKICvOpxF1XurPXX85oUIaJkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OX27myuM83GX3F3q5pAUGaTFmWTo0sGO { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.4375rem;left:35.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { 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; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { background-color: transparent; background-image: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .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); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { border-width: 0; border-radius: 0; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { font-size:0.875rem;font-family:arial;height:80.9375rem;width:60rem;position:relative;display:block; }#VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { color:#0166ff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #4a4849;top:2.75rem;left:0rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { color:#232b3e;display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.37353515625rem;left:16.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbswxoBSFG89brSeRdVAKgudLuMIxSlP { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a34a6f60-94b0-49da-9366-d95af197127d/image_fx14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:12.0625rem;left:2.4375rem;display:block; }#XbswxoBSFG89brSeRdVAKgudLuMIxSlP.adaptive-delivery-prevent-bg, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyload, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyloading { background-image: none; }
#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b9055b3-c7d3-44c1-ad7f-3586cb080a8e/image_fx11.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:12.0625rem;left:30.9375rem;display:block; }#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.adaptive-delivery-prevent-bg, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyload, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyloading { background-image: none; }
#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f9036d4-de51-4cf5-b5bd-c4e50ebfedf1/AdobeStock_2496999321.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:34.375rem;left:30.9375rem;display:block; }#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.adaptive-delivery-prevent-bg, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyload, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyloading { background-image: none; }
#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f1f428b-1633-469c-addd-76e13ade4609/image_fx.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:34.375rem;left:2.4375rem;display:block; }#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.adaptive-delivery-prevent-bg, #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.lazyload, #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.lazyloading { background-image: none; }
#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,197,248,0.1); }#EqG51fvWywSePH2wJ3V0af5485x09Lf6 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aUizwnae/99436659_760346071036497_4649244141631307776_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:56.9375rem;left:30.9375rem;display:block; }#EqG51fvWywSePH2wJ3V0af5485x09Lf6.adaptive-delivery-prevent-bg, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyload, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyloading { background-image: none; }
#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e61fe59-65f1-4300-9cc4-9b84527618ec/image_fx9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:56.9375rem;left:2.4375rem;display:block; }#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.adaptive-delivery-prevent-bg, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyload, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyloading { background-image: none; }
#AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aUizwnae/99436659_760346071036497_4649244141631307776_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:56.9375rem;left:30.9375rem;display:none; }#AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss.adaptive-delivery-prevent-bg, #AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss.lazyload, #AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss.lazyloading { background-image: none; }
#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f078f24-ca06-4920-9be3-2500c9908ad4/AdobeStock_451804998.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.adaptive-delivery-prevent-bg, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyload, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyloading { background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { background-color: transparent; background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .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); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { border-width: 0; border-radius: 0; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#dIc825iqpGXrtove54uK7uQVxAz3XX4v { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:6.5625rem;left:39.15625rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.4375rem;width:25.4375rem;top:1.0625rem;left:34rem;display:block; }
#h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:26.624349594116rem;left:35.936420440674rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:.7;letter-spacing:0;top:11.9443359375rem;left:38.65625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
#hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.8125rem;left:44.6875rem; }
#GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;display:block; }
#dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;display:none; }
#anAvlqHanXM9SsdlivCkvu4WRkfHumMX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e3e3e3;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;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { background-color: transparent; background-image: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .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); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { border-width: 0; border-radius: 0; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { 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;box-shadow: none;height:2.4375rem;width:2.4375rem;top:1rem;left:0.6875rem;overflow:hidden;display:block; }
#bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { 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;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.125rem;left:3.5625rem;overflow:hidden;display:block; }
#J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { background-color:#ffffff;background-image:none;border-top:0.1875rem solid #0166ff;border-left:0.1875rem solid #0166ff;border-right:0.1875rem solid #0166ff;border-bottom:0.1875rem solid #0166ff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#001928;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.65625rem;left:45rem;display:block; }
#FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryVRnaRApm8LO2yGoeavgPQxzocup3sp { background-color:#0166ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #001928;border-left:0.1875rem solid #001928;border-right:0.1875rem solid #001928;border-bottom:0.1875rem solid #001928;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.65607452392575rem;left:30.499376296997rem;display:block; }
#dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a69EoLQWuVxfI7hsSUy21pQnG7psQTML { 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;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.09375rem;left:6.435546875rem;overflow:hidden;display:block; }
#Ewyq9Er3hkBosWmNLXpFW9zDi8cEgUg7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.09375rem;left:9.4976158142087rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { top:0rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:13.875rem;height:3.0625rem;top:1rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:13.875rem;height:3.0625rem;top:0.9375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #yq1E5F8apcUkGnVoPIvWCw7RPcGHOyZ1 { top:2.625rem;left:0rem;width:18.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:31.625rem;height:14.6875rem;top:9.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:26.3125rem;height:35.75rem;top:8.9375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:21.875rem;height:2.75rem;top:10.9375rem;left:25.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { width:22.0625rem;height:auto;top:15.875rem;left:23.1875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { width:22.0625rem;height:auto;top:15.875rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw {  }
 }@media only screen and (max-width: 763px) { #yyelvddoDsQKQHyshzZU9PEQDE7kSleo { width:13.875rem;height:3.0625rem;top:41.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:13.875rem;height:3.0625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.6875rem;height:0.0625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdLdkif3miH8qbgOWe77LNkm9A5UvIWk { width:22rem;height:1.25rem;top:13.75rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBOZ6xHqhl9zgOyR5gzOPxtg6cw41ad { width:25rem;height:6.4375rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmywO728NcIgqKA9A7sUSr3nRWQoD8hW { top:46rem;left:29.125rem;width:18.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D57fM9izu3TpWnfZRRhF90EhtKRfKEND { display:block; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfXeaJGo5DmrTttP7dhZenBkLGlMcMC6 { width:47.75rem;height:3.375rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwQ9aGHBkidkdmqkkXsKrhDsTvWFcIy8 { width:18.6875rem;height:3.6875rem;top:43.9375rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsNA9dTG63QK4BUENPPh1oJeOtO481n3 { display:block; }
 }@media only screen and (max-width: 763px) { #mWXe7T3OLgvwT4yus90FTaNPXnZEnobQ { top:4.375rem;left:14.437068939209rem;width:18.8125rem;height:17.878095022467rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Aot2Xmvrb8mqGt5BAGoaOD4P2CbVpg { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTySyWt3193yOlrf0FPGrbO90h6ht9x7 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTfsZIMtdH2dBdTXNmfiTby8q6OVuWWM { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfWPL65As4XcBci1JDuzEbUbErVcfQ9Z { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUsnw8654bBVk1G0bMH1kZhBtNRfx288 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlXPrdvLgT03qOKmybZE7XAUA8Qsu8kg { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb { display:block; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2EignppeTdUTfI4k2ocGy2TOMOq8D78 { width:13.4375rem;height:15.9375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfySrU3W4C3BQGprGhfForU3mCrwmQ9D { width:13.125rem;height:3.1875rem;top:19.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiibzVmQIhd1kmC16bA64gAWlL9zLGU5 { width:11.5625rem;height:5.5625rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckoCFzJ6PR51oHLcPfdaZCDrENCkfR8 { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdtiPRQ0nvwfuxOqapRMNQa1PFWwLxXL { width:2.5rem;height:2.5rem;top:15.5625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT8We0m1p432SZevoZD5P0lLtV1laL0W { width:1rem;height:0.5rem;top:17.5625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0pJsOTaNZUxladbbUpXsZwtS9t8TRTn { width:1.3125rem;height:1.3125rem;top:16.125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knZLUAesCemiIcDEKFRtE5x4oRMp0RKq { width:13.5rem;height:0.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3qlRTUfLSB58i3sBJ8BucZdwQfcwVvS { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIP5PR5btlFgsfi68wr68qyQePMI8wa5 { width:13.5rem;height:0.0625rem;top:29.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnM82VtAMZSnU2Gt4oCsKEsywtLAKPSg { width:12.5625rem;height:5.5625rem;top:22.8125rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn7P6CNTIneQLzzGG3lGvTHuCfimHu9p { width:13.125rem;height:3.1875rem;top:19.25rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVR8mQEDvB25Nly3y82bU8QCR16Q2XgW { width:2.5rem;height:2.5rem;top:15.5625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIea5BGe2teJnT9qG2ZcTxmgWRL1I0B4 { width:1rem;height:0.5rem;top:17.625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsdsHAuMmGGwNhZJRrIXAkgKg1795D0M { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6HnF86hlMN0vEJwVKrd6PRqxHqATWF5 { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmBHkE8KETzvWuWHAPi7W3wq2mWfFIa2 { width:2.5rem;height:2.5rem;top:15.5625rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MypFcUxsz89xXi6K9BL5iifJLgLMKhOE { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:30.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7RHqkCoHuf7WKtTsZ6lb5VpqVD7qbPv { width:1rem;height:0.5rem;top:17.625rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnvvVzlMKu0aOxdc7ZcTTEZnoTmnwU2Q { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDI1UvA4UsmeItd4mc9qCyFrntgtHCPH { width:13.125rem;height:3.1875rem;top:19.3125rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKFcGykf7xP02vxJM3EFmU6LrPtwGnIk { width:13.125rem;height:3.1875rem;top:19.3125rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l01lc5Cw1UbqWIkHFeet6vmuPRwTESql { width:2.5rem;height:2.5rem;top:15.5625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oECKKGyCmlPGGTu6OXQQsCE54OymT8Rf { width:1rem;height:0.5rem;top:17.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT8PV7qMmNQx3c7JEEM0zi4Rnz7UKCrE { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:42.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z42achtWUuu1UvNa0vLQ415dCpDLyKIT { width:11.5625rem;height:5.5625rem;top:22.875rem;left:24.092884063721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8yg2HWG70hw3hZCLmZyBqHibIxudqcM { width:12.5rem;height:5.5625rem;top:22.8125rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCxNndXqh29A9CTpWuH7KXdyvf6oimKV { width:13.5rem;height:0.0625rem;top:29.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIoc76a2QD3lAkBIHSLR4JJUPZegH5uG { width:13.5rem;height:0.0625rem;top:29.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq19LZdGpbWEw275P4hm6bUudW802qMf { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNwbshVlE5GrtONlpHLct7oiu4MAseCh { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fP9W2wi63E5CyuNplaTvM0dJC9sJMI4O { width:13.125rem;height:3.875rem;top:70.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XP7r330Tg7I5ZA9K1D1cFNeUklB6DvAg { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDnHVWUa7K9FELw19y6aQe8lW4LUi7JF { width:14.875rem;height:6.75rem;top:69.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8VD5UM86ArZd1IhlIL8UikWJugGrC18 { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqcIQVlLtb5mqW8MnLsf0EWTs8JFx6wO { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT9Jfrv8TtGi6cXdArfLIw6VkOJQ0UFa { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpPRPSsSEvXwTeyzckB1cf4fdMrRG28f { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NH7o0eeXWLieWzzVH7zQTtvC9iudAK7i { width:13.125rem;height:3.875rem;top:49.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PimgU8BdTMxHaidkW3BiAEBBoezFSMOd { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTrWUzeuwSdt1H4EoAXFlbPEEM5LhCkk { width:14.875rem;height:6.75rem;top:48.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEQcnATDyy1wc96NyVgLeM1s1Afv8HH6 { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIa4mq7a3XZJpu7wSy5W8ogqx4kUXGvw { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrVwCSCGtFBTmkv4XqMdufc6PE1rHnHD { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyfNTDoKdZwe4cBoVtTyclIPitSoB61l { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgAnbL7C8r6MlHwdAVnxNoO4Xlki1TxH { width:13.125rem;height:3.875rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h70WXI3yS4x8qyn09mkiyqtuCPSmX4kK { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAb1ITTdv0nuQkgr5dtdcDovTa3Z1QqC { width:14.875rem;height:6.75rem;top:30.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVaphn1IuMNC0MAvcdosMwKiKpq9FxT8 { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PABfeUoRPbRs7fLwXburhRUyXdB1arEo { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSu7RDL3w36wSv8V4bc5IQHBbEWqa2GT { width:40.3125rem;height:4.125rem;top:6.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeK59kZobWWKh5TFN0HlI91s9wfyJ2ww { width:18.5rem;height:3.5rem;top:39.75rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfFHIF03BZFzPtb5VIpfmB37xraf3Mxx { display:block; }
 }@media only screen and (max-width: 763px) { #mCXZ8cvF0pVEt45TPOrgRv8qVelzFCU7 { top:30.1875rem;left:5.25rem;width:18.625rem;height:9.9667885201325rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { top:13.3125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVogEu937uioXMRMZkw35esbK4IahoBf { width:34.125rem;height:5.5rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.75rem;height:0.125rem;top:10.1875rem;left:28.436199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:25.3125rem;height:;top:2.1875rem;left:22.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:25.375rem;height:15.375rem;top:12.25rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { width:30.5rem;height:20.4375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { width:30rem;height:21.206262084451rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:13.625rem;height:2.8125rem;top:49.375rem;left:29.717014312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #rO86QKKq1ELCX2RThwuyWMnJgGJAGxyP { top:44.125rem;left:25.0625rem;width:22.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZN3iLvt5shgJTp4LLsAMqVp5IwLVmv { width:25.375rem;height:;top:26.3125rem;left:22.375rem;font-size:1rem;display:block; }#elZN3iLvt5shgJTp4LLsAMqVp5IwLVmv li:before{  }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1fshgXUt24fMUcNvH8CitCovQzOg9ls { top:8.25rem;left:0rem;width:30.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { top:10.5rem;left:24.562503814698rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { width:16.5rem;height:3.4375rem;top:34.25rem;left:24.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block; }
 }@media only screen and (max-width: 763px) { #Qse9S4OrvZJh7F2DcgGDrgEGtLRfnss3 { width:25.375rem;height:21rem;top:11.25rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { top:1.875rem;left:21.5rem;width:26.25rem;height:7.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ { display:block; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uC31MZGIh5oDUkqBQ1ipr2Qt6UHCt9Nm { top:34.5625rem;left:0.5625rem;width:46rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh1DWRygwsnQxSidcxEbkm0a09v4WRHF { top:33.625rem;left:0.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVwpuFVh0814HoO16c1oXCOSMNbM4Rfz { top:33.625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFzQrQadbmEUsiS0WRi7ttPrGc79Pg88 { top:37.625rem;left:19.375rem;width:9.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co2tHrDmtXBTNcM4agGqcrOwnqcLv3K7 { top:37.625rem;left:36.3125rem;width:11.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDt0Afsxrex3C2RyypZukGdVZbbmwITI { top:20rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2WVCtiT62qhlsnzmwywAG5TlCX2fiei { top:37.625rem;left:0rem;width:13rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3PvORdLd30tVaS5mTT3reB0F0IwDlgz { top:33.5625rem;left:22.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT0E6r5CWivstdFpSGOb7pH9SbvPGTHb { top:26rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKreefMVw5UJC91VnZfPBg8sQdH3PVk { top:26rem;left:21rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDTIiTwfhbbnnevhwRLQmOMOSDsPHqOl { top:26rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQuA1OMQW5Dnkg00ULzy6O6zLpkxlchG { display:none; }
 }@media only screen and (max-width: 763px) { #ByB9Q3IifWNgAOu2zldeip8ZlOPGqqMS { display:none; }
 }@media only screen and (max-width: 763px) { #NaP6BuQBC0TH2CtfT1oG9DcEVL7QKItV { top:0.8125rem;left:13.625rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ { display:block; }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ3veo9QgT0yNizEwg8vtNSBDWgGu8gZ { width:8.25rem;height:3.625rem;top:10.375rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKceUn0SAzXxuLMzlDkaIaKqfhVlUe9B { top:7.875rem;left:32.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHFhRkon9o0qoCUTZZmgXkUyNRBuWqu { width:7.75rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbN2c6hIoiyMwuzJPIUVgTzLBg9Pc1TT { width:8.5rem;height:8.3125rem;top:6.8125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymZSMRcSCgVvTIH8C3OPKwRC0MgTzFsS { width:7.875rem;height:3.625rem;top:20.625rem;left:29.561634063721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR58Tb5dAq3Ec7bRrAsiN54QLNoSdG3P { width:8.5rem;height:8.3125rem;top:17.0625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ6fMnRZHNguO12y65ee1RvGziluFu0S { top:18.125rem;left:32.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZK4FgT3vW3110TH1VDgI3pebw6Ayq2f { width:8.25rem;height:3.625rem;top:31.1875rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSL5DBTLTWIhaEIdKBi63uXAqHeUqDCE { width:8.5rem;height:8.3125rem;top:27.625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV0ZaJO4Qc1x8RhAwvCxRERd3kBtL7cc { top:28.6875rem;left:32.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3IMoWL4ang4263vaahsCs3KFr6NKwhG { width:8.5rem;height:8.3125rem;top:16.875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olz12V9qRL9Dfm4upe80A0zT9aXnE70d { width:8.25rem;height:2.4375rem;top:31rem;left:39.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQkyUc5KfH9IKZdWeVk6NxlzHPPqnWwN { width:8.5rem;height:8.3125rem;top:27.4375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwIkHkbCX5W7LWero4WWm6ESGKAxwo5S { width:8.25rem;height:3.625rem;top:20.4375rem;left:39.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBmVxnudxkHRgPZSHexU7PQ25Nif0mdx { top:28.5rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfoPutNiIoNgETkR6foVU2NfqR0C57U { top:17.9375rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWgfAZZgibyKlI7yb2uBs8XR3bkXusq { width:8.5rem;height:8.3125rem;top:6.625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrV7dWx6t4Smvln49CS8Q1O9D0r8iZi { width:8.25rem;height:2.4375rem;top:10.1875rem;left:39.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5B0XfxrXTikHuhVtgAT8kOSglOr5BRZ { top:7.6875rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO { top:5.375rem;left:0rem;width:25.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJQnBAeiu8egJIqFPPaOsbzEuVCHkA4X { top:26.375rem;left:0rem;width:25.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKVrWeGVI6yskMng0DTftDSCLJlwcU4c { width:7.75rem;height:0.125rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8D009rMzehdQW5qD5DQFzke3lBc345L { width:37.8125rem;height:2.6875rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI440IbIDlFZIoGnZEWuxOykfkBwVGOm { width:13.875rem;height:3.0625rem;top:41.875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3xxMZJqKICvOpxF1XurPXX85oUIaJkZ { display:block; }
 }@media only screen and (max-width: 763px) { #OX27myuM83GX3F3q5pAUGaTFmWTo0sGO { width:22.0625rem;height:3.1875rem;top:37.375rem;left:25.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:47.75rem;height:3.0625rem;top:2.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:27.3125rem;height:2.875rem;top:6.3125rem;left:10.186851501465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { top:12.0625rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { top:12.0625rem;left:21.1875rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { top:34.375rem;left:20.625rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { top:34.375rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { top:56.9375rem;left:20.625rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { top:56.9375rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss { top:56.9375rem;left:20.625rem;width:26.625rem;height:20.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:15.0625rem;height:3.25rem;top:6.5625rem;left:32.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:25.4375rem;height:29.4375rem;top:1.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:21.5625rem;height:1.3125rem;top:26.5625rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { width:16.0625rem;height:;top:11.9375rem;left:31.6875rem;font-size:1.1875rem;display:block; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { top:1.8125rem;left:38.5625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { top:1.125rem;left:0rem;width:31.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { top:1.125rem;left:0rem;width:31.25rem;height:29.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { top:1rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { top:1.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.875rem;height:3.0625rem;top:0.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:0.625rem;left:24.374376296997rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }@media only screen and (max-width: 763px) { #a69EoLQWuVxfI7hsSUy21pQnG7psQTML { top:1.0625rem;left:0.310546875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewyq9Er3hkBosWmNLXpFW9zDi8cEgUg7 { top:1.0625rem;left:3.372615814209rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:20rem;height:8.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { width:8.625rem;height:8.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:11.5rem;height:2.4375rem;top:4.6865234375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:11.5rem;height:2.4375rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #yq1E5F8apcUkGnVoPIvWCw7RPcGHOyZ1 { width:18.625rem;height:auto;top:2.625rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ee538ca-813e-49ad-81f3-5e26a4ec0a8e/image_fx8.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.adaptive-delivery-prevent-bg, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyload, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyloading { background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { background-color: transparent; background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .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); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:20rem;height:8.997375rem;top:9.052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:19.75rem;height:31.75rem;top:18.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:20rem;height:2.43706875rem;top:19.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { width:17.5rem;height:auto;top:22.8125rem;left:0rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { width:17.5rem;height:auto;top:22.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw {  }
 }@media only screen and (max-width: 763px) { #yyelvddoDsQKQHyshzZU9PEQDE7kSleo { width:13.875rem;height:3.0625rem;top:41.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:13.875rem;height:3.0625rem;top:41.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.75rem;height:0.125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdLdkif3miH8qbgOWe77LNkm9A5UvIWk { width:20rem;height:1.2999125rem;top:21.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBOZ6xHqhl9zgOyR5gzOPxtg6cw41ad { width:20rem;height:0;top:51.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #cmywO728NcIgqKA9A7sUSr3nRWQoD8hW { width:18.6230625rem;height:1.38020625rem;top:50.987415313721rem;left:0.68793410062787rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D57fM9izu3TpWnfZRRhF90EhtKRfKEND { background-color:rgba(255,255,255,0.94);background-image:none;display:block; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container { background-color: transparent; background-image: none; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container > .video-iframe-container { display: none; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row > .video-iframe-container { display: none; }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .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); }#D57fM9izu3TpWnfZRRhF90EhtKRfKEND > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfXeaJGo5DmrTttP7dhZenBkLGlMcMC6 { width:20rem;height:5.19748125rem;top:2.0616302490234rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwQ9aGHBkidkdmqkkXsKrhDsTvWFcIy8 { width:15.94252125rem;height:3.00520875rem;top:52.310113430023rem;left:2.0073786377907rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PsNA9dTG63QK4BUENPPh1oJeOtO481n3 { display:block; }
 }@media only screen and (max-width: 763px) { #mWXe7T3OLgvwT4yus90FTaNPXnZEnobQ { width:14.6245625rem;height:14.6245625rem;top:55.823570251465rem;left:2.6877170205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Aot2Xmvrb8mqGt5BAGoaOD4P2CbVpg { width:18.75rem;height:16.8125rem;top:12.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTySyWt3193yOlrf0FPGrbO90h6ht9x7 { width:17.5rem;height:1.7871125rem;top:15.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA { width:6.25rem;height:6.25rem;top:30.3125rem;left:6.625rem;z-index:15008;border-top:0.25rem solid #c8c8c8;border-left:0.25rem solid #c8c8c8;border-right:0.25rem solid #c8c8c8;border-bottom:0.25rem solid #c8c8c8;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c3e98cd-e71f-4cd1-94a9-b699ff078361/roof_cleaning02min1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA.adaptive-delivery-prevent-bg, #EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA.lazyload, #EgP6TUhrDUSWkAXSTnVc8TRaTN7gEgeA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zTfsZIMtdH2dBdTXNmfiTby8q6OVuWWM { width:18.875rem;height:16.8125rem;top:34rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfWPL65As4XcBci1JDuzEbUbErVcfQ9Z { width:18.4375rem;height:1.7871125rem;top:37.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW { width:6.25rem;height:6.25rem;top:8.125rem;left:6.75rem;border-top:0.25rem solid #c8c8c8;border-left:0.25rem solid #c8c8c8;border-right:0.25rem solid #c8c8c8;border-bottom:0.25rem solid #c8c8c8;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69ba60d4-13d6-44fe-894e-d0a3b4d87681/stockhousewash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW.adaptive-delivery-prevent-bg, #aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW.lazyload, #aJZ5i2c6i2QETIpw1TayKeTGnCMxOPcW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xUsnw8654bBVk1G0bMH1kZhBtNRfx288 { width:17.5rem;height:9.84375rem;top:17.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GlXPrdvLgT03qOKmybZE7XAUA8Qsu8kg { width:17.5rem;height:10.5045625rem;top:39.75rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb { display:block; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb { border-width: 0; border-radius: 0; }#nLzAD1VeXpolrSxEOopbkE0ce9cZbHFb > .row .container { width:20rem;height:116.0625rem;border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2EignppeTdUTfI4k2ocGy2TOMOq8D78 { width:16.5625rem;height:18.75rem;top:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfySrU3W4C3BQGprGhfForU3mCrwmQ9D { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiibzVmQIhd1kmC16bA64gAWlL9zLGU5 { width:13.125rem;height:0;top:16.237125396729rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xckoCFzJ6PR51oHLcPfdaZCDrENCkfR8 { width:20rem;height:6.8229375rem;top:1.8088111877441rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdtiPRQ0nvwfuxOqapRMNQa1PFWwLxXL { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT8We0m1p432SZevoZD5P0lLtV1laL0W { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0pJsOTaNZUxladbbUpXsZwtS9t8TRTn { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #knZLUAesCemiIcDEKFRtE5x4oRMp0RKq { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3qlRTUfLSB58i3sBJ8BucZdwQfcwVvS { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIP5PR5btlFgsfi68wr68qyQePMI8wa5 { width:13.5625rem;height:0.125rem;top:41.5498046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnM82VtAMZSnU2Gt4oCsKEsywtLAKPSg { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wn7P6CNTIneQLzzGG3lGvTHuCfimHu9p { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVR8mQEDvB25Nly3y82bU8QCR16Q2XgW { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIea5BGe2teJnT9qG2ZcTxmgWRL1I0B4 { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsdsHAuMmGGwNhZJRrIXAkgKg1795D0M { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6HnF86hlMN0vEJwVKrd6PRqxHqATWF5 { width:16.5625rem;height:18.75rem;top:44.4375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmBHkE8KETzvWuWHAPi7W3wq2mWfFIa2 { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MypFcUxsz89xXi6K9BL5iifJLgLMKhOE { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7RHqkCoHuf7WKtTsZ6lb5VpqVD7qbPv { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnvvVzlMKu0aOxdc7ZcTTEZnoTmnwU2Q { width:16.5625rem;height:18.75rem;top:79.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDI1UvA4UsmeItd4mc9qCyFrntgtHCPH { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKFcGykf7xP02vxJM3EFmU6LrPtwGnIk { width:13.125rem;height:3.897575rem;top:85.9375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l01lc5Cw1UbqWIkHFeet6vmuPRwTESql { width:3.9999125rem;height:3.9999125rem;top:81.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oECKKGyCmlPGGTu6OXQQsCE54OymT8Rf { width:1.31214375rem;height:0.625rem;top:84.625rem;left:7.625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qT8PV7qMmNQx3c7JEEM0zi4Rnz7UKCrE { width:1.68723125rem;height:1.68723125rem;top:83.75rem;left:11.125rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z42achtWUuu1UvNa0vLQ415dCpDLyKIT { width:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8yg2HWG70hw3hZCLmZyBqHibIxudqcM { width:14.9374375rem;height:6.796875rem;top:90.3125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCxNndXqh29A9CTpWuH7KXdyvf6oimKV { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIoc76a2QD3lAkBIHSLR4JJUPZegH5uG { width:16.68725rem;height:0.12473375rem;top:98.375rem;left:1.75rem;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qq19LZdGpbWEw275P4hm6bUudW802qMf { width:16.5625rem;height:18.75rem;top:58.25rem;left:1.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #UNwbshVlE5GrtONlpHLct7oiu4MAseCh { width:1.31214375rem;height:0.625rem;top:63.5rem;left:7.625rem;z-index:15054;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fP9W2wi63E5CyuNplaTvM0dJC9sJMI4O { width:13.125rem;height:3.897575rem;top:64.8125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #XP7r330Tg7I5ZA9K1D1cFNeUklB6DvAg { width:3.9999125rem;height:3.9999125rem;top:60.0625rem;left:8.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #qDnHVWUa7K9FELw19y6aQe8lW4LUi7JF { width:14.9374375rem;height:6.796875rem;top:69.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #T8VD5UM86ArZd1IhlIL8UikWJugGrC18 { width:1.68723125rem;height:1.68723125rem;top:62.625rem;left:11.1875rem;z-index:15035;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yqcIQVlLtb5mqW8MnLsf0EWTs8JFx6wO { width:16.68725rem;height:0.12473375rem;top:77.25rem;left:1.875rem;z-index:15031;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oT9Jfrv8TtGi6cXdArfLIw6VkOJQ0UFa { width:16.5625rem;height:18.75rem;top:37.4375rem;left:1.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #rpPRPSsSEvXwTeyzckB1cf4fdMrRG28f { width:1.31214375rem;height:0.625rem;top:42.6875rem;left:7.625rem;z-index:15061;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NH7o0eeXWLieWzzVH7zQTtvC9iudAK7i { width:13.125rem;height:3.89756875rem;top:44rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #PimgU8BdTMxHaidkW3BiAEBBoezFSMOd { width:3.9999125rem;height:3.9999125rem;top:39.25rem;left:8.25rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #GTrWUzeuwSdt1H4EoAXFlbPEEM5LhCkk { width:14.9374375rem;height:6.796875rem;top:48.375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #TEQcnATDyy1wc96NyVgLeM1s1Afv8HH6 { width:1.68723125rem;height:1.68723125rem;top:41.8125rem;left:11.1875rem;z-index:15042;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zIa4mq7a3XZJpu7wSy5W8ogqx4kUXGvw { width:16.68725rem;height:0.12473375rem;top:56.4375rem;left:1.875rem;z-index:15038;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JrVwCSCGtFBTmkv4XqMdufc6PE1rHnHD { width:16.5625rem;height:18.75rem;top:16.6875rem;left:1.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #eyfNTDoKdZwe4cBoVtTyclIPitSoB61l { width:1.31214375rem;height:0.625rem;top:21.9375rem;left:7.625rem;z-index:15068;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cgAnbL7C8r6MlHwdAVnxNoO4Xlki1TxH { width:13.125rem;height:3.897575rem;top:23.25rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #h70WXI3yS4x8qyn09mkiyqtuCPSmX4kK { width:3.9999125rem;height:3.9999125rem;top:18.5rem;left:8.1875rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #cAb1ITTdv0nuQkgr5dtdcDovTa3Z1QqC { width:14.9374375rem;height:6.796875rem;top:27.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #MVaphn1IuMNC0MAvcdosMwKiKpq9FxT8 { width:1.68723125rem;height:1.68723125rem;top:21.0625rem;left:11.1875rem;z-index:15049;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PABfeUoRPbRs7fLwXburhRUyXdB1arEo { width:16.68725rem;height:0.12473375rem;top:35.6875rem;left:1.875rem;z-index:15045;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cSu7RDL3w36wSv8V4bc5IQHBbEWqa2GT { width:20rem;height:6.0926625rem;top:9.4227390289306rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #FeK59kZobWWKh5TFN0HlI91s9wfyJ2ww { width:18.5452675rem;height:3.54528rem;top:100.4375rem;left:0.75rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vfFHIF03BZFzPtb5VIpfmB37xraf3Mxx { display:block; }
 }@media only screen and (max-width: 763px) { #mCXZ8cvF0pVEt45TPOrgRv8qVelzFCU7 { width:20rem;height:10.625rem;top:104.87305450439rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e77d724-5e11-4ccc-a0dc-bfde9b5afdc0/image_fx7.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.adaptive-delivery-prevent-bg, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyload, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyloading { background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { background-color: transparent; background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .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); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { width:20rem;height:10.875rem;top:9.04980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:20rem;height:1.23730625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVogEu937uioXMRMZkw35esbK4IahoBf { width:20rem;height:4.0625rem;top:3.73730625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b64e35e-ab33-403e-9d0c-1de89d84409c/AdobeStock_152549421.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0166ff; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0166ff; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.7499375rem;height:0.12473375rem;top:8.4303970336912rem;left:6.1243780851364rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:20rem;height:6.337875rem;top:1.2495555877686rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:20rem;height:15.7421875rem;top:23.561199188233rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { width:18.875rem;height:11.8125rem;top:10.499130249024rem;left:0.53059893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { width:18.9375rem;height:13.75rem;top:57.811416625976rem;left:0.53059893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:13.7222225rem;height:2.90950375rem;top:78.372398376462rem;left:3.1250000596046rem;border-top:0.1875rem solid #001928;border-left:0.1875rem solid #001928;border-right:0.1875rem solid #001928;border-bottom:0.1875rem solid #001928;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #rO86QKKq1ELCX2RThwuyWMnJgGJAGxyP { width:18.061rem;height:4.19921875rem;top:72.620418548581rem;left:0.96896702051162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZN3iLvt5shgJTp4LLsAMqVp5IwLVmv { width:20rem;height:18.59375rem;top:37.966575622559rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:poppins;display:block; }#elZN3iLvt5shgJTp4LLsAMqVp5IwLVmv li:before{  }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1fshgXUt24fMUcNvH8CitCovQzOg9ls { width:20rem;height:14.6875rem;top:10.623914718628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { width:4.6875rem;height:0.248480625rem;top:8.8736991882325rem;left:7.6562500596044rem;background-color:#0166ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { width:16.54033375rem;height:3.47829625rem;top:51.748048782349rem;left:1.7078993916511rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block; }
 }@media only screen and (max-width: 763px) { #Qse9S4OrvZJh7F2DcgGDrgEGtLRfnss3 { width:20rem;height:23.90625rem;top:26.536458969116rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { width:18.9375rem;height:6.7480625rem;top:1.625rem;left:0.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38ddbe6b-eef7-4a36-8c83-ae3965096561/AdobeStock_212353433.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ.adaptive-delivery-prevent-bg, #UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ.lazyload, #UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ.lazyloading { background-image: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { background-color: transparent; background-image: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,155,53,0.26); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container > .video-iframe-container { display: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,155,53,0.26); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container { display: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .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); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uC31MZGIh5oDUkqBQ1ipr2Qt6UHCt9Nm { width:0.3125rem;height:30.9375rem;top:18.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh1DWRygwsnQxSidcxEbkm0a09v4WRHF { width:1.25rem;height:1.25rem;top:17.6875rem;left:9rem;border-top:0.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;display:none; }
 }@media only screen and (max-width: 763px) { #rVwpuFVh0814HoO16c1oXCOSMNbM4Rfz { width:1.625rem;height:1.625rem;top:37.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFzQrQadbmEUsiS0WRi7ttPrGc79Pg88 { width:10.5624375rem;height:3.73698125rem;top:48.6875rem;left:4.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Co2tHrDmtXBTNcM4agGqcrOwnqcLv3K7 { width:13.75rem;height:3.73698125rem;top:63.3125rem;left:3.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDt0Afsxrex3C2RyypZukGdVZbbmwITI { width:19.0625rem;height:4.87413125rem;top:19.686395645142rem;left:0.46875005960464rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2WVCtiT62qhlsnzmwywAG5TlCX2fiei { width:13.0624375rem;height:3.73698125rem;top:32.25rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3PvORdLd30tVaS5mTT3reB0F0IwDlgz { width:2.3125rem;height:2.3125rem;top:48.1875rem;left:8.75rem;background-color:#00ff31;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #fT0E6r5CWivstdFpSGOb7pH9SbvPGTHb { display:flex;width:6.124825rem;height:6.124825rem;top:26.0625rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #eoKreefMVw5UJC91VnZfPBg8sQdH3PVk { display:flex;width:6.124825rem;height:6.124825rem;top:42.4375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #vDTIiTwfhbbnnevhwRLQmOMOSDsPHqOl { display:flex;width:6.125rem;height:6.125rem;top:57.1875rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #EQuA1OMQW5Dnkg00ULzy6O6zLpkxlchG { display:flex;top:51.375rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #ByB9Q3IifWNgAOu2zldeip8ZlOPGqqMS { display:flex;top:37.25rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #NaP6BuQBC0TH2CtfT1oG9DcEVL7QKItV { width:18.811875rem;height:18.811875rem;top:0.87456703186037rem;left:0.59353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ { display:block; }#byhg4sT04BPWV0ZxFav2nTsEGPHC0cnZ > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ3veo9QgT0yNizEwg8vtNSBDWgGu8gZ { width:7.5625rem;height:3.8997375rem;top:27.4375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKceUn0SAzXxuLMzlDkaIaKqfhVlUe9B { width:2.1875rem;height:2.1875rem;top:25.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHFhRkon9o0qoCUTZZmgXkUyNRBuWqu { width:7.75rem;height:0.125rem;top:7.211425rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbN2c6hIoiyMwuzJPIUVgTzLBg9Pc1TT { width:9.0625rem;height:9.0625rem;top:23.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymZSMRcSCgVvTIH8C3OPKwRC0MgTzFsS { width:8.25rem;height:3.8997375rem;top:37.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR58Tb5dAq3Ec7bRrAsiN54QLNoSdG3P { width:9.0625rem;height:9.0625rem;top:34.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ6fMnRZHNguO12y65ee1RvGziluFu0S { width:3rem;height:3rem;top:34.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZK4FgT3vW3110TH1VDgI3pebw6Ayq2f { width:8.25rem;height:3.8997375rem;top:47.875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSL5DBTLTWIhaEIdKBi63uXAqHeUqDCE { width:9.0625rem;height:9.0625rem;top:44.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV0ZaJO4Qc1x8RhAwvCxRERd3kBtL7cc { width:2.6875rem;height:2.6875rem;top:45.1875rem;left:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3IMoWL4ang4263vaahsCs3KFr6NKwhG { width:9.0625rem;height:9.0625rem;top:34.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olz12V9qRL9Dfm4upe80A0zT9aXnE70d { width:5.8125rem;height:3.8997375rem;top:47.875rem;left:12.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQkyUc5KfH9IKZdWeVk6NxlzHPPqnWwN { width:9.0625rem;height:9.0625rem;top:44.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwIkHkbCX5W7LWero4WWm6ESGKAxwo5S { width:8.625rem;height:3.8997375rem;top:37.625rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBmVxnudxkHRgPZSHexU7PQ25Nif0mdx { width:2.5rem;height:2.5rem;top:45.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfoPutNiIoNgETkR6foVU2NfqR0C57U { width:2.5rem;height:2.5rem;top:34.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWgfAZZgibyKlI7yb2uBs8XR3bkXusq { width:9.0625rem;height:9.0625rem;top:23.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrV7dWx6t4Smvln49CS8Q1O9D0r8iZi { width:6.875rem;height:3.8997375rem;top:27.4375rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5B0XfxrXTikHuhVtgAT8kOSglOr5BRZ { width:2.5rem;height:2.5rem;top:25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO { width:20rem;height:14.375rem;top:8.4581165313719rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6ab4c046-277e-4869-ad73-67e4ce1ed31a/image_fx9.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO.adaptive-delivery-prevent-bg, #XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO.lazyload, #XM8R3xWUUSP3KzQAk1Jz5cRNdd2wNSSO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gJQnBAeiu8egJIqFPPaOsbzEuVCHkA4X { width:20rem;height:17.561875rem;top:55.335288524628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKVrWeGVI6yskMng0DTftDSCLJlwcU4c { width:7.75rem;height:0.125rem;top:6.5234375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8D009rMzehdQW5qD5DQFzke3lBc345L { width:20rem;height:4.7119125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI440IbIDlFZIoGnZEWuxOykfkBwVGOm { width:13.847035rem;height:3.03429125rem;top:78.499351501462rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3xxMZJqKICvOpxF1XurPXX85oUIaJkZ { display:block; }
 }@media only screen and (max-width: 763px) { #OX27myuM83GX3F3q5pAUGaTFmWTo0sGO { width:17.7495625rem;height:3.0859375rem;top:74.185115814206rem;left:1.1241319775581rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:20rem;height:156.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:20rem;height:4.38585rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #8e8e8e;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:20rem;height:2.43706875rem;top:5.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { width:20rem;height:18.75rem;top:30.066164970398rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { width:20rem;height:18.75rem;top:9.0874314308169rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { width:20rem;height:18.75rem;top:51.212025642395rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f03ff88e-8f08-4872-a059-490da2b28435/image_fx8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.adaptive-delivery-prevent-bg, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyload, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { width:20rem;height:18.75rem;top:72.589005470275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { width:20rem;height:18.75rem;top:114.62455177307rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2bf6e4b0-7f24-40c3-82c9-56b90f577cf2/image_fx6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EqG51fvWywSePH2wJ3V0af5485x09Lf6.adaptive-delivery-prevent-bg, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyload, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { width:20rem;height:18.75rem;top:93.685976028444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss { width:20rem;height:18.75rem;top:135.56095123291rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aUizwnae/99436659_760346071036497_4649244141631307776_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15027;display:block; }#AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss.adaptive-delivery-prevent-bg, #AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss.lazyload, #AUdtOnTxnnH5MmIGpZtPSdK7imJB1oss.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:13.8125rem;height:3.298825rem;top:25.380859375rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:18.75rem;height:14.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:17.6865rem;height:1.375rem;top:30.873046875rem;left:1.1552734375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { width:15.0625rem;height:0;top:29.96875rem;left:2.46875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { width:4.0625rem;height:4.0625rem;top:20.812776565552rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { width:20rem;height:17.5rem;top:1.2158203125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { position:relative;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { width:3.31055rem;height:3.31055rem;top:0.46223831176758rem;left:2.1864150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { width:3.125rem;height:3.125rem;top:0.556640625rem;left:6.1859813332558rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.7724775rem;height:2.96014rem;top:4.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:8.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }@media only screen and (max-width: 763px) { #a69EoLQWuVxfI7hsSUy21pQnG7psQTML { width:3.125rem;height:3.125rem;top:0.556640625rem;left:10.311415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewyq9Er3hkBosWmNLXpFW9zDi8cEgUg7 { width:3.125rem;height:3.125rem;top:0.556640625rem;left:14.498698294162rem;display:block; }
 }