.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { position:relative;display:block; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { background-color: transparent; background-image: none; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container > .video-iframe-container { display: none; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row > .video-iframe-container { display: none; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .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); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { border-width: 0; border-radius: 0; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .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; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .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:7.75rem;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; }#QpGgAnkW2HClfh8IvOeRpedLGFGkyLKo { position:absolute;display:block;z-index:15051;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.4375rem;width:22.5625rem;top:1.625rem;left:-1.5909090909091rem;overflow:hidden;display:block; }
#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.22);background-image:url("https://images.assets-landingi.com/uc/95ad0aa6-f7a5-4749-94e9-fcaef9837c68/towinieta20250506T134331255.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w.adaptive-delivery-prevent-bg, #RTm0VPWDAdNfCLVliWn6ubuscpxITf3w.lazyload, #RTm0VPWDAdNfCLVliWn6ubuscpxITf3w.lazyloading { background-image: none; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container { background-color: transparent; background-image: none; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container > .video-iframe-container { display: none; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row > .video-iframe-container { display: none; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .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); }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container { border-width: 0; border-radius: 0; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#LKeHWTc3sxkQQqqHtMvmTz5Jmy85ANTm { box-sizing:content-box;height:37.0625rem;width:42.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.9);background-image:none;top:3.28125rem;left:-2.0263671875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#yvkLqUfkTPTnIS5ZcofnPXBQzLNTiERS { color:#000000;display:block;width:38.5rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0.1875rem;height:10.722625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p1sRVUwaUQUinBZOk49xXz5fMdZg6KZ5 { color:#000000;display:block;width:37.625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.4375rem;left:0rem;height:2.1125rem;display:block; }
#TMa5ikhs4JEgvx1yiZyyIicaqrppb5Pc { color:#000000;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.375rem;left:0rem;height:11.999rem;display:block; }#TMa5ikhs4JEgvx1yiZyyIicaqrppb5Pc li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#TMa5ikhs4JEgvx1yiZyyIicaqrppb5Pc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a4e6171401cde987461b2f459c752e4541a671.svg); }
#dvDVKhmN1hokSTc3zETiPwEU2Nl2Ap6u { background-color:#f8e86b;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:4.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29rem;left:6.6875rem;display:block; }
#TpH11sLZKczacZfvz3RArPEzOBhs4Idw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JCg091KhMDQQyorGD3BBcbO3ADhG8iKi { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.375rem;left:7.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K { position:relative;display:block; }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K { background-color: transparent; background-image: none; }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .row .container > .video-iframe-container { display: none; }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .row > .video-iframe-container { display: none; }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .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); }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K { border-width: 0; border-radius: 0; }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .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; }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .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:42.625rem;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; }#rvZTzSg1MTS2JNHbc1XNdoo3ILkTIqna { box-sizing:content-box;height:33.9375rem;width:68.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:6.625rem;left:3rem;border-top:0.1875rem solid #215283;border-left:0.1875rem solid #215283;border-right:0.1875rem solid #215283;border-bottom:0.1875rem solid #215283;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#Xv8QsJceZohnHwxZ2gyx6ChbTXNWwtvn { color:#000000;display:block;width:38rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.625rem;left:5.25rem;height:26.75rem;overflow:hidden;display:block; }#Xv8QsJceZohnHwxZ2gyx6ChbTXNWwtvn li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xv8QsJceZohnHwxZ2gyx6ChbTXNWwtvn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9210fe0281753d25ee7749d77c0392a0491428d4.svg); }
#oKXsevFbmLVs4ObmZWJ5ABriNy4cSxrk { position:absolute;display:block;z-index:15009;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:28.875rem;width:28.875rem;top:9.375rem;left:43.1875rem;overflow:hidden;display:block; }
#mktMLBfKuxfQcX7LV88w59rDXSNsOBff { color:#2d2d2d;display:block;width:19.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15037;line-height:1.1;letter-spacing:0;top:2.625rem;left:34.875rem;height:1.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lakeZ308TKE7UlteaJ6Bg9OEGpMlTECC { color:#000000;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.1875rem;left:20.1875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 { position:relative;display:block; }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 { background-color: transparent; background-image: none; }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .row .container > .video-iframe-container { display: none; }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .row > .video-iframe-container { display: none; }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .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); }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 { border-width: 0; border-radius: 0; }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .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; }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .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:8.4375rem;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; }#IsQ2ysARdI9zJ2EDoMRgvQQH8sATfBCU { background-color:#f8e86b;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:4.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:22.5625rem;display:block; }
#rmVnsF30QaveJdRaNiPTUq4o6c65h6hP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;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; }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row .container { background-color: transparent; background-image: none; }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row .container > .video-iframe-container { display: none; }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row > .video-iframe-container { display: none; }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .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); }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row .container { border-width: 0; border-radius: 0; }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#XQWMTeNKnreO8Fou0Tz9g3MO13lE0t3W { box-sizing:content-box;height:55.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.9375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Ta4JbuV7WyFKRGtk9sOvfSXrRsQStzfH { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:#1a7f70;background-image:none;top:1.8115234375rem;left:2.96630859375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Z5NghDM7gUclDzza8gItAPyKyc4tOJ7F { color:#ffffff;display:block;width:7.937rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.09228515625rem;left:3.68408203125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2T233TFvF0LLzw6cZFf3r5cehkBaoHz { color:#2a4778;display:block;width:28.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:2.96875rem;height:5.2rem;font-style:normal;display:block; }
#Mr4LEw66zQ6CLIvZuv1qwx7fGa5Ut9IB { color:#0aadd0;display:block;width:42.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.5rem;left:2.96875rem;height:6.375rem;display:block; }
#FO3Fq1WQSaTvDg7UXEevMWTCFpCksBFk { position:absolute;display:block;z-index:15005;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:14.3125rem;width:26.625rem;top:1.8125rem;left:46.15625rem;overflow:hidden;display:block; }
#aNmMsRRDX07G0lc9FN4U8BIKXBTTATWU { box-sizing:content-box;height:8.75rem;width:21.9375rem;position:absolute;display:block;z-index:15006;background-color:#d0e3f6;background-image:none;top:18.875rem;left:2.96875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#N4SRe3ACiABJTVds7am7n2EtUvFV0tCb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:59.96875rem;overflow:hidden;display:block; }
#MrgIik3hlDcykqHA7f4f07J0iTr2mbkZ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.25rem;left:2.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gQwLtTurpXWi3ZiTpTCpO9eI0T7Lhk0t { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:3.28125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#HGyQ23Mgwtdi0AIawfCSecQZBlhTVdSf { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#d0e3f6;background-image:none;top:18.875rem;left:26.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#hqA1aHHe6kmksRTff8wPkMMxHFgyokdn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:36.25rem;overflow:hidden;display:block; }
#wHWT7S6GKAIDmUMalbZh8pXcy7JHVsT2 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.25rem;left:26.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nKfX1sRA52cciv7KxCSxQnv0JGE86p2U { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:50.71875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#DOFGQNKTDtlnimW9sQk9vDLQJOe3b5BG { box-sizing:content-box;height:8.75rem;width:21.8125rem;position:absolute;display:block;z-index:15014;background-color:#d0e3f6;background-image:none;top:18.875rem;left:50.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#MTcrRi9OyzU8cTTHHZSXXXzUTyhTZUDO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:11.625rem;overflow:hidden;display:block; }
#nTVqAUZTxJgWBHA0cfct4maA0XwFQ8ZV { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.25rem;left:51rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kn3TK6kqNaZKIwTDESVdwafdb9kS3cUO { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:27.59375rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#Rfno6QQMW8ftrunqrMUz86QfNTUJr1UL { box-sizing:content-box;height:3.0625rem;width:69.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -moz-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -ms-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -o-linear-gradient(79deg, #0aadd0, #1d6182);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aadd0', endColorstr='#1d6182' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aadd0', endColorstr='#1d6182' );";background-image: linear-gradient(79deg, #0aadd0, #1d6182);background-size:auto !important;top:28.8125rem;left:2.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Ava7DQCUaKKGEVXSatGb2xo51OAVzBSg { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.53125rem;left:4.75rem;height:1.70625rem;font-style:normal;display:block; }
#FTzu7F9Lth0obVhiK0qE1gIVoghR3Te1 { box-sizing:content-box;height:22.8125rem;width:69.125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:32.63671875rem;left:2.9375rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#oZSFiEtimO26JPbEoecH81GyTxc5hGWd { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:33.4375rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOc3yAiuvfJbGKMN1fNL5VJ7LcJ0begs { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#d0e3f6;background-image:none;top:33.375rem;left:4.75rem;display:block; }
#CbEogUxlCmwMQxHar6mx4EGum6iAQ1ma { color:#1c3b6f;display:block;width:59.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.9375rem;left:8.25rem;height:1.4619125rem;display:block; }
#h9IxR6uFNwiPhkTNFrIFhuMvDn091zmk { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:37.125rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suzslKq9yPeFkak4J47fcCy371ytgZIS { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#d0e3f6;background-image:none;top:37.0625rem;left:4.75rem;display:block; }
#lbvI9BHFhSrn0c3iDqHrdODUaPJRP2LQ { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:40.6875rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKuA2Vl7k1NK1TyoHbaqGKK9rbBH4kUn { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#d0e3f6;background-image:none;top:40.625rem;left:4.75rem;display:block; }
#CJMJPF9DfwwtSSzMEe4ADOHi0Twyzx0I { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:44.3125rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O3x1p0ldLXAmcQUZlT2fOxFFpm0hQI1o { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#d0e3f6;background-image:none;top:44.25rem;left:4.75rem;display:block; }
#iTlWZKfdbSLC6Uu8JAeZyAxvU9TvdNIO { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:47.9375rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytCXZKOZraQbU1fxLcHobB0OAJRZQnWI { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#d0e3f6;background-image:none;top:47.875rem;left:4.75rem;display:block; }
#EnsC5EipkTN2g9Z4mG9TL2A30rzAfwCA { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:51.4375rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnAS03EP4xzZHJgILJ1J43ytbPuKTU02 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#d0e3f6;background-image:none;top:51.375rem;left:4.75rem;display:block; }
#US5d9KQqka7TIigEtiNVoiOZstlwdoVf { color:#1c3b6f;display:block;width:59.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:37.6943359375rem;left:8.25rem;height:1.4619125rem;display:block; }
#KJyC3FRzZbvUBUnxvVLxol23aM0nt3OW { color:#1c3b6f;display:block;width:59.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:41.2568359375rem;left:8.25rem;height:1.4619125rem;display:block; }
#FamGrzWiiemiZXciRJb9JAMRMomHw17C { color:#1c3b6f;display:block;width:59.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:44.8818359375rem;left:8.25rem;height:1.4619125rem;display:block; }
#GJvayo9g9KDour47Ir53WyBG7RRqfENq { color:#1c3b6f;display:block;width:59.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:48.5068359375rem;left:8.25rem;height:1.4619125rem;display:block; }
#hRTmHD9KUiA92f4g8IoBrE0Hb3kPUaEq { color:#1c3b6f;display:block;width:60.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:52.0068359375rem;left:8.25rem;height:1.4619125rem;display:block; }
#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container { background-color: transparent; background-image: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container > .video-iframe-container { display: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row > .video-iframe-container { display: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .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); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container { border-width: 0; border-radius: 0; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container { font-size:0.875rem;font-family:rubik;height:53.9375rem;width:75rem;position:relative;display:block; }#mZFD7UefUbc9fTEmslPi2Nm4pKgneh90 { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:9.2187461853025rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uSmp4qlznzQEWmTTWHTl83sxKSWSnia9 { color:#2d2d2d;display:block;width:66.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:2.125rem;left:4.0416641235351rem;height:3.85rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QHNvxtKuqgepMxNVflFVsIkWUNiOF92r { position:absolute;display:block;z-index:15034;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:7.125rem;width:8.1875rem;top:43.6865234375rem;left:56.78125rem;overflow:hidden;display:block; }
#VI2dQJEb6U2AOMNBaJO9ypqMFlTRPMQR { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(195,195,195,0.4);border-left:0.0625rem solid rgba(195,195,195,0.4);border-right:0.0625rem solid rgba(195,195,195,0.4);border-bottom:0.0625rem solid rgba(195,195,195,0.4);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.4375rem;width:20.625rem;top:11.75rem;left:26.8125rem;display:block; }
#X99X86n3K7n8qR5M2mOeEval0w4SNPTd { position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.47);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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.5625rem;width:20.625rem;top:11.75rem;left:50.5625rem;display:block; }
#o1CnJlbdtnHRTykou8E3IpU3n4VxBVf7 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:13.5361328125rem;left:28.09375rem;height:25.1875rem;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;display:block; }
#XVvFaRZ0dr0rNahox6SCiRTImZtt7Tu6 { color:#000000;display:block;width:18.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:13.4052734375rem;left:51.625rem;height:25.1875rem;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;display:block; }
#gAFaLETeHVbXUBUqcJ6blRqH4KyuwR7w { position:absolute;display:block;z-index:15035;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:7.375rem;width:8.5rem;top:43.5615234375rem;left:32.978515625rem;overflow:hidden;display:block; }
#hqHFzyJT67agTthcUTT0WlrVe4gisQc6 { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(195,195,195,0.4);border-left:0.0625rem solid rgba(195,195,195,0.4);border-right:0.0625rem solid rgba(195,195,195,0.4);border-bottom:0.0625rem solid rgba(195,195,195,0.4);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.5rem;width:20.625rem;top:11.75rem;left:3.1875rem;display:block; }
#EJOqQorsFKAWSfWm1qPmW334ZtaT1DFn { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:13.4052734375rem;left:5.09375rem;height:20.464875rem;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;display:block; }
#wMBRXVemeRd03Rpz7nzTMeoVWC4lmsWp { position:absolute;display:block;z-index:15033;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:7.5625rem;width:8.6875rem;top:43.4677734375rem;left:8.9453125rem;overflow:hidden;display:block; }
#rKnVG8dWLlHVbNKKqQPk2sU34nLOt3tJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.6875rem;top:8.9375rem;left:6.4375rem;overflow:hidden;display:block; }
#WBHkx5qxtW7G9fCbKNmDDRRcJzH4Qw6s { position:absolute;display:block;z-index:15018;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:3.6875rem;width:4.6875rem;top:8.9375rem;left:30.4375rem;overflow:hidden;display:block; }
#MrfwhetG2l3PVvK1nCBwfi1apdyBKncA { position:absolute;display:block;z-index:15021;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:3.6875rem;width:4.6875rem;top:8.9375rem;left:54.1875rem;overflow:hidden;display:block; }
#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;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; }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row .container { background-color: transparent; background-image: none; }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row .container > .video-iframe-container { display: none; }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row > .video-iframe-container { display: none; }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .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); }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row .container { border-width: 0; border-radius: 0; }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#ifkOVRLm0EQDTrLtTxXrWTxBy1xwGaIV { color:#2d2d2d;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.7562503814698rem;left:18.749996185302rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m0LTJzz8WlK8dwclQ4qZs3QPqwRNXDd5 { color:#2d2d2d;display:block;width:66.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:5.8187503814697rem;left:3rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row .container { background-color: transparent; background-image: none; }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row .container > .video-iframe-container { display: none; }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row > .video-iframe-container { display: none; }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .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); }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row .container { border-width: 0; border-radius: 0; }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#EslArEWQmSM3pAOqbcMCJMAcyNsvr9XN { color:#3c3c3c;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1302084922791rem;left:5.03125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f0rEmDdoQ9yVc3bhatWfqQUTAOKxhDh0 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem dotted #00a219;border-left:0.0625rem dotted #00a219;border-right:0.0625rem dotted #00a219;border-bottom:0.0625rem dotted #00a219;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.5rem;width:40.1875rem;top:1.375rem;left:0rem;display:block; }
#nXEIhATalvIux7CFcOwcGbdx5S0T5Beq { color:#3c3c3c;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:45.8505859375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZ8CkIk3xVBPIU9uKsWfsF3V7f8iLheT { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem dotted #00a219;border-left:0.0625rem dotted #00a219;border-right:0.0625rem dotted #00a219;border-bottom:0.0625rem dotted #00a219;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.625rem;width:32.625rem;top:1.3125rem;left:42.4130859375rem;display:block; }
#E9QHgObTcsNxapE3fimidfIsxpGkt8Gb { color:#000000;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:17.1435546875rem;left:48.2255859375rem;height:4.9863375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gGORXeg0p0i13cgFIktH2pS0xOhkcwdt { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:7.1875rem;left:54.1005859375rem; }
#RQXbw0Z4b1rOFbFxh3PTZqvtnkIBil8f { color:#3c3c3c;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:15.71875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wq24cgM3ar4ScaOC5TlV9Adeu4BrTTc5 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:16.3134765625rem;left:0.6875rem;height:6.6484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XhLVHyOc8EPVKKta8wT8xePAml15cJHx { color:#000000;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:17.1435546875rem;left:20.78125rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ISFF5mKJ9D7RdyOx9TQ0b7CCQM1Glm5S { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:9.3125rem;width:9.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;top:6.15625rem;left:4.40625rem; }
#RoiAm2mMvMQNKwvLXfEF8o9Cu5Ka3oQC { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:7.1875rem;left:26.21875rem; }
#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE { 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; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container { background-color: transparent; background-image: none; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container > .video-iframe-container { display: none; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row > .video-iframe-container { display: none; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .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); }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container { border-width: 0; border-radius: 0; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#qAvh7XhmpwSJJCoOTSZTH5JexddJpTvv { 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; }
#bqcITQXFH9xf0PwVLF6fHy3hliKh95s4 { color:#090134;display:block;width:48.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:0.625rem;left:13.21875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 { 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; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container { background-color: transparent; background-image: none; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container > .video-iframe-container { display: none; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row > .video-iframe-container { display: none; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .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); }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container { border-width: 0; border-radius: 0; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container { font-size:0.875rem;font-family:arial;height:94.625rem;width:75rem;position:relative;display:block; }#FcSMteJxofvWB8LDTmBBnFcCTeMms7Ot { 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; }
#NU6BWzFAld3WN2Oqdelx6cz9ZQ6VumJl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:41.375rem;width:37.1875rem;top:51.9375rem;left:2.25rem;display:block; }
#OyvyOrx3R7PJBBCTg4o7aDp3tWo9ekK0 { color:#000000;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15047;line-height:2;letter-spacing:0;top:71.4375rem;left:4.8125rem;height:6rem;font-style:normal;display:block; }
#sP8ACm50805o3dcW7sX2cscAcwRaIkPa { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:69.125rem;left:6.7499990463256rem;height:1.4rem;font-style:normal;display:block; }
#ynxFTJI7lfvN43T7rvg24SxQ1MDFEHkT { position:absolute;display:block;z-index:15036;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:1rem;width:1rem;top:42.3125rem;left:3.9375rem;overflow:hidden;display:block; }
#PXNBPZMEpOBK90QGP0fZaaQQfMPPBPpt { position:absolute;display:block;z-index:15048;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:1.5625rem;width:1.5625rem;top:69rem;left:4.4375rem;overflow:hidden;display:block; }
#V3sZLV75EeOdEUAOT2EIqTJlN1FOBWwv { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:42.25rem;width:36.875rem;top:4.25rem;left:2.34375rem;display:block; }
#ZevoTGyvxqOpK0720NUxxODf0xMRVqfi { color:#000000;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15034;line-height:2;letter-spacing:0;top:35.375rem;left:5.9375rem;height:4rem;font-style:normal;display:block; }
#PDyqEXqlk2CooI84DXctgoL9eNow2gII { color:#000000;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:42.25rem;left:5.9375rem;height:1.3rem;display:block; }
#XTN6ECw8SiHyPLc7RcSnpClsh9nfThMA { color:#282565;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:42.1875rem;left:18.0625rem;height:1.3rem;display:block; }
#xsqTDC1Hb2FFsoDoBIHA0bbQcDtrMRrk { position:absolute;display:block;z-index:15042;background-color:#215283;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.4375rem;width:29.6875rem;top:49.75rem;left:5.625rem;display:block; }
#wiW0hGG8bcAc2oh3bUaTLbbfgc50eWRK { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:50.25rem;left:8.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M69MRaAb5WZUxZK0f4Lt334LxP0wZ2pD { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.4375rem;left:3.9375rem;height:1.3rem;display:block; }
#ATu5k5yppV74uonzD2c592zp71Z8Bs5J { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:26.625rem;left:4.1875rem;height:1.3994125rem;font-style:normal;display:block; }
#G5FDbag47ERN5KZUODbLXXlzniSmPs2G { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15033;line-height:2;letter-spacing:0;top:30.4375rem;left:5.9375rem;height:4rem;font-style:normal;display:block; }
#CLNAOtBpzROeUvK8hoy650Em6uGXeQd3 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1rem;top:42.375rem;left:16.1875rem;overflow:hidden;display:block; }
#a9NkdmkPbi83PbLGfRyNCUWuaJ6RumlS { position:absolute;display:block;z-index:15033;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:1.5625rem;width:1.5625rem;top:30.4375rem;left:3.625rem;overflow:hidden;display:block; }
#n0bmdF17ycz2SfGAusCUMQFMgnEFbQIy { position:absolute;display:block;z-index:15047;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:1.5625rem;width:1.5625rem;top:35.375rem;left:3.625rem;overflow:hidden;display:block; }
#H6EXDRm1ehqFOtl2kTbALmTFvSDpg0SP { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:7.2763671875rem;left:3.96875rem;height:1.29980625rem;display:block; }
#E1eTQc1aalXV9UaUR9OF5KFV9Iuw2xz5 { position:absolute;display:block;z-index:15028;background-color:#2d9f79;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.25rem;width:29.6875rem;top:2.6875rem;left:5.625rem;display:block; }
#nB4tCXsPMy7q8WTtPfegdSh4QKLZiHLy { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.4593753814698rem;left:8.925000190735rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ue9iqxUmfCRMMvisdAQoLe2RKHH55zT1 { color:#000000;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15048;line-height:2;letter-spacing:0;top:58.0625rem;left:4.25rem;height:4rem;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-form-header {  }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:7.5rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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.625rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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.625rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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.625rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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:8.125rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.625rem;height:3rem; }#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.adaptive-delivery-prevent-bg, #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.lazyload, #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.lazyloading { background-image: none; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ [class*="-text"]:-moz-placeholder {  }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ [class*="-text"]::-moz-placeholder {  }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ [class*="-text"]:-ms-input-placeholder {  }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ [class*="-text"]::-webkit-input-placeholder {  }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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:10.9375rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-container:first-of-type{padding-top:0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-container:last-of-type{padding-bottom:0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ  { 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;width:23.75rem;top:3.75rem;left:48.4990234375rem;position:absolute;z-index:15001;height:auto; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .radio-container { display:inline-block;*zoom:1;*display:inline;width:15.625rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ {display:block;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ { 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;width:23.75rem;top:3.75rem;left:48.4990234375rem;position:absolute;z-index:15001;height:auto; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #AHGfVUeJ3difgN8KCzanMvXpKBop7nJu { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #AHGfVUeJ3difgN8KCzanMvXpKBop7nJu .container-column{width:50%;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #nZHFA2fi0UrFZTQGeqAtbHxeluT4QpKT { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JS9xWz4kiAzZGDQrr7TD2LTuXMHAJBKk { position:relative;z-index:2; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #K5x98IupfOTxpJU1ToifTgKGalPZyDqh { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #lHEbxxubPymvBVpuBSlzuo4sDXqxBk33 { position:relative;z-index:2; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #dcGeCXL4e7Xx4NMlPNH0lq6zi2hPkxmh { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #vcXaP40Riw9fIcuwEHzuq7kMR708RD3p { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #kTUDTRciO0Kq7J8W9Hno0XXyrh08lDGw { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #gwGPL8HFVNqRzoumS9renlm0I11x3BaP { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Ks0bl8AwqDBCisI0HsooEABZyJpn6nQU { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #V3p1lx1a33ULBZQ5AIhvwAQbGTw71HTZ { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #yrINwZs3IPcHSFVhscLOTWgQMUlBD5eK { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #VZb9QH8zSl1cBd33URZmXeR48yoA22Zp { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #D1mTARQtVRepcBmf6OOM2ToAS4mqNAaN { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Tq3MnLZk91TiyaCKuawf3QzdlxM1D0U6 { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #i6tEzU0Zq3S8QdgMbDSuKzLBZLsWXqRX { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rnmG0K4EbmQIm00pzt8obsyhfI3atqMn { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #GK2R7NVfZ5iuwBiTSSpJdErmWNvk4c99 { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #WwQS4OS6sJJXUvkAfaa1i83qNVVBuGRm { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #tB09XATzd4S8S8IeIhsuRdqkXDQhG40S { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TTiIzAyr0ylrOVtPTCqWhLAXAA8Le4Dc { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TddI40mdcAQ1izgrJyKJLACFLEK6bMca { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #RrJhyG3a3i1hQFwNPRrATkfuy7XLuToA { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TtpDZb9weC90w8eVfVuUaraaNZd5yVKD { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pVn3TCErSxQrabT5km5VJ572WTiILCfR { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #sRRIckmTvTRREnT5ZRktTawLMMit19vh { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #sAwlZQRcuMvLsHfOD6gWgnuxMdfIQWPT { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #CHmEZmuWJ3vb6vzopIBtL1yeCzpovaky { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #NTWy8s6onDTHZpdyTe64pXR8Ibtw4QWa { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #kIJgiIGPnwdM5foNo3W5btoD4z9Cc2Jg { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #SpotVroQETibxOI0EiNkuJ9zeaT1nSaR { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #fzDeTbm6eCe0wuftTmT4gory9XqAw5wk { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #anT4NSV1umQUsJTMm6SgOyTRTPOBKEyC { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rDXNQxJBkdTCqTlIlLPTkHm18W0aZ0zt { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #l25w6c1yPuN0qIou4rv8OdMvO94MHa6S { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #PAd3PXNvccZHQmiJhBN3iB0zn3L9pC4f { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #eMClUBelW9kTvam2Gqoxk5gNolufFICc { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pPNuU7ad4cMJw42wzbRefPTcFosd3Lly { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #D2OdlQQrkzZ95Bd4WeHTPJthhrG760He { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #OTGbqpUGyLKD8D6NED2GlOFzTdGfL5R3 { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JP5J7gqRk1GiSaWum7alqpqiNRUuXdI8 { position:relative;z-index:2; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #COmWgPqtUgdQ9WAaUDAsbddiDHAmbK26 { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #QhQS43XqqOexEcaW6haDzanC4qGJRrZT { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #SH3g48K2oWqkSgBAPfiAS5XODzSe4PcT { position:relative;z-index:2; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #g6Tqtxs47xfw7xGE3SbU7R9xsepNOT8g { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Tr9JJQZumrTNfarCWlafoHRrTZ4NJbuB { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #XSNyfL79MLUmoDnynU0wPrt4LGF87dIE { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Sf5P0Tkn17mTob4DXV17is6rPXkoAb6D { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #abXs1PJz4iZyhdPh09UETBNeTRb9Regu { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #dlw0RhQCsmmbftTi7TOAJTBgBA5JImDJ { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #wP4ryX57ECx3mgDNhCetHo4O5vFfV6GU { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #EOLApJ1VM6R3MgXQIIV6335JOrwKCWlx { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pe2zZAsOTLnqOAN4edRuoTDiibJGQhIE { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #nkgOeQdsILXluCmSdQQHsuOwWgXO1Z0R { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #x1o1yhvXb4F5MZQdecu5S7AhFnCPaBT2 { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rOMBSO6bA4imUTzvfDhBC40fEOi1xvqP { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #mtfuW8qpWTx5T0Ay0tu7QVaUm09EhmI2 { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #CNZ27urIyKWbI64WtpUxUMQ5O0ryrWbT { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #asHrGobsnhhJsNeQTVmZ0bvNhJriCWv5 { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #blsUCO9mFHWKgIweV68zquLMKgdirQqb { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #ToowncWKOyLEpTHwbBmncBsKnba83wlE { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rzUM4dbMzrrs3nIquHdVD3TNd9hTxuzR { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #s7MHgwJqLUZQkrXbbAuy4T5SDT2RKJ1c { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Br9bV7P4Qya0r9gMRT21WliMNMOsmNOz { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #HFdufhfbJT43nZvLPwLTefnnKxBpHNcD { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #vIw5tnadpDc6uEGu4V9nywsuvG02lVAe { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #W2dlxcI7JrqxUXXzl8tM9GoR1dKM9k1a { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JbCTsuiMsoneGAhvJxMH4Pb1H48SeehS { position:relative;z-index:2; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Nn1co7aN22BWbZiTMvdZBwgTqAkhSozM { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #miPTAMgLdg6alSTP0ofthDLgzmrTTMTD { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #xcouoM2SKnoMhrsIl4nVXurse0J9VL9y { position:relative;z-index:2; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pTavHvSFiZTQMcoeHelwZU1St5wTuvwS { position:relative; }
#LFtbaPAlCVOoOmtoD8M9IIqdxE2s4cH3 { position:relative;display:block; }
#w7HpfMwqZT44EHREZuWUX6fbAPpOiPqv { position:relative;display:block; }
#vaBURVTVr2hXHkJD7dQHH6tMiMzoQxXy { position:relative;display:block; }
#qSp8wLOGWe2uqTLMOEAkurPWMxVQzAu4 { position:relative;display:block; }
#NTNl5b3ugXt5TGiMmWZz6ucWKdzM6lM1 { position:relative;display:block; }
#FZIRCrdOh0f5iDcwWB2tgIDAKCQEFost { position:relative;display:block; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #J02dArShpXUgT2uNFtDi4LX45CkolScM { position:relative; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #hQgMZcmHlazC7Jbiqzw5pTcEbBDE4Mo9 { position:relative; }
#iqiyV7KHWKJGgeGRzVpNDTDthHM32fi0 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:88.9375rem;left:18.999999046326rem;height:1.3rem;display:block; }
#W8HzqE6zXkn5Vo01K4yGOTx7mDqaaDii { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1rem;top:89.125rem;left:17.312499046326rem;overflow:hidden;display:block; }
#wD85BNNpWwlp0QpU70gi0Q8KKRiE3pue { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:88.9375rem;left:8.7499990463256rem;height:1.3rem;display:block; }
#tBu40spNmcuFZwTvnT7HyJNxMk468sTa { color:#000000;display:block;width:26.499rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:86rem;left:6.9374990463256rem;height:1.3rem;font-style:normal;display:block; }
#q3y9wv5ocrUyleXBE0CdtPh6D6XHh9UV { position:absolute;display:block;z-index:15094;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:1rem;width:1rem;top:89rem;left:7.0624990463256rem;overflow:hidden;display:block; }
#ohtUywKAF6dt1t0dSTNMKIya0gb0KTk2 { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15139;line-height:2;letter-spacing:0;top:78.125rem;left:4.75rem;height:6rem;font-style:normal;display:block; }
#MJxB7nNA2UqEBRKEqFTHXCc8T2JSqPVk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:85.5625rem;left:4.4375rem; }
#W594SqAF9pPTmU8J1aXiaAB3COupsLLz { position:absolute;display:block;z-index:15137;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:85.8125rem;left:4.25rem;display:block; }
#QbokQkaiO6ondzsG3AcA6GWT3Ef7gcXD { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:17.0625rem;left:3.75rem;height:6.25rem;display:block; }#QbokQkaiO6ondzsG3AcA6GWT3Ef7gcXD li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#QbokQkaiO6ondzsG3AcA6GWT3Ef7gcXD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e20445bcb29b63a3fa93eb041c5a60919966b459.svg); }
#WCro4hi7fCCGoP0IMFafkO9AMiCQgyIJ { color:#000000;display:block;width:31.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15051;line-height:2;letter-spacing:0;top:63.125rem;left:4.375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fKCGLyySPpyF6Rv0LkhqUr4effp9nqc0 { color:#000000;display:block;width:32rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:65.9375rem;left:4.4375rem;height:2.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CGpzVAcOoMr9rdG6akzSBeotPnupL9gB { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:55.5rem;left:4.125rem;height:1.6rem;font-style:normal;display:block; }
#kmTg2XWTTswKzbJRDzU3NJXaywX1deqi { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15130;line-height:1.6;letter-spacing:0;top:11.0625rem;left:3.9375rem;height:1.6rem;font-style:normal;display:block; }
#RhTEA4QQarm0b35g5Rcv7eaqkL17xWJT { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15130;line-height:1.6;letter-spacing:0;top:11.0625rem;left:3.9375rem;height:1.6rem;font-style:normal;display:block; }
#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row .container { background-color: transparent; background-image: none; }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row .container > .video-iframe-container { display: none; }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row > .video-iframe-container { display: none; }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .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); }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row .container { border-width: 0; border-radius: 0; }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#eqXCJdHPKMedn7bk5G2LT2kDrJ8ykMy6 { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:4.1276016235351rem;left:23.735897064209rem;height:1.3rem;display:block; }
#p0kHdrmSeUwoo2THFtvequtxF0XydzCx { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:4.1612396240234rem;left:40.047748565674rem;height:1.3rem;display:block; }
#SmPmPAS0yoUiq9XvzR0PRN33wJnqUwyh { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:4.1612396240234rem;left:53.734813690186rem;height:1.3rem;display:block; }
#UXKdcP8BLWP3tmQv4DNi21TS7VPFWtsa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:3.2476119995117rem;left:66.235897064206rem; }
#UXKdcP8BLWP3tmQv4DNi21TS7VPFWtsa > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fC18uAFVP2EHm4GOFfyk0h4MUXSFwbnv { position:absolute;display:block;z-index:15052;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.25rem;width:21.125rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { display:block; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QpGgAnkW2HClfh8IvOeRpedLGFGkyLKo { width:15.5rem;height:3.4375rem;top:1.6558160781861rem;left:15.249566555023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTm0VPWDAdNfCLVliWn6ubuscpxITf3w { background-color:rgba(0,0,0,0.22);background-image:url("https://images.assets-landingi.com/uc/95ad0aa6-f7a5-4749-94e9-fcaef9837c68/towinieta20250506T134331255.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w.adaptive-delivery-prevent-bg, #RTm0VPWDAdNfCLVliWn6ubuscpxITf3w.lazyload, #RTm0VPWDAdNfCLVliWn6ubuscpxITf3w.lazyloading { background-image: none; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container { background-color: transparent; background-image: none; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container > .video-iframe-container { display: none; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row > .video-iframe-container { display: none; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .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); }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container { width:47.75rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LKeHWTc3sxkQQqqHtMvmTz5Jmy85ANTm { width:44.75rem;height:36rem;top:3.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvkLqUfkTPTnIS5ZcofnPXBQzLNTiERS { width:42rem;height:6.825rem;top:6.75rem;left:2.875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #p1sRVUwaUQUinBZOk49xXz5fMdZg6KZ5 { width:39.5rem;height:0;top:14.9140625rem;left:3.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TMa5ikhs4JEgvx1yiZyyIicaqrppb5Pc { width:41.9375rem;height:11.496125rem;top:15.5625rem;left:2.875rem;font-size:1.375rem;display:block; }#TMa5ikhs4JEgvx1yiZyyIicaqrppb5Pc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a4e6171401cde987461b2f459c752e4541a671.svg); }
 }@media only screen and (max-width: 1199px) { #dvDVKhmN1hokSTc3zETiPwEU2Nl2Ap6u { width:31.125rem;height:4.25rem;top:28.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpH11sLZKczacZfvz3RArPEzOBhs4Idw { display:block; }
 }@media only screen and (max-width: 1199px) { #JCg091KhMDQQyorGD3BBcbO3ADhG8iKi { width:37.375rem;height:1.625rem;top:34.5625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K { display:block; }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rvZTzSg1MTS2JNHbc1XNdoo3ILkTIqna { width:47.375rem;height:36.5625rem;top:5.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #Xv8QsJceZohnHwxZ2gyx6ChbTXNWwtvn { width:26.875rem;height:31.9394375rem;top:7.4375rem;left:2.25rem;font-size:1.125rem;display:block; }#Xv8QsJceZohnHwxZ2gyx6ChbTXNWwtvn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9210fe0281753d25ee7749d77c0392a0491428d4.svg); }
 }@media only screen and (max-width: 1199px) { #oKXsevFbmLVs4ObmZWJ5ABriNy4cSxrk { width:20.625rem;height:20.625rem;top:13.0625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mktMLBfKuxfQcX7LV88w59rDXSNsOBff { width:15.8125rem;height:1.58125rem;top:2.625rem;left:21.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lakeZ308TKE7UlteaJ6Bg9OEGpMlTECC { width:10.75rem;height:1.95rem;top:2.4375rem;left:10.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 { display:block; }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IsQ2ysARdI9zJ2EDoMRgvQQH8sATfBCU { width:31.125rem;height:4.25rem;top:0.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rmVnsF30QaveJdRaNiPTUq4o6c65h6hP { display:block; }
 }@media only screen and (max-width: 1199px) { #vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW { display:block; }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row .container { width:47.75rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XQWMTeNKnreO8Fou0Tz9g3MO13lE0t3W { width:47.75rem;height:45.875rem;top:2.9375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #Ta4JbuV7WyFKRGtk9sOvfSXrRsQStzfH { width:9.375rem;height:2.1875rem;top:1.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5NghDM7gUclDzza8gItAPyKyc4tOJ7F { width:7.9375rem;height:1.625rem;top:2.09375rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2T233TFvF0LLzw6cZFf3r5cehkBaoHz { width:26.1875rem;height:5.2rem;top:5.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mr4LEw66zQ6CLIvZuv1qwx7fGa5Ut9IB { width:42.25rem;height:6rem;top:13.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FO3Fq1WQSaTvDg7UXEevMWTCFpCksBFk { width:20.6875rem;height:11rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aNmMsRRDX07G0lc9FN4U8BIKXBTTATWU { width:23.125rem;height:8.75rem;top:22.0625rem;left:0.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #N4SRe3ACiABJTVds7am7n2EtUvFV0tCb { width:2.75rem;height:2.75rem;top:32.59375rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrgIik3hlDcykqHA7f4f07J0iTr2mbkZ { width:21.25rem;height:1.3rem;top:26.4375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQwLtTurpXWi3ZiTpTCpO9eI0T7Lhk0t { width:21.25rem;height:2.2734375rem;top:27.7373046875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGyQ23Mgwtdi0AIawfCSecQZBlhTVdSf { width:22.3125rem;height:8.75rem;top:22.0625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqA1aHHe6kmksRTff8wPkMMxHFgyokdn { width:2.75rem;height:2.75rem;top:22.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHWT7S6GKAIDmUMalbZh8pXcy7JHVsT2 { width:21.25rem;height:1.3rem;top:26.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKfX1sRA52cciv7KxCSxQnv0JGE86p2U { width:21.25rem;height:2.2734375rem;top:37.8623046875rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOFGQNKTDtlnimW9sQk9vDLQJOe3b5BG { width:23.9375rem;height:8.75rem;top:32.187515258789rem;left:12.062501132488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTcrRi9OyzU8cTTHHZSXXXzUTyhTZUDO { width:2.75rem;height:2.75rem;top:22.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTVqAUZTxJgWBHA0cfct4maA0XwFQ8ZV { width:21.25rem;height:1.3rem;top:36.5625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kn3TK6kqNaZKIwTDESVdwafdb9kS3cUO { width:21.25rem;height:2.2734375rem;top:27.7265625rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rfno6QQMW8ftrunqrMUz86QfNTUJr1UL { width:47.75rem;height:3.0625rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ava7DQCUaKKGEVXSatGb2xo51OAVzBSg { width:47.0625rem;height:1.625rem;top:42.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzu7F9Lth0obVhiK0qE1gIVoghR3Te1 { width:47.75rem;height:47.9375rem;top:22.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #oZSFiEtimO26JPbEoecH81GyTxc5hGWd { width:2.0625rem;height:2.6rem;top:46.0751953125rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOc3yAiuvfJbGKMN1fNL5VJ7LcJ0begs { width:2.75rem;height:2.75rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbEogUxlCmwMQxHar6mx4EGum6iAQ1ma { width:42.75rem;height:2.9746125rem;top:45.8876953125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9IxR6uFNwiPhkTNFrIFhuMvDn091zmk { width:2.0625rem;height:2.6rem;top:49.875rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suzslKq9yPeFkak4J47fcCy371ytgZIS { width:2.75rem;height:2.75rem;top:49.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbvI9BHFhSrn0c3iDqHrdODUaPJRP2LQ { width:2.0625rem;height:2.6rem;top:53.505859375rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KKuA2Vl7k1NK1TyoHbaqGKK9rbBH4kUn { width:2.75rem;height:2.75rem;top:53.4306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJMJPF9DfwwtSSzMEe4ADOHi0Twyzx0I { width:2.0625rem;height:2.6rem;top:57.2119140625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O3x1p0ldLXAmcQUZlT2fOxFFpm0hQI1o { width:2.75rem;height:2.75rem;top:57.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTlWZKfdbSLC6Uu8JAeZyAxvU9TvdNIO { width:2.0625rem;height:2.6rem;top:61.0625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytCXZKOZraQbU1fxLcHobB0OAJRZQnWI { width:2.75rem;height:2.75rem;top:60.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnsC5EipkTN2g9Z4mG9TL2A30rzAfwCA { width:2.0625rem;height:2.6rem;top:64.974609375rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnAS03EP4xzZHJgILJ1J43ytbPuKTU02 { width:2.75rem;height:2.75rem;top:64.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #US5d9KQqka7TIigEtiNVoiOZstlwdoVf { width:37.4375rem;height:2.9746125rem;top:49.8125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJyC3FRzZbvUBUnxvVLxol23aM0nt3OW { width:44.4375rem;height:2.9746125rem;top:53.375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FamGrzWiiemiZXciRJb9JAMRMomHw17C { width:44.4375rem;height:2.9746125rem;top:57.0244140625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJvayo9g9KDour47Ir53WyBG7RRqfENq { width:37.3125rem;height:2.9746125rem;top:60.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRTmHD9KUiA92f4g8IoBrE0Hb3kPUaEq { width:44.4375rem;height:1.48730625rem;top:65.537109375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WJDACP2k/header_3_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ.adaptive-delivery-prevent-bg, #rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ.lazyload, #rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ.lazyloading { background-image: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container { background-color: transparent; background-image: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container > .video-iframe-container { display: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row > .video-iframe-container { display: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .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); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container { width:47.75rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mZFD7UefUbc9fTEmslPi2Nm4pKgneh90 { width:37.5625rem;height:1.95rem;top:0.591796875rem;left:5.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSmp4qlznzQEWmTTWHTl83sxKSWSnia9 { width:47.75rem;height:3.1625rem;top:1.404296875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHNvxtKuqgepMxNVflFVsIkWUNiOF92r { width:8.1875rem;height:7.125rem;top:33.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VI2dQJEb6U2AOMNBaJO9ypqMFlTRPMQR { width:14.4375rem;height:25.4375rem;top:9.375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X99X86n3K7n8qR5M2mOeEval0w4SNPTd { width:14.625rem;height:25.5rem;top:9.375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o1CnJlbdtnHRTykou8E3IpU3n4VxBVf7 { width:13.625rem;height:19.32425rem;top:12.75rem;left:17rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVvFaRZ0dr0rNahox6SCiRTImZtt7Tu6 { width:13.625rem;height:20.4609375rem;top:12.75rem;left:33.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gAFaLETeHVbXUBUqcJ6blRqH4KyuwR7w { width:8.1875rem;height:7.125rem;top:33.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqHFzyJT67agTthcUTT0WlrVe4gisQc6 { width:14.4375rem;height:25.25rem;top:9.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJOqQorsFKAWSfWm1qPmW334ZtaT1DFn { width:13.25rem;height:15.9140625rem;top:12.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMBRXVemeRd03Rpz7nzTMeoVWC4lmsWp { width:8.1875rem;height:7.125rem;top:33.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKnVG8dWLlHVbNKKqQPk2sU34nLOt3tJ { width:4.6875rem;height:3.6875rem;top:6.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WBHkx5qxtW7G9fCbKNmDDRRcJzH4Qw6s { width:4.6875rem;height:3.6875rem;top:6.5625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrfwhetG2l3PVvK1nCBwfi1apdyBKncA { width:4.6875rem;height:3.6875rem;top:6.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 { display:block; }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ifkOVRLm0EQDTrLtTxXrWTxBy1xwGaIV { width:47.75rem;height:1.95rem;top:1.1864604949951rem;left:0.001042366027832rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0LTJzz8WlK8dwclQ4qZs3QPqwRNXDd5 { width:47.75rem;height:1.4375rem;top:3.6875rem;left:0.0009765625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI { display:block; }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row .container { width:47.75rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EslArEWQmSM3pAOqbcMCJMAcyNsvr9XN { top:1.3125rem;left:0rem;width:21.1875rem;height:0;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #f0rEmDdoQ9yVc3bhatWfqQUTAOKxhDh0 { top:4.0625rem;left:1.5625rem;width:45.125rem;height:19.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #nXEIhATalvIux7CFcOwcGbdx5S0T5Beq { top:26.75rem;left:11.90625rem;width:23.9375rem;height:1.7875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vZ8CkIk3xVBPIU9uKsWfsF3V7f8iLheT { top:29.8125rem;left:1.5625rem;width:44.5625rem;height:14.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #E9QHgObTcsNxapE3fimidfIsxpGkt8Gb { top:37.875rem;left:14.625rem;width:18.5rem;height:4.62890625rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gGORXeg0p0i13cgFIktH2pS0xOhkcwdt { width:4.9375rem;height:4.9375rem;top:31.375rem;left:21.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQXbw0Z4b1rOFbFxh3PTZqvtnkIBil8f { top:1.375rem;left:11.90625rem;width:23.9375rem;height:1.7875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Wq24cgM3ar4ScaOC5TlV9Adeu4BrTTc5 { top:14.625rem;left:4.25rem;width:15.375rem;height:6.6484375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhLVHyOc8EPVKKta8wT8xePAml15cJHx { top:14.625rem;left:27.625rem;width:16.9375rem;height:6.6484375rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #ISFF5mKJ9D7RdyOx9TQ0b7CCQM1Glm5S { width:5.625rem;height:5.625rem;top:7.3125rem;left:9.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoiAm2mMvMQNKwvLXfEF8o9Cu5Ka3oQC { width:4.9375rem;height:4.9375rem;top:7.65625rem;left:34.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE { display:block; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container { width:47.75rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qAvh7XhmpwSJJCoOTSZTH5JexddJpTvv { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bqcITQXFH9xf0PwVLF6fHy3hliKh95s4 { width:47.75rem;height:2.35625rem;top:2.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 { display:block; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container { width:47.75rem;height:166.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FcSMteJxofvWB8LDTmBBnFcCTeMms7Ot { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NU6BWzFAld3WN2Oqdelx6cz9ZQ6VumJl { width:37rem;height:40.375rem;top:51.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OyvyOrx3R7PJBBCTg4o7aDp3tWo9ekK0 { width:31.0625rem;height:6rem;top:69.0625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sP8ACm50805o3dcW7sX2cscAcwRaIkPa { width:27.4375rem;height:1.4rem;top:67.25rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynxFTJI7lfvN43T7rvg24SxQ1MDFEHkT { width:1rem;height:1rem;top:41rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PXNBPZMEpOBK90QGP0fZaaQQfMPPBPpt { width:1.5625rem;height:1.5625rem;top:67.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V3sZLV75EeOdEUAOT2EIqTJlN1FOBWwv { width:37.25rem;height:42.375rem;top:2.90625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZevoTGyvxqOpK0720NUxxODf0xMRVqfi { width:29.0625rem;height:6rem;top:33.875rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDyqEXqlk2CooI84DXctgoL9eNow2gII { width:7.75rem;height:1.3rem;top:40.9375rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTN6ECw8SiHyPLc7RcSnpClsh9nfThMA { width:17.4375rem;height:1.3rem;top:40.9375rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xsqTDC1Hb2FFsoDoBIHA0bbQcDtrMRrk { width:29.6875rem;height:2.625rem;top:49.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wiW0hGG8bcAc2oh3bUaTLbbfgc50eWRK { width:27.8125rem;height:1.4625rem;top:50.375rem;left:10rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #M69MRaAb5WZUxZK0f4Lt334LxP0wZ2pD { width:27.25rem;height:1.3rem;top:12.5rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATu5k5yppV74uonzD2c592zp71Z8Bs5J { width:31.75rem;height:2.798825rem;top:23.8125rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5FDbag47ERN5KZUODbLXXlzniSmPs2G { width:28.75rem;height:6rem;top:27.4375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLNAOtBpzROeUvK8hoy650Em6uGXeQd3 { width:1rem;height:0.8125rem;top:41.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9NkdmkPbi83PbLGfRyNCUWuaJ6RumlS { width:1.5625rem;height:1.5625rem;top:27.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0bmdF17ycz2SfGAusCUMQFMgnEFbQIy { width:1.5625rem;height:1.5625rem;top:34.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H6EXDRm1ehqFOtl2kTbALmTFvSDpg0SP { width:33.6875rem;height:2.6rem;top:6.0107421875rem;left:8.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1eTQc1aalXV9UaUR9OF5KFV9Iuw2xz5 { width:29.6875rem;height:2.625rem;top:1.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nB4tCXsPMy7q8WTtPfegdSh4QKLZiHLy { width:20.75rem;height:1.4625rem;top:2.1728515625rem;left:13.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Ue9iqxUmfCRMMvisdAQoLe2RKHH55zT1 { width:32.75rem;height:4rem;top:56.4375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-regular-label { height:0.875rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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:12.5rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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:12.5rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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:12.5rem;height:3rem; }#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.adaptive-delivery-prevent-bg, #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.lazyload, #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.lazyloading { background-image: none; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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:10.9375rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-container:first-of-type{padding-top:0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-container:last-of-type{padding-bottom:0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ  { 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;width:23.75rem;height:auto;left:12.1875rem;top:95.0625rem; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ {display:block;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ { 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;width:23.75rem;height:auto;left:12.1875rem;top:95.0625rem; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #AHGfVUeJ3difgN8KCzanMvXpKBop7nJu {  }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #AHGfVUeJ3difgN8KCzanMvXpKBop7nJu .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #nZHFA2fi0UrFZTQGeqAtbHxeluT4QpKT { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JS9xWz4kiAzZGDQrr7TD2LTuXMHAJBKk { z-index:2; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #K5x98IupfOTxpJU1ToifTgKGalPZyDqh {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #lHEbxxubPymvBVpuBSlzuo4sDXqxBk33 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #dcGeCXL4e7Xx4NMlPNH0lq6zi2hPkxmh {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #vcXaP40Riw9fIcuwEHzuq7kMR708RD3p {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #kTUDTRciO0Kq7J8W9Hno0XXyrh08lDGw { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #gwGPL8HFVNqRzoumS9renlm0I11x3BaP {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Ks0bl8AwqDBCisI0HsooEABZyJpn6nQU {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #V3p1lx1a33ULBZQ5AIhvwAQbGTw71HTZ { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #yrINwZs3IPcHSFVhscLOTWgQMUlBD5eK {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #VZb9QH8zSl1cBd33URZmXeR48yoA22Zp {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #D1mTARQtVRepcBmf6OOM2ToAS4mqNAaN { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Tq3MnLZk91TiyaCKuawf3QzdlxM1D0U6 {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #i6tEzU0Zq3S8QdgMbDSuKzLBZLsWXqRX {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rnmG0K4EbmQIm00pzt8obsyhfI3atqMn { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #GK2R7NVfZ5iuwBiTSSpJdErmWNvk4c99 {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #WwQS4OS6sJJXUvkAfaa1i83qNVVBuGRm {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #tB09XATzd4S8S8IeIhsuRdqkXDQhG40S { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TTiIzAyr0ylrOVtPTCqWhLAXAA8Le4Dc {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TddI40mdcAQ1izgrJyKJLACFLEK6bMca {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #RrJhyG3a3i1hQFwNPRrATkfuy7XLuToA { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TtpDZb9weC90w8eVfVuUaraaNZd5yVKD {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pVn3TCErSxQrabT5km5VJ572WTiILCfR {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #sRRIckmTvTRREnT5ZRktTawLMMit19vh { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #sAwlZQRcuMvLsHfOD6gWgnuxMdfIQWPT {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #CHmEZmuWJ3vb6vzopIBtL1yeCzpovaky {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #NTWy8s6onDTHZpdyTe64pXR8Ibtw4QWa { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #kIJgiIGPnwdM5foNo3W5btoD4z9Cc2Jg {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #SpotVroQETibxOI0EiNkuJ9zeaT1nSaR {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #fzDeTbm6eCe0wuftTmT4gory9XqAw5wk { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #anT4NSV1umQUsJTMm6SgOyTRTPOBKEyC {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rDXNQxJBkdTCqTlIlLPTkHm18W0aZ0zt {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #l25w6c1yPuN0qIou4rv8OdMvO94MHa6S { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #PAd3PXNvccZHQmiJhBN3iB0zn3L9pC4f {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #eMClUBelW9kTvam2Gqoxk5gNolufFICc {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pPNuU7ad4cMJw42wzbRefPTcFosd3Lly { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #D2OdlQQrkzZ95Bd4WeHTPJthhrG760He {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #OTGbqpUGyLKD8D6NED2GlOFzTdGfL5R3 {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JP5J7gqRk1GiSaWum7alqpqiNRUuXdI8 {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #COmWgPqtUgdQ9WAaUDAsbddiDHAmbK26 {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #QhQS43XqqOexEcaW6haDzanC4qGJRrZT {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #SH3g48K2oWqkSgBAPfiAS5XODzSe4PcT { z-index:2; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #g6Tqtxs47xfw7xGE3SbU7R9xsepNOT8g {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Tr9JJQZumrTNfarCWlafoHRrTZ4NJbuB {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #XSNyfL79MLUmoDnynU0wPrt4LGF87dIE { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Sf5P0Tkn17mTob4DXV17is6rPXkoAb6D {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #abXs1PJz4iZyhdPh09UETBNeTRb9Regu {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #dlw0RhQCsmmbftTi7TOAJTBgBA5JImDJ { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #wP4ryX57ECx3mgDNhCetHo4O5vFfV6GU {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #EOLApJ1VM6R3MgXQIIV6335JOrwKCWlx {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pe2zZAsOTLnqOAN4edRuoTDiibJGQhIE { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #nkgOeQdsILXluCmSdQQHsuOwWgXO1Z0R {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #x1o1yhvXb4F5MZQdecu5S7AhFnCPaBT2 {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rOMBSO6bA4imUTzvfDhBC40fEOi1xvqP { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #mtfuW8qpWTx5T0Ay0tu7QVaUm09EhmI2 {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #CNZ27urIyKWbI64WtpUxUMQ5O0ryrWbT {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #asHrGobsnhhJsNeQTVmZ0bvNhJriCWv5 { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #blsUCO9mFHWKgIweV68zquLMKgdirQqb {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #ToowncWKOyLEpTHwbBmncBsKnba83wlE {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rzUM4dbMzrrs3nIquHdVD3TNd9hTxuzR { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #s7MHgwJqLUZQkrXbbAuy4T5SDT2RKJ1c {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Br9bV7P4Qya0r9gMRT21WliMNMOsmNOz {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #HFdufhfbJT43nZvLPwLTefnnKxBpHNcD { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #vIw5tnadpDc6uEGu4V9nywsuvG02lVAe {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #W2dlxcI7JrqxUXXzl8tM9GoR1dKM9k1a {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JbCTsuiMsoneGAhvJxMH4Pb1H48SeehS { z-index:2; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Nn1co7aN22BWbZiTMvdZBwgTqAkhSozM {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #miPTAMgLdg6alSTP0ofthDLgzmrTTMTD {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #xcouoM2SKnoMhrsIl4nVXurse0J9VL9y { z-index:2; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pTavHvSFiZTQMcoeHelwZU1St5wTuvwS {  }
 }@media only screen and (max-width: 1199px) { #LFtbaPAlCVOoOmtoD8M9IIqdxE2s4cH3 { display:block; }
 }@media only screen and (max-width: 1199px) { #w7HpfMwqZT44EHREZuWUX6fbAPpOiPqv { display:block; }
 }@media only screen and (max-width: 1199px) { #vaBURVTVr2hXHkJD7dQHH6tMiMzoQxXy { display:block; }
 }@media only screen and (max-width: 1199px) { #qSp8wLOGWe2uqTLMOEAkurPWMxVQzAu4 { display:block; }
 }@media only screen and (max-width: 1199px) { #NTNl5b3ugXt5TGiMmWZz6ucWKdzM6lM1 { display:block; }
 }@media only screen and (max-width: 1199px) { #FZIRCrdOh0f5iDcwWB2tgIDAKCQEFost { display:block; }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #J02dArShpXUgT2uNFtDi4LX45CkolScM {  }
 }@media only screen and (max-width: 1199px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #hQgMZcmHlazC7Jbiqzw5pTcEbBDE4Mo9 {  }
 }@media only screen and (max-width: 1199px) { #iqiyV7KHWKJGgeGRzVpNDTDthHM32fi0 { width:17.8125rem;height:1.3rem;top:86.6875rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8HzqE6zXkn5Vo01K4yGOTx7mDqaaDii { width:1rem;height:0.8125rem;top:86.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wD85BNNpWwlp0QpU70gi0Q8KKRiE3pue { width:7.75rem;height:1.3rem;top:86.6875rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBu40spNmcuFZwTvnT7HyJNxMk468sTa { width:26.4365rem;height:1.3rem;top:83.9375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3y9wv5ocrUyleXBE0CdtPh6D6XHh9UV { width:1rem;height:1rem;top:86.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohtUywKAF6dt1t0dSTNMKIya0gb0KTk2 { width:32.625rem;height:6rem;top:76.4375rem;left:8.875rem;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #MJxB7nNA2UqEBRKEqFTHXCc8T2JSqPVk { width:1.75rem;height:1.75rem;top:83.625rem;left:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W594SqAF9pPTmU8J1aXiaAB3COupsLLz { width:1.4375rem;height:1.4375rem;top:83.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QbokQkaiO6ondzsG3AcA6GWT3Ef7gcXD { width:32.0625rem;height:7.75rem;top:15rem;left:8.625rem;font-size:1rem;display:block; }#QbokQkaiO6ondzsG3AcA6GWT3Ef7gcXD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e20445bcb29b63a3fa93eb041c5a60919966b459.svg); }
 }@media only screen and (max-width: 1199px) { #WCro4hi7fCCGoP0IMFafkO9AMiCQgyIJ { width:32.75rem;height:2rem;top:61.8125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKCGLyySPpyF6Rv0LkhqUr4effp9nqc0 { width:32.75rem;height:2.798825rem;top:64.1875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGpzVAcOoMr9rdG6akzSBeotPnupL9gB { width:28.6875rem;height:1.6rem;top:54.0625rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmTg2XWTTswKzbJRDzU3NJXaywX1deqi { width:28.6875rem;height:1.6rem;top:54.0625rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RhTEA4QQarm0b35g5Rcv7eaqkL17xWJT { width:28.6875rem;height:1.6rem;top:9.625rem;left:8.5625rem;font-size:1rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 1199px) { #sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av { display:block; }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eqXCJdHPKMedn7bk5G2LT2kDrJ8ykMy6 { width:16.311875rem;height:1.3rem;top:7.0029907226562rem;left:15.718316555023rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #p0kHdrmSeUwoo2THFtvequtxF0XydzCx { width:11.749125rem;height:1.3rem;top:9.1221313476562rem;left:18.000216960907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SmPmPAS0yoUiq9XvzR0PRN33wJnqUwyh { width:7.249375rem;height:1.3rem;top:10.997131347656rem;left:20.249566555023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXKdcP8BLWP3tmQv4DNi21TS7VPFWtsa { width:3.125rem;height:3.125rem;top:13.311634063721rem;left:22.311198711395rem;display:block; }
#UXKdcP8BLWP3tmQv4DNi21TS7VPFWtsa > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #fC18uAFVP2EHm4GOFfyk0h4MUXSFwbnv { width:15.5rem;height:3.4375rem;top:1.6558160781861rem;left:15.249566555023rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { display:block; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpGgAnkW2HClfh8IvOeRpedLGFGkyLKo { width:18.1875rem;height:3.9375rem;top:1.125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTm0VPWDAdNfCLVliWn6ubuscpxITf3w { display:block; }#RTm0VPWDAdNfCLVliWn6ubuscpxITf3w > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKeHWTc3sxkQQqqHtMvmTz5Jmy85ANTm { width:20rem;height:40.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkLqUfkTPTnIS5ZcofnPXBQzLNTiERS { width:19.1875rem;height:6.5800625rem;top:3.0625rem;left:0.8125rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1sRVUwaUQUinBZOk49xXz5fMdZg6KZ5 { width:20rem;height:1.95rem;top:11.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMa5ikhs4JEgvx1yiZyyIicaqrppb5Pc { width:18.8125rem;height:19.494125rem;top:10.865234375rem;left:0.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#TMa5ikhs4JEgvx1yiZyyIicaqrppb5Pc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a4e6171401cde987461b2f459c752e4541a671.svg); }
 }@media only screen and (max-width: 763px) { #dvDVKhmN1hokSTc3zETiPwEU2Nl2Ap6u { width:18.375rem;height:3.5625rem;top:31.5rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpH11sLZKczacZfvz3RArPEzOBhs4Idw { display:block; }
 }@media only screen and (max-width: 763px) { #JCg091KhMDQQyorGD3BBcbO3ADhG8iKi { width:17.1875rem;height:2.923825rem;top:36.625rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K { display:block; }#ehC464fUKTw3v2CbW0M3ZbyTQyTg2V0K > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvZTzSg1MTS2JNHbc1XNdoo3ILkTIqna { width:19.625rem;height:67.4375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv8QsJceZohnHwxZ2gyx6ChbTXNWwtvn { width:18.125rem;height:41.527375rem;top:9rem;left:0.875rem;font-size:1.0625rem;display:block; }#Xv8QsJceZohnHwxZ2gyx6ChbTXNWwtvn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9210fe0281753d25ee7749d77c0392a0491428d4.svg); }
 }@media only screen and (max-width: 763px) { #oKXsevFbmLVs4ObmZWJ5ABriNy4cSxrk { width:20rem;height:20rem;top:52.15234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mktMLBfKuxfQcX7LV88w59rDXSNsOBff { width:20rem;height:1.58125rem;top:3.923828125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lakeZ308TKE7UlteaJ6Bg9OEGpMlTECC { width:20rem;height:1.95rem;top:1.849609375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 { display:block; }#rAAKHn5CiWmKCEheeQbJvQV9TETia9w3 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsQ2ysARdI9zJ2EDoMRgvQQH8sATfBCU { width:19rem;height:4.4375rem;top:1.25rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmVnsF30QaveJdRaNiPTUq4o6c65h6hP { display:block; }
 }@media only screen and (max-width: 763px) { #vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW { display:block; }#vOvGt4rbQLGVVgnD8xU6DkhVMALaGbKW > .row .container { width:20rem;height:136.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQWMTeNKnreO8Fou0Tz9g3MO13lE0t3W { width:20rem;height:134.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4JbuV7WyFKRGtk9sOvfSXrRsQStzfH { width:9.375rem;height:2.1875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5NghDM7gUclDzza8gItAPyKyc4tOJ7F { width:7.9375rem;height:1.625rem;top:2.34375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2T233TFvF0LLzw6cZFf3r5cehkBaoHz { width:20rem;height:3.736325rem;top:4.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr4LEw66zQ6CLIvZuv1qwx7fGa5Ut9IB { width:18.5rem;height:13.5rem;top:9.4375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FO3Fq1WQSaTvDg7UXEevMWTCFpCksBFk { width:20rem;height:10.751rem;top:25.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNmMsRRDX07G0lc9FN4U8BIKXBTTATWU { width:20rem;height:8.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SRe3ACiABJTVds7am7n2EtUvFV0tCb { width:2.75rem;height:2.75rem;top:38.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrgIik3hlDcykqHA7f4f07J0iTr2mbkZ { width:20rem;height:1.3rem;top:41.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQwLtTurpXWi3ZiTpTCpO9eI0T7Lhk0t { width:20rem;height:2.2734375rem;top:43.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGyQ23Mgwtdi0AIawfCSecQZBlhTVdSf { width:20rem;height:9.875rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqA1aHHe6kmksRTff8wPkMMxHFgyokdn { width:2.75rem;height:2.75rem;top:47.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHWT7S6GKAIDmUMalbZh8pXcy7JHVsT2 { width:20rem;height:1.3rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKfX1sRA52cciv7KxCSxQnv0JGE86p2U { width:20rem;height:3.41015625rem;top:52.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOFGQNKTDtlnimW9sQk9vDLQJOe3b5BG { width:20rem;height:8.75rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTcrRi9OyzU8cTTHHZSXXXzUTyhTZUDO { width:2.75rem;height:2.75rem;top:57.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTVqAUZTxJgWBHA0cfct4maA0XwFQ8ZV { width:20rem;height:1.3rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn3TK6kqNaZKIwTDESVdwafdb9kS3cUO { width:20rem;height:2.2734375rem;top:63.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfno6QQMW8ftrunqrMUz86QfNTUJr1UL { width:20rem;height:5.875rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ava7DQCUaKKGEVXSatGb2xo51OAVzBSg { width:17.0625rem;height:4.62890625rem;top:68.114587783812rem;left:1.4687501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTzu7F9Lth0obVhiK0qE1gIVoghR3Te1 { width:20rem;height:14.5rem;top:75.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZSFiEtimO26JPbEoecH81GyTxc5hGWd { width:2.0625rem;height:2.6rem;top:74.875rem;left:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOc3yAiuvfJbGKMN1fNL5VJ7LcJ0begs { width:2.75rem;height:2.75rem;top:74.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbEogUxlCmwMQxHar6mx4EGum6iAQ1ma { width:20rem;height:5.84765625rem;top:78.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9IxR6uFNwiPhkTNFrIFhuMvDn091zmk { width:2.0625rem;height:2.6rem;top:84.5rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #suzslKq9yPeFkak4J47fcCy371ytgZIS { width:2.75rem;height:2.75rem;top:84.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbvI9BHFhSrn0c3iDqHrdODUaPJRP2LQ { width:2.0625rem;height:2.6rem;top:95.625rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKuA2Vl7k1NK1TyoHbaqGKK9rbBH4kUn { width:2.75rem;height:2.75rem;top:95.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJMJPF9DfwwtSSzMEe4ADOHi0Twyzx0I { width:2.0625rem;height:2.6rem;top:103.8125rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3x1p0ldLXAmcQUZlT2fOxFFpm0hQI1o { width:2.75rem;height:2.75rem;top:103.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlWZKfdbSLC6Uu8JAeZyAxvU9TvdNIO { width:2.0625rem;height:2.6rem;top:114.875rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytCXZKOZraQbU1fxLcHobB0OAJRZQnWI { width:2.75rem;height:2.75rem;top:114.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnsC5EipkTN2g9Z4mG9TL2A30rzAfwCA { width:2.0625rem;height:2.6rem;top:124.5rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnAS03EP4xzZHJgILJ1J43ytbPuKTU02 { width:2.75rem;height:2.75rem;top:124.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5d9KQqka7TIigEtiNVoiOZstlwdoVf { width:20rem;height:4.38574375rem;top:88.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJyC3FRzZbvUBUnxvVLxol23aM0nt3OW { width:20rem;height:4.38574375rem;top:99.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FamGrzWiiemiZXciRJb9JAMRMomHw17C { width:20rem;height:4.38574375rem;top:107.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJvayo9g9KDour47Ir53WyBG7RRqfENq { width:20rem;height:5.84765625rem;top:118.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRTmHD9KUiA92f4g8IoBrE0Hb3kPUaEq { width:20rem;height:2.923825rem;top:128.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/50NUR16i/header_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ.adaptive-delivery-prevent-bg, #rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ.lazyload, #rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ.lazyloading { background-image: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container { background-color: transparent; background-image: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container > .video-iframe-container { display: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row > .video-iframe-container { display: none; }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .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); }#rV38MzX4rQxiGDiTBF9lxwtGqaNpDCaQ > .row .container { width:20rem;height:121.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZFD7UefUbc9fTEmslPi2Nm4pKgneh90 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmp4qlznzQEWmTTWHTl83sxKSWSnia9 { width:20rem;height:4.53515625rem;top:1.9345703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHNvxtKuqgepMxNVflFVsIkWUNiOF92r { width:8.1875rem;height:7.125rem;top:112rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI2dQJEb6U2AOMNBaJO9ypqMFlTRPMQR { width:19.875rem;height:26.0625rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X99X86n3K7n8qR5M2mOeEval0w4SNPTd { width:19.875rem;height:28.9375rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CnJlbdtnHRTykou8E3IpU3n4VxBVf7 { width:18.125rem;height:21rem;top:49.375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVvFaRZ0dr0rNahox6SCiRTImZtt7Tu6 { width:17.1875rem;height:21rem;top:88.75rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAFaLETeHVbXUBUqcJ6blRqH4KyuwR7w { width:8.1875rem;height:7.125rem;top:72.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqHFzyJT67agTthcUTT0WlrVe4gisQc6 { width:19.875rem;height:22.8125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJOqQorsFKAWSfWm1qPmW334ZtaT1DFn { width:18.4375rem;height:17.0625rem;top:14.875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMBRXVemeRd03Rpz7nzTMeoVWC4lmsWp { width:8.1875rem;height:7.125rem;top:33.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKnVG8dWLlHVbNKKqQPk2sU34nLOt3tJ { width:4.6875rem;height:3.6875rem;top:8.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHkx5qxtW7G9fCbKNmDDRRcJzH4Qw6s { width:4.6875rem;height:3.6875rem;top:44.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrfwhetG2l3PVvK1nCBwfi1apdyBKncA { width:4.6875rem;height:3.6875rem;top:83.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 { display:block; }#CRo6VhQBaccmvSRgrCLXdo76i9vnAgd2 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifkOVRLm0EQDTrLtTxXrWTxBy1xwGaIV { width:18.0620625rem;height:1.95rem;top:1.4423828125rem;left:0.9677734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LTJzz8WlK8dwclQ4qZs3QPqwRNXDd5 { width:20rem;height:1.625rem;top:3.9052185058594rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI { display:block; }#FTDeKvoT6CWgzfzWcfmV4UPToWG4WWMI > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EslArEWQmSM3pAOqbcMCJMAcyNsvr9XN { width:20rem;height:0;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f0rEmDdoQ9yVc3bhatWfqQUTAOKxhDh0 { width:18rem;height:33.8125rem;top:5.3125rem;left:0.91015625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXEIhATalvIux7CFcOwcGbdx5S0T5Beq { width:20rem;height:1.875rem;top:42.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8CkIk3xVBPIU9uKsWfsF3V7f8iLheT { width:17.8125rem;height:20.6875rem;top:47.125rem;left:1rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9QHgObTcsNxapE3fimidfIsxpGkt8Gb { width:15.4375rem;height:6.296875rem;top:59.75rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gGORXeg0p0i13cgFIktH2pS0xOhkcwdt { width:7.625rem;height:7.625rem;top:49.3125rem;left:6.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQXbw0Z4b1rOFbFxh3PTZqvtnkIBil8f { width:20rem;height:1.875rem;top:2.953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wq24cgM3ar4ScaOC5TlV9Adeu4BrTTc5 { width:12.5rem;height:7.871125rem;top:12.6875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhLVHyOc8EPVKKta8wT8xePAml15cJHx { width:16.375rem;height:6.296875rem;top:30.4375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISFF5mKJ9D7RdyOx9TQ0b7CCQM1Glm5S { width:6.4375rem;height:6.4375rem;top:6.25rem;left:6.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoiAm2mMvMQNKwvLXfEF8o9Cu5Ka3oQC { width:6.125rem;height:6.125rem;top:23.03125rem;left:6.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE { background-color:#ffffff;background-image:none;display:block; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container { background-color: transparent; background-image: none; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container > .video-iframe-container { display: none; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row > .video-iframe-container { display: none; }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .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); }#ErviavvQQUE5L4Av3XiQ69A2Cagw7LNE > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAvh7XhmpwSJJCoOTSZTH5JexddJpTvv { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqcITQXFH9xf0PwVLF6fHy3hliKh95s4 { width:20rem;height:1.7875rem;top:1.509765625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 { background-color:#ffffff;background-image:none;display:block; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container { background-color: transparent; background-image: none; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container > .video-iframe-container { display: none; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row > .video-iframe-container { display: none; }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .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); }#ETOxwwU6oqpoX1oAbd1XEwibAiQyS2A0 > .row .container { width:20rem;height:203.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcSMteJxofvWB8LDTmBBnFcCTeMms7Ot { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU6BWzFAld3WN2Oqdelx6cz9ZQ6VumJl { width:19.8125rem;height:62.375rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyvyOrx3R7PJBBCTg4o7aDp3tWo9ekK0 { width:16.4375rem;height:14rem;top:92.5rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sP8ACm50805o3dcW7sX2cscAcwRaIkPa { width:13.75rem;height:1.4rem;top:90.9375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynxFTJI7lfvN43T7rvg24SxQ1MDFEHkT { width:1rem;height:1rem;top:57.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXNBPZMEpOBK90QGP0fZaaQQfMPPBPpt { width:1.25rem;height:1.25rem;top:90.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3sZLV75EeOdEUAOT2EIqTJlN1FOBWwv { width:19.75rem;height:60.5625rem;top:2.65625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZevoTGyvxqOpK0720NUxxODf0xMRVqfi { width:14.375rem;height:10rem;top:46.625rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PDyqEXqlk2CooI84DXctgoL9eNow2gII { width:10.375rem;height:1.3rem;top:57.3125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTN6ECw8SiHyPLc7RcSnpClsh9nfThMA { width:17rem;height:1.3rem;top:59.6875rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xsqTDC1Hb2FFsoDoBIHA0bbQcDtrMRrk { width:16.8125rem;height:5.125rem;top:65.92578125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiW0hGG8bcAc2oh3bUaTLbbfgc50eWRK { width:10.125rem;height:4.142575rem;top:66.4765625rem;left:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69MRaAb5WZUxZK0f4Lt334LxP0wZ2pD { width:14.75rem;height:2.6rem;top:13.5rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATu5k5yppV74uonzD2c592zp71Z8Bs5J { width:16.25rem;height:4.19824375rem;top:30.4375rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5FDbag47ERN5KZUODbLXXlzniSmPs2G { width:15.0625rem;height:10rem;top:35.9375rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CLNAOtBpzROeUvK8hoy650Em6uGXeQd3 { width:1rem;height:0.8125rem;top:59.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9NkdmkPbi83PbLGfRyNCUWuaJ6RumlS { width:1.4375rem;height:1.4375rem;top:36.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0bmdF17ycz2SfGAusCUMQFMgnEFbQIy { width:1.5625rem;height:1.5625rem;top:46.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6EXDRm1ehqFOtl2kTbALmTFvSDpg0SP { width:16.25rem;height:3.9rem;top:4.25rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E1eTQc1aalXV9UaUR9OF5KFV9Iuw2xz5 { width:15.625rem;height:2.25rem;top:1rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB4tCXsPMy7q8WTtPfegdSh4QKLZiHLy { width:15rem;height:1.38125rem;top:1.4375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9iqxUmfCRMMvisdAQoLe2RKHH55zT1 { width:17.1875rem;height:6.29883125rem;top:75.8125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:0.875rem;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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.adaptive-delivery-prevent-bg, #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.lazyload, #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-input-button.lazyloading { background-image: none; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-container:first-of-type{padding-top:0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .widget-container:last-of-type{padding-bottom:0;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ  { width:16.746125rem;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:134.125rem;left:1.1875rem; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ .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; }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ {display:block;}#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ { width:16.746125rem;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:134.125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #AHGfVUeJ3difgN8KCzanMvXpKBop7nJu {  }
#k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #AHGfVUeJ3difgN8KCzanMvXpKBop7nJu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #nZHFA2fi0UrFZTQGeqAtbHxeluT4QpKT { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JS9xWz4kiAzZGDQrr7TD2LTuXMHAJBKk { z-index:2; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #K5x98IupfOTxpJU1ToifTgKGalPZyDqh {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #lHEbxxubPymvBVpuBSlzuo4sDXqxBk33 { z-index:2; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #dcGeCXL4e7Xx4NMlPNH0lq6zi2hPkxmh {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #vcXaP40Riw9fIcuwEHzuq7kMR708RD3p {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #kTUDTRciO0Kq7J8W9Hno0XXyrh08lDGw { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #gwGPL8HFVNqRzoumS9renlm0I11x3BaP {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Ks0bl8AwqDBCisI0HsooEABZyJpn6nQU {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #V3p1lx1a33ULBZQ5AIhvwAQbGTw71HTZ { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #yrINwZs3IPcHSFVhscLOTWgQMUlBD5eK {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #VZb9QH8zSl1cBd33URZmXeR48yoA22Zp {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #D1mTARQtVRepcBmf6OOM2ToAS4mqNAaN { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Tq3MnLZk91TiyaCKuawf3QzdlxM1D0U6 {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #i6tEzU0Zq3S8QdgMbDSuKzLBZLsWXqRX {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rnmG0K4EbmQIm00pzt8obsyhfI3atqMn { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #GK2R7NVfZ5iuwBiTSSpJdErmWNvk4c99 {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #WwQS4OS6sJJXUvkAfaa1i83qNVVBuGRm {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #tB09XATzd4S8S8IeIhsuRdqkXDQhG40S { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TTiIzAyr0ylrOVtPTCqWhLAXAA8Le4Dc {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TddI40mdcAQ1izgrJyKJLACFLEK6bMca {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #RrJhyG3a3i1hQFwNPRrATkfuy7XLuToA { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #TtpDZb9weC90w8eVfVuUaraaNZd5yVKD {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pVn3TCErSxQrabT5km5VJ572WTiILCfR {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #sRRIckmTvTRREnT5ZRktTawLMMit19vh { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #sAwlZQRcuMvLsHfOD6gWgnuxMdfIQWPT {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #CHmEZmuWJ3vb6vzopIBtL1yeCzpovaky {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #NTWy8s6onDTHZpdyTe64pXR8Ibtw4QWa { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #kIJgiIGPnwdM5foNo3W5btoD4z9Cc2Jg {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #SpotVroQETibxOI0EiNkuJ9zeaT1nSaR {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #fzDeTbm6eCe0wuftTmT4gory9XqAw5wk { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #anT4NSV1umQUsJTMm6SgOyTRTPOBKEyC {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rDXNQxJBkdTCqTlIlLPTkHm18W0aZ0zt {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #l25w6c1yPuN0qIou4rv8OdMvO94MHa6S { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #PAd3PXNvccZHQmiJhBN3iB0zn3L9pC4f {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #eMClUBelW9kTvam2Gqoxk5gNolufFICc {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pPNuU7ad4cMJw42wzbRefPTcFosd3Lly { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #D2OdlQQrkzZ95Bd4WeHTPJthhrG760He {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #OTGbqpUGyLKD8D6NED2GlOFzTdGfL5R3 {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JP5J7gqRk1GiSaWum7alqpqiNRUuXdI8 {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #COmWgPqtUgdQ9WAaUDAsbddiDHAmbK26 {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #QhQS43XqqOexEcaW6haDzanC4qGJRrZT {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #SH3g48K2oWqkSgBAPfiAS5XODzSe4PcT { z-index:2; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #g6Tqtxs47xfw7xGE3SbU7R9xsepNOT8g {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Tr9JJQZumrTNfarCWlafoHRrTZ4NJbuB {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #XSNyfL79MLUmoDnynU0wPrt4LGF87dIE { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Sf5P0Tkn17mTob4DXV17is6rPXkoAb6D {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #abXs1PJz4iZyhdPh09UETBNeTRb9Regu {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #dlw0RhQCsmmbftTi7TOAJTBgBA5JImDJ { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #wP4ryX57ECx3mgDNhCetHo4O5vFfV6GU {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #EOLApJ1VM6R3MgXQIIV6335JOrwKCWlx {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pe2zZAsOTLnqOAN4edRuoTDiibJGQhIE { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #nkgOeQdsILXluCmSdQQHsuOwWgXO1Z0R {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #x1o1yhvXb4F5MZQdecu5S7AhFnCPaBT2 {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rOMBSO6bA4imUTzvfDhBC40fEOi1xvqP { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #mtfuW8qpWTx5T0Ay0tu7QVaUm09EhmI2 {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #CNZ27urIyKWbI64WtpUxUMQ5O0ryrWbT {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #asHrGobsnhhJsNeQTVmZ0bvNhJriCWv5 { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #blsUCO9mFHWKgIweV68zquLMKgdirQqb {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #ToowncWKOyLEpTHwbBmncBsKnba83wlE {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #rzUM4dbMzrrs3nIquHdVD3TNd9hTxuzR { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #s7MHgwJqLUZQkrXbbAuy4T5SDT2RKJ1c {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Br9bV7P4Qya0r9gMRT21WliMNMOsmNOz {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #HFdufhfbJT43nZvLPwLTefnnKxBpHNcD { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #vIw5tnadpDc6uEGu4V9nywsuvG02lVAe {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #W2dlxcI7JrqxUXXzl8tM9GoR1dKM9k1a {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #JbCTsuiMsoneGAhvJxMH4Pb1H48SeehS { z-index:2; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #Nn1co7aN22BWbZiTMvdZBwgTqAkhSozM {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #miPTAMgLdg6alSTP0ofthDLgzmrTTMTD {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #xcouoM2SKnoMhrsIl4nVXurse0J9VL9y { z-index:2; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #pTavHvSFiZTQMcoeHelwZU1St5wTuvwS {  }
 }@media only screen and (max-width: 763px) { #LFtbaPAlCVOoOmtoD8M9IIqdxE2s4cH3 { display:block; }
 }@media only screen and (max-width: 763px) { #w7HpfMwqZT44EHREZuWUX6fbAPpOiPqv { display:block; }
 }@media only screen and (max-width: 763px) { #vaBURVTVr2hXHkJD7dQHH6tMiMzoQxXy { display:block; }
 }@media only screen and (max-width: 763px) { #qSp8wLOGWe2uqTLMOEAkurPWMxVQzAu4 { display:block; }
 }@media only screen and (max-width: 763px) { #NTNl5b3ugXt5TGiMmWZz6ucWKdzM6lM1 { display:block; }
 }@media only screen and (max-width: 763px) { #FZIRCrdOh0f5iDcwWB2tgIDAKCQEFost { display:block; }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #J02dArShpXUgT2uNFtDi4LX45CkolScM {  }
 }@media only screen and (max-width: 763px) { #k5siXnvg4kECnDeeeVBoN2zHTgAtRctZ #hQgMZcmHlazC7Jbiqzw5pTcEbBDE4Mo9 {  }
 }@media only screen and (max-width: 763px) { #iqiyV7KHWKJGgeGRzVpNDTDthHM32fi0 { width:15.0625rem;height:1.2rem;top:127.3125rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W8HzqE6zXkn5Vo01K4yGOTx7mDqaaDii { width:1rem;height:0.8125rem;top:127.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD85BNNpWwlp0QpU70gi0Q8KKRiE3pue { width:8.0625rem;height:1.3rem;top:125.0625rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tBu40spNmcuFZwTvnT7HyJNxMk468sTa { width:13.3125rem;height:2.6rem;top:120.9375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3y9wv5ocrUyleXBE0CdtPh6D6XHh9UV { width:1rem;height:1rem;top:125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohtUywKAF6dt1t0dSTNMKIya0gb0KTk2 { width:16.6875rem;height:12rem;top:107.4375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MJxB7nNA2UqEBRKEqFTHXCc8T2JSqPVk { display:flex;width:1.3125rem;height:1.3125rem;top:121rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #W594SqAF9pPTmU8J1aXiaAB3COupsLLz { width:1.125rem;height:1.125rem;top:120.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbokQkaiO6ondzsG3AcA6GWT3Ef7gcXD { width:17.0625rem;height:12.25rem;top:17.375rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#QbokQkaiO6ondzsG3AcA6GWT3Ef7gcXD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e20445bcb29b63a3fa93eb041c5a60919966b459.svg); }
 }@media only screen and (max-width: 763px) { #WCro4hi7fCCGoP0IMFafkO9AMiCQgyIJ { width:17.0625rem;height:3rem;top:82.875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fKCGLyySPpyF6Rv0LkhqUr4effp9nqc0 { width:17rem;height:4.5rem;top:86.6875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CGpzVAcOoMr9rdG6akzSBeotPnupL9gB { width:17.4375rem;height:3.2rem;top:72rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmTg2XWTTswKzbJRDzU3NJXaywX1deqi { width:14.8125rem;height:3.2rem;top:9.1552734375rem;left:2.03125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RhTEA4QQarm0b35g5Rcv7eaqkL17xWJT { width:20rem;height:0;top:196.7062109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av { display:block; }#sEzmI5c0RSD5FMrsSu8sElqr7LSHN6Av > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqXCJdHPKMedn7bk5G2LT2kDrJ8ykMy6 { width:16.311875rem;height:1.3rem;top:6.671875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0kHdrmSeUwoo2THFtvequtxF0XydzCx { width:11.749rem;height:1.3rem;top:9.283203125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmPmPAS0yoUiq9XvzR0PRN33wJnqUwyh { width:5.5625rem;height:1.3rem;top:11.70703125rem;left:7.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXKdcP8BLWP3tmQv4DNi21TS7VPFWtsa { display:flex;width:3.125rem;height:3.125rem;top:14.318359375rem;left:8.4375rem; }
#UXKdcP8BLWP3tmQv4DNi21TS7VPFWtsa > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #fC18uAFVP2EHm4GOFfyk0h4MUXSFwbnv { width:17.875rem;height:3.875rem;top:0.943359375rem;left:1.0625rem;display:block; }
 }