.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8e8e9;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; }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row .container { background-color: transparent; background-image: none; }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row .container > .video-iframe-container { display: none; }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row > .video-iframe-container { display: none; }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .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); }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row .container { border-width: 0; border-radius: 0; }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#zrfscirHVvaT0LRJIq8y4aE0AZcAG5HC { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:1.78125rem;left:20.96875rem;height:2.4375rem;font-style:normal;display:block; }
#leHIlILSoqvQ9F94h3Z1C7eLhz8sT4gJ { 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:4.3125rem;width:18.8125rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 { position:relative;display:block; }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 { background-color: transparent; background-image: none; }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .row .container > .video-iframe-container { display: none; }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .row > .video-iframe-container { display: none; }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .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); }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 { border-width: 0; border-radius: 0; }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZQgPh5JAP3mhoBDzOJ28tUzTFLdVHrTW { position:absolute;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.125rem 2rem rgba(84,127,175,0.6) ;height:39rem;width:21.4375rem;top:3.6875rem;left:14.25rem;display:block; }
#DGgqra1aD7EtD072NdryVwSJrRNxxSy2 { background-color:#f9d031;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;box-sizing:border-box;color:#090134;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.6875rem;left:20.75rem;display:block; }
#Bl9ib22ZvFXDEpLqoSyy0msTPsPxTxay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndbWMNuChFnmqTsGIRDT5cZANmMNxv2y { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5rem;left:18.75rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FscBmGwyrGyDhcEthZpP6XHGe3yXkOHq { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.125rem;left:18.75rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTzGQWTLH1ihenxcLr2T4ndowRkwaIeL { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.0625rem;left:18.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCVPzfqADBK7gt8CTfygPInm7K2gyle1 { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.5rem;left:18.75rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qudszKaiLHDNz5oK6exiTA5Zrl5O54A8 { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.1875rem;left:18.75rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMPbndOXFRfmhktNOkKChn53m52EO1Qy { color:#093a73;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.3125rem;left:16.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0Tm9iy3R3zLJm9Bs7rNGM1qhSnrOW25 { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.625rem;left:18.75rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0Wm9Z1LmLambwwGLLk1dsbREsHRdLbp { box-sizing:content-box;height:12rem;width:18.4375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:22.9375rem;left:15.6875rem;border-top:0.0625rem solid #2d72b6;border-left:0.0625rem solid #2d72b6;border-right:0.0625rem solid #2d72b6;border-bottom:0.0625rem solid #2d72b6;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#iKArELQmt1sTwoRzxpOSfonbVDK0mya9 { color:#093a73;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.0625rem;left:16.875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#iKArELQmt1sTwoRzxpOSfonbVDK0mya9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iKArELQmt1sTwoRzxpOSfonbVDK0mya9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#AtnHHpaU6p5TX4d8mSKfFSGTieo19qVT { color:#093a73;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:26.8125rem;left:16.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#AtnHHpaU6p5TX4d8mSKfFSGTieo19qVT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AtnHHpaU6p5TX4d8mSKfFSGTieo19qVT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/43f2997a-99b2-4737-91e7-eda4ade9febd/checkmarkcircle03.svg); }
#vJMIpTRGsIgTKtDT5d5Be2PrBbrqntFQ { color:#093a73;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:28.5625rem;left:16.875rem;height:4.0375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#vJMIpTRGsIgTKtDT5d5Be2PrBbrqntFQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vJMIpTRGsIgTKtDT5d5Be2PrBbrqntFQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#HapTaRJWh0s3s5Q1K2DpFwKiI3eiKw7r { position:absolute;display:block;z-index:15013;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.125rem 2rem rgba(84,127,175,0.6) ;height:39rem;width:21.4375rem;top:3.6875rem;left:39.3125rem;display:block; }
#foab0cKgJ3HuN2aHisnriQqzDN0zSCPU { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.5rem;left:38.75rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DqRymKLImnH5Q1P0FpiZ0hTf3eTCT3da { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:9.125rem;left:43.75rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgaAOOFyoHisHo3dgHgVd9nQWOt1R0dv { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.0625rem;left:43.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#id18e5Q87oUJALTsV5wBEziIwITOTz52 { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.5rem;left:43.75rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIJALuAyS1SyCmiOGV2h0HUBlJJuErFW { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:16.1875rem;left:43.75rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKyx5lTAFuhrxdcTgdTiOvgtOsZXUBOG { color:#093a73;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.3125rem;left:41.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwSO3TRJuoa5V4e6tGV2txr965eKODx0 { color:#093a73;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:19.625rem;left:43.75rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAludN8BGX6DF15iIxbBpUx4t1Q63sIO { box-sizing:content-box;height:12rem;width:18.4375rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:22.9375rem;left:40.75rem;border-top:0.0625rem solid #2d72b6;border-left:0.0625rem solid #2d72b6;border-right:0.0625rem solid #2d72b6;border-bottom:0.0625rem solid #2d72b6;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#V22KbMVutTtTUq9gM5XH8MRT3drl0TJr { color:#093a73;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:24.0625rem;left:41.875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#V22KbMVutTtTUq9gM5XH8MRT3drl0TJr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V22KbMVutTtTUq9gM5XH8MRT3drl0TJr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#iSyRsQIdFW65DJ8DvfNeaxBpSLbquGv2 { color:#093a73;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:26.8125rem;left:41.875rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#iSyRsQIdFW65DJ8DvfNeaxBpSLbquGv2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iSyRsQIdFW65DJ8DvfNeaxBpSLbquGv2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#T7Agpq37pwVZar8LEKZBUCAo9TQG1k0U { color:#093a73;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:29.875rem;left:41.90625rem;height:4.0375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#T7Agpq37pwVZar8LEKZBUCAo9TQG1k0U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7Agpq37pwVZar8LEKZBUCAo9TQG1k0U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#azIzhkSTkscQCoTxXSQ3fd9isPTD4TBW { background-color:#f9d031;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;box-sizing:border-box;color:#090134;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:36.6875rem;left:45.75rem;display:block; }
#lRKS1PLEiEcZcAtIiBoATh3rhqRscfNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owF8IEcXWq5oZLsFgBqrH6NqzCwkcXOD { box-sizing:content-box;height:3.5625rem;width:10.6875rem;position:absolute;display:block;z-index:15048;background-color:#cc65a1;background-image:none;top:3.6875rem;left:50.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.5rem;border-top-left-radius:0rem;display:block; }
#wfLtnG7ighgo9n5tEyct5204fC13ErMA { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:4.3125rem;left:52.5625rem;height:2.275rem;font-style:normal;display:block; }
#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { background-color: transparent; background-image: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .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); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { border-width: 0; border-radius: 0; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:75rem;position:relative;display:block; }#BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#gbBMG8unDLRBdvydON42wLrfVTMxg3Ul { position:absolute;display:block;z-index:15027;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:44.5rem;width:37.5rem;top:7.1875rem;left:2.375rem;display:block; }
#FCIgyUGtzypagr7tirF4eApP6Z02G0Me { position:absolute;display:block;z-index:15028;background-color:#2d72b6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.875rem;width:37.5rem;top:5.4375rem;left:2.375rem;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-form-header {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:16.9375rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.9375rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:16.9375rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:16.9375rem;height:3rem; }#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.adaptive-delivery-prevent-bg, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyload, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyloading { background-image: none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 [class*="-text"]:-moz-placeholder {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 [class*="-text"]::-moz-placeholder {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 [class*="-text"]:-ms-input-placeholder {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 [class*="-text"]::-webkit-input-placeholder {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:15.375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:first-of-type{padding-top:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:last-of-type{padding-bottom:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:#e9e9e9;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:28.1875rem;top:6.0615234375rem;left:46.0615234375rem;position:absolute;z-index:15001;height:auto; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .radio-container { display:inline-block;*zoom:1;*display:inline;width:16.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-info-text { font-size:0.6875rem; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 {display:block;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:#e9e9e9;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:28.1875rem;top:6.0615234375rem;left:46.0615234375rem;position:absolute;z-index:15001;height:auto; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX .container-column{width:50%;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #pceVREGEJk1P2kViRNKLcSVispB2psln { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #C3AEootfWLz2GJFRAC85FbW1qny6ysyL { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oyBx119UV2TtKRFEWNHT58N6vaXZN5eP { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #qHXCMV6N17xfIzZA6PPVlSG7DZXEEs4S { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #au1v5uC8oaRQrEw08LSRUfotKWftpGfm { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ORzM8lzZH3hLpI6RxJnxy8dw3awot5oT { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #edpaFVLlQg5k43yQcwOfnTDox4g7XKFv { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DdI3P4t9mWROpEtszerJaSnAVbGSTXFw { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eQqItwt9Fl5ofAaOJBPFUUHWa30W948X { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BDVDcE257FBPfsTsIJnRHTQDFDQmrnph { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #HTKFk2pTuTcx9lhr62JWTPRPah2aierD { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #f9tn7OTivo6RGvcaIqs3V70S4nkJwqBu { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #W3TlQKD2S4IFIUTIORX9AiecPB8ZbswT { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #N38i5SBWmhhOzzeJxdEDdB5ZHxUWQvWg { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #lck92mtOqRcH7mqCsq9JSvTBTuzm6iDp { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #uIWAMtQSBmsOBTiQtAM5PPeBuHh9neTP { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Xg59t9Tl0372g3RMmQ0g7HNd1kkudycu { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Cfed13bm0aVxmR4E2vERLXwIaPSnbm6i { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mN8PtJcANvvx9497EtoJpuexdEPk2uUp { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JFERxw5yyd4WvKrGEdKTO4hBSENbZPzn { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VsZAJFVQ16t0A8eo4wQnm6Jwo7IKFAg6 { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #xVzJITVNqPcf5httFSeiM4WbWMFDCPDM { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #B221EbR5XR0EhLVQyCRaA0qVc0iERTfC { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JcLEK5QJJV0qeXNNUmyoOdLaac28BtVr { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #rnr8gLC9IVsy1Oy4uR8CniXcapMscUb2 { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #R4xfhEzBzihnWy7fzuNrbWMEr0KPEyeg { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #v4bv7CTrPkvpRcSTDBeMpRLphI7WOtNZ { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #MJ6f5KERIBilONwQAAkXsXeTywc5oDvx { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cLCDN8oU8tEiWf7du3hb5WNB8GJdu3xF { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JfH0vFTdmdkrmB69sSP38Sh2gpkicdoP { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #niwsm2l8rPHvuTKmVzWF10P0GsPoFKTp { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #KUBrakACDW5mxdd0OuzpgGNC0RRmeOr7 { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QWKkZLh2IsN738GyEGwaQnwahdZbwcoi { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #wtIgSP26eJugmnOskdZZBQ2ONZxCs8kD { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZVyBNebxTvtRXQooHhbTmUKBcGAtlwLW { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VKWP2rE4579qoclA6UxUcN6dDTWAwS0i { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JMAB7aB18hPSH6fSJwKO5asM8ezmVoTk { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cQtfmlNrC2Fx3RBJ2qTKX0q2IEUdPtPz { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #kZTVpn0U1Pk1Vyw48vOWDf1lcS11qXfe { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fa2IEGvlnuxhT5g7Ec4tJDool7uPvOKc { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #x5XzUMWqS64fvBUkFTl7fbg59ErwnOF0 { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #foXw9vtQqV7rkcdHtbrT6w44MXdy5MRF { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m13QtWSxE1KmCTVT1E9hKSvFKHfJ7vPT { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #hUaNB0HLreJdaDn7GoiMFCZ1ziDNn4Pa { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #CVWyCc7DALHq2P5olymFNp3ys55UVmiU { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fvTaObpEhvqQltcGQEZZT6v3Snk5XHml { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Sr6gxrUp8B6Sqfl51Iy5DtelAHHwyNLF { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eq7eD1HaGz5wZLtTSdLRFaHu8qDOTb5k { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BPVaMvfhy1yRt8zEZBFRU8rdm8C0kEzg { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eeMxGUfuicCkGVBivWrNq0a889dPuSMz { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TJ61Z0D3BvwTftBaf4V2XZRP9A2RrNyC { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #LTIwc08TG2JpADCeBTh9cfQd7dzApXZ4 { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eIGor1itAShlvbC0UoPJn4ZgL1HGvFLZ { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fTpaorXCGGA8KbFL0T68FLZaZIehDqAH { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #IcasEmqVVFI37aNZzgvEAuILs3OKi53T { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #NxJeOcmp7ilioMBkX6PDmsV2ubSuIqCD { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #snSxAK65mb3NezhIiSIH1Q8A5SxBs65D { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VasRMG0tctNtaX6DkhCRWK9twJtQwdPH { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DZbpbu5TCk0dDt1zSfbzpzzB4n1u2h8A { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZtHEp6PtB4ZhNkQvTE086WDPGkfUyHkf { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #AmnX1ZcbOqOGZrLVbUvU9zRyq6GiDK4w { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #tNFep8zy3nUlPP1sviibKgwo5gUsrVco { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QRC1OUgGzA42i9uptu9yNXHShM81TToM { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mHHADKXRKIo1sLfrlIukJGDaJTuFNqTI { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #zagyOQzZpvUTBsmOUyEHueETG12kgtuu { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #evLg6gy9LridWCmCdguf2mSz2dlptJ8a { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TMSgJWw3IJNvXPZLL4cicHBiX7nUOqPc { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mX4I4ar5zssHF4M5Os4pixPKwCsdf2Fz { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #SrAcUXIG5KJ2bE0lNp9T7Qa5ilr2S5FT { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #batBnXLPG9xASpI9XLTZ9VvTl9cfCgaW { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #By7tAa3P0WFWcH0yChpx80qxewV083de { position:relative; }
#iR97nSgJNL7WBAEvB5tJ1DIHMZ4BsZDf { position:relative;display:block; }
#CPhn2Ab870V0gk3Xd5cUqyp4TR9ThNqx { position:relative;display:block; }
#xmlk7w7InA0CZVwIMTWnB1lrREf0zpNC { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oD8qhe4xxr3vlyn8HK27HHRpXzrgEUQl { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BItGD0PEASmIP1BFDeTFmpH1HeKgBwJW { position:relative; }
#Uu7UIuwl17rP0HFcbt3WwCZxvv3k1K9m { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:6.724609375rem;left:4rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bgOifEm9KSPURT1vWT6FLnxZxs90ghgz { color:#093a73;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.25rem;left:4rem;height:1.2999125rem;font-style:normal;display:block; }
#K4aD6noTwcTT8eoi5TDe4TpVMwnyJ81f { color:#093a73;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.5rem;left:4rem;height:3.4125rem;font-style:normal;display:block; }
#tzBtMVqr37OBM2lz5kpKhRR9zFGVSwHT { color:#093a73;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:4rem;height:1.2999125rem;font-style:normal;display:block; }
#b5TtemaytamUXNOXtWS22b8AaoJbGnZr { box-sizing:content-box;height:27.375rem;width:34.375rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:20.875rem;left:4rem;border-top:0.0625rem solid #2d72b6;border-left:0.0625rem solid #2d72b6;border-right:0.0625rem solid #2d72b6;border-bottom:0.0625rem solid #2d72b6;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#fUiislGeOlByqLfQoee0gyvMRCwVENsT { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:21.6875rem;left:5.03125rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fUiislGeOlByqLfQoee0gyvMRCwVENsT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fUiislGeOlByqLfQoee0gyvMRCwVENsT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#QMbf9tk1tLF05LwOHTND88Fk9XlaQbB0 { color:#093a73;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:24.8125rem;left:6.75rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Bs93tb8sIcQRc7LgFO1Pe8IMumZMoHld { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:32.0078125rem;left:5.03125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Bs93tb8sIcQRc7LgFO1Pe8IMumZMoHld li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bs93tb8sIcQRc7LgFO1Pe8IMumZMoHld li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#ZzwdxoEofMRncLcJGo1tS2eVJgKZxJre { color:#093a73;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:37.606250762939rem;left:6.53125rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hhPDFOJw1Ou7NA1h26F3cIRTxlcR9zcV { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:41.633333206177rem;left:5.03125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#hhPDFOJw1Ou7NA1h26F3cIRTxlcR9zcV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hhPDFOJw1Ou7NA1h26F3cIRTxlcR9zcV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#bnf4skSEs7i0O43RA1eDhPJPKn2DLmlb { color:#093a73;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:43.338542938233rem;left:6.53125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#D0kizskoOsyGQiOH1JC1itn9zEaKSTla { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:46.133331298828rem;left:5.03125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#D0kizskoOsyGQiOH1JC1itn9zEaKSTla li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D0kizskoOsyGQiOH1JC1itn9zEaKSTla li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#KHgdFvN7dP9T6TaJTJTzIsMMdaqUeVCE { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:36.019790649414rem;left:5.03125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KHgdFvN7dP9T6TaJTJTzIsMMdaqUeVCE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KHgdFvN7dP9T6TaJTJTzIsMMdaqUeVCE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#vscfR0GScH8D0VHX6OcVWLm2CCc5i6bB { position:absolute;display:block;z-index:15039;height:6.25rem;width:6.25rem;top:1rem;left:68.75rem;display:block; }
#xcC8aqSdfeEhEMa7pCGSrAzA6VwMTwZm { color:#093a73;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:11.25rem;left:3.9375rem;height:1.2999125rem;font-style:normal;display:block; }
#hO3PP2vXx5nqxvEuvn4MueQlG3otJH5a { color:#093a73;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:13.5rem;left:3.9375rem;height:3.4125rem;font-style:normal;display:block; }
#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { position:relative;display:block; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { background-color: transparent; background-image: none; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container > .video-iframe-container { display: none; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row > .video-iframe-container { display: none; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .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); }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { border-width: 0; border-radius: 0; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DsAg8UL7oQhXl0O4rTBMRACfxFiw87In { color:#000000;display:block;width:46.625rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8843765258789rem;left:14.1875rem;height:8.04375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R { display:block; }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zrfscirHVvaT0LRJIq8y4aE0AZcAG5HC { width:27.875rem;height:2.03125rem;top:1.765625rem;left:13.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #leHIlILSoqvQ9F94h3Z1C7eLhz8sT4gJ { width:12.0625rem;height:3.125rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 { display:block; }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .row .container { width:47.75rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZQgPh5JAP3mhoBDzOJ28tUzTFLdVHrTW { width:14.75rem;height:39.3125rem;top:0.84375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGgqra1aD7EtD072NdryVwSJrRNxxSy2 { width:12.6875rem;height:2.8125rem;top:35.375rem;left:1.6145830154419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bl9ib22ZvFXDEpLqoSyy0msTPsPxTxay { display:block; }
 }@media only screen and (max-width: 1199px) { #ndbWMNuChFnmqTsGIRDT5cZANmMNxv2y { width:12.5rem;height:1.4625rem;top:2.5625rem;left:1.7080078125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FscBmGwyrGyDhcEthZpP6XHGe3yXkOHq { width:12.5rem;height:2.92480625rem;top:5.125rem;left:1.7080078125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTzGQWTLH1ihenxcLr2T4ndowRkwaIeL { width:12.5rem;height:1.4625rem;top:8.0498046875rem;left:1.7080078125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCVPzfqADBK7gt8CTfygPInm7K2gyle1 { width:12.5rem;height:1.1375rem;top:9.5107421875rem;left:1.7080078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qudszKaiLHDNz5oK6exiTA5Zrl5O54A8 { width:12.5rem;height:2.11230625rem;top:12.4375rem;left:1.7080078125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMPbndOXFRfmhktNOkKChn53m52EO1Qy { width:16.25rem;height:1.29980625rem;top:14.5498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0Tm9iy3R3zLJm9Bs7rNGM1qhSnrOW25 { width:12.5rem;height:1.1375rem;top:15.849609375rem;left:1.7080078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0Wm9Z1LmLambwwGLLk1dsbREsHRdLbp { width:13.8125rem;height:14.9375rem;top:18.698959350586rem;left:0.98958301544187rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iKArELQmt1sTwoRzxpOSfonbVDK0mya9 { width:12.5rem;height:2.275rem;top:19.8125rem;left:1.7080078125rem;font-size:0.875rem;display:block; }#iKArELQmt1sTwoRzxpOSfonbVDK0mya9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #AtnHHpaU6p5TX4d8mSKfFSGTieo19qVT { width:12.5rem;height:1.1375rem;top:22.587890625rem;left:1.7080078125rem;font-size:0.875rem;display:block; }#AtnHHpaU6p5TX4d8mSKfFSGTieo19qVT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/43f2997a-99b2-4737-91e7-eda4ade9febd/checkmarkcircle03.svg); }
 }@media only screen and (max-width: 1199px) { #vJMIpTRGsIgTKtDT5d5Be2PrBbrqntFQ { width:12.5rem;height:5.175rem;top:24.5rem;left:1.7080078125rem;font-size:0.875rem;display:block; }#vJMIpTRGsIgTKtDT5d5Be2PrBbrqntFQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #HapTaRJWh0s3s5Q1K2DpFwKiI3eiKw7r { width:14.75rem;height:39.3125rem;top:0.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foab0cKgJ3HuN2aHisnriQqzDN0zSCPU { width:9.625rem;height:1.4625rem;top:2.5625rem;left:15.916015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqRymKLImnH5Q1P0FpiZ0hTf3eTCT3da { width:12.5rem;height:2.92480625rem;top:5.125rem;left:17.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgaAOOFyoHisHo3dgHgVd9nQWOt1R0dv { width:12.5rem;height:1.4625rem;top:8.0625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #id18e5Q87oUJALTsV5wBEziIwITOTz52 { width:12.5rem;height:1.1375rem;top:9.5rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIJALuAyS1SyCmiOGV2h0HUBlJJuErFW { width:12.5rem;height:2.11230625rem;top:12.4375rem;left:17.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKyx5lTAFuhrxdcTgdTiOvgtOsZXUBOG { width:16.25rem;height:1.29980625rem;top:14.5625rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwSO3TRJuoa5V4e6tGV2txr965eKODx0 { width:12.5rem;height:1.1375rem;top:15.875rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAludN8BGX6DF15iIxbBpUx4t1Q63sIO { width:13.8125rem;height:15rem;top:18.6875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V22KbMVutTtTUq9gM5XH8MRT3drl0TJr { width:12.5rem;height:2.275rem;top:19.8125rem;left:17.4375rem;font-size:0.875rem;display:block; }#V22KbMVutTtTUq9gM5XH8MRT3drl0TJr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #iSyRsQIdFW65DJ8DvfNeaxBpSLbquGv2 { width:12.5rem;height:3.725rem;top:22.5625rem;left:17.4375rem;font-size:0.875rem;display:block; }#iSyRsQIdFW65DJ8DvfNeaxBpSLbquGv2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #T7Agpq37pwVZar8LEKZBUCAo9TQG1k0U { width:12.5rem;height:5.175rem;top:26.9375rem;left:17.5rem;font-size:0.875rem;display:block; }#T7Agpq37pwVZar8LEKZBUCAo9TQG1k0U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #azIzhkSTkscQCoTxXSQ3fd9isPTD4TBW { width:12.6875rem;height:2.8125rem;top:35.375rem;left:17.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRKS1PLEiEcZcAtIiBoATh3rhqRscfNf { display:block; }
 }@media only screen and (max-width: 1199px) { #owF8IEcXWq5oZLsFgBqrH6NqzCwkcXOD { width:6.125rem;height:3.5625rem;top:0.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wfLtnG7ighgo9n5tEyct5204fC13ErMA { width:5.75rem;height:2.275rem;top:1.5rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { width:47.75rem;height:136.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gbBMG8unDLRBdvydON42wLrfVTMxg3Ul { width:36.875rem;height:39.5625rem;top:1.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCIgyUGtzypagr7tirF4eApP6Z02G0Me { width:36.875rem;height:2.8125rem;top:1.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:15.4375rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.4375rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:15.4375rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.4375rem;height:3rem; }#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.adaptive-delivery-prevent-bg, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyload, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyloading { background-image: none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:13.875rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:first-of-type{padding-top:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:last-of-type{padding-bottom:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19  { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:26.6875rem;height:auto;left:10.15625rem;top:43.75rem; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .radio-container { display:inline-block;*zoom:1;*display:inline;width:15.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 {display:block;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:26.6875rem;height:auto;left:10.15625rem;top:43.75rem; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #pceVREGEJk1P2kViRNKLcSVispB2psln { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #C3AEootfWLz2GJFRAC85FbW1qny6ysyL { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oyBx119UV2TtKRFEWNHT58N6vaXZN5eP {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #qHXCMV6N17xfIzZA6PPVlSG7DZXEEs4S { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #au1v5uC8oaRQrEw08LSRUfotKWftpGfm {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ORzM8lzZH3hLpI6RxJnxy8dw3awot5oT {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #edpaFVLlQg5k43yQcwOfnTDox4g7XKFv { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DdI3P4t9mWROpEtszerJaSnAVbGSTXFw {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eQqItwt9Fl5ofAaOJBPFUUHWa30W948X {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BDVDcE257FBPfsTsIJnRHTQDFDQmrnph { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #HTKFk2pTuTcx9lhr62JWTPRPah2aierD {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #f9tn7OTivo6RGvcaIqs3V70S4nkJwqBu {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #W3TlQKD2S4IFIUTIORX9AiecPB8ZbswT { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #N38i5SBWmhhOzzeJxdEDdB5ZHxUWQvWg {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #lck92mtOqRcH7mqCsq9JSvTBTuzm6iDp {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #uIWAMtQSBmsOBTiQtAM5PPeBuHh9neTP { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Xg59t9Tl0372g3RMmQ0g7HNd1kkudycu {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Cfed13bm0aVxmR4E2vERLXwIaPSnbm6i {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mN8PtJcANvvx9497EtoJpuexdEPk2uUp { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JFERxw5yyd4WvKrGEdKTO4hBSENbZPzn {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VsZAJFVQ16t0A8eo4wQnm6Jwo7IKFAg6 {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #xVzJITVNqPcf5httFSeiM4WbWMFDCPDM { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #B221EbR5XR0EhLVQyCRaA0qVc0iERTfC {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JcLEK5QJJV0qeXNNUmyoOdLaac28BtVr {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #rnr8gLC9IVsy1Oy4uR8CniXcapMscUb2 { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #R4xfhEzBzihnWy7fzuNrbWMEr0KPEyeg {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #v4bv7CTrPkvpRcSTDBeMpRLphI7WOtNZ {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #MJ6f5KERIBilONwQAAkXsXeTywc5oDvx { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cLCDN8oU8tEiWf7du3hb5WNB8GJdu3xF {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JfH0vFTdmdkrmB69sSP38Sh2gpkicdoP {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #niwsm2l8rPHvuTKmVzWF10P0GsPoFKTp { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #KUBrakACDW5mxdd0OuzpgGNC0RRmeOr7 {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QWKkZLh2IsN738GyEGwaQnwahdZbwcoi {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #wtIgSP26eJugmnOskdZZBQ2ONZxCs8kD { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZVyBNebxTvtRXQooHhbTmUKBcGAtlwLW {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VKWP2rE4579qoclA6UxUcN6dDTWAwS0i {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JMAB7aB18hPSH6fSJwKO5asM8ezmVoTk { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cQtfmlNrC2Fx3RBJ2qTKX0q2IEUdPtPz {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #kZTVpn0U1Pk1Vyw48vOWDf1lcS11qXfe {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fa2IEGvlnuxhT5g7Ec4tJDool7uPvOKc {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #x5XzUMWqS64fvBUkFTl7fbg59ErwnOF0 {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #foXw9vtQqV7rkcdHtbrT6w44MXdy5MRF {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m13QtWSxE1KmCTVT1E9hKSvFKHfJ7vPT { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #hUaNB0HLreJdaDn7GoiMFCZ1ziDNn4Pa {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #CVWyCc7DALHq2P5olymFNp3ys55UVmiU {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fvTaObpEhvqQltcGQEZZT6v3Snk5XHml { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Sr6gxrUp8B6Sqfl51Iy5DtelAHHwyNLF {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eq7eD1HaGz5wZLtTSdLRFaHu8qDOTb5k {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BPVaMvfhy1yRt8zEZBFRU8rdm8C0kEzg { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eeMxGUfuicCkGVBivWrNq0a889dPuSMz {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TJ61Z0D3BvwTftBaf4V2XZRP9A2RrNyC {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #LTIwc08TG2JpADCeBTh9cfQd7dzApXZ4 { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eIGor1itAShlvbC0UoPJn4ZgL1HGvFLZ {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fTpaorXCGGA8KbFL0T68FLZaZIehDqAH {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #IcasEmqVVFI37aNZzgvEAuILs3OKi53T { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #NxJeOcmp7ilioMBkX6PDmsV2ubSuIqCD {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #snSxAK65mb3NezhIiSIH1Q8A5SxBs65D {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VasRMG0tctNtaX6DkhCRWK9twJtQwdPH { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DZbpbu5TCk0dDt1zSfbzpzzB4n1u2h8A {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZtHEp6PtB4ZhNkQvTE086WDPGkfUyHkf {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #AmnX1ZcbOqOGZrLVbUvU9zRyq6GiDK4w { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #tNFep8zy3nUlPP1sviibKgwo5gUsrVco {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QRC1OUgGzA42i9uptu9yNXHShM81TToM {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mHHADKXRKIo1sLfrlIukJGDaJTuFNqTI { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #zagyOQzZpvUTBsmOUyEHueETG12kgtuu {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #evLg6gy9LridWCmCdguf2mSz2dlptJ8a {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TMSgJWw3IJNvXPZLL4cicHBiX7nUOqPc { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mX4I4ar5zssHF4M5Os4pixPKwCsdf2Fz {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #SrAcUXIG5KJ2bE0lNp9T7Qa5ilr2S5FT {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #batBnXLPG9xASpI9XLTZ9VvTl9cfCgaW { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #By7tAa3P0WFWcH0yChpx80qxewV083de {  }
 }@media only screen and (max-width: 1199px) { #iR97nSgJNL7WBAEvB5tJ1DIHMZ4BsZDf { display:block; }
 }@media only screen and (max-width: 1199px) { #CPhn2Ab870V0gk3Xd5cUqyp4TR9ThNqx { display:block; }
 }@media only screen and (max-width: 1199px) { #xmlk7w7InA0CZVwIMTWnB1lrREf0zpNC { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oD8qhe4xxr3vlyn8HK27HHRpXzrgEUQl {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BItGD0PEASmIP1BFDeTFmpH1HeKgBwJW {  }
 }@media only screen and (max-width: 1199px) { #Uu7UIuwl17rP0HFcbt3WwCZxvv3k1K9m { width:20.5625rem;height:1.1375rem;top:1.900390625rem;left:13.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bgOifEm9KSPURT1vWT6FLnxZxs90ghgz { width:34.375rem;height:1.29980625rem;top:4.6875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4aD6noTwcTT8eoi5TDe4TpVMwnyJ81f { width:34.375rem;height:3.4125rem;top:6.5rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tzBtMVqr37OBM2lz5kpKhRR9zFGVSwHT { width:34.375rem;height:1.29980625rem;top:11.0625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5TtemaytamUXNOXtWS22b8AaoJbGnZr { width:34.375rem;height:25.0625rem;top:13.0234375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fUiislGeOlByqLfQoee0gyvMRCwVENsT { width:32.0625rem;height:2.5875rem;top:14.1875rem;left:8rem;font-size:0.875rem;display:block; }#fUiislGeOlByqLfQoee0gyvMRCwVENsT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #QMbf9tk1tLF05LwOHTND88Fk9XlaQbB0 { width:30.75rem;height:6.825rem;top:16.7734375rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bs93tb8sIcQRc7LgFO1Pe8IMumZMoHld { width:32.375rem;height:2.5875rem;top:23.93359375rem;left:8rem;font-size:0.875rem;display:block; }#Bs93tb8sIcQRc7LgFO1Pe8IMumZMoHld li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #ZzwdxoEofMRncLcJGo1tS2eVJgKZxJre { width:31.0625rem;height:3.4125rem;top:26.76953125rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hhPDFOJw1Ou7NA1h26F3cIRTxlcR9zcV { width:12.5rem;height:1.1375rem;top:30.8037109375rem;left:8rem;font-size:0.875rem;display:block; }#hhPDFOJw1Ou7NA1h26F3cIRTxlcR9zcV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #bnf4skSEs7i0O43RA1eDhPJPKn2DLmlb { width:30.5rem;height:2.275rem;top:31.9404296875rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0kizskoOsyGQiOH1JC1itn9zEaKSTla { width:32.4375rem;height:1.1375rem;top:35.1875rem;left:8rem;font-size:0.875rem;display:block; }#D0kizskoOsyGQiOH1JC1itn9zEaKSTla li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #KHgdFvN7dP9T6TaJTJTzIsMMdaqUeVCE { width:32.375rem;height:1.1375rem;top:25.5078125rem;left:8.0625rem;font-size:0.875rem;display:block; }#KHgdFvN7dP9T6TaJTJTzIsMMdaqUeVCE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #vscfR0GScH8D0VHX6OcVWLm2CCc5i6bB { width:6.25rem;height:6.25rem;top:1rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcC8aqSdfeEhEMa7pCGSrAzA6VwMTwZm { width:34.375rem;height:1.29980625rem;top:4.6875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hO3PP2vXx5nqxvEuvn4MueQlG3otJH5a { width:34.375rem;height:3.4125rem;top:6.5rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { display:block; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DsAg8UL7oQhXl0O4rTBMRACfxFiw87In { width:46.3125rem;height:8.04375rem;top:1.4375rem;left:0.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R { display:block; }#PBNkzLsXxy2P4tMvibnsIAD7N0g2ml8R > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrfscirHVvaT0LRJIq8y4aE0AZcAG5HC { width:20rem;height:4.875rem;top:6.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leHIlILSoqvQ9F94h3Z1C7eLhz8sT4gJ { width:17.5rem;height:4.25rem;top:1.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 { display:block; }#ShFUzdsbr0TkW9tkOq6KACWZdZck8Qg9 > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQgPh5JAP3mhoBDzOJ28tUzTFLdVHrTW { width:20rem;height:36.5625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGgqra1aD7EtD072NdryVwSJrRNxxSy2 { width:16.1875rem;height:4.4375rem;top:30.875rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl9ib22ZvFXDEpLqoSyy0msTPsPxTxay { display:block; }
 }@media only screen and (max-width: 763px) { #ndbWMNuChFnmqTsGIRDT5cZANmMNxv2y { width:12.5rem;height:1.4625rem;top:2.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FscBmGwyrGyDhcEthZpP6XHGe3yXkOHq { width:12.5rem;height:2.6rem;top:4.875rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTzGQWTLH1ihenxcLr2T4ndowRkwaIeL { width:12.5rem;height:1.4625rem;top:6.9375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCVPzfqADBK7gt8CTfygPInm7K2gyle1 { width:12.5rem;height:1.1375rem;top:8.3984375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qudszKaiLHDNz5oK6exiTA5Zrl5O54A8 { width:12.5rem;height:2.11230625rem;top:11.75rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPbndOXFRfmhktNOkKChn53m52EO1Qy { width:16.25rem;height:1.29980625rem;top:13.8623046875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Tm9iy3R3zLJm9Bs7rNGM1qhSnrOW25 { width:12.5rem;height:1.1375rem;top:15.162109375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Wm9Z1LmLambwwGLLk1dsbREsHRdLbp { width:18.4375rem;height:12rem;top:17.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKArELQmt1sTwoRzxpOSfonbVDK0mya9 { width:16.25rem;height:2.275rem;top:19.1875rem;left:1.875rem;font-size:0.875rem;display:block; }#iKArELQmt1sTwoRzxpOSfonbVDK0mya9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #AtnHHpaU6p5TX4d8mSKfFSGTieo19qVT { width:16.25rem;height:1.1375rem;top:21.9375rem;left:1.875rem;font-size:0.875rem;display:block; }#AtnHHpaU6p5TX4d8mSKfFSGTieo19qVT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/43f2997a-99b2-4737-91e7-eda4ade9febd/checkmarkcircle03.svg); }
 }@media only screen and (max-width: 763px) { #vJMIpTRGsIgTKtDT5d5Be2PrBbrqntFQ { width:16.25rem;height:4.0375rem;top:23.6875rem;left:1.875rem;font-size:0.875rem;display:block; }#vJMIpTRGsIgTKtDT5d5Be2PrBbrqntFQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #HapTaRJWh0s3s5Q1K2DpFwKiI3eiKw7r { width:20rem;height:39rem;top:41.29980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foab0cKgJ3HuN2aHisnriQqzDN0zSCPU { width:8.125rem;height:2.925rem;top:42.0146484375rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqRymKLImnH5Q1P0FpiZ0hTf3eTCT3da { width:12.5rem;height:2.5996125rem;top:45.5625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgaAOOFyoHisHo3dgHgVd9nQWOt1R0dv { width:12.5rem;height:1.4625rem;top:48.5rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id18e5Q87oUJALTsV5wBEziIwITOTz52 { width:12.5rem;height:1.1375rem;top:49.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIJALuAyS1SyCmiOGV2h0HUBlJJuErFW { width:12.5rem;height:2.11230625rem;top:52.875rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKyx5lTAFuhrxdcTgdTiOvgtOsZXUBOG { width:16.25rem;height:1.29980625rem;top:54.7373046875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwSO3TRJuoa5V4e6tGV2txr965eKODx0 { width:12.5rem;height:1.1375rem;top:56.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAludN8BGX6DF15iIxbBpUx4t1Q63sIO { width:18.4375rem;height:13.4375rem;top:59.112503051757rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V22KbMVutTtTUq9gM5XH8MRT3drl0TJr { width:16.25rem;height:2.275rem;top:60.2373046875rem;left:1.875rem;font-size:0.875rem;display:block; }#V22KbMVutTtTUq9gM5XH8MRT3drl0TJr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #iSyRsQIdFW65DJ8DvfNeaxBpSLbquGv2 { width:16.25rem;height:2.5875rem;top:63.0498046875rem;left:1.875rem;font-size:0.875rem;display:block; }#iSyRsQIdFW65DJ8DvfNeaxBpSLbquGv2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #T7Agpq37pwVZar8LEKZBUCAo9TQG1k0U { width:16.25rem;height:4.0375rem;top:66.774999618531rem;left:1.875rem;font-size:0.875rem;display:block; }#T7Agpq37pwVZar8LEKZBUCAo9TQG1k0U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #azIzhkSTkscQCoTxXSQ3fd9isPTD4TBW { width:16.1875rem;height:4.4375rem;top:74.237499237062rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRKS1PLEiEcZcAtIiBoATh3rhqRscfNf { display:block; }
 }@media only screen and (max-width: 763px) { #owF8IEcXWq5oZLsFgBqrH6NqzCwkcXOD { width:10.6875rem;height:3.5625rem;top:41.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfLtnG7ighgo9n5tEyct5204fC13ErMA { width:8.25rem;height:2.275rem;top:41.9375rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { background-color:#ffffff;background-image:none;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { background-color: transparent; background-image: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .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); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { width:20rem;height:162.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbBMG8unDLRBdvydON42wLrfVTMxg3Ul { width:20rem;height:59.125rem;top:4.0802154541016rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIgyUGtzypagr7tirF4eApP6Z02G0Me { width:20rem;height:2.8125rem;top:1.267578125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:auto;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.adaptive-delivery-prevent-bg, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyload, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyloading { background-image: none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:first-of-type{padding-top:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:last-of-type{padding-bottom:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19  { width:13.75rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:68.560417175294rem;left:2.75rem; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 {display:block;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 { width:13.75rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:68.560417175294rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX .container-column{width:50%;} }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #pceVREGEJk1P2kViRNKLcSVispB2psln { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #C3AEootfWLz2GJFRAC85FbW1qny6ysyL { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oyBx119UV2TtKRFEWNHT58N6vaXZN5eP {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #qHXCMV6N17xfIzZA6PPVlSG7DZXEEs4S { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #au1v5uC8oaRQrEw08LSRUfotKWftpGfm {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ORzM8lzZH3hLpI6RxJnxy8dw3awot5oT {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #edpaFVLlQg5k43yQcwOfnTDox4g7XKFv { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DdI3P4t9mWROpEtszerJaSnAVbGSTXFw {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eQqItwt9Fl5ofAaOJBPFUUHWa30W948X {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BDVDcE257FBPfsTsIJnRHTQDFDQmrnph { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #HTKFk2pTuTcx9lhr62JWTPRPah2aierD {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #f9tn7OTivo6RGvcaIqs3V70S4nkJwqBu {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #W3TlQKD2S4IFIUTIORX9AiecPB8ZbswT { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #N38i5SBWmhhOzzeJxdEDdB5ZHxUWQvWg {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #lck92mtOqRcH7mqCsq9JSvTBTuzm6iDp {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #uIWAMtQSBmsOBTiQtAM5PPeBuHh9neTP { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Xg59t9Tl0372g3RMmQ0g7HNd1kkudycu {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Cfed13bm0aVxmR4E2vERLXwIaPSnbm6i {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mN8PtJcANvvx9497EtoJpuexdEPk2uUp { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JFERxw5yyd4WvKrGEdKTO4hBSENbZPzn {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VsZAJFVQ16t0A8eo4wQnm6Jwo7IKFAg6 {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #xVzJITVNqPcf5httFSeiM4WbWMFDCPDM { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #B221EbR5XR0EhLVQyCRaA0qVc0iERTfC {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JcLEK5QJJV0qeXNNUmyoOdLaac28BtVr {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #rnr8gLC9IVsy1Oy4uR8CniXcapMscUb2 { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #R4xfhEzBzihnWy7fzuNrbWMEr0KPEyeg {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #v4bv7CTrPkvpRcSTDBeMpRLphI7WOtNZ {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #MJ6f5KERIBilONwQAAkXsXeTywc5oDvx { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cLCDN8oU8tEiWf7du3hb5WNB8GJdu3xF {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JfH0vFTdmdkrmB69sSP38Sh2gpkicdoP {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #niwsm2l8rPHvuTKmVzWF10P0GsPoFKTp { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #KUBrakACDW5mxdd0OuzpgGNC0RRmeOr7 {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QWKkZLh2IsN738GyEGwaQnwahdZbwcoi {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #wtIgSP26eJugmnOskdZZBQ2ONZxCs8kD { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZVyBNebxTvtRXQooHhbTmUKBcGAtlwLW {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VKWP2rE4579qoclA6UxUcN6dDTWAwS0i {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JMAB7aB18hPSH6fSJwKO5asM8ezmVoTk { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cQtfmlNrC2Fx3RBJ2qTKX0q2IEUdPtPz {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #kZTVpn0U1Pk1Vyw48vOWDf1lcS11qXfe {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fa2IEGvlnuxhT5g7Ec4tJDool7uPvOKc {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #x5XzUMWqS64fvBUkFTl7fbg59ErwnOF0 {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #foXw9vtQqV7rkcdHtbrT6w44MXdy5MRF {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m13QtWSxE1KmCTVT1E9hKSvFKHfJ7vPT { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #hUaNB0HLreJdaDn7GoiMFCZ1ziDNn4Pa {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #CVWyCc7DALHq2P5olymFNp3ys55UVmiU {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fvTaObpEhvqQltcGQEZZT6v3Snk5XHml { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Sr6gxrUp8B6Sqfl51Iy5DtelAHHwyNLF {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eq7eD1HaGz5wZLtTSdLRFaHu8qDOTb5k {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BPVaMvfhy1yRt8zEZBFRU8rdm8C0kEzg { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eeMxGUfuicCkGVBivWrNq0a889dPuSMz {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TJ61Z0D3BvwTftBaf4V2XZRP9A2RrNyC {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #LTIwc08TG2JpADCeBTh9cfQd7dzApXZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eIGor1itAShlvbC0UoPJn4ZgL1HGvFLZ {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fTpaorXCGGA8KbFL0T68FLZaZIehDqAH {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #IcasEmqVVFI37aNZzgvEAuILs3OKi53T { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #NxJeOcmp7ilioMBkX6PDmsV2ubSuIqCD {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #snSxAK65mb3NezhIiSIH1Q8A5SxBs65D {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VasRMG0tctNtaX6DkhCRWK9twJtQwdPH { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DZbpbu5TCk0dDt1zSfbzpzzB4n1u2h8A {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZtHEp6PtB4ZhNkQvTE086WDPGkfUyHkf {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #AmnX1ZcbOqOGZrLVbUvU9zRyq6GiDK4w { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #tNFep8zy3nUlPP1sviibKgwo5gUsrVco {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QRC1OUgGzA42i9uptu9yNXHShM81TToM {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mHHADKXRKIo1sLfrlIukJGDaJTuFNqTI { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #zagyOQzZpvUTBsmOUyEHueETG12kgtuu {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #evLg6gy9LridWCmCdguf2mSz2dlptJ8a {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TMSgJWw3IJNvXPZLL4cicHBiX7nUOqPc { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mX4I4ar5zssHF4M5Os4pixPKwCsdf2Fz {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #SrAcUXIG5KJ2bE0lNp9T7Qa5ilr2S5FT {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #batBnXLPG9xASpI9XLTZ9VvTl9cfCgaW { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #By7tAa3P0WFWcH0yChpx80qxewV083de {  }
 }@media only screen and (max-width: 763px) { #iR97nSgJNL7WBAEvB5tJ1DIHMZ4BsZDf { display:block; }
 }@media only screen and (max-width: 763px) { #CPhn2Ab870V0gk3Xd5cUqyp4TR9ThNqx { display:block; }
 }@media only screen and (max-width: 763px) { #xmlk7w7InA0CZVwIMTWnB1lrREf0zpNC { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oD8qhe4xxr3vlyn8HK27HHRpXzrgEUQl {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BItGD0PEASmIP1BFDeTFmpH1HeKgBwJW {  }
 }@media only screen and (max-width: 763px) { #Uu7UIuwl17rP0HFcbt3WwCZxvv3k1K9m { width:12.125rem;height:1.1375rem;top:2.10546875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgOifEm9KSPURT1vWT6FLnxZxs90ghgz { width:18.75rem;height:2.5996125rem;top:4.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4aD6noTwcTT8eoi5TDe4TpVMwnyJ81f { width:18.75rem;height:6.825rem;top:8.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzBtMVqr37OBM2lz5kpKhRR9zFGVSwHT { width:18.75rem;height:1.29980625rem;top:16.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TtemaytamUXNOXtWS22b8AaoJbGnZr { width:18.75rem;height:40.5rem;top:20.455208778381rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUiislGeOlByqLfQoee0gyvMRCwVENsT { width:17.5rem;height:3.725rem;top:20.5rem;left:1.25rem;font-size:0.875rem;display:block; }#fUiislGeOlByqLfQoee0gyvMRCwVENsT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #QMbf9tk1tLF05LwOHTND88Fk9XlaQbB0 { width:15.625rem;height:10.2375rem;top:24.22265625rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs93tb8sIcQRc7LgFO1Pe8IMumZMoHld { width:17.5rem;height:4.8625rem;top:34.765625rem;left:1.25rem;font-size:0.875rem;display:block; }#Bs93tb8sIcQRc7LgFO1Pe8IMumZMoHld li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #ZzwdxoEofMRncLcJGo1tS2eVJgKZxJre { width:15.625rem;height:5.6875rem;top:43.561458587646rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhPDFOJw1Ou7NA1h26F3cIRTxlcR9zcV { width:17.5rem;height:1.1375rem;top:49.875rem;left:1.25rem;font-size:0.875rem;display:block; }#hhPDFOJw1Ou7NA1h26F3cIRTxlcR9zcV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #bnf4skSEs7i0O43RA1eDhPJPKn2DLmlb { width:15.625rem;height:4.55rem;top:51.012500762939rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0kizskoOsyGQiOH1JC1itn9zEaKSTla { width:17.5rem;height:3.4125rem;top:56.375rem;left:1.25rem;font-size:0.875rem;display:block; }#D0kizskoOsyGQiOH1JC1itn9zEaKSTla li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #KHgdFvN7dP9T6TaJTJTzIsMMdaqUeVCE { width:17.5rem;height:2.275rem;top:41.286457061767rem;left:1.25rem;font-size:0.875rem;display:block; }#KHgdFvN7dP9T6TaJTJTzIsMMdaqUeVCE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #vscfR0GScH8D0VHX6OcVWLm2CCc5i6bB { width:6.25rem;height:6.25rem;top:64.747917175294rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcC8aqSdfeEhEMa7pCGSrAzA6VwMTwZm { width:18.75rem;height:2.5996125rem;top:4.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO3PP2vXx5nqxvEuvn4MueQlG3otJH5a { width:18.75rem;height:6.825rem;top:8.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { display:block; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsAg8UL7oQhXl0O4rTBMRACfxFiw87In { width:18.75rem;height:9.83125rem;top:0.99062347412112rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }