.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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); }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 { 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; }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row .container { background-color: transparent; background-image: none; }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row .container > .video-iframe-container { display: none; }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row > .video-iframe-container { display: none; }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .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); }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row .container { border-width: 0; border-radius: 0; }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#d22JE7akkVm3dh3fluvFsC45VuMifuhp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:20.8125rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2819b761-2b3a-4979-b636-b8775d13b8e6/winieta.png");background-position:center right !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; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l.adaptive-delivery-prevent-bg, #tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l.lazyload, #tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l.lazyloading { background-image: none; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row .container { background-color: transparent; background-image: none; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row .container > .video-iframe-container { display: none; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row > .video-iframe-container { display: none; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .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); }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row .container { border-width: 0; border-radius: 0; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#zu80C366DxLDw6tyszPpmwbqrXqlioyL { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:5.6875rem;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; }
#FzUMHWwmPCmDhI06IUdEiVXbkwRbM2Od { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:2.925rem;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; }
#aHT1bkru5Km0nxevBRnDwPv89l7HtdWp { color:#f9a547;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:1.95rem;display:block; }
#tGNWsPJX3heuMTkwl3nqf8r2KmqH91fv { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.125rem;left:0rem;height:16.75rem;overflow:hidden;display:block; }#tGNWsPJX3heuMTkwl3nqf8r2KmqH91fv li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#tGNWsPJX3heuMTkwl3nqf8r2KmqH91fv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b922e58e-c547-4e11-8a15-6dca228a428a/check.svg); }
#HQWS9N3JUS2mkWKSzupduedU6EoB0QKO { background-color:#f9a547;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#090134;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.999999046326rem;left:7.03125rem;display:block; }
#NImuziyTRNyz76lNdzPfGvZxMuGVe4Tx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shqGIUTL9dR3rdrhICWQkWlqGgu422oB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:40.062499046326rem;left:26.031251907349rem; }
#PFvnQJ8031LCMDarrDTx5SwqXm39f1gp { 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:7.375rem;width:14.875rem;top:18.5625rem;left:22.34375rem;overflow:hidden;display:block; }
#guBdweXP5noLPKsi1A2tenyOrXgHrHLL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.687499046326rem;left:23.643751144409rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LfHweQym4h2OBfTX5f0Fh4VIl3lOPUzS { color:#d1e23b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:46.462501525879rem;left:0.25520801544189rem;height:1.1375rem;display:block; }
#QgImA1PbIELWTDupRAxHh94qMVT4MmyJ { box-sizing:content-box;height:16.9375rem;width:16.9375rem;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:15010;background-color:#e3e3e3;background-image:none;top:16.3125rem;left:21.3125rem;display:block; }
#ir20WSwRIWqFcdUi58lPe1trEsMMtrHi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.312499046326rem;left:23.643751144409rem;height:1.3rem;display:block; }
#TUvyq0Au55vSqpl29NNVlAd5EGrt3vFi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TUvyq0Au55vSqpl29NNVlAd5EGrt3vFi > .row .container { border-width: 0; border-radius: 0; }#TUvyq0Au55vSqpl29NNVlAd5EGrt3vFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUvyq0Au55vSqpl29NNVlAd5EGrt3vFi > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:none; }#u62wGy4vGiSbtBxUDspMe3crOnNMSnet { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:5.6875rem;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; }
#vIfN3CDslfZmbWcifo1c1QohrZfL6tFz { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:2.92480625rem;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; }
#ftx9drZgrBk4LZsuMAIpy26vC4TG1cnn { color:#f9a547;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:1.94921875rem;display:block; }
#P1a0lZGobsA1UhZqBR79OugdVdTXc4MN { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.125rem;left:0rem;height:16.75rem;overflow:hidden;display:block; }#P1a0lZGobsA1UhZqBR79OugdVdTXc4MN li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#P1a0lZGobsA1UhZqBR79OugdVdTXc4MN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b922e58e-c547-4e11-8a15-6dca228a428a/check.svg); }
#IpZLkDEeVnMVXydUfr9EJqvd8rSX4wu4 { background-color:#d1e23b;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#090134;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.75rem;left:16.65625rem;display:block; }
#tvtXMmiXKwU23TiMyu9XDuAwV4UM8CRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Swc34DFsGFrJZ4T4u8VgbVacleyQdvEA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:42.8125rem;left:36.09375rem; }
#ISLIRQ5UWoTin3h67x1eZ5QcHmHnTnWz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:24.375rem;display:none; }
#JSXs5P75Ckz4JnQTTW2WfhfTMmSJ8ghD { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:61.875rem;left:0.875rem;display:none; }
#JVKrlZowkhG6MpTsdEfKopH0JQUWSlfu { 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:7.375rem;width:14.875rem;top:19.15625rem;left:28.437499046326rem;overflow:hidden;display:block; }
#gJaSrfTQzIBO7c3Un1B7abBw6ryEFSqs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.875rem;left:30.124999046326rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GSXpqaAz0TWuPaGqi3Gw4UT158wme1RT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.5rem;left:30.874999046326rem;height:1.3rem;display:block; }
#PUsytHyHoA822L9pVTbGvBRUWAxEp0SI { box-sizing:content-box;height:16.9375rem;width:16.9375rem;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:15010;background-color:#e3e3e3;background-image:none;top:16.5rem;left:27.781249046326rem;display:block; }
#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9a547;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; }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row .container { background-color: transparent; background-image: none; }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row .container > .video-iframe-container { display: none; }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row > .video-iframe-container { display: none; }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .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); }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row .container { border-width: 0; border-radius: 0; }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#v4Wi6ZZ5Vl59FeSgNSCMUCHuFc3p1AN9 { color:#090134;display:block;width:63.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3750038146973rem;left:5.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl { 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; }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row .container { background-color: transparent; background-image: none; }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row .container > .video-iframe-container { display: none; }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row > .video-iframe-container { display: none; }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .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); }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row .container { border-width: 0; border-radius: 0; }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#oeWZIqUB2TgKXV7HczF3Dxh1TV6SdqX1 { box-sizing:content-box;height:49.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.046875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#T6660rP5f4GDQpyR9JCZqDDwMK7S1vpN { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:#59b535;background-image:none;top:1.8125rem;left:2.96875rem;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; }
#R1EX6rfg5erF1bTRMmvSzytKNm8dVelr { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.09375rem;left:3.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTq5hqNAh8vqVO4ie2zSuwUy8Cc3J6zl { color:#2a4778;display:block;width:34.3125rem;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; }
#T9KqNJNg0eZxs7W9lLw1KRKLOFQbv4XZ { color:#0aadd0;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11.6875rem;left:2.96875rem;height:4.5rem;display:block; }
#WpnDo6ZwRkO9ntSokzB7wbCurDptTieJ { 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; }
#mO9toTPy8pHXgwZ88y7xnlZyppk7MrAp { box-sizing:content-box;height:8.75rem;width:21.25rem;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; }
#Q4xruolwEW5aPLVCNKNWaIkxhwwL650a { position:absolute;display:block;z-index:15007;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.75rem;left:12.34375rem;overflow:hidden;display:block; }
#E2paPyqaFFBp5nEKNPGqVOJEh3u5Qwue { 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:23rem;left:2.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#u6q8aINfhhgT4Dwir40AR5HnPP2wXzgg { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.6875rem;left:2.96875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#lya0GhBoQEnRMbL1Q2NPDGra3GsQT6Ff { box-sizing:content-box;height:8.75rem;width:22.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; }
#wF02k7UIrTQFrdM35pNtFeBFD8OTuJuK { 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.75rem;left:36.25rem;overflow:hidden;display:block; }
#JVnEcrqcrQq1Vq9GfJOCXL3ZWhZmNA6m { 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:23rem;left:26.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#PFk57LUlMTnrNl0w1sNLmiwcNnL83EX9 { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15014;background-color:#d0e3f6;background-image:none;top:18.875rem;left:51rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uaOnQhSn9Jc3UQUsJTaCDV4wLKHW4zm4 { 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.75rem;left:60.375rem;overflow:hidden;display:block; }
#SyFnfIewuBtfZbRLTNKdvMvp9C6gIhaz { 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:23rem;left:51rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ORPDHigZX29doC69y6fapWA2SffQrIz8 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.6875rem;left:51rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#kqdP9O36MNw0k0FNAfWUutNqHuJhezLy { 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:29.6875rem;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; }
#TV7LqgBh5uHUdolFaPgIRvu37CZPwDxI { color:#ffffff;display:block;width:51rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.40625rem;left:4.7499990463257rem;height:1.625rem;font-style:normal;display:block; }
#bXB7TtG0ftM78gq8wkd5kMvFpNlkUZuE { box-sizing:content-box;height:16.75rem;width:69.5rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:33.4375rem;left:2.470832824707rem;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; }
#OPq5ti5FmqVcxGAw7IwEUJWCE7ZnENQV { color:#1c3b6f;display:block;width:44.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.75rem;left:8.5625rem;height:1.3rem;display:block; }
#xfHMGP7yDhw59BJLxz5pElGsOtgUu2On { color:#000000;display:block;width:60.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:36.1875rem;left:8.5625rem;height:1.1375rem;display:block; }
#CJcU8F7QP2RqxZLmrHa5LIrOX7kqJ4x0 { 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:15023;background-color:#d0e3f6;background-image:none;top:34.6875rem;left:4.75rem;display:block; }
#Teznwh1l46NSHiJFLRJe9eKmBRHcAr6r { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.75rem;left:5.09375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwStfQH7WAQ2aBT6kPMBR8vNIBHtmpW9 { 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:38.4375rem;left:4.75rem;display:block; }
#BBTJbQLIyLqPVfOIDGFrrgF1CTOIq3zN { 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:38.5rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K45usODPBWzhN2ykTK9T3WlTDoIo92KW { color:#1c3b6f;display:block;width:44.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.5rem;left:8.5625rem;height:1.3rem;display:block; }
#xXnaOXcPx0GmOTIBTuUbffGG27VqtyX5 { color:#000000;display:block;width:60.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:39.9375rem;left:8.5625rem;height:1.1375rem;display:block; }
#Vx3sk99VIQes5rC3V0nDBWy57d56ZNcW { 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:42.324996948243rem;left:5.09375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G42obNTM7rbca9W2fXopC2SzoKAN16EP { 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:42.25rem;left:4.75rem;display:block; }
#P6LIuGGvFEifm5pkC2tx5yR4igiLshZi { color:#1c3b6f;display:block;width:44.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:42.3125rem;left:8.5625rem;height:1.3rem;display:block; }
#GAtlyEuGsvffIehJOysnKbABiamGho04 { color:#000000;display:block;width:60.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:43.75rem;left:8.5625rem;height:1.1375rem;display:block; }
#MVpDuatnSGTZAiiH92Z0Mt3uCVeHRJJe { color:#1c3b6f;display:block;width:44.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:46.032291412354rem;left:8.5625rem;height:1.3rem;display:block; }
#kZSNMnsQHfBt3EcIM37AGTMkMGdwTAub { color:#000000;display:block;width:60.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:47.457290649414rem;left:8.5625rem;height:1.1375rem;display:block; }
#tgmrGAIkQnDE2xw80qHzfO0eWTB3Uz2T { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.628124237061rem;left:26.875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#leVSLKQ2keqRRyD3ClfDGvbgzS5pVswT { 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:15032;background-color:#d0e3f6;background-image:none;top:45.869792938233rem;left:4.875rem;display:block; }
#PDq5Hs6clyJ8sWeyhmbzhG4KcvXhvlDb { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:45.894790649414rem;left:5.15625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf { position:relative;display:block; }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf { background-color: transparent; background-image: none; }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .row .container > .video-iframe-container { display: none; }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .row > .video-iframe-container { display: none; }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .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); }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf { border-width: 0; border-radius: 0; }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .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; }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .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:9.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; }#l2dwZgEWPQ2mA7R4AxOZibmKrg5h0Zbq { background-color:#f9a547;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#090134;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.125rem;height:4.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3125rem;left:17.5625rem;display:block; }
#eOQGkQ2NRs3yrhWmBLTocBpVKwRFlafH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h1yXTXnIn6E4WoTiRAhyO809pzEXWl7r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.3125rem;left:52rem; }
#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp { 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; }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row .container { background-color: transparent; background-image: none; }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row .container > .video-iframe-container { display: none; }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row > .video-iframe-container { display: none; }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .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); }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row .container { border-width: 0; border-radius: 0; }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#kNIS5OHktlFazGpJGFI0boF96OIKTAhv { color:#090134;display:block;width:72.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.375rem;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; }
#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI { 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; }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row .container { background-color: transparent; background-image: none; }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row .container > .video-iframe-container { display: none; }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row > .video-iframe-container { display: none; }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .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); }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row .container { border-width: 0; border-radius: 0; }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#S2g6vtcrgf3Z2y9RAxBr88pT9nfiedvO { color:#090134;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:5.361325rem;display:block; }
#yWB4J4Dlru8khCnIAc1e6I5B9R82unxl { color:#090134;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:8.56875038147rem;left:0rem;height:11.3965rem;display:block; }
#VBmuIyXTz34XHqrrDQliSBWqRg8nti9m { position:absolute;display:block;z-index:15002;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:19.6875rem;width:33.5rem;top:1.625rem;left:39.5rem;overflow:hidden;display:block; }
#bmgWHsiwMbb71NW967DybWTZ8JCp6hs3 { position:absolute;display:block;z-index:15003;background-color:#090134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:37.5rem;top:7.8125rem;left:0rem;display:block; }
#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda { 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; }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row .container { background-color: transparent; background-image: none; }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row .container > .video-iframe-container { display: none; }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row > .video-iframe-container { display: none; }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .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); }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row .container { border-width: 0; border-radius: 0; }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#h00Mfikwxm4Co5PuLX0utPNcuwuw8bfH { color:#090134;display:block;width:31.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:37.5rem;height:5.361325rem;display:block; }
#ovuNVTTAC1c5yAgWZGI8FFpSxd6BvTaL { color:#090134;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:10rem;left:37.500001907349rem;height:9.4970625rem;display:block; }
#FyNdu9hCTcT57qg1qJmAJwRSw96cgM9O { position:absolute;display:block;z-index:15002;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:19.6875rem;width:33.5rem;top:3rem;left:2rem;overflow:hidden;display:block; }
#hzfKNJTv4wwdeMqViGxzqnVsTQkBDidP { position:absolute;display:block;z-index:15003;background-color:#090134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:37.5rem;top:9.1875rem;left:37.5rem;display:block; }
#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 { 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; }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row .container { background-color: transparent; background-image: none; }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row .container > .video-iframe-container { display: none; }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row > .video-iframe-container { display: none; }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .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); }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row .container { border-width: 0; border-radius: 0; }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#zy05pNxGWHCSqxSwKXqe4FBp6nghcg4B { color:#090134;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:5.361325rem;display:block; }
#Ti0KCwvCTFEwSD4MJzRomQcTghJBIZAB { color:#090134;display:block;width:34.9375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:8.5687484741213rem;left:0rem;height:11.3965rem;display:block; }
#i9MZnT9wT5D5pFbgUTLNUnhFNTXIma68 { position:absolute;display:block;z-index:15002;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:19.6875rem;width:33.5rem;top:1.625rem;left:39.5rem;overflow:hidden;display:block; }
#ZtgBv5vivKSsHtPTAoSIkBRCs6NHtmKJ { position:absolute;display:block;z-index:15003;background-color:#090134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:37.5rem;top:7.8125rem;left:0rem;display:block; }
#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t { 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; }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row .container { background-color: transparent; background-image: none; }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row .container > .video-iframe-container { display: none; }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row > .video-iframe-container { display: none; }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .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); }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row .container { border-width: 0; border-radius: 0; }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Fho4XyGO3FT9RrnL5pmtGPfphSeensXG { background-color:#f9a547;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#090134;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1875rem;left:25.5625rem;display:block; }
#BWK8rXgataeqGsdrkI99i5KaZloIp2Of { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dFmFnFOvAyV5UU3Z1DZPfWLfu9TwSnsz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.25rem;left:45rem; }
#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL { 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; }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row .container { background-color: transparent; background-image: none; }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row .container > .video-iframe-container { display: none; }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row > .video-iframe-container { display: none; }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .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); }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row .container { border-width: 0; border-radius: 0; }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#wkUMg8FGbyp5U2CtWTx0l495i8ezVpWu { color:#090134;display:block;width:55.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.40625rem;left:9.5312519073488rem;height:6.5rem;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; }
#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF { 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; }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row .container { background-color: transparent; background-image: none; }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row .container > .video-iframe-container { display: none; }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row > .video-iframe-container { display: none; }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .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); }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row .container { border-width: 0; border-radius: 0; }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#niDeKNy6H7Zepae73Wnsx5NIVgfswb3E { position:absolute;display:block;z-index:15000;background-color:#f7b65d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:28.1875rem;width:37.5rem;top:3.0625rem;left:0rem;display:block; }
#xxkrI9ZBQGx8H4DABTmHzqgQvwuSDTeA { position:absolute;display:block;z-index:15001;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:5rem;width:4.875rem;top:5.5625rem;left:2.46875rem;overflow:hidden;display:block; }
#oTy6oMwi1AX26RHhkDxVNZcOFvVgs1Kl { color:#2a2929;display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.72265625rem;left:8.53125rem;height:2.68125rem;font-style:normal;display:block; }
#cRutcJFt6PnDOTkzxvdkainp2SsFk6L6 { color:#1c1c1c;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:3.78125rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#lAfRx5TPvdHBV8FoKeIQZXamGvlS1Ir4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:31.5625rem;top:19.125rem;left:2.96875rem;overflow:hidden;display:block; }
#qP0cAxMnLV5FFeDG5pv45PxdRPrcsAWC { position:absolute;display:block;z-index:15005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.875rem;width:16.875rem;top:3.0625rem;left:39.5625rem;display:block; }
#ceFfWJ0xLGKDAnTQNK3pqgR6Tl1K43d9 { position:absolute;display:block;z-index:15006;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:4rem;width:4.1875rem;top:6.0625rem;left:45.9375rem;overflow:hidden;display:block; }
#dXIv2od43ZiTuAPZyENLoQtvnHdueggq { color:#2a2929;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40.125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#GGuATqx1KoG6PLRF9n8zT3x4QX5boUwE { position:absolute;display:block;z-index:15008;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.875rem;width:16.875rem;top:3.0625rem;left:58.125rem;display:block; }
#Tff7q8vkNlm6P59WTpXBco0aTQLuUdxp { color:#2a2929;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.703125rem;left:60.125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#vgJQRw5UgPGIcikpXOdEyaza374CqJ3A { 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:4rem;width:3.625rem;top:6.0625rem;left:64.75rem;overflow:hidden;display:block; }
#AcomoCTah98oCxuZ28i20mXaCCnI4tMV { position:absolute;display:block;z-index:15011;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:9.8125rem;width:35.4375rem;top:21.5rem;left:39.5625rem;display:block; }
#AUE4b8NnverI9WwvJdMiBFEaMZgdra9F { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.8125rem;top:24.25rem;left:41.5rem;overflow:hidden;display:block; }
#ZVCM6lRHuEXpmwCNysnUEqqFqEXt7rpK { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.1875rem;left:48.5rem;height:4.38574375rem;display:block; }
#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090134;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; }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row .container { background-color: transparent; background-image: none; }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row .container > .video-iframe-container { display: none; }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row > .video-iframe-container { display: none; }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .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); }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row .container { border-width: 0; border-radius: 0; }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#UBrMTFroSbhqVLlM8DfOqC9yvWM3OcFZ { color:#ffffff;display:block;width:58.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:8.46875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO { position:relative;display:block; }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO { background-color: transparent; background-image: none; }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .row .container > .video-iframe-container { display: none; }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .row > .video-iframe-container { display: none; }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .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); }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO { border-width: 0; border-radius: 0; }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;position:relative;display:block; }#DpN3IkfHfrT3NbpacsCt1gbGMVzhTA4x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:36.4375rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#AJ7tP5MSkZHFw9BPO5zr9BF0NGm9fWyV { color:#2a2929;display:block;width:26.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:37.500001907349rem;height:18.5546875rem;overflow:hidden;display:block; }#AJ7tP5MSkZHFw9BPO5zr9BF0NGm9fWyV li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#AJ7tP5MSkZHFw9BPO5zr9BF0NGm9fWyV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3c5b2b2c-f780-45fa-ba6c-a6124d57566e/check.svg); }
#rciec4avVEpIgP9cr2XXNOUzGyL1vUqD { background-color:#f9a547;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#090134;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.4375rem;left:39.25rem;display:block; }
#CKK6MoMzXmPXAtgeVv85ee6RSphPM1BG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#banxIkTuZokxCKIJHhCHt0qEZwvbGVaz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:27.5rem;left:58.6875rem; }
#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI { position:relative;display:block; }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI { background-color: transparent; background-image: none; }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .row .container > .video-iframe-container { display: none; }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .row > .video-iframe-container { display: none; }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .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); }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI { border-width: 0; border-radius: 0; }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .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; }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .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:26.125rem;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; }#ilKLKaTVlbhwRTFaT2mtlVDuTQnDrb12 { color:#090134;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:18.75rem;height:2.4375rem;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; }
#bHuqvu4HLF7B3MAioTv3XboHG7Pn8yXZ { position:absolute;display:block;z-index:15001;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:10.625rem;width:10.625rem;top:6.1875rem;left:4.0625rem;overflow:hidden;display:block; }
#iR3vTXE4W3uqrV7KQZ5msvDnX2BQcy6Z { color:#090134;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.375rem;left:1.71875rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KFXLLnhFpVUUrPcwPiBxbT6EaAlSta4T { color:#090134;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.375rem;left:20.46875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#Kfw9IosG1P98RHhEkXqaqHWRShBtg8Qo { position:absolute;display:block;z-index:15003;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:12.0625rem;width:12.0625rem;top:5.46875rem;left:22.09375rem;overflow:hidden;display:block; }
#TJ4qHrLJN1oRwb0or88ZT1ncP7KGSmnF { color:#090134;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:39.25rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#HU1OdOcGBml5QtabymPXfLQK0nqqZEDO { 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:10.625rem;width:10.4375rem;top:6.1875rem;left:41.5625rem;overflow:hidden;display:block; }
#yU0agJPuQWre2bKigQ9gumTpPG6Io1Nq { color:#090134;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.375rem;left:57.687501907349rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#Vzkzik8xnAcfh2ZHCM0itZW6mJ8VaP1A { position:absolute;display:block;z-index:15007;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:11.125rem;width:11.375rem;top:5.9375rem;left:59.9375rem;overflow:hidden;display:block; }
#SKcuhCtDfBqfBSTBKIPRST8Td91wNBiO { 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:1.0625rem;width:4.1875rem;top:10.96875rem;left:17.03125rem;overflow:hidden;display:block; }
#KIi2clHcJBkgJuFVoo2FslSNIA8rTudh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:4.1875rem;top:10.96875rem;left:35.40625rem;overflow:hidden;display:block; }
#E0Bnd2v83u1TytuTvRfp0J35VBzumaEI { 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:1.0625rem;width:4.1875rem;top:10.96875rem;left:54.5625rem;overflow:hidden;display:block; }
#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090134;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; }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row .container { background-color: transparent; background-image: none; }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row .container > .video-iframe-container { display: none; }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row > .video-iframe-container { display: none; }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .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); }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row .container { border-width: 0; border-radius: 0; }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#kk4G9iPhg8TwphVGovMz12x2vVEiOZVZ { color:#ffffff;display:block;width:43.1875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:15.90625rem;height:2.925rem;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;font-style:normal;display:block; }
#gXTgBuQnL1vyKk3FZLhs4mtCdqr456SI { position:absolute;display:block;z-index:15001;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:21.125rem;top:6.90625rem;left:26.9375rem;overflow:hidden;display:block; }
#S0f7whky0psNVvqP69TyrAzU95mpQe4F { color:#ffffff;display:block;width:54.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.21875rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#cSAGVduvITQ01pMn1CzS77xDddkB0maQ { 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; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container { background-color: transparent; background-image: none; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container > .video-iframe-container { display: none; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row > .video-iframe-container { display: none; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .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); }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container { border-width: 0; border-radius: 0; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container { font-size:0.875rem;font-family:rubik;height:81.5rem;width:75rem;position:relative;display:block; }#alpQeZ8TKc9uGiZ8ZogZ0Wmd50u9e5QW { position:absolute;display:block;z-index:15017;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 #474f59;border-left:0.0625rem solid #474f59;border-right:0.0625rem solid #474f59;border-bottom:0.0625rem solid #474f59;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.0625rem;width:35.4375rem;top:10.375rem;left:0rem;display:block; }
#TpbUBQSaHyWc02gmrt4EebdqcEu6CuSt { position:absolute;display:block;z-index:15018;background-color:#f9a547;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:3.4375rem;width:20.625rem;top:8.55859375rem;left:0rem;display:block; }
#PthXRN1aEm0G945LHamAvnqlo6Q8dTNI { color:#141414;display:block;width:18.625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.515625rem;left:1.65625rem;height:1.54375rem;font-style:normal;display:block; }
#i4WDR0Hcfi1oUvZ5ZH13IlZ93CI4xXsB { color:#000000;display:block;width:30rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.65625rem;height:4.875rem;display:block; }
#Iy705zWiHHdhR0VodpR8yI8pmuOwo125 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:25.3125rem;left:3.875rem;height:10.96875rem;display:block; }
#MGeuTTVEQpDxTso1xC8NgcvnVPQBELJ1 { position:absolute;display:block;z-index:15022;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:25.3125rem;left:1.6875rem;overflow:hidden;display:block; }
#Be9fXKNdW6HTfKnukMCETKntzZmxQEMq { position:absolute;display:block;z-index:15023;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:28.9375rem;left:1.6875rem;overflow:hidden;display:block; }
#HLOHNKFuSQ6L46mpaamDqBGaQIyrqKOK { position:absolute;display:block;z-index:15024;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.0625rem;width:1.25rem;top:34.125rem;left:2.09375rem;overflow:hidden;display:block; }
#BzHT74T4f626NSoEST9CzXUPz3fTpv2l { color:#000000;display:block;width:8.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:37.640625rem;left:5.78125rem;height:1.21875rem;display:block; }
#ZRTFxW7BFLLd4KB3cPzgCvTB4hu37FtB { position:absolute;display:block;z-index:15026;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:37.6875rem;left:3.875rem;overflow:hidden;display:block; }
#ZqNp0i966MeogZTqvxp5DvvttH6sIs55 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:37.625rem;left:16.1875rem;height:1.21875rem;display:block; }
#lnb6cU12WKsONNHKOE14kLqkTabTVTod { position:absolute;display:block;z-index:15028;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.75rem;width:0.9375rem;top:37.875rem;left:14.28125rem;overflow:hidden;display:block; }
#Ndp3nbJ8Of5nBJuy7KA9gtTOgLrlfv0k { position:absolute;display:block;z-index:15041;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 #474f59;border-left:0.0625rem solid #474f59;border-right:0.0625rem solid #474f59;border-bottom:0.0625rem solid #474f59;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:34rem;width:35.4375rem;top:42.588542938233rem;left:0rem;display:block; }
#OIGGhiAXcLTDhMKOMfXkPU7XcWPDxtI7 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:58.875rem;left:4.875rem;height:10.96875rem;display:block; }
#LVkmt5sTTegt1yzxW4s1z7ANbMPwao5G { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:73.3125rem;left:16.937501907349rem;height:1.21875rem;display:block; }
#BBucnDAypk2cdNzarerU2Uwe2xxtsAbI { color:#000000;display:block;width:8.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:73.3125rem;left:6.6250019073488rem;height:1.21875rem;display:block; }
#rAa4N7wuUq93lxT6bNuqHx9W2fOoTbKf { 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:0.75rem;width:0.9375rem;top:73.546875rem;left:14.848958969116rem;overflow:hidden;display:block; }
#mfUAVRk6dpO644rZJNCDQCrcl7kBz0gD { position:absolute;display:block;z-index:15050;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:73.375rem;left:4.8125rem;overflow:hidden;display:block; }
#mmVxPdh73bIcroKFsDMRdQmSE2dCM9PE { 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:58.875rem;left:1.6875rem;overflow:hidden;display:block; }
#lwcMPHMnREf8DfCQCrPPDKHt7vAtVF60 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:47.4375rem;left:1.6875rem;height:2.4375rem;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; }
#TP5qW8TZQTr6BiVbKVF3o1SKWTl2BN4E { position:absolute;display:block;z-index:15042;background-color:#141414;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:3.4375rem;width:30.375rem;top:41.8125rem;left:0rem;display:block; }
#nIonALK0LXJPMN9QzZHBHolk4NI1pzbL { color:#ffffff;display:block;width:28rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:42.75rem;left:1.6875rem;height:1.54375rem;font-style:normal;display:block; }
#Lf2be30tS5aKZUE07PzvwyNpBzZvbTED { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.375rem;left:1.65625rem;height:1.21875rem;display:block; }#Lf2be30tS5aKZUE07PzvwyNpBzZvbTED li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lf2be30tS5aKZUE07PzvwyNpBzZvbTED li:before{  }
#CRTTr8VGVCzqJqUUPDUkmbrEVqss6ZaA { color:#000000;display:block;width:33.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.6875rem;left:1.65625rem;height:1.21875rem;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; }
#qLf9o0dfpqOSVGcSDhSTvS0azEI4B0WI { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:55.562500953674rem;left:1.8177089691162rem;height:1.21875rem;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; }
#ZWg0efIA2Gihz8xBnFGIHzC7MVm9PfTV { color:#090134;display:block;width:48.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.21875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-form-header {  }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-text {padding-top: 0; padding-bottom: 0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-select {padding-top: 0; padding-bottom: 0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.adaptive-delivery-prevent-bg, #beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.lazyload, #beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.lazyloading { background-image: none; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE [class*="-text"]:-moz-placeholder {  }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE [class*="-text"]::-moz-placeholder {  }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE [class*="-text"]:-ms-input-placeholder {  }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE [class*="-text"]::-webkit-input-placeholder {  }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-container:first-of-type{padding-top:0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-container:last-of-type{padding-bottom:0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE  { 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:10.375rem;left:48.15625rem;position:absolute;z-index:15002;height:auto; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE {display:block;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE { 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:10.375rem;left:48.15625rem;position:absolute;z-index:15002;height:auto; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #cP1UkVH1KIV46p3QXiBUb2xhTPv2gtHl { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #cP1UkVH1KIV46p3QXiBUb2xhTPv2gtHl .container-column{width:50%;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE #CQE1UE69fxgZiAWNfEIqaTa2H9bxDz2B { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #OxiVosS9uDdbXfFkF5XUIH3DeRa83hkO { position:relative;z-index:2; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #QRRDCJVRz1aNebghxo7VMlaRWkLSL4bP { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #TcGwTidA11DfVL8QVDXL7LUwlZlXPAc1 { position:relative;z-index:2; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #g6R0qUWL9fCbSMFEunlVwf64ObbGTEau { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #MM9LTR53JxApXFsHAJdRyyckwz5Joz2T { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #QxUIlI1Do6s3egWmCCm3OXdResOBsq5d { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #XzLnFqfpuB30kOLLMSZgKMyGu6UXg6Z0 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #Hane4TGRa3wHT3ZyWwg6GXFNZVVweTtk { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #wXDWzcs8N21CscPhhL6B4AOnKAF7OMsb { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #ZWE8iJVTUIvA3luCzWPu6PisUAwaxVl1 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #nUvvUMh6vZinlTHnECWvM917dptqDUkM { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #KOQXUkHTrbwupmJFsJ0AGWgWiC250uQv { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #i1gb4v1cPXwtS97NUExsfK6RKHWkpTI7 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #H3KSpg5BdfwBTkwlp3dULXXH9S1tiI97 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #blbRGJby3gBksLLVZQtRGf0CBVS3zUqX { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #EXRnv7QygLWUTczZU4DTGNTqCoCD3VX7 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #OApHZpiacTObesVmOwrbQITdOoGL91cJ { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #nO6BT6M3VdRTqpafgToVyCbN2Iz6I1Rl { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #s4HtWtkziyWEBM1Z8GNe522MIywDX4ux { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #p7ffkyXQPZ27az16J4tzBhRThKc0uKoH { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #cJ2Aa8T6XvBJ5nB5yA6yJTBcA5SvL4LC { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #DHAXPyrQeUOKcwWqczsSUgwfM4anOgiB { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #kOT8Gw6XmKL692PIzGotOG0hAK7QXyeZ { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #relAZ3ucwAN4tvTR3mFQGsKqR5Rzn2IU { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #fOWPiOzo1EclMPfFCSg21c4IacrOncmx { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #hEFVzp36nBrA6leA1QtpK84dl4SvCz5m { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #uLJQAbUI5EtOVdqHQ6rKGhBKriku2rxu { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #kipTL3NFy8PbS4bGVA9T5bRIPwiiHb5S { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #NKovWRmQ0k0mW6iAkatfOnAFqtLxvnJV { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #RIAmRkGMgCiB3xVfLMetqdcmdUzOWoAQ { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #iOB2u4NA79wMckVtyaw5CeN7bL9he8KT { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #lTo8LZwK7KaPG3ocLSAer5MPTbDHObSq { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #xgTesh3mzKHXmxENCC32J1TK5NKZXmmg { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #zMExxoCsOzkE3h6hbTTqBPtsRsG7BGu7 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #FAwnDINvkr72TaA8ZEGPQT0WVTwcqUX4 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #JsFLAlCWBoKx5IhwTc8nBvLJxRezhRCq { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #RtokdAprS71n1iQWfcJTG6fEV3QaMFk8 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #BPMfqIX83dQA9sSUxZ4nly766XnpzVfl { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #oF1TUsKk6EmhlJS9JII6vZ00Xr3zeLmO { position:relative;z-index:2; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #DlhRfQZcvcGJFEGo2BrZzzi9cJUTaSPL { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #aFCQ0twVyVZcFsWCu0UTtSOfbosIUhpD { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #GZcohcsZsTTxTyVEgvtGFRTEd1L9snug { position:relative;z-index:2; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #wPS5R5cx140M5MUs2lqBsWz8DJbR7I1T { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #xti0I8gvmtQe4wQlJt4FwbuTcT5TfI7W { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #uNglLQmm64sZhfJT4K01bHxBapbPfxkL { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #Ud6KNkAT3C3lyJz8vtFOs8mEkTizre4y { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #FUd5XsT61L2MNmZ1KQMu9nIx4JKLFQw3 { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #PNdeK7UgHTkbXtKXA6tLDtJqxkG7LF1L { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #nuIibmC008TsbZ6vzq4NIq4V5LBsXWJh { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #kgGxCvi9M1M7DzB7EzxokB21QPFmitvZ { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #uH44a2XAxEfvS4Oc6zOCvXw61HS35w7y { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #JsucbP2UKbsQF5L0FLo3e2CnUC4HhBPT { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #dm3huViLakXT4Tga0oho0TT0oQkasHOX { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #z3hbo5MKoZtBtB5WuntXUxwrBQNugPWB { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #K0SwheISlIbENJ2qeE8Ng8ztDH18XJaE { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #QLTSXPUGfmyeodiMTLTuygL9PHhdht8m { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #e11gPcggw3tytpQ1iTaKrAqqIf1TvSQr { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #H6DQXztZ0NbQ8FXHrTGtPso1XDLIAdFw { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #x9rsg9uS3zLHPVvyLDyAJpHcLDdxrI2x { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #KctU0ZBQ9gTSHdE4cpGPW8GkqoS58V37 { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #wdx1cet26Tpm38J9VeiMCI5pVW0QcexA { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #dGNf2r3eQ9qW4w3fodXr4tQ3AIn2gRPm { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #hNFqkZ4I5ayixJloWAp59aKUPxTrQtiV { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #dvg4IwaBay1uET9F67orTpSQToVQc4kO { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #IPAT8rFB09XHuzf5ICQaoFmMbDzMuNIh { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #vrSDO2iK1eJXTnoPCptfyFaOJfck4oa1 { position:relative;z-index:2; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #u9kh9NFVMUJu0PEh9OU9HddEISgaEvuz { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #hkJZvR0SWaOLFTRF1eWqe5AQ1Zwzn53i { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #wLSkFvlXGMwTB3mDxZKgfGI3MkU6LNJf { position:relative;z-index:2; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #PMTUDdPxN9WzwE8gmDOGVdCBR7RvVn83 { position:relative; }
#P98kzhDqzh1CL8BaRdUGPkgzuAB9Flm8 { position:relative;display:block; }
#LMtnV740td4TJrXzIKB7xyrG3l2PcAeK { position:relative;display:block; }
#alT6UUrwSFG4PlGxi5CoQesoqFDneBgb { position:relative;display:block; }
#BVa7R2Qz4fMhsXxGBhLAzIpNlXAUTwlO { position:relative;display:block; }
#wtV9HnyWp9hCe0XyTT8okla4Uxfw2kWR { position:relative;display:block; }
#d1UxtugT6l2CoA1uQJw5X2VfAivB6Gkb { position:relative;display:block; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #feFZ4X7iIN6ogaHlTOZstaysm5Wmo0mG { position:relative; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #MCNNwoyiSKaifES3tkJrati8AqCpyf9r { position:relative; }
#Ap7Fc6UOrerXINmMNRarINxF25AsUKoa { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:49.875rem;left:1.8177089691162rem;height:4.28125rem;display:block; }#Ap7Fc6UOrerXINmMNRarINxF25AsUKoa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ap7Fc6UOrerXINmMNRarINxF25AsUKoa li:before{  }
#xNKyfGELkwqEWBI4ovsTc95aSenOKQE6 { color:#000000;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:71.088542938231rem;left:4.6489582061767rem;height:1.21875rem;font-style:normal;display:block; }
#dxUuZZF9tyXlzwRdEqThROR6fEgzwW8x { 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.0625rem;width:1.25rem;top:71.124988555906rem;left:1.84375rem;overflow:hidden;display:block; }
#NRto81lBdXXUPhFQW19C82TgMa1RbIeX { 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; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { background-color: transparent; background-image: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container > .video-iframe-container { display: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container { display: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .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); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { border-width: 0; border-radius: 0; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { font-size:0.875rem;font-family:rubik;height:9.1875rem;width:75rem;position:relative;display:block; }#cAr6gTGpwy8H1pZfhcUMxw6FPS29bToI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.8125rem;top:2.5498046875rem;left:2.3125rem;overflow:hidden;display:block; }
#KmMtFmOPtv3sQqT2Aw0u2KTtCQFxpLs6 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:3.4375rem;left:20.9375rem;height:0.975rem;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; }
#CTEOKJMrEqAgXvcx5a4UMcfCnklyk8Wq { color:#000000;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:3.4375rem;left:35rem;height:0.975rem;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; }
#gCT8bUKO8gUhZ2k621byXeClTpqGIx8g { color:#000000;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:3.4375rem;left:46.875rem;height:0.975rem;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; }
#mw7XlUaMz1i5IGKvA4q6ZXvHUNMRZlf1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:2.7373046875rem;left:63.5rem;overflow:hidden;display:block; }
#c5tBuQ2KyLbnSGPwqAcTuirBEW076f0Q { position:absolute;display:block;z-index:15017;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.375rem;width:2.375rem;top:2.6875rem;left:66.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 { display:block; }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d22JE7akkVm3dh3fluvFsC45VuMifuhp { width:20.8125rem;height:4.5rem;top:1.78125rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l { display:none; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zu80C366DxLDw6tyszPpmwbqrXqlioyL { width:41.375rem;height:5.6875rem;top:3.8125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzUMHWwmPCmDhI06IUdEiVXbkwRbM2Od { width:47.125rem;height:2.92480625rem;top:9.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHT1bkru5Km0nxevBRnDwPv89l7HtdWp { width:18.1875rem;height:1.95rem;top:14.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGNWsPJX3heuMTkwl3nqf8r2KmqH91fv { width:22.0625rem;height:16.75rem;top:19.125rem;left:0rem;font-size:1.25rem;display:block; }#tGNWsPJX3heuMTkwl3nqf8r2KmqH91fv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b922e58e-c547-4e11-8a15-6dca228a428a/check.svg); }
 }@media only screen and (max-width: 1199px) { #HQWS9N3JUS2mkWKSzupduedU6EoB0QKO { width:22.875rem;height:4.9375rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NImuziyTRNyz76lNdzPfGvZxMuGVe4Tx { display:block; }
 }@media only screen and (max-width: 1199px) { #shqGIUTL9dR3rdrhICWQkWlqGgu422oB { width:2.8125rem;height:2.8125rem;top:40rem;left:12.406251907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFvnQJ8031LCMDarrDTx5SwqXm39f1gp { width:14.875rem;height:7.375rem;top:18.5625rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guBdweXP5noLPKsi1A2tenyOrXgHrHLL { width:12.5rem;height:1.625rem;top:26.625rem;left:10.018751144409rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfHweQym4h2OBfTX5f0Fh4VIl3lOPUzS { width:43.6875rem;height:1.1375rem;top:46.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgImA1PbIELWTDupRAxHh94qMVT4MmyJ { width:16.9375rem;height:16.9375rem;top:16.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ir20WSwRIWqFcdUi58lPe1trEsMMtrHi { width:12.5rem;height:1.25rem;top:28.25rem;left:10.018751144409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUvyq0Au55vSqpl29NNVlAd5EGrt3vFi { display:block; }#TUvyq0Au55vSqpl29NNVlAd5EGrt3vFi > .row .container { width:47.75rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u62wGy4vGiSbtBxUDspMe3crOnNMSnet { width:39.3125rem;height:5.6875rem;top:2.095832824707rem;left:4.21875rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vIfN3CDslfZmbWcifo1c1QohrZfL6tFz { width:47.125rem;height:2.92480625rem;top:7.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ftx9drZgrBk4LZsuMAIpy26vC4TG1cnn { width:18.1875rem;height:1.95rem;top:13.375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P1a0lZGobsA1UhZqBR79OugdVdTXc4MN { width:41.625rem;height:10.25rem;top:17.875rem;left:0.625rem;font-size:1.25rem;display:block; }#P1a0lZGobsA1UhZqBR79OugdVdTXc4MN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b922e58e-c547-4e11-8a15-6dca228a428a/check.svg); }
 }@media only screen and (max-width: 1199px) { #IpZLkDEeVnMVXydUfr9EJqvd8rSX4wu4 { width:22.875rem;height:4.9375rem;top:32.5rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvtXMmiXKwU23TiMyu9XDuAwV4UM8CRA { display:block; }
 }@media only screen and (max-width: 1199px) { #Swc34DFsGFrJZ4T4u8VgbVacleyQdvEA { width:2.8125rem;height:2.8125rem;top:33.5625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ISLIRQ5UWoTin3h67x1eZ5QcHmHnTnWz { top:36.225rem;left:16.769179007167rem;width:30.8125rem;height:27.4375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #JSXs5P75Ckz4JnQTTW2WfhfTMmSJ8ghD { top:61.874997138977rem;left:0.875rem;width:23.3125rem;height:1.05625rem;z-index:15009;color:#d5e53a;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVKrlZowkhG6MpTsdEfKopH0JQUWSlfu { width:14.875rem;height:7.375rem;top:44.6875rem;left:7.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #gJaSrfTQzIBO7c3Un1B7abBw6ryEFSqs { width:12.5rem;height:1.625rem;top:52.375rem;left:9.625rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 1199px) { #GSXpqaAz0TWuPaGqi3Gw4UT158wme1RT { width:12.5rem;height:1.3rem;top:54rem;left:10.375rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #PUsytHyHoA822L9pVTbGvBRUWAxEp0SI { width:16.9375rem;height:16.9375rem;top:42rem;left:7.3125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm { display:block; }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v4Wi6ZZ5Vl59FeSgNSCMUCHuFc3p1AN9 { width:47.75rem;height:1.54375rem;top:1.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl { display:block; }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row .container { width:47.75rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oeWZIqUB2TgKXV7HczF3Dxh1TV6SdqX1 { width:47.75rem;height:62.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6660rP5f4GDQpyR9JCZqDDwMK7S1vpN { width:9.375rem;height:2.1875rem;top:1.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1EX6rfg5erF1bTRMmvSzytKNm8dVelr { 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) { #mTq5hqNAh8vqVO4ie2zSuwUy8Cc3J6zl { width:23.75rem;height:5.2rem;top:5.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9KqNJNg0eZxs7W9lLw1KRKLOFQbv4XZ { width:43.9375rem;height:4.5rem;top:15.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpnDo6ZwRkO9ntSokzB7wbCurDptTieJ { width:20.6875rem;height:11rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mO9toTPy8pHXgwZ88y7xnlZyppk7MrAp { width:21.25rem;height:8.75rem;top:22.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4xruolwEW5aPLVCNKNWaIkxhwwL650a { width:2.75rem;height:2.75rem;top:22.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2paPyqaFFBp5nEKNPGqVOJEh3u5Qwue { width:21.25rem;height:1.2999125rem;top:26.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6q8aINfhhgT4Dwir40AR5HnPP2wXzgg { width:21.25rem;height:2.2734375rem;top:28rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lya0GhBoQEnRMbL1Q2NPDGra3GsQT6Ff { width:21.25rem;height:8.75rem;top:22.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wF02k7UIrTQFrdM35pNtFeBFD8OTuJuK { width:2.75rem;height:2.75rem;top:22.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVnEcrqcrQq1Vq9GfJOCXL3ZWhZmNA6m { width:21.25rem;height:1.3rem;top:26.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFk57LUlMTnrNl0w1sNLmiwcNnL83EX9 { width:21.25rem;height:8.75rem;top:32.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaOnQhSn9Jc3UQUsJTaCDV4wLKHW4zm4 { width:2.75rem;height:2.75rem;top:33.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyFnfIewuBtfZbRLTNKdvMvp9C6gIhaz { width:21.25rem;height:1.2999125rem;top:36.5625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORPDHigZX29doC69y6fapWA2SffQrIz8 { width:21.25rem;height:2.2734375rem;top:37.990623474121rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqdP9O36MNw0k0FNAfWUutNqHuJhezLy { width:47.75rem;height:3.0625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TV7LqgBh5uHUdolFaPgIRvu37CZPwDxI { width:41.1875rem;height:1.625rem;top:43.875rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXB7TtG0ftM78gq8wkd5kMvFpNlkUZuE { width:47.75rem;height:19rem;top:47.078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPq5ti5FmqVcxGAw7IwEUJWCE7ZnENQV { width:44.4375rem;height:1.2999125rem;top:47.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xfHMGP7yDhw59BJLxz5pElGsOtgUu2On { width:41.375rem;height:2.2734375rem;top:49.3125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJcU8F7QP2RqxZLmrHa5LIrOX7kqJ4x0 { width:2.75rem;height:2.75rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Teznwh1l46NSHiJFLRJe9eKmBRHcAr6r { width:2.0625rem;height:2.5996125rem;top:47.875rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwStfQH7WAQ2aBT6kPMBR8vNIBHtmpW9 { width:2.75rem;height:2.75rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBTJbQLIyLqPVfOIDGFrrgF1CTOIq3zN { width:2.0625rem;height:2.6rem;top:52.0625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K45usODPBWzhN2ykTK9T3WlTDoIo92KW { width:44.4375rem;height:1.3rem;top:52.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXnaOXcPx0GmOTIBTuUbffGG27VqtyX5 { width:41.4375rem;height:2.2734375rem;top:53.6875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vx3sk99VIQes5rC3V0nDBWy57d56ZNcW { width:2.0625rem;height:2.6rem;top:56.1875rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G42obNTM7rbca9W2fXopC2SzoKAN16EP { width:2.75rem;height:2.75rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6LIuGGvFEifm5pkC2tx5yR4igiLshZi { width:44.4375rem;height:1.3rem;top:56.4375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GAtlyEuGsvffIehJOysnKbABiamGho04 { width:43.0625rem;height:2.2734375rem;top:57.749998092651rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVpDuatnSGTZAiiH92Z0Mt3uCVeHRJJe { width:44.4375rem;height:1.3rem;top:60.60312461853rem;left:3.3135414123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZSNMnsQHfBt3EcIM37AGTMkMGdwTAub { width:43.0625rem;height:2.2734375rem;top:61.950002670288rem;left:3.515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgmrGAIkQnDE2xw80qHzfO0eWTB3Uz2T { width:21.25rem;height:2.2734375rem;top:27.925000190735rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #leVSLKQ2keqRRyD3ClfDGvbgzS5pVswT { width:2.75rem;height:2.75rem;top:60.22812461853rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 1199px) { #PDq5Hs6clyJ8sWeyhmbzhG4KcvXhvlDb { width:2.0625rem;height:2.6rem;top:60.29062461853rem;left:0.25rem;font-size:2rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 1199px) { #HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf { display:block; }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l2dwZgEWPQ2mA7R4AxOZibmKrg5h0Zbq { width:37.9375rem;height:4.9375rem;top:2.25rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOQGkQ2NRs3yrhWmBLTocBpVKwRFlafH { display:block; }
 }@media only screen and (max-width: 1199px) { #h1yXTXnIn6E4WoTiRAhyO809pzEXWl7r { width:2.8125rem;height:2.8125rem;top:3.3125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp { display:block; }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kNIS5OHktlFazGpJGFI0boF96OIKTAhv { width:47.75rem;height:4.7109375rem;top:1.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI { display:block; }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row .container { width:47.75rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S2g6vtcrgf3Z2y9RAxBr88pT9nfiedvO { width:18.0625rem;height:3.575rem;top:1.625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWB4J4Dlru8khCnIAc1e6I5B9R82unxl { width:23.1875rem;height:14.3965rem;top:7.55859375rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBmuIyXTz34XHqrrDQliSBWqRg8nti9m { width:21.875rem;height:12.6875rem;top:1.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bmgWHsiwMbb71NW967DybWTZ8JCp6hs3 { width:20.75rem;height:0.0625rem;top:6.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmXqT7TtKIye2JkNMSqCfTmBin1UEzda { display:block; }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row .container { width:47.75rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h00Mfikwxm4Co5PuLX0utPNcuwuw8bfH { width:22.8125rem;height:3.575rem;top:1.75rem;left:23.874999046326rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovuNVTTAC1c5yAgWZGI8FFpSxd6BvTaL { width:23.1875rem;height:11.19725rem;top:7.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyNdu9hCTcT57qg1qJmAJwRSw96cgM9O { width:21.625rem;height:12.6875rem;top:3.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hzfKNJTv4wwdeMqViGxzqnVsTQkBDidP { width:20.75rem;height:0.0625rem;top:6.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 { display:block; }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row .container { width:47.75rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zy05pNxGWHCSqxSwKXqe4FBp6nghcg4B { width:21.5rem;height:3.575rem;top:1.625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ti0KCwvCTFEwSD4MJzRomQcTghJBIZAB { width:20.875rem;height:14.3965rem;top:7.55859375rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9MZnT9wT5D5pFbgUTLNUnhFNTXIma68 { width:21.625rem;height:12.6875rem;top:1.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtgBv5vivKSsHtPTAoSIkBRCs6NHtmKJ { width:20.75rem;height:0.0625rem;top:6.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gE6qPGo8ZBOL6irttJElSmVeQBKCux3t { display:block; }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row .container { width:47.75rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fho4XyGO3FT9RrnL5pmtGPfphSeensXG { width:22.875rem;height:4.9375rem;top:2.25rem;left:12.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWK8rXgataeqGsdrkI99i5KaZloIp2Of { display:block; }
 }@media only screen and (max-width: 1199px) { #dFmFnFOvAyV5UU3Z1DZPfWLfu9TwSnsz { width:2.8125rem;height:2.8125rem;top:3.3125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCendrp1DTdbKQTtvOkdeLh8XgeELDmL { display:block; }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wkUMg8FGbyp5U2CtWTx0l495i8ezVpWu { width:36.5625rem;height:4.7109375rem;top:1.6125011444092rem;left:5.59375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF { display:block; }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row .container { width:47.75rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #niDeKNy6H7Zepae73Wnsx5NIVgfswb3E { width:37.5rem;height:24.875rem;top:1.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxkrI9ZBQGx8H4DABTmHzqgQvwuSDTeA { width:4.875rem;height:4.9375rem;top:3.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTy6oMwi1AX26RHhkDxVNZcOFvVgs1Kl { width:27.1875rem;height:2.68125rem;top:5.09765625rem;left:13.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRutcJFt6PnDOTkzxvdkainp2SsFk6L6 { width:23.8125rem;height:6.171875rem;top:10.3125rem;left:11.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAfRx5TPvdHBV8FoKeIQZXamGvlS1Ir4 { width:19.75rem;height:4.75rem;top:18.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qP0cAxMnLV5FFeDG5pv45PxdRPrcsAWC { width:16.875rem;height:16.875rem;top:27.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ceFfWJ0xLGKDAnTQNK3pqgR6Tl1K43d9 { width:4.1875rem;height:4rem;top:29.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXIv2od43ZiTuAPZyENLoQtvnHdueggq { width:15.8125rem;height:5.84765625rem;top:35.125rem;left:5.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GGuATqx1KoG6PLRF9n8zT3x4QX5boUwE { width:16.875rem;height:16.875rem;top:27.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tff7q8vkNlm6P59WTpXBco0aTQLuUdxp { width:12.875rem;height:5.84765625rem;top:35.125rem;left:27.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgJQRw5UgPGIcikpXOdEyaza374CqJ3A { width:3.625rem;height:4rem;top:29.875rem;left:32.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AcomoCTah98oCxuZ28i20mXaCCnI4tMV { width:37.375rem;height:9.8125rem;top:45.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUE4b8NnverI9WwvJdMiBFEaMZgdra9F { width:4.8125rem;height:4.3125rem;top:48.4375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVCM6lRHuEXpmwCNysnUEqqFqEXt7rpK { width:27.375rem;height:4.38574375rem;top:48.400390625rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxp4yuV0NVfApot0hgs1iBKQlksoe9iT { display:block; }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UBrMTFroSbhqVLlM8DfOqC9yvWM3OcFZ { width:47.75rem;height:2.35625rem;top:2.447265625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO { display:block; }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .row .container { width:47.75rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DpN3IkfHfrT3NbpacsCt1gbGMVzhTA4x { width:23.125rem;height:20.8125rem;top:3.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJ7tP5MSkZHFw9BPO5zr9BF0NGm9fWyV { width:22.625rem;height:16.1230625rem;top:3.625rem;left:23.875rem;font-size:1rem;display:block; }#AJ7tP5MSkZHFw9BPO5zr9BF0NGm9fWyV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3c5b2b2c-f780-45fa-ba6c-a6124d57566e/check.svg); }
 }@media only screen and (max-width: 1199px) { #rciec4avVEpIgP9cr2XXNOUzGyL1vUqD { width:16.625rem;height:3.6875rem;top:21.875rem;left:25.375000953674rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKK6MoMzXmPXAtgeVv85ee6RSphPM1BG { display:block; }
 }@media only screen and (max-width: 1199px) { #banxIkTuZokxCKIJHhCHt0qEZwvbGVaz { width:1.875rem;height:1.875rem;top:22.78125rem;left:38.937500953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI { display:block; }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ilKLKaTVlbhwRTFaT2mtlVDuTQnDrb12 { width:37.5rem;height:1.95rem;top:1.6875rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHuqvu4HLF7B3MAioTv3XboHG7Pn8yXZ { width:10.625rem;height:10.625rem;top:6.1875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iR3vTXE4W3uqrV7KQZ5msvDnX2BQcy6Z { width:10.5rem;height:5.2rem;top:18.96875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFXLLnhFpVUUrPcwPiBxbT6EaAlSta4T { width:12.0625rem;height:2.5996125rem;top:18.96875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kfw9IosG1P98RHhEkXqaqHWRShBtg8Qo { width:12.0625rem;height:12.0625rem;top:5.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ4qHrLJN1oRwb0or88ZT1ncP7KGSmnF { width:10.625rem;height:3.9rem;top:18.96875rem;left:24.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HU1OdOcGBml5QtabymPXfLQK0nqqZEDO { width:10.4375rem;height:10.625rem;top:6.1875rem;left:24.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yU0agJPuQWre2bKigQ9gumTpPG6Io1Nq { width:10.875rem;height:3.9rem;top:18.96875rem;left:36.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vzkzik8xnAcfh2ZHCM0itZW6mJ8VaP1A { width:11.375rem;height:11.125rem;top:5.9375rem;left:36.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SKcuhCtDfBqfBSTBKIPRST8Td91wNBiO { width:4.1875rem;height:1.0625rem;top:10.9375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KIi2clHcJBkgJuFVoo2FslSNIA8rTudh { width:4.1875rem;height:1.0625rem;top:10.9375rem;left:19.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E0Bnd2v83u1TytuTvRfp0J35VBzumaEI { width:4.1875rem;height:1.0625rem;top:10.9375rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z { display:block; }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row .container { width:47.75rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kk4G9iPhg8TwphVGovMz12x2vVEiOZVZ { width:43.1875rem;height:2.35625rem;top:2.625rem;left:2.28125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gXTgBuQnL1vyKk3FZLhs4mtCdqr456SI { width:21.125rem;height:3.6875rem;top:6.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0f7whky0psNVvqP69TyrAzU95mpQe4F { width:44.75rem;height:5.2rem;top:12.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSAGVduvITQ01pMn1CzS77xDddkB0maQ { background-color:rgba(255,255,255,0.6);background-image:none;display:block; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container { background-color: transparent; background-image: none; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container > .video-iframe-container { display: none; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row > .video-iframe-container { display: none; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .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); }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container { width:47.75rem;height:147.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #alpQeZ8TKc9uGiZ8ZogZ0Wmd50u9e5QW { width:35.4375rem;height:29rem;top:8.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpbUBQSaHyWc02gmrt4EebdqcEu6CuSt { width:20.625rem;height:3.4375rem;top:6.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PthXRN1aEm0G945LHamAvnqlo6Q8dTNI { width:18.3125rem;height:1.54375rem;top:7.875rem;left:7.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4WDR0Hcfi1oUvZ5ZH13IlZ93CI4xXsB { width:33.875rem;height:4.875rem;top:11.5625rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iy705zWiHHdhR0VodpR8yI8pmuOwo125 { width:27.8125rem;height:10.96875rem;top:23.6875rem;left:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGeuTTVEQpDxTso1xC8NgcvnVPQBELJ1 { width:1.5625rem;height:1.5625rem;top:23.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Be9fXKNdW6HTfKnukMCETKntzZmxQEMq { width:1.5625rem;height:1.5625rem;top:27.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HLOHNKFuSQ6L46mpaamDqBGaQIyrqKOK { width:1.25rem;height:1.0625rem;top:32.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzHT74T4f626NSoEST9CzXUPz3fTpv2l { width:8.5rem;height:1.21875rem;top:35.3125rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRTFxW7BFLLd4KB3cPzgCvTB4hu37FtB { width:1rem;height:1rem;top:35.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqNp0i966MeogZTqvxp5DvvttH6sIs55 { width:15.0625rem;height:1.21875rem;top:35.375rem;left:23.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnb6cU12WKsONNHKOE14kLqkTabTVTod { width:0.9375rem;height:0.75rem;top:35.5rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ndp3nbJ8Of5nBJuy7KA9gtTOgLrlfv0k { width:35.6875rem;height:32rem;top:43.562499046326rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIGGhiAXcLTDhMKOMfXkPU7XcWPDxtI7 { width:27.8125rem;height:10.96875rem;top:57.124999046326rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVkmt5sTTegt1yzxW4s1z7ANbMPwao5G { width:15.0625rem;height:1.21875rem;top:73.312499046325rem;left:23.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBucnDAypk2cdNzarerU2Uwe2xxtsAbI { width:8.5rem;height:1.21875rem;top:73.312499046325rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAa4N7wuUq93lxT6bNuqHx9W2fOoTbKf { width:0.9375rem;height:0.75rem;top:73.374999046325rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfUAVRk6dpO644rZJNCDQCrcl7kBz0gD { width:1rem;height:1rem;top:73.374999046325rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmVxPdh73bIcroKFsDMRdQmSE2dCM9PE { width:1.5625rem;height:1.5625rem;top:56.999999046326rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwcMPHMnREf8DfCQCrPPDKHt7vAtVF60 { width:31.9375rem;height:2.4375rem;top:46.0625rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TP5qW8TZQTr6BiVbKVF3o1SKWTl2BN4E { width:29.5rem;height:3.4375rem;top:42rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIonALK0LXJPMN9QzZHBHolk4NI1pzbL { width:29.0625rem;height:1.54375rem;top:43rem;left:7.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lf2be30tS5aKZUE07PzvwyNpBzZvbTED { width:31.9375rem;height:1.21875rem;top:20.625rem;left:7.375rem;font-size:0.9375rem;display:block; }#Lf2be30tS5aKZUE07PzvwyNpBzZvbTED li:before{  }
 }@media only screen and (max-width: 1199px) { #CRTTr8VGVCzqJqUUPDUkmbrEVqss6ZaA { width:31.9375rem;height:2.4375rem;top:17.1875rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLf9o0dfpqOSVGcSDhSTvS0azEI4B0WI { width:31.9375rem;height:1.21875rem;top:54.687499046326rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWg0efIA2Gihz8xBnFGIHzC7MVm9PfTV { width:47.75rem;height:2.35625rem;top:2.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-text {padding-top: 0; padding-bottom: 0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-select {padding-top: 0; padding-bottom: 0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.adaptive-delivery-prevent-bg, #beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.lazyload, #beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.lazyloading { background-image: none; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-container:first-of-type{padding-top:0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-container:last-of-type{padding-bottom:0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE  { 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:11.625rem;top:78.8125rem; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE {display:block;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE { 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:11.625rem;top:78.8125rem; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #cP1UkVH1KIV46p3QXiBUb2xhTPv2gtHl {  }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #cP1UkVH1KIV46p3QXiBUb2xhTPv2gtHl .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #CQE1UE69fxgZiAWNfEIqaTa2H9bxDz2B { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #OxiVosS9uDdbXfFkF5XUIH3DeRa83hkO { z-index:2; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #QRRDCJVRz1aNebghxo7VMlaRWkLSL4bP {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #TcGwTidA11DfVL8QVDXL7LUwlZlXPAc1 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #g6R0qUWL9fCbSMFEunlVwf64ObbGTEau {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #MM9LTR53JxApXFsHAJdRyyckwz5Joz2T {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #QxUIlI1Do6s3egWmCCm3OXdResOBsq5d { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #XzLnFqfpuB30kOLLMSZgKMyGu6UXg6Z0 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #Hane4TGRa3wHT3ZyWwg6GXFNZVVweTtk {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #wXDWzcs8N21CscPhhL6B4AOnKAF7OMsb { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #ZWE8iJVTUIvA3luCzWPu6PisUAwaxVl1 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #nUvvUMh6vZinlTHnECWvM917dptqDUkM {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #KOQXUkHTrbwupmJFsJ0AGWgWiC250uQv { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #i1gb4v1cPXwtS97NUExsfK6RKHWkpTI7 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #H3KSpg5BdfwBTkwlp3dULXXH9S1tiI97 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #blbRGJby3gBksLLVZQtRGf0CBVS3zUqX { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #EXRnv7QygLWUTczZU4DTGNTqCoCD3VX7 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #OApHZpiacTObesVmOwrbQITdOoGL91cJ {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #nO6BT6M3VdRTqpafgToVyCbN2Iz6I1Rl { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #s4HtWtkziyWEBM1Z8GNe522MIywDX4ux {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #p7ffkyXQPZ27az16J4tzBhRThKc0uKoH {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #cJ2Aa8T6XvBJ5nB5yA6yJTBcA5SvL4LC { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #DHAXPyrQeUOKcwWqczsSUgwfM4anOgiB {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #kOT8Gw6XmKL692PIzGotOG0hAK7QXyeZ {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #relAZ3ucwAN4tvTR3mFQGsKqR5Rzn2IU { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #fOWPiOzo1EclMPfFCSg21c4IacrOncmx {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #hEFVzp36nBrA6leA1QtpK84dl4SvCz5m {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #uLJQAbUI5EtOVdqHQ6rKGhBKriku2rxu { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #kipTL3NFy8PbS4bGVA9T5bRIPwiiHb5S {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #NKovWRmQ0k0mW6iAkatfOnAFqtLxvnJV {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #RIAmRkGMgCiB3xVfLMetqdcmdUzOWoAQ { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #iOB2u4NA79wMckVtyaw5CeN7bL9he8KT {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #lTo8LZwK7KaPG3ocLSAer5MPTbDHObSq {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #xgTesh3mzKHXmxENCC32J1TK5NKZXmmg { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #zMExxoCsOzkE3h6hbTTqBPtsRsG7BGu7 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #FAwnDINvkr72TaA8ZEGPQT0WVTwcqUX4 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #JsFLAlCWBoKx5IhwTc8nBvLJxRezhRCq { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #RtokdAprS71n1iQWfcJTG6fEV3QaMFk8 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #BPMfqIX83dQA9sSUxZ4nly766XnpzVfl {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #oF1TUsKk6EmhlJS9JII6vZ00Xr3zeLmO {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #DlhRfQZcvcGJFEGo2BrZzzi9cJUTaSPL {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #aFCQ0twVyVZcFsWCu0UTtSOfbosIUhpD {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #GZcohcsZsTTxTyVEgvtGFRTEd1L9snug { z-index:2; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #wPS5R5cx140M5MUs2lqBsWz8DJbR7I1T {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #xti0I8gvmtQe4wQlJt4FwbuTcT5TfI7W {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #uNglLQmm64sZhfJT4K01bHxBapbPfxkL { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #Ud6KNkAT3C3lyJz8vtFOs8mEkTizre4y {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #FUd5XsT61L2MNmZ1KQMu9nIx4JKLFQw3 {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #PNdeK7UgHTkbXtKXA6tLDtJqxkG7LF1L { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #nuIibmC008TsbZ6vzq4NIq4V5LBsXWJh {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #kgGxCvi9M1M7DzB7EzxokB21QPFmitvZ {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #uH44a2XAxEfvS4Oc6zOCvXw61HS35w7y { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #JsucbP2UKbsQF5L0FLo3e2CnUC4HhBPT {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #dm3huViLakXT4Tga0oho0TT0oQkasHOX {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #z3hbo5MKoZtBtB5WuntXUxwrBQNugPWB { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #K0SwheISlIbENJ2qeE8Ng8ztDH18XJaE {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #QLTSXPUGfmyeodiMTLTuygL9PHhdht8m {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #e11gPcggw3tytpQ1iTaKrAqqIf1TvSQr { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #H6DQXztZ0NbQ8FXHrTGtPso1XDLIAdFw {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #x9rsg9uS3zLHPVvyLDyAJpHcLDdxrI2x {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #KctU0ZBQ9gTSHdE4cpGPW8GkqoS58V37 { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #wdx1cet26Tpm38J9VeiMCI5pVW0QcexA {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #dGNf2r3eQ9qW4w3fodXr4tQ3AIn2gRPm {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #hNFqkZ4I5ayixJloWAp59aKUPxTrQtiV { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #dvg4IwaBay1uET9F67orTpSQToVQc4kO {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #IPAT8rFB09XHuzf5ICQaoFmMbDzMuNIh {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #vrSDO2iK1eJXTnoPCptfyFaOJfck4oa1 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #u9kh9NFVMUJu0PEh9OU9HddEISgaEvuz {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #hkJZvR0SWaOLFTRF1eWqe5AQ1Zwzn53i {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #wLSkFvlXGMwTB3mDxZKgfGI3MkU6LNJf { z-index:2; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #PMTUDdPxN9WzwE8gmDOGVdCBR7RvVn83 {  }
 }@media only screen and (max-width: 1199px) { #P98kzhDqzh1CL8BaRdUGPkgzuAB9Flm8 { display:block; }
 }@media only screen and (max-width: 1199px) { #LMtnV740td4TJrXzIKB7xyrG3l2PcAeK { display:block; }
 }@media only screen and (max-width: 1199px) { #alT6UUrwSFG4PlGxi5CoQesoqFDneBgb { display:block; }
 }@media only screen and (max-width: 1199px) { #BVa7R2Qz4fMhsXxGBhLAzIpNlXAUTwlO { display:block; }
 }@media only screen and (max-width: 1199px) { #wtV9HnyWp9hCe0XyTT8okla4Uxfw2kWR { display:block; }
 }@media only screen and (max-width: 1199px) { #d1UxtugT6l2CoA1uQJw5X2VfAivB6Gkb { display:block; }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #feFZ4X7iIN6ogaHlTOZstaysm5Wmo0mG {  }
 }@media only screen and (max-width: 1199px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #MCNNwoyiSKaifES3tkJrati8AqCpyf9r {  }
 }@media only screen and (max-width: 1199px) { #Ap7Fc6UOrerXINmMNRarINxF25AsUKoa { width:31.9375rem;height:4.28125rem;top:48.806250572204rem;left:10.625rem;font-size:0.9375rem;display:block; }#Ap7Fc6UOrerXINmMNRarINxF25AsUKoa li:before{  }
 }@media only screen and (max-width: 1199px) { #xNKyfGELkwqEWBI4ovsTc95aSenOKQE6 { width:22.875rem;height:1.21875rem;top:70.353125572206rem;left:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxUuZZF9tyXlzwRdEqThROR6fEgzwW8x { width:1.25rem;height:1.0625rem;top:70.431250572206rem;left:7.375rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 1199px) { #NRto81lBdXXUPhFQW19C82TgMa1RbIeX { display:block; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { width:47.75rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cAr6gTGpwy8H1pZfhcUMxw6FPS29bToI { width:12.8125rem;height:2.75rem;top:1.5625rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmMtFmOPtv3sQqT2Aw0u2KTtCQFxpLs6 { width:22.125rem;height:1.2rem;top:6.869140625rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #CTEOKJMrEqAgXvcx5a4UMcfCnklyk8Wq { width:13.25rem;height:1.2rem;top:6.869140625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCT8bUKO8gUhZ2k621byXeClTpqGIx8g { width:13.25rem;height:1.2rem;top:6.869140625rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mw7XlUaMz1i5IGKvA4q6ZXvHUNMRZlf1 { width:2.375rem;height:2.375rem;top:5.75rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5tBuQ2KyLbnSGPwqAcTuirBEW076f0Q { width:2.375rem;height:2.375rem;top:5.75rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 { display:block; }#ddTz03ra8esbHeZ31nO4gsmkKUP5i7A2 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d22JE7akkVm3dh3fluvFsC45VuMifuhp { width:10.875rem;height:2.3125rem;top:1.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l { display:none; }#tF0XppPcG4QJkZwEEUw2UgEGLDc34a8l > .row .container { width:20rem;height:87.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zu80C366DxLDw6tyszPpmwbqrXqlioyL { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzUMHWwmPCmDhI06IUdEiVXbkwRbM2Od { width:20rem;height:7.8rem;top:8.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHT1bkru5Km0nxevBRnDwPv89l7HtdWp { width:18.1875rem;height:1.95rem;top:12.3125rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGNWsPJX3heuMTkwl3nqf8r2KmqH91fv { width:20rem;height:20rem;top:15.5rem;left:0rem;font-size:1.25rem;display:block; }#tGNWsPJX3heuMTkwl3nqf8r2KmqH91fv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b922e58e-c547-4e11-8a15-6dca228a428a/check.svg); }
 }@media only screen and (max-width: 763px) { #HQWS9N3JUS2mkWKSzupduedU6EoB0QKO { width:19rem;height:4.9375rem;top:55.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NImuziyTRNyz76lNdzPfGvZxMuGVe4Tx { display:block; }
 }@media only screen and (max-width: 763px) { #shqGIUTL9dR3rdrhICWQkWlqGgu422oB { display:flex;width:2.8125rem;height:2.8125rem;top:61.5rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #PFvnQJ8031LCMDarrDTx5SwqXm39f1gp { width:18.9375rem;height:9.5625rem;top:35.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #guBdweXP5noLPKsi1A2tenyOrXgHrHLL { width:12.5rem;height:1.3rem;top:46.75rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfHweQym4h2OBfTX5f0Fh4VIl3lOPUzS { width:20rem;height:2.275rem;top:65.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgImA1PbIELWTDupRAxHh94qMVT4MmyJ { width:16.9375rem;height:16.9375rem;top:69.0875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir20WSwRIWqFcdUi58lPe1trEsMMtrHi { width:12.5rem;height:0;top:81.0875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvyq0Au55vSqpl29NNVlAd5EGrt3vFi { display:block; }#TUvyq0Au55vSqpl29NNVlAd5EGrt3vFi > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u62wGy4vGiSbtBxUDspMe3crOnNMSnet { width:15rem;height:6.5rem;top:1.6104164123535rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIfN3CDslfZmbWcifo1c1QohrZfL6tFz { width:20rem;height:2.923825rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftx9drZgrBk4LZsuMAIpy26vC4TG1cnn { width:18.1875rem;height:1.3808625rem;top:14.1474875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1a0lZGobsA1UhZqBR79OugdVdTXc4MN { width:18.1875rem;height:14.1484375rem;top:16.72170625rem;left:0.625rem;font-size:1rem;display:block; }#P1a0lZGobsA1UhZqBR79OugdVdTXc4MN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b922e58e-c547-4e11-8a15-6dca228a428a/check.svg); }
 }@media only screen and (max-width: 763px) { #IpZLkDEeVnMVXydUfr9EJqvd8rSX4wu4 { width:16.625rem;height:3.6875rem;top:33.8125rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvtXMmiXKwU23TiMyu9XDuAwV4UM8CRA { display:block; }
 }@media only screen and (max-width: 763px) { #Swc34DFsGFrJZ4T4u8VgbVacleyQdvEA { display:flex;width:1.75rem;height:1.75rem;top:34.75rem;left:15.999999046326rem; }
 }@media only screen and (max-width: 763px) { #ISLIRQ5UWoTin3h67x1eZ5QcHmHnTnWz { width:20rem;height:17.897435897436rem;top:38.4775390625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JSXs5P75Ckz4JnQTTW2WfhfTMmSJ8ghD { width:20rem;height:1.05625rem;top:64.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVKrlZowkhG6MpTsdEfKopH0JQUWSlfu { width:10.25rem;height:5.0625rem;top:51.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJaSrfTQzIBO7c3Un1B7abBw6ryEFSqs { width:12.125rem;height:1.3rem;top:56.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSXpqaAz0TWuPaGqi3Gw4UT158wme1RT { width:11.625rem;height:1.3rem;top:57.75rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUsytHyHoA822L9pVTbGvBRUWAxEp0SI { width:13.75rem;height:13.75rem;top:48.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm { display:block; }#VQh9u9nIWAsQx1gA96d38Bk3zeON5KNm > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4Wi6ZZ5Vl59FeSgNSCMUCHuFc3p1AN9 { width:15.5625rem;height:3.0859375rem;top:1.5187492370606rem;left:2.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl { display:block; }#N6OsMPOrFtUSwXlDuxb9QmvsfIoThyIl > .row .container { width:20rem;height:124.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeWZIqUB2TgKXV7HczF3Dxh1TV6SdqX1 { width:19.8125rem;height:121.75rem;top:1.875rem;left:-0.038541793823242rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6660rP5f4GDQpyR9JCZqDDwMK7S1vpN { width:9.375rem;height:2.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1EX6rfg5erF1bTRMmvSzytKNm8dVelr { width:7.9375rem;height:1.625rem;top:1.03125rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTq5hqNAh8vqVO4ie2zSuwUy8Cc3J6zl { 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) { #T9KqNJNg0eZxs7W9lLw1KRKLOFQbv4XZ { width:18.5rem;height:12rem;top:9.25rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpnDo6ZwRkO9ntSokzB7wbCurDptTieJ { width:20rem;height:10.751rem;top:22.373958587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO9toTPy8pHXgwZ88y7xnlZyppk7MrAp { width:20rem;height:8.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xruolwEW5aPLVCNKNWaIkxhwwL650a { width:2.75rem;height:2.75rem;top:35.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2paPyqaFFBp5nEKNPGqVOJEh3u5Qwue { width:20rem;height:1.3rem;top:38.787498474121rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6q8aINfhhgT4Dwir40AR5HnPP2wXzgg { width:20rem;height:2.2734375rem;top:40.49062538147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lya0GhBoQEnRMbL1Q2NPDGra3GsQT6Ff { width:20rem;height:8.75rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF02k7UIrTQFrdM35pNtFeBFD8OTuJuK { width:2.75rem;height:2.75rem;top:46.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVnEcrqcrQq1Vq9GfJOCXL3ZWhZmNA6m { width:20rem;height:1.3rem;top:49.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFk57LUlMTnrNl0w1sNLmiwcNnL83EX9 { width:20rem;height:10.125rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaOnQhSn9Jc3UQUsJTaCDV4wLKHW4zm4 { width:2.75rem;height:2.75rem;top:56.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyFnfIewuBtfZbRLTNKdvMvp9C6gIhaz { width:20rem;height:1.3rem;top:59.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORPDHigZX29doC69y6fapWA2SffQrIz8 { width:19.3125rem;height:3.41015625rem;top:61.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqdP9O36MNw0k0FNAfWUutNqHuJhezLy { width:20rem;height:5.625rem;top:67.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7LqgBh5uHUdolFaPgIRvu37CZPwDxI { width:12.875rem;height:4.142575rem;top:68.115623474119rem;left:3.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXB7TtG0ftM78gq8wkd5kMvFpNlkUZuE { width:20rem;height:14.5rem;top:75.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPq5ti5FmqVcxGAw7IwEUJWCE7ZnENQV { width:20rem;height:2.6rem;top:78.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfHMGP7yDhw59BJLxz5pElGsOtgUu2On { width:20rem;height:4.546875rem;top:81.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJcU8F7QP2RqxZLmrHa5LIrOX7kqJ4x0 { width:2.75rem;height:2.75rem;top:74.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teznwh1l46NSHiJFLRJe9eKmBRHcAr6r { width:2.0625rem;height:2.5996125rem;top:74.375rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwStfQH7WAQ2aBT6kPMBR8vNIBHtmpW9 { width:2.75rem;height:2.75rem;top:86.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBTJbQLIyLqPVfOIDGFrrgF1CTOIq3zN { width:2.0625rem;height:2.6rem;top:86.75rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K45usODPBWzhN2ykTK9T3WlTDoIo92KW { width:20rem;height:3.9rem;top:90.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXnaOXcPx0GmOTIBTuUbffGG27VqtyX5 { width:20rem;height:3.41015625rem;top:94.787498474119rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vx3sk99VIQes5rC3V0nDBWy57d56ZNcW { width:2.0625rem;height:2.6rem;top:99.3125rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G42obNTM7rbca9W2fXopC2SzoKAN16EP { width:2.75rem;height:2.75rem;top:99.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6LIuGGvFEifm5pkC2tx5yR4igiLshZi { width:19.25rem;height:2.6rem;top:102.75rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAtlyEuGsvffIehJOysnKbABiamGho04 { width:20rem;height:3.41015625rem;top:106.3750038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVpDuatnSGTZAiiH92Z0Mt3uCVeHRJJe { width:20rem;height:3.9rem;top:114.59062576294rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZSNMnsQHfBt3EcIM37AGTMkMGdwTAub { width:19.75rem;height:3.41015625rem;top:118.94999694824rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgmrGAIkQnDE2xw80qHzfO0eWTB3Uz2T { width:20rem;height:2.2734375rem;top:50.674999237061rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leVSLKQ2keqRRyD3ClfDGvbgzS5pVswT { width:2.75rem;height:2.75rem;top:111.02500152588rem;left:8.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #PDq5Hs6clyJ8sWeyhmbzhG4KcvXhvlDb { width:1.8125rem;height:2.6rem;top:110.97499847412rem;left:9.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf { display:block; }#HPxcee8lGOM70Vkg3QhbueLcfgXnfeVf > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2dwZgEWPQ2mA7R4AxOZibmKrg5h0Zbq { width:20rem;height:4.9375rem;top:1.5rem;left:0rem;font-size:1.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOQGkQ2NRs3yrhWmBLTocBpVKwRFlafH { display:block; }
 }@media only screen and (max-width: 763px) { #h1yXTXnIn6E4WoTiRAhyO809pzEXWl7r { display:flex;width:2.8125rem;height:2.8125rem;top:7.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp { display:block; }#ZrU3gQtRV1t9LXTgtL9QdGCRcS57QbAp > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNIS5OHktlFazGpJGFI0boF96OIKTAhv { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI { display:block; }#uTd92oA5V7KT8qGpzrvVWGcJbmnW1LtI > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2g6vtcrgf3Z2y9RAxBr88pT9nfiedvO { width:18rem;height:3.575rem;top:14.4375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWB4J4Dlru8khCnIAc1e6I5B9R82unxl { width:18.9375rem;height:17.5956875rem;top:19.08984375rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBmuIyXTz34XHqrrDQliSBWqRg8nti9m { width:20rem;height:11.7529375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmgWHsiwMbb71NW967DybWTZ8JCp6hs3 { width:20rem;height:0.0625rem;top:18.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmXqT7TtKIye2JkNMSqCfTmBin1UEzda { display:block; }#TmXqT7TtKIye2JkNMSqCfTmBin1UEzda > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h00Mfikwxm4Co5PuLX0utPNcuwuw8bfH { width:19.3125rem;height:3.575rem;top:14.506249427796rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovuNVTTAC1c5yAgWZGI8FFpSxd6BvTaL { width:18.9375rem;height:14.3965rem;top:19.5625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FyNdu9hCTcT57qg1qJmAJwRSw96cgM9O { width:20rem;height:11.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzfKNJTv4wwdeMqViGxzqnVsTQkBDidP { width:20rem;height:0.0625rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 { display:block; }#vZm7vFUeTutIQz3zep1lyBFdoqcJP8T4 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy05pNxGWHCSqxSwKXqe4FBp6nghcg4B { width:18rem;height:5.361325rem;top:14.4375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ti0KCwvCTFEwSD4MJzRomQcTghJBIZAB { width:18.9375rem;height:15.996125rem;top:21.58984375rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9MZnT9wT5D5pFbgUTLNUnhFNTXIma68 { width:20rem;height:11.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtgBv5vivKSsHtPTAoSIkBRCs6NHtmKJ { width:20rem;height:0.0625rem;top:20.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE6qPGo8ZBOL6irttJElSmVeQBKCux3t { display:block; }#gE6qPGo8ZBOL6irttJElSmVeQBKCux3t > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fho4XyGO3FT9RrnL5pmtGPfphSeensXG { width:16.625rem;height:4.3125rem;top:1.5rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWK8rXgataeqGsdrkI99i5KaZloIp2Of { display:block; }
 }@media only screen and (max-width: 763px) { #dFmFnFOvAyV5UU3Z1DZPfWLfu9TwSnsz { display:flex;width:1.625rem;height:1.625rem;top:2.75rem;left:15.937499046326rem; }
 }@media only screen and (max-width: 763px) { #aCendrp1DTdbKQTtvOkdeLh8XgeELDmL { display:block; }#aCendrp1DTdbKQTtvOkdeLh8XgeELDmL > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkUMg8FGbyp5U2CtWTx0l495i8ezVpWu { width:18.8125rem;height:7.796875rem;top:1.375rem;left:0.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF { display:block; }#r8HQbTuwttXBxsG8bx3l6Tke9MXAKhIF > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niDeKNy6H7Zepae73Wnsx5NIVgfswb3E { width:20rem;height:19.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxkrI9ZBQGx8H4DABTmHzqgQvwuSDTeA { width:3rem;height:3.0625rem;top:3.7490234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTy6oMwi1AX26RHhkDxVNZcOFvVgs1Kl { width:15.375rem;height:1.54375rem;top:4.5087890625rem;left:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRutcJFt6PnDOTkzxvdkainp2SsFk6L6 { width:17.75rem;height:4.546875rem;top:8.75rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAfRx5TPvdHBV8FoKeIQZXamGvlS1Ir4 { width:15.625rem;height:3.75rem;top:13.46875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP0cAxMnLV5FFeDG5pv45PxdRPrcsAWC { width:9.375rem;height:16rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceFfWJ0xLGKDAnTQNK3pqgR6Tl1K43d9 { width:3rem;height:2.25rem;top:23.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXIv2od43ZiTuAPZyENLoQtvnHdueggq { width:8.375rem;height:8.53125rem;top:27.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGuATqx1KoG6PLRF9n8zT3x4QX5boUwE { width:9.375rem;height:16rem;top:21.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tff7q8vkNlm6P59WTpXBco0aTQLuUdxp { width:8.875rem;height:6.09375rem;top:27.5625rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgJQRw5UgPGIcikpXOdEyaza374CqJ3A { width:3rem;height:3.375rem;top:23.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcomoCTah98oCxuZ28i20mXaCCnI4tMV { width:20rem;height:8.1875rem;top:39.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUE4b8NnverI9WwvJdMiBFEaMZgdra9F { width:3.375rem;height:3rem;top:41.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCM6lRHuEXpmwCNysnUEqqFqEXt7rpK { width:13.6875rem;height:4.875rem;top:40.8125rem;left:5.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxp4yuV0NVfApot0hgs1iBKQlksoe9iT { display:block; }#dxp4yuV0NVfApot0hgs1iBKQlksoe9iT > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBrMTFroSbhqVLlM8DfOqC9yvWM3OcFZ { width:20rem;height:3.8984375rem;top:1.67578125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO { display:block; }#HnrsnoD2HlQ5vDnyOadhbeQytduwvxFO > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpN3IkfHfrT3NbpacsCt1gbGMVzhTA4x { width:20rem;height:18rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ7tP5MSkZHFw9BPO5zr9BF0NGm9fWyV { width:18.8125rem;height:20.0224375rem;top:20.89453125rem;left:0.59375rem;font-size:1rem;display:block; }#AJ7tP5MSkZHFw9BPO5zr9BF0NGm9fWyV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3c5b2b2c-f780-45fa-ba6c-a6124d57566e/check.svg); }
 }@media only screen and (max-width: 763px) { #rciec4avVEpIgP9cr2XXNOUzGyL1vUqD { width:16.625rem;height:3.6875rem;top:42.375000953674rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKK6MoMzXmPXAtgeVv85ee6RSphPM1BG { display:block; }
 }@media only screen and (max-width: 763px) { #banxIkTuZokxCKIJHhCHt0qEZwvbGVaz { display:flex;width:2.1875rem;height:2.1875rem;top:43.125000953674rem;left:16.16250038147rem; }
 }@media only screen and (max-width: 763px) { #Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI { display:block; }#Ttl5ESvV79ESBN2HOt24t0QLHuReS7WI > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilKLKaTVlbhwRTFaT2mtlVDuTQnDrb12 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHuqvu4HLF7B3MAioTv3XboHG7Pn8yXZ { width:10.625rem;height:10.625rem;top:4.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR3vTXE4W3uqrV7KQZ5msvDnX2BQcy6Z { width:15.3125rem;height:2.5996125rem;top:17.4375rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFXLLnhFpVUUrPcwPiBxbT6EaAlSta4T { width:15.3125rem;height:2.5996125rem;top:33.537109375rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfw9IosG1P98RHhEkXqaqHWRShBtg8Qo { width:12.0625rem;height:12.0625rem;top:20.75rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ4qHrLJN1oRwb0or88ZT1ncP7KGSmnF { width:15.3125rem;height:2.5996125rem;top:49.699225rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU1OdOcGBml5QtabymPXfLQK0nqqZEDO { width:10.4375rem;height:10.625rem;top:37.824225rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU0agJPuQWre2bKigQ9gumTpPG6Io1Nq { width:15.3125rem;height:2.5996125rem;top:65.423828125rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzkzik8xnAcfh2ZHCM0itZW6mJ8VaP1A { width:11.375rem;height:11.125rem;top:53.5488375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKcuhCtDfBqfBSTBKIPRST8Td91wNBiO { width:4.1875rem;height:1.0625rem;top:9.6875rem;left:11.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIi2clHcJBkgJuFVoo2FslSNIA8rTudh { width:4.1875rem;height:1.0625rem;top:22.3125rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0Bnd2v83u1TytuTvRfp0J35VBzumaEI { width:4.1875rem;height:1.0625rem;top:42.574225rem;left:11.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z { display:block; }#xPFtU2wp8aRc2gGd1qxxxUBI12CNxH9z > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kk4G9iPhg8TwphVGovMz12x2vVEiOZVZ { width:20rem;height:1.95rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXTgBuQnL1vyKk3FZLhs4mtCdqr456SI { width:20rem;height:3.491124260355rem;top:5.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0f7whky0psNVvqP69TyrAzU95mpQe4F { width:18.875rem;height:12.9980625rem;top:11.513671875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSAGVduvITQ01pMn1CzS77xDddkB0maQ { display:block; }#cSAGVduvITQ01pMn1CzS77xDddkB0maQ > .row .container { width:20rem;height:200.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alpQeZ8TKc9uGiZ8ZogZ0Wmd50u9e5QW { width:20rem;height:42.4375rem;top:7.2114562988281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbUBQSaHyWc02gmrt4EebdqcEu6CuSt { width:20rem;height:3.4375rem;top:5.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PthXRN1aEm0G945LHamAvnqlo6Q8dTNI { width:18.3125rem;height:1.54375rem;top:6.3359375rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4WDR0Hcfi1oUvZ5ZH13IlZ93CI4xXsB { width:18.4375rem;height:8.53125rem;top:10.0234375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy705zWiHHdhR0VodpR8yI8pmuOwo125 { width:16.375rem;height:17.0625rem;top:27.546875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGeuTTVEQpDxTso1xC8NgcvnVPQBELJ1 { width:1.5625rem;height:1.5625rem;top:27.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9fXKNdW6HTfKnukMCETKntzZmxQEMq { width:1.5625rem;height:1.5625rem;top:33.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLOHNKFuSQ6L46mpaamDqBGaQIyrqKOK { width:1.25rem;height:1.0625rem;top:41.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzHT74T4f626NSoEST9CzXUPz3fTpv2l { width:8.5rem;height:1.21875rem;top:45.453125rem;left:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRTFxW7BFLLd4KB3cPzgCvTB4hu37FtB { width:1rem;height:1rem;top:45.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqNp0i966MeogZTqvxp5DvvttH6sIs55 { width:13.0625rem;height:1.21875rem;top:47.453125rem;left:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnb6cU12WKsONNHKOE14kLqkTabTVTod { width:0.9375rem;height:0.75rem;top:47.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndp3nbJ8Of5nBJuy7KA9gtTOgLrlfv0k { width:20rem;height:41.3125rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIGGhiAXcLTDhMKOMfXkPU7XcWPDxtI7 { width:16.5rem;height:17.0625rem;top:70.375rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVkmt5sTTegt1yzxW4s1z7ANbMPwao5G { width:13rem;height:1.21875rem;top:94.3125rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBucnDAypk2cdNzarerU2Uwe2xxtsAbI { width:8.5rem;height:1.21875rem;top:92.5625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAa4N7wuUq93lxT6bNuqHx9W2fOoTbKf { width:0.9375rem;height:0.75rem;top:94.5468788147rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfUAVRk6dpO644rZJNCDQCrcl7kBz0gD { width:1rem;height:1rem;top:92.5468788147rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmVxPdh73bIcroKFsDMRdQmSE2dCM9PE { width:1.5625rem;height:1.5625rem;top:70.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwcMPHMnREf8DfCQCrPPDKHt7vAtVF60 { width:18.4375rem;height:2.4375rem;top:57.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP5qW8TZQTr6BiVbKVF3o1SKWTl2BN4E { width:20rem;height:3.4375rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIonALK0LXJPMN9QzZHBHolk4NI1pzbL { width:14.0625rem;height:2.2734375rem;top:53.125rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2be30tS5aKZUE07PzvwyNpBzZvbTED { width:17.1875rem;height:2.4375rem;top:19.148956298828rem;left:1.40625rem;font-size:0.9375rem;display:block; }#Lf2be30tS5aKZUE07PzvwyNpBzZvbTED li:before{  }
 }@media only screen and (max-width: 763px) { #CRTTr8VGVCzqJqUUPDUkmbrEVqss6ZaA { width:18.8125rem;height:2.4375rem;top:23.828125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLf9o0dfpqOSVGcSDhSTvS0azEI4B0WI { width:18.375rem;height:2.4375rem;top:66.806250572206rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWg0efIA2Gihz8xBnFGIHzC7MVm9PfTV { width:20rem;height:1.7875rem;top:1.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-text {padding-top: 0; padding-bottom: 0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-select {padding-top: 0; padding-bottom: 0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.adaptive-delivery-prevent-bg, #beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.lazyload, #beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-input-button.lazyloading { background-image: none; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-container:first-of-type{padding-top:0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE .widget-container:last-of-type{padding-bottom:0;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE  { width:15rem;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:98.0625038147rem;left:2.1312494277954rem; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE .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; }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE {display:block;}#beDVr756naX4zFSu0W7tCxn2abOoHiHE { width:15rem;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:98.0625038147rem;left:2.1312494277954rem; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #cP1UkVH1KIV46p3QXiBUb2xhTPv2gtHl {  }
#beDVr756naX4zFSu0W7tCxn2abOoHiHE #cP1UkVH1KIV46p3QXiBUb2xhTPv2gtHl .container-column{width:50%;} }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #CQE1UE69fxgZiAWNfEIqaTa2H9bxDz2B { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #OxiVosS9uDdbXfFkF5XUIH3DeRa83hkO { z-index:2; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #QRRDCJVRz1aNebghxo7VMlaRWkLSL4bP {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #TcGwTidA11DfVL8QVDXL7LUwlZlXPAc1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #g6R0qUWL9fCbSMFEunlVwf64ObbGTEau {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #MM9LTR53JxApXFsHAJdRyyckwz5Joz2T {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #QxUIlI1Do6s3egWmCCm3OXdResOBsq5d { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #XzLnFqfpuB30kOLLMSZgKMyGu6UXg6Z0 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #Hane4TGRa3wHT3ZyWwg6GXFNZVVweTtk {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #wXDWzcs8N21CscPhhL6B4AOnKAF7OMsb { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #ZWE8iJVTUIvA3luCzWPu6PisUAwaxVl1 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #nUvvUMh6vZinlTHnECWvM917dptqDUkM {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #KOQXUkHTrbwupmJFsJ0AGWgWiC250uQv { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #i1gb4v1cPXwtS97NUExsfK6RKHWkpTI7 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #H3KSpg5BdfwBTkwlp3dULXXH9S1tiI97 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #blbRGJby3gBksLLVZQtRGf0CBVS3zUqX { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #EXRnv7QygLWUTczZU4DTGNTqCoCD3VX7 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #OApHZpiacTObesVmOwrbQITdOoGL91cJ {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #nO6BT6M3VdRTqpafgToVyCbN2Iz6I1Rl { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #s4HtWtkziyWEBM1Z8GNe522MIywDX4ux {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #p7ffkyXQPZ27az16J4tzBhRThKc0uKoH {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #cJ2Aa8T6XvBJ5nB5yA6yJTBcA5SvL4LC { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #DHAXPyrQeUOKcwWqczsSUgwfM4anOgiB {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #kOT8Gw6XmKL692PIzGotOG0hAK7QXyeZ {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #relAZ3ucwAN4tvTR3mFQGsKqR5Rzn2IU { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #fOWPiOzo1EclMPfFCSg21c4IacrOncmx {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #hEFVzp36nBrA6leA1QtpK84dl4SvCz5m {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #uLJQAbUI5EtOVdqHQ6rKGhBKriku2rxu { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #kipTL3NFy8PbS4bGVA9T5bRIPwiiHb5S {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #NKovWRmQ0k0mW6iAkatfOnAFqtLxvnJV {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #RIAmRkGMgCiB3xVfLMetqdcmdUzOWoAQ { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #iOB2u4NA79wMckVtyaw5CeN7bL9he8KT {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #lTo8LZwK7KaPG3ocLSAer5MPTbDHObSq {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #xgTesh3mzKHXmxENCC32J1TK5NKZXmmg { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #zMExxoCsOzkE3h6hbTTqBPtsRsG7BGu7 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #FAwnDINvkr72TaA8ZEGPQT0WVTwcqUX4 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #JsFLAlCWBoKx5IhwTc8nBvLJxRezhRCq { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #RtokdAprS71n1iQWfcJTG6fEV3QaMFk8 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #BPMfqIX83dQA9sSUxZ4nly766XnpzVfl {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #oF1TUsKk6EmhlJS9JII6vZ00Xr3zeLmO {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #DlhRfQZcvcGJFEGo2BrZzzi9cJUTaSPL {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #aFCQ0twVyVZcFsWCu0UTtSOfbosIUhpD {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #GZcohcsZsTTxTyVEgvtGFRTEd1L9snug { z-index:2; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #wPS5R5cx140M5MUs2lqBsWz8DJbR7I1T {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #xti0I8gvmtQe4wQlJt4FwbuTcT5TfI7W {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #uNglLQmm64sZhfJT4K01bHxBapbPfxkL { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #Ud6KNkAT3C3lyJz8vtFOs8mEkTizre4y {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #FUd5XsT61L2MNmZ1KQMu9nIx4JKLFQw3 {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #PNdeK7UgHTkbXtKXA6tLDtJqxkG7LF1L { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #nuIibmC008TsbZ6vzq4NIq4V5LBsXWJh {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #kgGxCvi9M1M7DzB7EzxokB21QPFmitvZ {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #uH44a2XAxEfvS4Oc6zOCvXw61HS35w7y { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #JsucbP2UKbsQF5L0FLo3e2CnUC4HhBPT {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #dm3huViLakXT4Tga0oho0TT0oQkasHOX {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #z3hbo5MKoZtBtB5WuntXUxwrBQNugPWB { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #K0SwheISlIbENJ2qeE8Ng8ztDH18XJaE {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #QLTSXPUGfmyeodiMTLTuygL9PHhdht8m {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #e11gPcggw3tytpQ1iTaKrAqqIf1TvSQr { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #H6DQXztZ0NbQ8FXHrTGtPso1XDLIAdFw {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #x9rsg9uS3zLHPVvyLDyAJpHcLDdxrI2x {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #KctU0ZBQ9gTSHdE4cpGPW8GkqoS58V37 { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #wdx1cet26Tpm38J9VeiMCI5pVW0QcexA {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #dGNf2r3eQ9qW4w3fodXr4tQ3AIn2gRPm {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #hNFqkZ4I5ayixJloWAp59aKUPxTrQtiV { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #dvg4IwaBay1uET9F67orTpSQToVQc4kO {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #IPAT8rFB09XHuzf5ICQaoFmMbDzMuNIh {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #vrSDO2iK1eJXTnoPCptfyFaOJfck4oa1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #u9kh9NFVMUJu0PEh9OU9HddEISgaEvuz {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #hkJZvR0SWaOLFTRF1eWqe5AQ1Zwzn53i {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #wLSkFvlXGMwTB3mDxZKgfGI3MkU6LNJf { z-index:2; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #PMTUDdPxN9WzwE8gmDOGVdCBR7RvVn83 {  }
 }@media only screen and (max-width: 763px) { #P98kzhDqzh1CL8BaRdUGPkgzuAB9Flm8 { display:block; }
 }@media only screen and (max-width: 763px) { #LMtnV740td4TJrXzIKB7xyrG3l2PcAeK { display:block; }
 }@media only screen and (max-width: 763px) { #alT6UUrwSFG4PlGxi5CoQesoqFDneBgb { display:block; }
 }@media only screen and (max-width: 763px) { #BVa7R2Qz4fMhsXxGBhLAzIpNlXAUTwlO { display:block; }
 }@media only screen and (max-width: 763px) { #wtV9HnyWp9hCe0XyTT8okla4Uxfw2kWR { display:block; }
 }@media only screen and (max-width: 763px) { #d1UxtugT6l2CoA1uQJw5X2VfAivB6Gkb { display:block; }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #feFZ4X7iIN6ogaHlTOZstaysm5Wmo0mG {  }
 }@media only screen and (max-width: 763px) { #beDVr756naX4zFSu0W7tCxn2abOoHiHE #MCNNwoyiSKaifES3tkJrati8AqCpyf9r {  }
 }@media only screen and (max-width: 763px) { #Ap7Fc6UOrerXINmMNRarINxF25AsUKoa { width:18.375rem;height:6.71875rem;top:58.964582443237rem;left:1.625rem;font-size:0.9375rem;display:block; }#Ap7Fc6UOrerXINmMNRarINxF25AsUKoa li:before{  }
 }@media only screen and (max-width: 763px) { #xNKyfGELkwqEWBI4ovsTc95aSenOKQE6 { width:15.75rem;height:2.4375rem;top:88.8687543869rem;left:3.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxUuZZF9tyXlzwRdEqThROR6fEgzwW8x { width:1.25rem;height:1.0625rem;top:88.995833396913rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRto81lBdXXUPhFQW19C82TgMa1RbIeX { display:block; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAr6gTGpwy8H1pZfhcUMxw6FPS29bToI { width:12.8125rem;height:2.75rem;top:1.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmMtFmOPtv3sQqT2Aw0u2KTtCQFxpLs6 { width:13.25rem;height:1.04980625rem;top:5.875rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTEOKJMrEqAgXvcx5a4UMcfCnklyk8Wq { width:13.25rem;height:1.04980625rem;top:8.44921875rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCT8bUKO8gUhZ2k621byXeClTpqGIx8g { width:13.25rem;height:1.04980625rem;top:10.5625rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mw7XlUaMz1i5IGKvA4q6ZXvHUNMRZlf1 { width:2.375rem;height:2.375rem;top:12.8623046875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5tBuQ2KyLbnSGPwqAcTuirBEW076f0Q { width:2.375rem;height:2.375rem;top:12.8623046875rem;left:7.1875rem;display:block; }
 }