.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f9f9f9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row .container { background-color: transparent; background-image: none; }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row .container > .video-iframe-container { display: none; }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row > .video-iframe-container { display: none; }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .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); }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row .container { border-width: 0; border-radius: 0; }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row > .video-iframe-container {  }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#ZT6ihJ8qeoy8CsPnzv1STW3nC9rd1AoF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter light";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1rem;left:40.8125rem;display:none; }
#TCJsTCFSIInPkH8IRkyZAOpqayfxGP7A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NCfddiiVSBTnpXip7hKdmMhecAxuRZ4n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter light";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:1rem;left:53.0625rem;display:none; }
#BfASTIu0XgEcZncNsuLFucrVea0hJnKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BvhqeUfA5VIfNahy5eVcdfafTaEDTlW8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter light";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:1rem;left:59.3125rem;display:none; }
#C4ywOTQZ6Gigt6MU9EZ2yfHsQi8alGWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EdOdJvgEgU7kE6ltRi9P8iXQOsyRcPnJ { background-color:#fbb300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:1.15625rem;left:64.375rem;display:block; }
#rTQ43hIvD0MBJNuU8J0NdS2DpQMqGf4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eX5kOUnlTxAl7deWUT6m5oQ2m46CoQcF { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.875rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#AIZT6w22zSp2CFgVJf7MZix2pwQqoshI { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:2.037109375rem;left:18.4375rem;height:1.29980625rem;display:block; }
#WC710DZa3GHg5zsEQmNVs4Ze4tXWWgeD { color:#fbb300;display:block;width:10.5rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:1.79345703125rem;left:28.25rem;height:1.7871125rem;display:block; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-text.counter-number { border-top:0.0625rem solid #fbb300;border-left:0.0625rem solid #fbb300;border-right:0.0625rem solid #fbb300;border-bottom:0.0625rem solid #fbb300;background-color:transparent;background-image:none;color:#fbb300;padding-top:0.388125rem;padding-right:0.345625rem;padding-bottom:0.388125rem;padding-left:0.345625rem;display:block;align-items:center;width:2.073125rem;min-width:2.073125rem;height:2.086875rem;position:relative;font-family:arial;font-size:1.553125rem;font-weight:700;line-height:33.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-text.counter-label { background-color:;background-image:none;color:#2c2c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2425rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.764375rem;height:0.825rem;position:relative;font-family:"open sans";font-size:0.5825rem;font-weight:700;line-height:13.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv { border-bottom:0;border-left:0;border-right:0;border-top:0;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;display:flex;justify-content:space-between;width:15.5625rem;height:4.055625rem;padding-top:0.04875rem;padding-right:0.049375rem;padding-bottom:0.04875rem;padding-left:0.049375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.60693359375rem;left:38.75rem;z-index:100013; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #D3zlgiTTVi6UdpZAXq1Og3QIB4fsfJv7 { display:flex;position:relative;top:0rem;left:0rem; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #fMM25J4PLrSDQ0wHJi8dkyi9XuosrTQW { width:auto; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #KCWMosQrWnBJEUwFHKGDdusHHPfKPQnp {  }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #otNnEIpT20WLipNS4eK1bNSIVnD3J82S { display:flex;position:relative;top:0rem;left:0rem; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #IQv59EOu4KTgGRlqpTLJdt92HOnMTh6I {  }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #g9xwaGEMQ91Uu7L3t5Og67asSt3gsbsr {  }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #QAgXS5d4Oha3g23sIBoWlBgeRTDLP7lW { display:flex;position:relative;top:0rem;left:0rem; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #DcfPP9AUg7UqbuW5rRQskwf7PZpnBins {  }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #gEuimKB8nSxRb0ActeWEzRdtaEzi58sD {  }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #BU3zmORZyF8CPN1986C1kSc2TIRG2cHq { display:flex;position:relative;top:0rem;left:0rem; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #UMfB9q0vn9psO4rEnNQvEAzT0nKhD8Qt {  }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #T4Rdi3p7oASxQRCSM9y7mXytDB8TKocD {  }
#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/IkWx6VqK/bg_dark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.adaptive-delivery-prevent-bg, #vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.lazyload, #vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.lazyloading { background-image: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container { background-color: transparent; background-image: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container > .video-iframe-container { display: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row > .video-iframe-container { display: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .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); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container { border-width: 0; border-radius: 0; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row > .video-iframe-container {  }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#oOR3bu2JqzwNzXmFcwpbVxP5uMs7b5Ot { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:15.0625rem;top:2.1875rem;left:0rem;overflow:hidden;display:none; }
#xGoen3VWVOHpK28un3rPAaQVE9tTFlBm { color:#2c2c2c;display:block;width:35.125rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:7.125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fzhTtSOqsclkcIHoECsBlBCoeHm3qRCt { color:#2c2c2c;display:block;width:35.25rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:23.125rem;left:0rem;height:;font-style:normal;display:block; }#fzhTtSOqsclkcIHoECsBlBCoeHm3qRCt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fzhTtSOqsclkcIHoECsBlBCoeHm3qRCt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
#TvGKekHpLVHdL9EtkI0t1rNNpiTtBI77 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #fbb300;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.3125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:38.1875rem;left:19.375rem;display:block; }
#dxLPWg95DCAFuIOnam5ETnCERnLMzd43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nyv45aGXn3ayLvD9POXxgbqTuSPh4Nnv { background-color:#fbb300;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:37.375rem;left:0rem;display:block; }
#c9kTIg3JzrM5Ryl0BzkaaLwJ1fch5JVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JtF3Up3AJ3LJxndKs4h45GflgAwthnms { position:absolute;display:block;z-index:100015;height:1.5rem;width:2.6875rem;top:0rem;left:0rem;display:block; }
#VIyrQxIO3dn02S8l8zi8rndgVSJhw99L { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:8.375rem;top:45.125rem;left:0rem;overflow:hidden;display:block; }
#l0ZI7OJv8Pn4TLi9vQEVgnTAPyl7rb8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#l0ZI7OJv8Pn4TLi9vQEVgnTAPyl7rb8P > .row .container { border-width: 0; border-radius: 0; }#l0ZI7OJv8Pn4TLi9vQEVgnTAPyl7rb8P > .row > .video-iframe-container {  }#l0ZI7OJv8Pn4TLi9vQEVgnTAPyl7rb8P > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:none; }#aJAwkK8pLSUKMbMSoGdlI7GAuetxRn2O { position:absolute;display:block;z-index:100011;height:3.0625rem;width:58.875rem;top:5.90625rem;left:9rem;display:block; }
#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q { position:relative;display:block; }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q { background-color: transparent; background-image: none; }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .row .container > .video-iframe-container { display: none; }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .row > .video-iframe-container { display: none; }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .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); }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q { border-width: 0; border-radius: 0; }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .row .container > .video-iframe-container {  }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container { background-color: transparent; background-image: none; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container > .video-iframe-container { display: none; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row > .video-iframe-container { display: none; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .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); }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container { border-width: 0; border-radius: 0; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row > .video-iframe-container {  }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/22A4reRy/kamil_1.jpg");background-position:center right !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;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.08) ;height:30.9375rem;width:75rem;top:6.875rem;left:0rem;display:block; }#Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.adaptive-delivery-prevent-bg, #Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.lazyload, #Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.lazyloading { background-image: none; }
#A4DJ4ccdef8TlEiqMDlU9MuqOx1CTSKS { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:10.875rem;left:4.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#a9c2qRUrfp0LEQaH4h4z8bJ3uIn5d47i { color:#2c2c2c;display:block;width:27.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.8;letter-spacing:0;top:13.6875rem;left:4.5625rem;height:6.2988125rem;display:block; }
#I1hwXCsiV5NTILAN84Sa4hBz7Zs3kJRE { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;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; }
#BEI5SCMUDG17qyeRZMsmRP8nB6uvE9IL { color:#2c2c2c;display:block;width:24.5625rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:21.6875rem;left:4.5625rem;height:3.5996125rem;font-style:normal;display:block; }
#NoXycOeU8yZMkGEpMTiOr6I4evW9h05s { color:#2c2c2c;display:block;width:27.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.8;letter-spacing:0;top:25.875rem;left:4.5625rem;height:9.44825rem;display:block; }
#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container { background-color: transparent; background-image: none; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container > .video-iframe-container { display: none; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row > .video-iframe-container { display: none; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .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); }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container { border-width: 0; border-radius: 0; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row > .video-iframe-container {  }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#q1btnZDde7X4VMs0WTqVsnc4uuDCwrU5 { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;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; }
#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 { position:relative;display:block; }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 { background-color: transparent; background-image: none; }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .row .container > .video-iframe-container { display: none; }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .row > .video-iframe-container { display: none; }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .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); }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 { border-width: 0; border-radius: 0; }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .row .container > .video-iframe-container {  }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#uXM5077HVbkONk7kPu5s3ale3y1Mo0bc { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8qJzaSq7/1m.jpg");background-position:top right !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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:23.75rem;width:16.8125rem;top:0rem;left:0rem;display:block; }#uXM5077HVbkONk7kPu5s3ale3y1Mo0bc.adaptive-delivery-prevent-bg, #uXM5077HVbkONk7kPu5s3ale3y1Mo0bc.lazyload, #uXM5077HVbkONk7kPu5s3ale3y1Mo0bc.lazyloading { background-image: none; }
#KERXDv2tWUIwNXOrKP2iM5Lm7gmgqd23 { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.75rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TW2VxiTN2HOxEZTIkiqlXdI7Z8gxaGm3 { color:#2c2c2c;display:block;width:13.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100015;line-height:1.7;letter-spacing:0;top:16.1875rem;left:1.75rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tk1Tr6Ad/2m.jpg");background-position:top right !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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:23.75rem;width:16.8125rem;top:0rem;left:19.3125rem;display:block; }#aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK.adaptive-delivery-prevent-bg, #aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK.lazyload, #aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK.lazyloading { background-image: none; }
#aqpEcbZxGHOCvp7JtuKNolLWLgBh6nFA { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:13.25rem;left:21.0625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GXP1dpEmJTEvVw3g6WIFHOxlyv4pdgvX { color:#2c2c2c;display:block;width:14rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:16.1875rem;left:21.0625rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kfBMDKfi/m3.jpg");background-position:top right !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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:23.75rem;width:16.8125rem;top:0rem;left:38.75rem;display:block; }#JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk.adaptive-delivery-prevent-bg, #JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk.lazyload, #JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk.lazyloading { background-image: none; }
#OlQPR2r8AwCtz4ith73iERhmPDiMvSX6 { color:#2c2c2c;display:block;width:14.5rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:13.25rem;left:40.5rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BMlruinbQeQfmWv9zJAJbtv5VMaJxw9v { color:#2c2c2c;display:block;width:14rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100021;line-height:1.7;letter-spacing:0;top:16.1875rem;left:40.5rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uyktskohHC1GV2ATIhDlr21W2oPMmVPv { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G50hDIiy/m4.jpg");background-position:top right !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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:23.75rem;width:16.8125rem;top:0rem;left:58.1875rem;display:block; }#uyktskohHC1GV2ATIhDlr21W2oPMmVPv.adaptive-delivery-prevent-bg, #uyktskohHC1GV2ATIhDlr21W2oPMmVPv.lazyload, #uyktskohHC1GV2ATIhDlr21W2oPMmVPv.lazyloading { background-image: none; }
#lTvLWkmkRVg5CZfhibwhCUivpc0DJ3aA { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:13.25rem;left:59.96875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#buMt12wUHhk7MZHhyBViBD7HeIum34Oz { color:#2c2c2c;display:block;width:14rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.7;letter-spacing:0;top:16.1875rem;left:60rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N1vrKS5cx6V827Kuob4VraksQTQrtH3h { position:relative;display:block; }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h { background-color: transparent; background-image: none; }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .row .container > .video-iframe-container { display: none; }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .row > .video-iframe-container { display: none; }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .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); }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h { border-width: 0; border-radius: 0; }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .row .container > .video-iframe-container {  }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wEFjHfyV/m5.jpg");background-position:top right !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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:24.75rem;width:16.8125rem;top:0rem;left:0rem;display:block; }#nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF.adaptive-delivery-prevent-bg, #nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF.lazyload, #nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF.lazyloading { background-image: none; }
#WfRCqkrT6Qx19OI0cPTLwZd2rxFypD17 { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.75rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q2yvDbSLNVNLZHOUochAH7PdbDAbbSOB { color:#2c2c2c;display:block;width:13.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.75rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/h6besMFH/m6.jpg");background-position:top right !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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:24.75rem;width:16.8125rem;top:0rem;left:19.3125rem;display:block; }#BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv.adaptive-delivery-prevent-bg, #BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv.lazyload, #BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv.lazyloading { background-image: none; }
#dpcFzTFqEd0BcVDZ2lu1dNWD9m8A75JS { color:#2c2c2c;display:block;width:14.375rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:13.25rem;left:21.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gozhvFI3Jo0oZquEx7yIGRvGRVZ96mvK { color:#2c2c2c;display:block;width:13.6875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:18.3125rem;left:21.0625rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SxHLezII/m7.jpg");background-position:top right !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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:24.75rem;width:16.8125rem;top:0rem;left:38.75rem;display:block; }#W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.adaptive-delivery-prevent-bg, #W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.lazyload, #W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.lazyloading { background-image: none; }
#TcFqTaJnqBvTFGnsB6RCnTJbLsd4hvMS { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:13.25rem;left:40.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wl1mvBq6vkcUs9BLHpqKxBACE6yxlCOk { color:#2c2c2c;display:block;width:14rem;position:absolute;font-family:"inter regular";font-size:0.75rem;font-weight:400;z-index:100021;line-height:1.7;letter-spacing:0;top:18.3125rem;left:40.5rem;height:5.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d5YZPZi0/8m.jpg");background-position:top right !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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:24.75rem;width:16.8125rem;top:0rem;left:58.1875rem;display:block; }#PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.adaptive-delivery-prevent-bg, #PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.lazyload, #PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.lazyloading { background-image: none; }
#LJm6xRbVTO6VlUhpZtPvVvF2uFEUJwh7 { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:13.25rem;left:59.96875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KbZ1QAhfOVoy8RWOnn4lNo5OzBED3e9K { color:#2c2c2c;display:block;width:14rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.7;letter-spacing:0;top:17.568359375rem;left:59.96875rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G { position:relative;display:block; }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G { background-color: transparent; background-image: none; }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .row .container > .video-iframe-container { display: none; }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .row > .video-iframe-container { display: none; }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .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); }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G { border-width: 0; border-radius: 0; }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .row .container > .video-iframe-container {  }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:92.8125rem;width:75rem;position:relative;display:block; }#vmfJqIXZsyKfBn09LcP163KZXCslxb57 { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:13.625rem;left:35.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SaQyoixVLehIwrzN2I9vMXTomEHvBTRm { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:37.5rem;left:35.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSaWHyOWITbywgTy7uFlzAInoFo1NUPX { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:12.80624961853rem;left:41.9375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wpQ7ZDOaszMOw4Ca9lOevMnKDF38wBgg { color:#2c2c2c;display:block;width:23.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:36.84375rem;left:41.9375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBXzcGTHZ5WSNIICsAa6kNwyakJUuCa4 { background-color:#fbb300;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;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:80.25rem;left:30.46875rem;display:block; }
#wVCvBLkwdBHuS1n6ZahWho7g9gm3EERW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JHw3iapr2wzbcnfN15DrnwAhffkPPDC5 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:7.625rem;width:28.3125rem;top:9.5625rem;left:37.5625rem;display:block; }
#nPUizmgqsWUrwydgdRTTqcrUekH9xksv { position:absolute;display:block;z-index:100015;background-color:#fbb300;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.1875rem;width:4.1875rem;top:11.5rem;left:35.40625rem;display:block; }
#DEvK2qNQSOEKkVeTVEnm8F9bd68Zo0ek { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:16.5rem;width:28.3125rem;top:17.1875rem;left:9.25rem;display:block; }
#mVSnClvpSWmdnkBgE1TDIiAE7Tvb8MMu { position:absolute;display:block;z-index:100016;background-color:#fbb300;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.1875rem;width:4.1875rem;top:35.4375rem;left:35.4375rem;display:block; }
#uKlXQVBzW8syy2QL5KsC32lxNye9DfqE { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:7.625rem;width:28.3125rem;top:33.6875rem;left:37.5625rem;display:block; }
#Jz7SGx8uxkRgXKwFkwRiFOuyxttKf39y { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0rem;height:3.75rem;font-style:normal;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; }
#GADwRZhAWOefNXFrqUPpAl6URrchN6if { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:12.5625rem;left:35.90625rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h7L0p9acGtpXIa62VdQ2kEpZR5u1KsNB { color:#2c2c2c;display:block;width:22.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:20.71875rem;left:11.9375rem;height:9.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#h7L0p9acGtpXIa62VdQ2kEpZR5u1KsNB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h7L0p9acGtpXIa62VdQ2kEpZR5u1KsNB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
#dc66rrRE8qCTDW3l1vNGIRHQlO9lekoA { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:36.5rem;left:35.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hy7N4g1CpUWuttoNWnz21Jdi3Ubrr6xh { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:11.75rem;width:28.3125rem;top:41.3125rem;left:9.25rem;display:block; }
#QlDwXEmkg9yUMzyGXx3zw0sqWORxwDQX { color:#2c2c2c;display:block;width:23.0625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:44.25rem;left:11.9375rem;height:4.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QlDwXEmkg9yUMzyGXx3zw0sqWORxwDQX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QlDwXEmkg9yUMzyGXx3zw0sqWORxwDQX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
#kvGGEP4ehlEoq0rOQwM0cG6Jr4MyltLh { position:absolute;display:block;z-index:100021;background-color:#fbb300;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.1875rem;width:4.1875rem;top:54.8125rem;left:35.4375rem;display:block; }
#pmKQNm32sbPpJ1fI00aeccFGXeptDqTu { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:7.625rem;width:28.3125rem;top:53.0625rem;left:37.5625rem;display:block; }
#OQg556QyiyERJXTBtiKc5ZVyMOAeA4Sz { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:55.875rem;left:35.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuiMqOnRfqllGM6iTVzqTZq2pKO5ub2Q { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:56.875rem;left:35.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uEwJnyCqa3yCxKSXuaEwtg2gJ0N7J4g6 { color:#2c2c2c;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:56.25rem;left:41.9375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbWrlnlE9dAbJDb7wRTLRVyROwMWggI5 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:7.625rem;width:28.3125rem;top:60.6875rem;left:9.25rem;display:block; }
#foUTxnmm0nxLfQU2bNq4Rifbvh1pHzTm { color:#2c2c2c;display:block;width:22.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:63.1875rem;left:11.9375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#foUTxnmm0nxLfQU2bNq4Rifbvh1pHzTm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#foUTxnmm0nxLfQU2bNq4Rifbvh1pHzTm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
#L82C4kwR9MLBiEuCGvZaTRzg5r9hwlfc { position:absolute;display:block;z-index:100026;background-color:#fbb300;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.1875rem;width:4.1875rem;top:70.125rem;left:35.4375rem;display:block; }
#CD9IrVXLZpsPJNCx2AnAQOPaQaaGF9Xy { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:7.625rem;width:28.3125rem;top:68.375rem;left:37.5625rem;display:block; }
#Z6XT23u2ptTRiTb49gyALk9dVLJrTR1s { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:71.1875rem;left:35.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#weXoUDPHmSDEtSB5151BkmUJ7z0OiyTr { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:72.1875rem;left:35.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mt5QNRZUate6I97xPAIe2nL9HfTHU1uu { color:#2c2c2c;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:71.5625rem;left:41.9375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container { background-color: transparent; background-image: none; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container > .video-iframe-container { display: none; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row > .video-iframe-container { display: none; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .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); }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container { border-width: 0; border-radius: 0; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row > .video-iframe-container {  }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#gCQ0AficEvO9CsCP5SMJW8KQ6JsGVn38 { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:2.1187496185302rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI { position:relative;display:block; }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI { background-color: transparent; background-image: none; }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .row .container > .video-iframe-container { display: none; }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .row > .video-iframe-container { display: none; }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .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); }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI { border-width: 0; border-radius: 0; }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .row .container > .video-iframe-container {  }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#ifIdAe5pJHp2FSJouMKy73T04oKhlJht { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:24.9375rem;top:0.3125rem;left:0rem;display:block; }
#Ays4f6CM4neUTxc5iATWRJoQBTQ1rVh2 { color:#2c2c2c;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:700;z-index:100029;line-height:1.4;letter-spacing:0;top:7.625rem;left:2.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dbhuho2WNGXmPywMxsNTnvECm1zhCKsB { color:#2c2c2c;display:block;width:23.1875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100028;line-height:1.8;letter-spacing:0;top:10.25rem;left:0.90625rem;height:7.8735625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNJGxAmuvqITbr04PC4Rgu6lpk48TNxv { position:absolute;display:block;z-index:100042;background-color:#fbb300;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;height:3rem;width:3rem;top:3.125rem;left:10.8125rem;display:block; }
#V5A5zCGaKlCeDscS8zdMgtW7129ADrnd { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:3.9375rem;left:11.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JhLdr5nECV7GFiXaB4deCqGRuh67Fcqg { position:absolute;display:block;z-index:100031;background-color:#fbb300;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;height:19.1875rem;width:25rem;top:0.3125rem;left:25rem;display:block; }
#xHOK10Bq4u6H4RX9mKR3lPZcuQTDJs5G { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:700;z-index:100034;line-height:1.4;letter-spacing:0;top:7.625rem;left:27.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQuHolElq70RlfQFb5JfRXlEPSpHcQcd { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:300;z-index:100033;line-height:1.8;letter-spacing:0;top:10.25rem;left:26.65625rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyDtTRLyK3sJIKFczKO0fusNuF9crs8l { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;height:3rem;width:3rem;top:2.875rem;left:36rem;display:block; }
#ITdeHebwyt8OvBPlMpS0LXWTdKrIu3Ph { color:#fbb300;display:block;width:1.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:3.65625rem;left:36.875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXQrWKtWBXsytGUp7UaCZonqSTvgqmss { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:25rem;top:0.3125rem;left:50rem;display:block; }
#y8TlcXgFEMMuQNqt4w4dmFTTktfaEt5c { color:#2c2c2c;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:700;z-index:100034;line-height:1.4;letter-spacing:0;top:7.78125rem;left:52.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6h3b9qZ4XEmtsx6Qi5AftHyyNJ3fVTt { color:#2c2c2c;display:block;width:20.8125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.8;letter-spacing:0;top:10.262500762939rem;left:52.09375rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yflsoyAPt7mefPFKFphcorJ9rPfuiPCM { position:absolute;display:block;z-index:100047;background-color:#fbb300;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;height:3rem;width:3rem;top:2.75rem;left:61.1875rem;display:block; }
#UlVNuEuVqebtyMhcsR3Zo9lwXNe7tgLF { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:3.5625rem;left:62.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container { background-color: transparent; background-image: none; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container > .video-iframe-container { display: none; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row > .video-iframe-container { display: none; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .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); }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container { border-width: 0; border-radius: 0; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row > .video-iframe-container {  }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#lGlsvuHWgCd9HRRTkSdGANgJWX2Kuwr4 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:1.8125rem;left:0rem;height:2.75rem;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; }
#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT { position:relative;display:block; }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT { background-color: transparent; background-image: none; }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .row .container > .video-iframe-container { display: none; }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .row > .video-iframe-container { display: none; }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .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); }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT { border-width: 0; border-radius: 0; }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .row .container > .video-iframe-container {  }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#kS2d4pNVHI68rDww3FmmzFeROgVVsoCk { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.08) ;height:33.5rem;width:23.3125rem;top:0rem;left:12.15625rem;display:block; }
#SEQb8E0IX5XqD6gzGlXRrKlHmuuNhNN2 { color:#fbb300;display:block;width:16.9375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:12.824999809265rem;left:15.34375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5FDIE05SHUX82Ud5ODXIbk2aJpNugx9 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100023;line-height:1.7;letter-spacing:0;top:2.5rem;left:14.6875rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RU2PmKm3wVUylzVxTdswRT599FTd5mUy { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100046;line-height:1.8;letter-spacing:0;top:17.950000762939rem;left:14.4375rem;height:14.17235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gZdufvZMUTErqCWhJTLXGG7InVClkfJB { color:#fbb300;display:block;width:5.5rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:8.9375rem;left:27rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X2J4XkyouDa0xOtf3QTNeuXCV3b2MNaB { color:#fbb300;display:block;width:11.5rem;position:absolute;font-family:"inter semi bold";font-size:4rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.1875rem;height:5.19970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OHqyuPWfwDxDPkrGGwtlwQqpkeAZ74Pm { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.3125rem;top:14.90625rem;left:20.65625rem;overflow:hidden;display:block; }
#AlnCGIAqDdrNAvVQCXrq2UTEz2kvETUW { color:#000000;display:block;width:7.375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100047;line-height:1.8;letter-spacing:0;top:17.950000762939rem;left:25.9375rem;height:14.17235625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S3VFlQCUIdnsfLBrFpvnZBl4yTcOf0db { position:absolute;display:block;z-index:100026;background-color:#fbb300;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;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.08) ;height:33.4375rem;width:23.3125rem;top:0rem;left:39.375rem;display:block; }
#AW25AATZgUkKpTDLM6ixv0nuaiHp3ucA { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:12.824999809265rem;left:42.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTREkd8iB9H5SP4h7Fh3aEFPGWrNZH6d { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:2.5rem;left:41.875rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EtzM4OqfphEJnMNWe7WUQzra0ntpH1hr { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:"inter semi bold";font-size:4rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:7.3125rem;left:42.375rem;height:5.19970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gGFuKikGKpfzdg4r2LUaPL84EMLOd0yB { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.3125rem;top:14.9375rem;left:48.34375rem;overflow:hidden;display:block; }
#v2TJVuL31e7IKyiLaOsHRobwkkJlMtrX { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:8.9375rem;left:54.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bel0D9iZ6udAyn02TQvbNTXZ7r4GbeEk { background-color:#2c2c2c;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:24.1875rem;left:41.65625rem;display:block; }
#budAHsoEcT54FQX9RcyOAum6WVp3oqis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hmVVyhyAVIKJcLQctntXGs4N0O1TJb8a { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:17.4375rem;left:41.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container { background-color: transparent; background-image: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container > .video-iframe-container { display: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row > .video-iframe-container { display: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .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); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container { border-width: 0; border-radius: 0; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row > .video-iframe-container {  }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-form-header {  }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-regular-label { height:auto;display:none;font-family:"proxima nova";font-size:0.875rem;font-weight:bold;color:#000000;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:inter;vertical-align:top;text-align:left;text-align-last:left; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-text {padding-top: 0; padding-bottom: 0;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:inter;vertical-align:top;text-align:left;text-align-last:left; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"proxima nova";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-select {padding-top: 0; padding-bottom: 0;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-button { background-color:#fbb300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:22.0625rem;height:4rem;font-family:"inter semi bold";overflow:hidden;font-style:normal; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr [class*="-text"]:-moz-placeholder { color:#737373;font-family:inter;font-size:1rem;font-weight:400;font-style:normal; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr [class*="-text"]::-moz-placeholder { color:#737373;font-family:inter;font-size:1rem;font-weight:400;font-style:normal; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr [class*="-text"]:-ms-input-placeholder { color:#737373;font-family:inter;font-size:1rem;font-weight:400;font-style:normal; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr [class*="-text"]::-webkit-input-placeholder { color:#737373;font-family:inter;font-size:1rem;font-weight:400;font-style:normal; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"inter regular";line-height:1.3;font-size:0.625rem;font-weight:400;color:#383837;vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"proxima nova";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-container:first-of-type{padding-top:0;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-container:last-of-type{padding-bottom:0;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100015;position:absolute;top:3.7431640625rem;left:41.21875rem; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-info-text { display:block;height:auto;font-family:"proxima nova";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr {display:block;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100015;position:absolute;top:3.7431640625rem;left:41.21875rem; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #AsCPw5AsurMVaM5GFc2oARgOOewl9ttJ { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ieDmMQVfgoVP1CIcU5ruvoxM0xNTnSk4 { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #TKPqSMwrZUVS27WzG5l0K4cU2Str4LCQ { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #NLqOpOTHPK1Ci0q2DBFAkrFfBerZ3MTT { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #t3XRyOGnp3Q1ldXLTFwt1d8ZuSye53gn { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #WtXzzrEPMiNXNtah8mtAbPmmQLBcurTS { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #Bf3WVCToBh91xzaDMR8FNoAXac4A2iyE { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ZyZOJBC4OkTlSECHKpnUxzrsyS6R37mR { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #NzlkF9dSVPXF9aZCfvUQACFQs3VfAbCk { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #mHLaAJq0snaartM3pUn3Tk01lhqzE5XT { position:relative;display:block;z-index:100000; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #QHAhSZvylz2SAml5plImR6BaFS0mRHBA { position:relative;display:block;z-index:100000; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #V4IPW7LmFm1yrqEZTbztXE8t431OxKGy { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #bhVVq9ZTm51iUiXyW4nxZsl0uhJQT7DF { position:relative;z-index:2; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #F5lzA7HXdsz7prh5i4uaGCvkoI0hTSH3 { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #A8HXnHNIVGzGAG6hXgC7u8DyQhuBgmcd { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #nGqDmk1eV1JuIx1xrzhi6T8bLQdkdwXn { position:relative;z-index:2; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ZXAVnPKFEqQEitMAPvl4DumB3v77DSc9 { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #Tdk9TPgPHewChHiZXcS1VCKRwCa9wOe2 { position:relative; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #q4ggioBd6khLuzeh1xHKcs4W4Had1Fsn { position:relative; }
#shnM2GWRe16X1C5H3GMVhK49CTMcOen7 { position:absolute;display:block;z-index:100000;height:2.1875rem;width:3.9375rem;top:38.25rem;left:0rem;display:block; }
#NrwaTCbQuTXvSQPHZRDQG9vXg7m4kZMe { position:absolute;display:block;z-index:100014;height:2.9375rem;width:5.25rem;top:36.8125rem;left:68.814582824706rem;display:block; }
#amIL4k84EPpu7sQAratMIT0wr5n1EKBX { position:absolute;display:block;z-index:100012;background-color:#dcddde;background-image:url("https://images.assets-landingi.com/qZIVWz58/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #2c2c2c;border-left:0.125rem solid #2c2c2c;border-right:0.125rem solid #2c2c2c;border-bottom:0.125rem solid #2c2c2c;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.06) ;height:7.75rem;width:7.75rem;top:0rem;left:17.8125rem;display:block; }#amIL4k84EPpu7sQAratMIT0wr5n1EKBX.adaptive-delivery-prevent-bg, #amIL4k84EPpu7sQAratMIT0wr5n1EKBX.lazyload, #amIL4k84EPpu7sQAratMIT0wr5n1EKBX.lazyloading { background-image: none; }
#AEGKGlUrHCSlikffE1FcCRPapHL1KuE1 { position:absolute;display:block;z-index:99999;background-color:#2c2c2c;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;height:28rem;width:31.5625rem;top:3.6875rem;left:6rem;display:block; }
#BTtz8WAypu9w5yTsWSo3KAf5fPpDxyA1 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:"inter light";font-size:2rem;font-weight:400;z-index:100000;line-height:1.4;letter-spacing:0;top:10.5625rem;left:9.9375rem;height:11.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5EDnTD08xLP3S5u7WeaL66tZ87RxnLe { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:2.5rem;width:2.5rem;top:24.25rem;left:10.3125rem;display:block; }
#enUm0ShNdkC4SxaHO230hdeAn1Wb8IPA { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.48);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:2.5rem;width:2.5rem;top:24.25rem;left:23.1875rem;display:block; }
#baA5sC9Muhf8oIdWKVEWXbxxA4yDNFm1 { color:#2c2c2c;display:block;width:2rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:24.875rem;left:10.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tV6qJyPqiziXVSOef60UTWVtiVbL68bK { color:#2c2c2c;display:block;width:2rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:24.875rem;left:23.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AckStqUhxoLomk24Vl11UigISDcZT5TN { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:"inter light";font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:24.375rem;left:14.125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VoF8f4u5P2tQEwHKn5ZR6BupuDNvkmVz { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"inter light";font-size:0.875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:24.375rem;left:26.75rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PryT84p1KQ9BHAZasgbN5z3fvvtfF1RK { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:33.75rem;width:32rem;top:0.875rem;left:37.5rem;display:block; }
#PyVwHt2finePDCBTEmgk3dkrGdveS3vU { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"inter regular";font-size:0.625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:18.8125rem;left:55.46875rem;height:0.8125rem;display:block; }
#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row .container { background-color: transparent; background-image: none; }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row .container > .video-iframe-container { display: none; }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row > .video-iframe-container { display: none; }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .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); }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row .container { border-width: 0; border-radius: 0; }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row > .video-iframe-container {  }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#d0yIBJHPOFtNoyy4n2BlOTZImLQK9aTv { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:3.75rem;font-style:normal;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; }
#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row .container { background-color: transparent; background-image: none; }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row .container > .video-iframe-container { display: none; }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row > .video-iframe-container { display: none; }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .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); }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row .container { border-width: 0; border-radius: 0; }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row > .video-iframe-container {  }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#xsDxao8C17MNMVRaLTcu3KQvUSqcuTPP { color:#2c2c2c;display:block;width:37rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:17.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNfkwumrt8wpOPX0QrMxORTIebT5BQ2B { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#hlaTBaWA280CxKTk4pHkqxZvegKg5WH4 { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#bICbPhkpGJG7WffCNMLq5TMJabUBHAU0 { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:41.4375rem;top:0.125rem;left:17.1875rem;display:block; }
#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row .container { background-color: transparent; background-image: none; }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row .container > .video-iframe-container { display: none; }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row > .video-iframe-container { display: none; }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .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); }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row .container { border-width: 0; border-radius: 0; }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row > .video-iframe-container {  }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#T6EQ43xeX5pPCCAXWCAw1gDedWbIp7x0 { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.125rem;left:17.1875rem;height:9.448225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row .container { background-color: transparent; background-image: none; }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row .container > .video-iframe-container { display: none; }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row > .video-iframe-container { display: none; }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .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); }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row .container { border-width: 0; border-radius: 0; }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row > .video-iframe-container {  }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#CN8P3CThp92yiEPvT6lJiIKqCwUNZkaL { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:17.1875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XGxcyCPcrpxrUuvGNQRUTd1rS7TNKzgn { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#ckq9Z6axq6ZnMrWJT4TZd0S4kU8eXln0 { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#maWU5zMvrT9zdcFivbsBAasEfPUs8NyX { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:41.125rem;top:0.125rem;left:17.1875rem;display:block; }
#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row .container { background-color: transparent; background-image: none; }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row .container > .video-iframe-container { display: none; }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row > .video-iframe-container { display: none; }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .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); }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row .container { border-width: 0; border-radius: 0; }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row > .video-iframe-container {  }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#W1iC8GC1QNfruqIuZoKBg7HcKM4I0tlw { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.125rem;left:17.1875rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row .container { background-color: transparent; background-image: none; }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row .container > .video-iframe-container { display: none; }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row > .video-iframe-container { display: none; }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .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); }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row .container { border-width: 0; border-radius: 0; }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row > .video-iframe-container {  }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cGr6mzEiXzFPlkrAgbDXBPHSQyQwvxyR { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:17.1875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UUVNCciqZG3aaP2Nhd47rFvWDTH1ZHkO { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#nTO2gXUMSnCeIoUSwb2KIRCAV2JksfTb { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#Hom9cEfMvKUfVkuRTCXtKtcXt8DPQuxl { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:41.3125rem;top:0.125rem;left:17.1875rem;display:block; }
#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row .container { background-color: transparent; background-image: none; }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row .container > .video-iframe-container { display: none; }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row > .video-iframe-container { display: none; }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .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); }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row .container { border-width: 0; border-radius: 0; }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row > .video-iframe-container {  }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#G9D79zrecvFZyPNlMaDKU6OD5aOEgH41 { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.0625rem;left:17.1875rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME { position:relative;display:block; }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME { background-color: transparent; background-image: none; }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .row .container > .video-iframe-container { display: none; }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .row > .video-iframe-container { display: none; }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .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); }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME { border-width: 0; border-radius: 0; }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .row .container > .video-iframe-container {  }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#J1gUUDwzPiw1n2im41NhPH3zfZb7WhRk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #fbb300;box-sizing:border-box;color:#fbb300;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:2.0625rem;left:33.8125rem;display:block; }
#fLy687Ck9C3v2fcgmqfAZTkyJZKLhxkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row .container { background-color: transparent; background-image: none; }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row .container > .video-iframe-container { display: none; }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row > .video-iframe-container { display: none; }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .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); }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row .container { border-width: 0; border-radius: 0; }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row > .video-iframe-container {  }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#yTyaK5TaaTEMdkrCLUph4brmmfxS1AEn { color:#2c2c2c;display:block;width:36.0625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wO0vH90z0hcf5i7rDaIly36fNT5uQB4i { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#MhDk4tWJyCSbp4TE5zTxTBxTGZmvSoHc { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#DRShFopB0muhk9U2sRTcP3pwPA2p4GLX { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:42.8125rem;top:0.125rem;left:17.1875rem;display:block; }
#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row .container { background-color: transparent; background-image: none; }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row .container > .video-iframe-container { display: none; }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row > .video-iframe-container { display: none; }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .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); }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row .container { border-width: 0; border-radius: 0; }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row > .video-iframe-container {  }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#GSXZG0bwW7eSGllJqc14k8MwcTGFmWTl { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.125rem;left:17.1875rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row .container { background-color: transparent; background-image: none; }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row .container > .video-iframe-container { display: none; }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row > .video-iframe-container { display: none; }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .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); }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row .container { border-width: 0; border-radius: 0; }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row > .video-iframe-container {  }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#lQwA1M2r7kI9Mh3hv2aCwvR5u6AOmnDO { color:#2c2c2c;display:block;width:36.0625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vdyaF2ih8B3vTerZtx4ii1vvO8vuZ9xL { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#G9Nmik2TJCzSTeadQzl9RX3UTTM0VFHl { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#H07Egp9fycSr5xw3I1JwXH3btN9clHLN { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:42.5625rem;top:0.125rem;left:16.4375rem;display:block; }
#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row .container { background-color: transparent; background-image: none; }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row .container > .video-iframe-container { display: none; }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row > .video-iframe-container { display: none; }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .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); }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row .container { border-width: 0; border-radius: 0; }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row > .video-iframe-container {  }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#PcqrlzrQ6lhHDlSK85Wp0amQqAZk19Ix { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.125rem;left:17.1875rem;height:4.72411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row .container { background-color: transparent; background-image: none; }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row .container > .video-iframe-container { display: none; }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row > .video-iframe-container { display: none; }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .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); }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row .container { border-width: 0; border-radius: 0; }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row > .video-iframe-container {  }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#N6wFfOJCuUt9ChBRVzmA8w6Xr8g8P2AV { color:#2c2c2c;display:block;width:36.0625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ID3DTFTEGB7NcSX6lVo5FueQ35cupMSl { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#EdyB57OwD6rpaBHtCR4z42DSrt4dymai { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#CgJ7f1JI2ldlfLsFB48lP8hz4HwDvbuB { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:41.375rem;top:0.0625rem;left:17.1875rem;display:block; }
#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row .container { background-color: transparent; background-image: none; }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row .container > .video-iframe-container { display: none; }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row > .video-iframe-container { display: none; }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .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); }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row .container { border-width: 0; border-radius: 0; }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row > .video-iframe-container {  }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#CbPrTcEKQJ3CtJCtF26R2EmHEpiEMz9A { color:#000000;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.25rem;left:17.1875rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row .container { background-color: transparent; background-image: none; }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row .container > .video-iframe-container { display: none; }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row > .video-iframe-container { display: none; }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .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); }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row .container { border-width: 0; border-radius: 0; }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row > .video-iframe-container {  }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#euB8sNZ8mtVP8SG3eTt7colvqxedeySp { color:#2c2c2c;display:block;width:36.0625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JeO48dxwlgMrn49JpZmL8D2ZAvSMr520 { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#Ubshecto5UaymJ8rwARadTm9DxlILPpu { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#prfoimUKv49sIhPomV7QmDw12coke4A9 { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:42.875rem;top:0.375rem;left:17.1875rem;display:block; }
#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row .container { background-color: transparent; background-image: none; }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row .container > .video-iframe-container { display: none; }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row > .video-iframe-container { display: none; }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .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); }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row .container { border-width: 0; border-radius: 0; }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row > .video-iframe-container {  }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#aZq6sDTm4iVxaCgH9Ui6oG4HoOdgyABo { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.1875rem;left:17.1875rem;height:4.72411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row .container { background-color: transparent; background-image: none; }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row .container > .video-iframe-container { display: none; }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row > .video-iframe-container { display: none; }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .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); }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row .container { border-width: 0; border-radius: 0; }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row > .video-iframe-container {  }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#LHUG70BaCuvWvLJ6CufIUiZ3UOu5lnur { color:#2c2c2c;display:block;width:36.0625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W8ZiNQQTTKSzSb6OJ5TXaIloqX91idou { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#pT3Ah0x1epUQ9HiQkT37uskU7sJG9qpf { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#xB0hR7a4iGo98HpodrBBIWT4onMEgiU1 { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:41.75rem;top:1.25rem;left:17.1875rem;display:block; }
#pphkiiKH3GRANT1LToABhxkPD8t6IOHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row .container { background-color: transparent; background-image: none; }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row .container > .video-iframe-container { display: none; }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row > .video-iframe-container { display: none; }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .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); }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row .container { border-width: 0; border-radius: 0; }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row > .video-iframe-container {  }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#wgvoBx7XvonkRvvIMGTRl1Hhi80VmS0I { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.25rem;left:17.1875rem;height:4.72411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row .container { background-color: transparent; background-image: none; }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row .container > .video-iframe-container { display: none; }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row > .video-iframe-container { display: none; }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .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); }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row .container { border-width: 0; border-radius: 0; }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row > .video-iframe-container {  }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#VpQp7OfJppKM71SlkVldhfn3xKAtrcHp { color:#2c2c2c;display:block;width:36.0625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xgBFWVQnnTBz33IFi0s75MP6h5WZEBDH { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#rcpiwNHLMrPeAx1eCxQ4UMMKADrsWJ0g { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#S48k25RD22flcZgBllxiq4gmkZZ8Llmi { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:41.0625rem;top:0.1875rem;left:17.1875rem;display:block; }
#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row .container { background-color: transparent; background-image: none; }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row .container > .video-iframe-container { display: none; }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row > .video-iframe-container { display: none; }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .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); }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row .container { border-width: 0; border-radius: 0; }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row > .video-iframe-container {  }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#GpOfzuP3hhl8KfeRFynJLBsf799AsLR5 { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.125rem;left:17.1875rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row .container { background-color: transparent; background-image: none; }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row .container > .video-iframe-container { display: none; }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row > .video-iframe-container { display: none; }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .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); }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row .container { border-width: 0; border-radius: 0; }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row > .video-iframe-container {  }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#qm32r0q5m5P2JREOaPmWEVDFvFRTPpPN { color:#2c2c2c;display:block;width:36.0625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mqSSdwLfLJlDEaiV9HFHTs1zBgzVkwHi { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#yETkzTbkTHoJ44TFKNPeBVUqRObhKm5q { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#iLDPIcgRlwRkTQBqM4blGIZPS3U7Rzhe { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:41.375rem;top:0rem;left:17.1875rem;display:block; }
#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row .container { background-color: transparent; background-image: none; }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row .container > .video-iframe-container { display: none; }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row > .video-iframe-container { display: none; }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .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); }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row .container { border-width: 0; border-radius: 0; }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row > .video-iframe-container {  }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#iF2DBMSdTpWSfVnfNQlZSwyWN3RB0D5v { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0rem;left:17.1875rem;height:9.44825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row .container { background-color: transparent; background-image: none; }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row .container > .video-iframe-container { display: none; }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row > .video-iframe-container { display: none; }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .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); }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row .container { border-width: 0; border-radius: 0; }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row > .video-iframe-container {  }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#r53vSMRmbHm6CbUlS1NRIuKZOthpJrHF { color:#2c2c2c;display:block;width:33.875rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EhD30sbJOXui3peRrv6oc5pV7OSTGRBx { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#D3HZgLDB71PiAokqCIJCtaOaJ3U5NgVl { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#n9p05CNi8EoItT2ZIfBf9tx0N6oshHuT { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:42.375rem;top:0.25rem;left:16.3125rem;display:block; }
#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row .container { background-color: transparent; background-image: none; }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row .container > .video-iframe-container { display: none; }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row > .video-iframe-container { display: none; }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .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); }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row .container { border-width: 0; border-radius: 0; }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row > .video-iframe-container {  }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#KXODRvFOTeotqrGQbQsTRrUV2UEM5NWH { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.0625rem;left:17.1875rem;height:14.172375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row .container { background-color: transparent; background-image: none; }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row .container > .video-iframe-container { display: none; }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row > .video-iframe-container { display: none; }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .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); }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row .container { border-width: 0; border-radius: 0; }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row > .video-iframe-container {  }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#QPP1UnXgm3RzD6WqWzcRWsxT0xItZ1IB { color:#2c2c2c;display:block;width:33.875rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uSu0pTOfM4QPsZVPq8iBDvXCpw1ZQmH1 { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#CXKzsvFDt9Ny00JUfeBv6TKAeNSAbOJJ { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#R1fCTkTWtBM768acKdyzQSovpBbKTWSv { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:40.6875rem;top:0.1875rem;left:17.1875rem;display:block; }
#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row .container { background-color: transparent; background-image: none; }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row .container > .video-iframe-container { display: none; }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row > .video-iframe-container { display: none; }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .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); }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row .container { border-width: 0; border-radius: 0; }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row > .video-iframe-container {  }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#TRXuaRKRZhruNZrnId9MzaGgW7UE02iD { color:#2c2c2c;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.0625rem;left:17.1875rem;height:7.8735625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row .container { background-color: transparent; background-image: none; }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row .container > .video-iframe-container { display: none; }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row > .video-iframe-container { display: none; }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .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); }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row .container { border-width: 0; border-radius: 0; }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row > .video-iframe-container {  }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#ZzAUSpAGELrKdmlPPLbaXWiw8K2WgCnL { color:#2c2c2c;display:block;width:37rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QuUppPcMcAGnldMLR5ph3hcSF84RLHK9 { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#JatLXWEnTEsomvXzP9XUsoxowux00yTv { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#dqmU7MrqcQHZ822z7fVL1xgvWE58KgOQ { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:43rem;top:0.5rem;left:16rem;display:block; }
#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row .container { background-color: transparent; background-image: none; }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row .container > .video-iframe-container { display: none; }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row > .video-iframe-container { display: none; }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .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); }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row .container { border-width: 0; border-radius: 0; }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row > .video-iframe-container {  }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#A4P6qqS1F77zvoWMhsXbktCfp1C8TgQg { color:#000000;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.0625rem;left:17.1875rem;height:12.59765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row .container { background-color: transparent; background-image: none; }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row .container > .video-iframe-container { display: none; }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row > .video-iframe-container { display: none; }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .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); }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row .container { border-width: 0; border-radius: 0; }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row > .video-iframe-container {  }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#S1RibwnmJH60hdGbPggJxRJOy2rHybgB { color:#2c2c2c;display:block;width:34.125rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SKrTCc7JdykOVIixyNcGzaJ9OudRCz6Z { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#HSONoxwLaRu4EFxby1QyOwQ3IKTUznEC { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#OwH66Lsy9d77cBQE2flhdNZ8xk67to6H { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:41.0625rem;top:0rem;left:17.1875rem;display:block; }
#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row .container { background-color: transparent; background-image: none; }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row .container > .video-iframe-container { display: none; }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row > .video-iframe-container { display: none; }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .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); }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row .container { border-width: 0; border-radius: 0; }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row > .video-iframe-container {  }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#vZOKvCCiS0WGcFB0gG7pMp80sxbbhp2B { color:#000000;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0.15625rem;left:17.1875rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row .container { background-color: transparent; background-image: none; }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row .container > .video-iframe-container { display: none; }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row > .video-iframe-container { display: none; }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .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); }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row .container { border-width: 0; border-radius: 0; }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row > .video-iframe-container {  }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#lSyW1VdpreysvCNu424m6x1Q1A40ifUA { color:#2c2c2c;display:block;width:36.6875rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.1875rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FIJ16G2UcRA2exL403rdMVu09AHbQC1v { box-sizing:content-box;color:#2c2c2c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.25rem;left:54.8125rem;display:block; }
#QcPENMfkMrJD5ATobkU3LpiR6oBZKcxK { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:0.25rem;left:17.1875rem;display:block; }
#KrEDUOCS8WVwhWW6lmeVWQDBrFoKkSBT { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:41.0625rem;top:0.375rem;left:16.96875rem;display:block; }
#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row .container { background-color: transparent; background-image: none; }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row .container > .video-iframe-container { display: none; }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row > .video-iframe-container { display: none; }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .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); }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row .container { border-width: 0; border-radius: 0; }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row > .video-iframe-container {  }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#FfoQWS8fElC4iHlVTEqRcbIDSoCmb72I { color:#000000;display:block;width:40.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:0rem;left:17.1875rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container { background-color: transparent; background-image: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container > .video-iframe-container { display: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row > .video-iframe-container { display: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .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); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container { border-width: 0; border-radius: 0; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row > .video-iframe-container {  }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#Itt4eoVxK0CowT3HFAs6uQrcLuUk5zS1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#Itt4eoVxK0CowT3HFAs6uQrcLuUk5zS1 > .row .container { border-width: 0; border-radius: 0; }#Itt4eoVxK0CowT3HFAs6uQrcLuUk5zS1 > .row > .video-iframe-container {  }#Itt4eoVxK0CowT3HFAs6uQrcLuUk5zS1 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#UNTXJzsgWLH0QrC1Ub4ITc36kc92NU7U { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:2.75rem;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; }
#QFJCtTQ4Tn9ZxrQOQFwmAqsksaVqH4nx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:none; }#QFJCtTQ4Tn9ZxrQOQFwmAqsksaVqH4nx > .row .container { border-width: 0; border-radius: 0; }#QFJCtTQ4Tn9ZxrQOQFwmAqsksaVqH4nx > .row > .video-iframe-container {  }#QFJCtTQ4Tn9ZxrQOQFwmAqsksaVqH4nx > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:none; }#wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/az0LZ3Kt/img2.jpg");background-position:center left !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;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.08) ;height:29.8125rem;width:75rem;top:0rem;left:0rem;display:block; }#wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.adaptive-delivery-prevent-bg, #wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.lazyload, #wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.lazyloading { background-image: none; }
#RCJTbwzhIOIi6IQ8282t6nFbfz9fP979 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:6.1875rem;left:42.1875rem;height:1.75rem;font-style:normal;display:block; }
#krLh5VTT8y54R0JXMI18noxRpQeKLiaO { color:#000000;display:block;width:27.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:9.25rem;left:42.1875rem;height:17.1875rem;font-style:normal;display:block; }
#mqxGaIMRFs6IMZiHJKWwP7HeA77CRw5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#mqxGaIMRFs6IMZiHJKWwP7HeA77CRw5e > .row .container { border-width: 0; border-radius: 0; }#mqxGaIMRFs6IMZiHJKWwP7HeA77CRw5e > .row > .video-iframe-container {  }#mqxGaIMRFs6IMZiHJKWwP7HeA77CRw5e > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:none; }#eNupvGNJmTKspqPfIplL8SE27BrlDnM8 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:3.75rem;font-style:normal;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; }
#yMytv7i5nl4yyfDNTPECuBnTfyQXJgkf { color:#000000;display:block;width:55.25rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:4.625rem;left:9.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1zKLB1w2xBfUDDLS2hekdldWQm7yc04 { position:relative;display:none; }#z1zKLB1w2xBfUDDLS2hekdldWQm7yc04 { border-width: 0; border-radius: 0; }#z1zKLB1w2xBfUDDLS2hekdldWQm7yc04 > .row .container > .video-iframe-container {  }#z1zKLB1w2xBfUDDLS2hekdldWQm7yc04 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:none; }#oW0Tzx1nmD69bkNFZqf6HqOrR0c4b8pW { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"inter semi bold";font-size:2rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:2.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wsPq0CmJ7w6DUsw79pGTIfV64Z5PgNet { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:15.375rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kMxaES0SL6NbkM8Jx457auM3CgT0SaaZ { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:18.0625rem;left:0rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EDSv1Txp2e89QMi2J9NxU1CQXPG7n2zH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.125rem;left:0rem;display:block; }
#VvSzrh4vgMJ5ftDf5e9QzsQelxRJtIX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lN5WnhnJtO1T02ICiOt3ctmiJB1ZSmxD { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.07) ;height:3.125rem;width:3.125rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#yS2nOyy8t8eqJDrPzuBf1qUPtSzftCEx { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:4.6875rem;left:4.65625rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rml4FORGakGq9wcE1CystQu6Lo8UB3Gw { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0rem;height:1.125rem;display:block; }
#DWg8N7OOoERwImugso4V9gyOfzgL6cvc { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: -0.375rem -0.1875rem 1.75rem rgba(0,0,0,0.15) ;height:13.625rem;width:6.75rem;top:17.9375rem;left:68.25rem;display:block; }
#VV7CoNUZKFGGrfq9XN4TVMHA6TlIxz1r { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:15.9375rem;left:71.75rem;overflow:hidden;display:block; }
#RT7H3huHEGknyUJ5AgC9FVTTJ7upRd4H { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:1.125rem;width:33.8125rem;top:9rem;left:37.5625rem;display:block; }
#eFJzgZPOZtpvmBsEW2gHFSQVplxWFUIJ { position:absolute;display:block;z-index:100058;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:38.125rem;display:block; }
#c5yXXieTFpTbJD2DKLBpcPd3ICnzqR64 { position:absolute;display:block;z-index:100059;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:38.9375rem;display:block; }
#q3JvSC38zwbkpMteIGy1phys2TmDXi11 { position:absolute;display:block;z-index:100060;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:39.8125rem;display:block; }
#qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rfNOWnYQ/slider1_d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.375rem 1.875rem rgba(0,0,0,0.15) ;height:20.375rem;width:33.8125rem;top:10rem;left:37.5625rem;display:block; }#qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp.adaptive-delivery-prevent-bg, #qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp.lazyload, #qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp.lazyloading { background-image: none; }
#naDNRkiVsG0mfwsgNrfVJLaTSmOQyT37 { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/OhwbvWMi/slider1_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:6rem;top:18.4375rem;left:68.6875rem;display:block; }#naDNRkiVsG0mfwsgNrfVJLaTSmOQyT37.adaptive-delivery-prevent-bg, #naDNRkiVsG0mfwsgNrfVJLaTSmOQyT37.lazyload, #naDNRkiVsG0mfwsgNrfVJLaTSmOQyT37.lazyloading { background-image: none; }
#MFAW3J6T9JvbtpallnN7GRXkHnHS2TWb { position:absolute;display:block;z-index:100071;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/1xQUO5o2/ban1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem -0.1875rem 1.5625rem rgba(0,0,0,0.17) ;height:11.875rem;width:5.625rem;top:11.125rem;left:33.6875rem;display:block; }#MFAW3J6T9JvbtpallnN7GRXkHnHS2TWb.adaptive-delivery-prevent-bg, #MFAW3J6T9JvbtpallnN7GRXkHnHS2TWb.lazyload, #MFAW3J6T9JvbtpallnN7GRXkHnHS2TWb.lazyloading { background-image: none; }
#awF9P8EfPq2pIpTxVWBJ7QTVysfwG1PK { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:9.375rem;left:33.625rem;overflow:hidden;display:block; }
#rT3sJgPHnTkVv0TINRdHmS2uA1MllVOh { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:23.0625rem;left:31.8125rem;overflow:hidden;display:block; }
#gPPxhGC1fGdtHmaJcwpq7SSDAUHlI9kQ { position:absolute;display:block;z-index:100033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7nppaYYB/PL_250x250.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.0625rem 1.25rem 1.75rem rgba(6,32,88,0.15) ;height:7.625rem;width:7.625rem;top:24.887499809265rem;left:31.75rem;display:block; }#gPPxhGC1fGdtHmaJcwpq7SSDAUHlI9kQ.adaptive-delivery-prevent-bg, #gPPxhGC1fGdtHmaJcwpq7SSDAUHlI9kQ.lazyload, #gPPxhGC1fGdtHmaJcwpq7SSDAUHlI9kQ.lazyloading { background-image: none; }
#RqGICLUtlIeDBQTeu8J4Um86kTBToMWJ { position:relative;display:none; }#RqGICLUtlIeDBQTeu8J4Um86kTBToMWJ { border-width: 0; border-radius: 0; }#RqGICLUtlIeDBQTeu8J4Um86kTBToMWJ > .row .container > .video-iframe-container {  }#RqGICLUtlIeDBQTeu8J4Um86kTBToMWJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:none; }#rVUGMq6sHBJEvQ67Q7HtQR0sZ7giTI40 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"inter semi bold";font-size:2rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:2.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRbcIy1rFXzEicLq5hDpLsSaw6flWKeq { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:15.375rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sKA1DU5ThiCXqLX5F0CDbriI6Hgek3Is { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:18.0625rem;left:0rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gVQe6x4klX8kEhS3pHNh3WAvpm5wF8p1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.125rem;left:0rem;display:block; }
#DhT8NKhFSPT2vbXBBgC0i0VkQ2zTe1yc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uD7BzK1bDpd3O0NTaTXL94kn6LlB7i2f { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.07) ;height:3.125rem;width:3.125rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#uqeHfZidDwaIJm4y7e5XG5JzStvstgv8 { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:4.6875rem;left:4.65625rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sJhLdPGyae4PttE5EozOZfUguocGROxp { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:27rem;left:0rem;height:1.125rem;display:block; }
#BTIgMHQPQPWy7O3PvuBMlhoTDq1V1om0 { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: -0.375rem -0.1875rem 1.75rem rgba(0,0,0,0.15) ;height:13.625rem;width:6.75rem;top:17.9375rem;left:68.25rem;display:block; }
#e9XpE7C8Lw2Ppv54QrULJJKdiXkkPhlL { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:15.9375rem;left:71.75rem;overflow:hidden;display:block; }
#yahhO3E9unOGBZJsWNnefcp5H59xPVPi { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:1.125rem;width:33.8125rem;top:9rem;left:37.5625rem;display:block; }
#NDbLwQ02yr3Fw2gvPDJCQDGvNCfIxQDI { position:absolute;display:block;z-index:100058;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:38.125rem;display:block; }
#aTuJ3VCBtGcoFbC7RnENnNZa21BRJNuO { position:absolute;display:block;z-index:100059;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:38.9375rem;display:block; }
#Mf8P5k2ay4aqPAREhOlHOAKT0ra5N3vL { position:absolute;display:block;z-index:100060;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:39.8125rem;display:block; }
#btruvmyzWOByuWbfd6tEe6QkhJX8ftww { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/gDdZvKQ7/slider2_d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.375rem 1.875rem rgba(0,0,0,0.15) ;height:20.375rem;width:33.8125rem;top:10rem;left:37.5625rem;display:block; }#btruvmyzWOByuWbfd6tEe6QkhJX8ftww.adaptive-delivery-prevent-bg, #btruvmyzWOByuWbfd6tEe6QkhJX8ftww.lazyload, #btruvmyzWOByuWbfd6tEe6QkhJX8ftww.lazyloading { background-image: none; }
#UXOtTnd68eC3rV3CivSf5KeIKdSs1yAV { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/g5fsDXIk/slider2_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:6rem;top:18.4375rem;left:68.6875rem;display:block; }#UXOtTnd68eC3rV3CivSf5KeIKdSs1yAV.adaptive-delivery-prevent-bg, #UXOtTnd68eC3rV3CivSf5KeIKdSs1yAV.lazyload, #UXOtTnd68eC3rV3CivSf5KeIKdSs1yAV.lazyloading { background-image: none; }
#JHoTppuMzlwTN14vP1dTeEEchzK0PCZV { position:absolute;display:block;z-index:100071;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/j2RPfGxn/ban2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem -0.1875rem 1.5625rem rgba(0,0,0,0.17) ;height:11.875rem;width:5.625rem;top:11.125rem;left:33.6875rem;display:block; }#JHoTppuMzlwTN14vP1dTeEEchzK0PCZV.adaptive-delivery-prevent-bg, #JHoTppuMzlwTN14vP1dTeEEchzK0PCZV.lazyload, #JHoTppuMzlwTN14vP1dTeEEchzK0PCZV.lazyloading { background-image: none; }
#LvT1MTx565o81WrCMxqdQJN65szEfiQn { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:9.375rem;left:33.5625rem;overflow:hidden;display:block; }
#KySDhC2iCqWnCzsNAt4fuoQKoa4oITO6 { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:23.0625rem;left:31.8125rem;overflow:hidden;display:block; }
#hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe { position:absolute;display:block;z-index:100033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/vihN6onG/PL_250x250_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.0625rem 1.25rem 1.75rem rgba(6,32,88,0.15) ;height:7.625rem;width:7.625rem;top:24.875rem;left:31.75rem;display:block; }#hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe.adaptive-delivery-prevent-bg, #hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe.lazyload, #hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe.lazyloading { background-image: none; }
#fLnpQkBFqx1J5WrwHTpy3KEH29wg2pqK { position:relative;display:none; }#fLnpQkBFqx1J5WrwHTpy3KEH29wg2pqK { border-width: 0; border-radius: 0; }#fLnpQkBFqx1J5WrwHTpy3KEH29wg2pqK > .row .container > .video-iframe-container {  }#fLnpQkBFqx1J5WrwHTpy3KEH29wg2pqK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:none; }#ysqSu4LP7GNUIcKo9517iVBtCJNK4cFN { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"inter semi bold";font-size:2rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m0xEGf82ws4iTodcnF2dTSon0LQ3HmMK { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:15.375rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AfTuduEHuqiFgyLW1TRS81rpdVVaiVZE { color:#000000;display:block;width:30rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:18.0625rem;left:0rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qsqXC8EV5tczCv79kFBd3ToHucgTJQZg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.125rem;left:0rem;display:block; }
#TTyULStkArQWDutZpwgCU4NiJmHfk33t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KVSoErbFxTlB8erSdTDxsTSi72t8a5Ip { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.07) ;height:3.125rem;width:3.125rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#bJD0sbUlg0ih73CtVttWCiQWAM2AMivF { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:4.6875rem;left:4.65625rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ibxFNKv8M0TRNdmxop5LufDrZtVGauy1 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:27rem;left:0rem;height:1.125rem;display:block; }
#w8Hfgv9Usk3pzqIlng4gFrElpn0unlJa { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: -0.375rem -0.1875rem 1.75rem rgba(0,0,0,0.15) ;height:13.625rem;width:6.75rem;top:17.9375rem;left:68.25rem;display:block; }
#tIAfSRVIL24TNNyCHLrIuIEPdGwPVXyb { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:15.9375rem;left:71.75rem;overflow:hidden;display:block; }
#QnpD4HVeWxV7IKaaKDt4fMwXS4KeDT9k { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:1.125rem;width:33.8125rem;top:9rem;left:37.5625rem;display:block; }
#CyP8lZRkHm7rBAmgktv82MXRcperzDtu { position:absolute;display:block;z-index:100058;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:38.125rem;display:block; }
#n2ualEKZnPcF65xNOv4T8qlsGn6bR7cm { position:absolute;display:block;z-index:100059;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:38.9375rem;display:block; }
#IzZmoBirVeBAMVN6QmsQPvLonevTQJ81 { position:absolute;display:block;z-index:100060;background-color:#dedede;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0.5rem;width:0.5rem;top:9.25rem;left:39.8125rem;display:block; }
#fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1 { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7tYeASZr/slider3_d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.375rem 1.875rem rgba(0,0,0,0.15) ;height:20.375rem;width:33.8125rem;top:10rem;left:37.5625rem;display:block; }#fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1.adaptive-delivery-prevent-bg, #fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1.lazyload, #fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1.lazyloading { background-image: none; }
#v6Rli8pXAkXKNqPwJ0C5BFmXzFZDIMTG { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/s7g4lBz0/slider3_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:6rem;top:18.4375rem;left:68.6875rem;display:block; }#v6Rli8pXAkXKNqPwJ0C5BFmXzFZDIMTG.adaptive-delivery-prevent-bg, #v6Rli8pXAkXKNqPwJ0C5BFmXzFZDIMTG.lazyload, #v6Rli8pXAkXKNqPwJ0C5BFmXzFZDIMTG.lazyloading { background-image: none; }
#GozuUtaxTUdA3uPMeZC5y8WbTxKzWAJ1 { position:absolute;display:block;z-index:100071;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/JS5fnpWg/ban3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem -0.1875rem 1.5625rem rgba(0,0,0,0.17) ;height:11.875rem;width:5.625rem;top:11.125rem;left:33.6875rem;display:block; }#GozuUtaxTUdA3uPMeZC5y8WbTxKzWAJ1.adaptive-delivery-prevent-bg, #GozuUtaxTUdA3uPMeZC5y8WbTxKzWAJ1.lazyload, #GozuUtaxTUdA3uPMeZC5y8WbTxKzWAJ1.lazyloading { background-image: none; }
#LMH1XFnEsiK14oNNoVlFisqoEw3SoST9 { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:9.375rem;left:33.5625rem;overflow:hidden;display:block; }
#pLu6nNer8sAgJTGCcV9ffyAWxV9OBckH { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:23.0625rem;left:31.8125rem;overflow:hidden;display:block; }
#OBHoDuS7k4XlcnG2eMuaIxrf2A9I3OiV { position:absolute;display:block;z-index:100033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/zMjAqBpw/wonderful_250x250.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.0625rem 1.25rem 1.75rem rgba(6,32,88,0.15) ;height:7.625rem;width:7.625rem;top:24.875rem;left:31.75rem;display:block; }#OBHoDuS7k4XlcnG2eMuaIxrf2A9I3OiV.adaptive-delivery-prevent-bg, #OBHoDuS7k4XlcnG2eMuaIxrf2A9I3OiV.lazyload, #OBHoDuS7k4XlcnG2eMuaIxrf2A9I3OiV.lazyloading { background-image: none; }
#svs3H8uO9oMPmgKiOQG1Ut6CBGIQz2Xg { position:relative;display:none; }#svs3H8uO9oMPmgKiOQG1Ut6CBGIQz2Xg { border-width: 0; border-radius: 0; }#svs3H8uO9oMPmgKiOQG1Ut6CBGIQz2Xg > .row .container > .video-iframe-container {  }#svs3H8uO9oMPmgKiOQG1Ut6CBGIQz2Xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#IyhsOEgSH0HQysrmGpeBMTx2cNIl5BM3 { position:absolute;display:block;z-index:100006;background-color:#000000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.4375rem;width:0.4375rem;top:0.9375rem;left:35.375rem;display:block; }
#G6KcvnPUahJfrhtBPWITyGB620WrVElA { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0.2);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.4375rem;width:0.4375rem;top:0.9375rem;left:37.25rem;display:block; }
#vB62noyNKbMnuks96BW0RVH0QgdNwI9z { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0.2);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.4375rem;width:0.4375rem;top:0.9375rem;left:39.1875rem;display:block; }
#TPiAdENEiVCzHsmZhmALJTJip7mLMRdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#TPiAdENEiVCzHsmZhmALJTJip7mLMRdi > .row .container { border-width: 0; border-radius: 0; }#TPiAdENEiVCzHsmZhmALJTJip7mLMRdi > .row > .video-iframe-container {  }#TPiAdENEiVCzHsmZhmALJTJip7mLMRdi > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:none; }#d6SUrBD5ZFgrAXx5pMITzIK1RB3fUARF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:2.3125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:3.125rem;left:38.25rem;display:block; }
#ivlKIrurrPIwF5Ru5NuX7VWF8VRTqNeg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IkTaTEebTtx7XxAi9GuqMRkLcwhX3A5C { background-color:#2550aa;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:2.25rem;left:18.5625rem;display:block; }
#xbTaOTz7fWdL71GpSHSJu1zaeKiRKhNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JtGoMrRbsUtdJzGWbruLbyEcrWai8GCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#JtGoMrRbsUtdJzGWbruLbyEcrWai8GCx > .row .container { border-width: 0; border-radius: 0; }#JtGoMrRbsUtdJzGWbruLbyEcrWai8GCx > .row > .video-iframe-container {  }#JtGoMrRbsUtdJzGWbruLbyEcrWai8GCx > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#I0ETLnXDlUdfoKLrgxHx2DIa5pQ7Qvfx { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:2.75rem;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; }
#UJTVvMRxHf8oEZ4pMUt8udd78w5NrX7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#UJTVvMRxHf8oEZ4pMUt8udd78w5NrX7o > .row .container { border-width: 0; border-radius: 0; }#UJTVvMRxHf8oEZ4pMUt8udd78w5NrX7o > .row > .video-iframe-container {  }#UJTVvMRxHf8oEZ4pMUt8udd78w5NrX7o > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#VaCgkREnUycoTiTJ8l9CGqCEXt56iHs2 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:27.6875rem;width:75rem;top:4.9375rem;left:0rem;display:block; }
#yiQtGfet3Cv1paVMA0dN9KvLvAGI6kUX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:10rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#KbueQB3KQUT4xcHswqacETCBcJEm0wUI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:9.875rem;top:27.0625rem;left:63.5625rem;overflow:hidden;display:block; }
#JvngWtqlFVPMzI0aFeCcEycN7QfFGtrb { color:#000000;display:block;width:59.3125rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:8.4375rem;left:8.6875rem;height:16.625rem;display:block; }
#F7UZ8MeSWJzm0Ky44c2PxThTX64gZMAD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:27.0625rem;left:8.6875rem;height:1.4375rem;font-style:normal;display:block; }
#ZEzBvXWNfJJbFuTNHpcLAH2lV5kHsZMi { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"inter light";font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:28.75rem;left:8.6875rem;height:1.1875rem;display:block; }
#rmq36kCTy4AsNgRyGJasgEWQg3gNrs3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#rmq36kCTy4AsNgRyGJasgEWQg3gNrs3K > .row .container { border-width: 0; border-radius: 0; }#rmq36kCTy4AsNgRyGJasgEWQg3gNrs3K > .row > .video-iframe-container {  }#rmq36kCTy4AsNgRyGJasgEWQg3gNrs3K > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#iO1dezTeGsroVsTuZ9G1ftgoaHbCs0RG { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:27.6875rem;width:75rem;top:4.9375rem;left:0rem;display:block; }
#mpnNc3537P1yLS5BU9pim4coLO2FJWvO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:10rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#wO9nUXstK2OcEVXrixNXVLhlVEEcEExy { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:9.875rem;top:27.0625rem;left:63.5625rem;overflow:hidden;display:block; }
#bwnWi5fKDh2sFPbbo3iVokGLOdRN7lzQ { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:8.4375rem;left:8.6875rem;height:16.625rem;display:block; }
#ybhTVt0eNBmbWTpWgd9WM95ecR1QKwGM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:27.0625rem;left:8.6875rem;height:1.4375rem;font-style:normal;display:block; }
#Ka3f6aaet6eGqTDa6T8ZQRWHJAdkhW7B { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"inter light";font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:28.75rem;left:8.6875rem;height:1.1875rem;display:block; }
#L79lvBuw3ryQAfmfTkhpdQyQ84NINcxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#L79lvBuw3ryQAfmfTkhpdQyQ84NINcxA > .row .container { border-width: 0; border-radius: 0; }#L79lvBuw3ryQAfmfTkhpdQyQ84NINcxA > .row > .video-iframe-container {  }#L79lvBuw3ryQAfmfTkhpdQyQ84NINcxA > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#w3aD4nDTAXnH58hTxTz9Rri3mJlVglai { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(128,155,169,0.15) ;height:27.6875rem;width:75rem;top:4.9375rem;left:0rem;display:block; }
#bLveJNTfXKHthS1wfknzGiabysRunl1U { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:10rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#IE98h66vkPiSIKQIybePyMfkIFQ5AChK { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:9.875rem;top:27.0625rem;left:63.5625rem;overflow:hidden;display:block; }
#VvOLdOrr2dxsO7pQ7uIFoTTagABdDqyV { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:"inter light";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:8.4375rem;left:8.6875rem;height:11.875rem;display:block; }
#yae8mTqXggpp8qGWDmhFzgbbwAySBbr6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:25.375rem;left:8.6875rem;height:1.4375rem;font-style:normal;display:block; }
#vtCqf8OsOeyJ8B3IU02bChhWQUKGbMzN { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"inter light";font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:27.0625rem;left:8.6875rem;height:1.1875rem;display:block; }
#G0ZTiT4THBQa58iNAMzpwLX0ewqem5Vg { position:relative;display:none; }#G0ZTiT4THBQa58iNAMzpwLX0ewqem5Vg { border-width: 0; border-radius: 0; }#G0ZTiT4THBQa58iNAMzpwLX0ewqem5Vg > .row .container > .video-iframe-container {  }#G0ZTiT4THBQa58iNAMzpwLX0ewqem5Vg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:none; }#FLZi8TUkZW1CliQERsHg3Rd7kpcmccrg { position:absolute;display:block;z-index:100006;background-color:#000000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.4375rem;width:0.4375rem;top:0.9375rem;left:35.5rem;display:block; }
#ptpQxOZlao94Xtm6KVbsI629Q0UTTbXW { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0.2);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.4375rem;width:0.4375rem;top:0.9375rem;left:37.375rem;display:block; }
#XwE6hIuAqcTAJ4DnI7ku7nCIf4IyxaJD { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0.2);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.4375rem;width:0.4375rem;top:0.9375rem;left:39.125rem;display:block; }
#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2c2c;background-image:none;position:relative;display:block; }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row .container { background-color: transparent; background-image: none; }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row .container > .video-iframe-container { display: none; }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row > .video-iframe-container { display: none; }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .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); }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row .container { border-width: 0; border-radius: 0; }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row > .video-iframe-container {  }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#QLreyCTEWQtXc0M9NWfMABzBfSsDdTWx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:6.375rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#i4otPd3g0FWaWRFZ1eKx3mLvulp40ntV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.78125rem;left:11.59375rem;height:1.13720625rem;font-style:normal;display:block; }
#QnGhKXnAtmOiy8NTthAycBoiVelrtA8F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:2.78125rem;left:25.65625rem;height:1.13720625rem;font-style:normal;display:block; }
#CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 { position:relative;display:none; }#CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 { border-width: 0; border-radius: 0; }#CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 > .row .container > .video-iframe-container {  }#CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 > .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:1.25rem;width:75rem;position:relative;display:none; }#tDKNectNWG2XoiDsIZQGdszT21gZJgHv { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#tFi9X3kCcy4CRE2oeohEhUJHn8tJQkQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ebXFH7huRAkTbIaF9bNEtUTgMVOBCo6u { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:17.25rem;left:26.96875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fF9FCDrnESz0AsIPs6SSnlP26hKCVrVQ { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#sITIK9updUoZAtiiN1ZQnb7q5A8KRVRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2550aa;background-image:none;position:relative;z-index:auto;display:none; }#sITIK9updUoZAtiiN1ZQnb7q5A8KRVRF > .row .container { border-width: 0; border-radius: 0; }#sITIK9updUoZAtiiN1ZQnb7q5A8KRVRF > .row > .video-iframe-container {  }#sITIK9updUoZAtiiN1ZQnb7q5A8KRVRF > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.295rem;margin-bottom:0;margin-left:0.295rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.436875rem;padding-right:0.07375rem;padding-bottom:0;padding-left:0.07375rem;display:block;width:3.171875rem;height:2.111875rem;position:relative;font-family:inter;font-size:1.75rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.07375rem;padding-bottom:0.29125rem;padding-left:0.07375rem;display:block;width:3.024375rem;height:0.54625rem;position:relative;font-family:inter;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:15.875rem;height:4.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.40625rem;left:56.1875rem;z-index:100000;display:block; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #uWGRqQIhKdyOt8HFyWPJXRHTvaSFgekF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #tDdpI4zPttLvezuTT5IRqTPy9XTnzahd { display:block; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #PpgeZScBoIv9dCq0LMfnzxcnNneV6vu9 { display:block; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #PzK97XuqJsQX2EZg3DzSzTqtgbsMnMsg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #vXJf9wM7Skw4wSuFwKS6sIMKRp24OI8N { display:block; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #wMQcdKmklqkVzQc8Do46ubiRd9y86xqQ { display:block; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #WQv8cN3PfCr9W5otzvhxdJCLTXiSw3l9 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #L7zo4VqbOv0V9pWZbA3mAAS5HI54RQdw { display:block; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #LIMGM9r2qpOohpo3A5z5ziHmUq2Ukzaa { display:block; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #pG5r86Rfm4nkxWtKPFvm0DclbM3zpX8K { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #iyOxUBJPKdOrrKrTqHNlBMMEp8ae9mAO { display:block; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #scBdanFJu5o3zIATixpc8oOqTNrhUlTt { display:block; }
#okCFt7veFk0Vk0TM06lp6VDct0riOWq0 { color:#ffffff;display:block;width:55.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.53125rem;left:2.5rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZT6ihJ8qeoy8CsPnzv1STW3nC9rd1AoF { width:3rem;height:3.4375rem;top:4.3125rem;left:19.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TCJsTCFSIInPkH8IRkyZAOpqayfxGP7A { display:block; }
 }@media only screen and (max-width: 1199px) { #NCfddiiVSBTnpXip7hKdmMhecAxuRZ4n { width:4.9375rem;height:3.4375rem;top:4.3125rem;left:29.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BfASTIu0XgEcZncNsuLFucrVea0hJnKh { display:block; }
 }@media only screen and (max-width: 1199px) { #BvhqeUfA5VIfNahy5eVcdfafTaEDTlW8 { width:3.4375rem;height:3.4375rem;top:4.3125rem;left:34.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C4ywOTQZ6Gigt6MU9EZ2yfHsQi8alGWL { display:block; }
 }@media only screen and (max-width: 1199px) { #EdOdJvgEgU7kE6ltRi9P8iXQOsyRcPnJ { width:8.75rem;height:2.375rem;top:1.53125rem;left:38.375rem;z-index:100015;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTQ43hIvD0MBJNuU8J0NdS2DpQMqGf4K { display:block; }
 }@media only screen and (max-width: 1199px) { #eX5kOUnlTxAl7deWUT6m5oQ2m46CoQcF { top:1.0625rem;left:0rem;width:9.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIZT6w22zSp2CFgVJf7MZix2pwQqoshI { width:9.8125rem;height:1.13720625rem;top:1.53125rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WC710DZa3GHg5zsEQmNVs4Ze4tXWWgeD { width:10.5rem;height:1.7871125rem;top:2.48095703125rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-text.counter-number { padding-top:0.375rem;padding-right:0.3325rem;padding-bottom:0.375rem;padding-left:0.3325rem;width:1.99375rem;min-width:1.99375rem;height:2.015625rem;font-size:1.5rem;line-height:32.25px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #fbb300;border-right:0.0625rem solid #fbb300;border-bottom:0.0625rem solid #fbb300;border-left:0.0625rem solid #fbb300; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.658125rem;height:0.796875rem;font-size:0.5625rem;line-height:12.75px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv { width:14.0625rem;height:3.875rem;display:flex;top:0.74365234375rem;left:22.3125rem;z-index:100013;padding-top:0.036875rem;padding-right:0.0375rem;padding-bottom:0.036875rem;padding-left:0.0375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #D3zlgiTTVi6UdpZAXq1Og3QIB4fsfJv7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #fMM25J4PLrSDQ0wHJi8dkyi9XuosrTQW {  }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #KCWMosQrWnBJEUwFHKGDdusHHPfKPQnp {  }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #otNnEIpT20WLipNS4eK1bNSIVnD3J82S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #IQv59EOu4KTgGRlqpTLJdt92HOnMTh6I {  }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #g9xwaGEMQ91Uu7L3t5Og67asSt3gsbsr {  }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #QAgXS5d4Oha3g23sIBoWlBgeRTDLP7lW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #DcfPP9AUg7UqbuW5rRQskwf7PZpnBins {  }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #gEuimKB8nSxRb0ActeWEzRdtaEzi58sD {  }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #BU3zmORZyF8CPN1986C1kSc2TIRG2cHq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #UMfB9q0vn9psO4rEnNQvEAzT0nKhD8Qt {  }
 }@media only screen and (max-width: 1199px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #T4Rdi3p7oASxQRCSM9y7mXytDB8TKocD {  }
 }@media only screen and (max-width: 1199px) { #vKeFNxqirWdplkRabPnu9NLlsdUUmBWU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/IkWx6VqK/bg_dark.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.adaptive-delivery-prevent-bg, #vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.lazyload, #vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.lazyloading { background-image: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container { background-color: transparent; background-image: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container > .video-iframe-container { display: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row > .video-iframe-container { display: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .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); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container { width:47.75rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oOR3bu2JqzwNzXmFcwpbVxP5uMs7b5Ot { top:2.5625rem;left:0rem;width:9.9375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xGoen3VWVOHpK28un3rPAaQVE9tTFlBm { top:7.75rem;left:0rem;width:23.6875rem;height:10.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzhTtSOqsclkcIHoECsBlBCoeHm3qRCt { top:19.3125rem;left:0rem;width:22.5625rem;height:14.922875rem;font-size:0.8125rem;display:block; }#fzhTtSOqsclkcIHoECsBlBCoeHm3qRCt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
 }@media only screen and (max-width: 1199px) { #TvGKekHpLVHdL9EtkI0t1rNNpiTtBI77 { width:7.6875rem;height:2.5rem;top:35.375rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxLPWg95DCAFuIOnam5ETnCERnLMzd43 { display:block; }
 }@media only screen and (max-width: 1199px) { #Nyv45aGXn3ayLvD9POXxgbqTuSPh4Nnv { width:11.8125rem;height:3.9375rem;top:34.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9kTIg3JzrM5Ryl0BzkaaLwJ1fch5JVm { display:block; }
 }@media only screen and (max-width: 1199px) { #JtF3Up3AJ3LJxndKs4h45GflgAwthnms { width:2.6875rem;height:1.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIyrQxIO3dn02S8l8zi8rndgVSJhw99L { width:8.375rem;height:3.3125rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0ZI7OJv8Pn4TLi9vQEVgnTAPyl7rb8P { background-color:transparent;background-image:none;display:none; }#l0ZI7OJv8Pn4TLi9vQEVgnTAPyl7rb8P > .row .container { width:47.75rem;height:9.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aJAwkK8pLSUKMbMSoGdlI7GAuetxRn2O { width:46.3125rem;height:3.0625rem;top:5.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NT3pqNHut6rvpTrflg3WbRWNfn2USn0q { display:block; }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa { background-color:transparent;background-image:none;display:block; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container { background-color: transparent; background-image: none; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container > .video-iframe-container { display: none; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row > .video-iframe-container { display: none; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .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); }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container { width:47.75rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU { width:37.5rem;height:58.8125rem;top:9.0625rem;left:5.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8b1okBkt/mob_kamil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.adaptive-delivery-prevent-bg, #Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.lazyload, #Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #A4DJ4ccdef8TlEiqMDlU9MuqOx1CTSKS { width:12.5rem;height:1.79980625rem;top:41.875rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9c2qRUrfp0LEQaH4h4z8bJ3uIn5d47i { width:30.625rem;height:6.2988125rem;top:43.6748046875rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1hwXCsiV5NTILAN84Sa4hBz7Zs3kJRE { top:3.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #BEI5SCMUDG17qyeRZMsmRP8nB6uvE9IL { width:32.1875rem;height:3.5996125rem;top:51.4375rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NoXycOeU8yZMkGEpMTiOr6I4evW9h05s { width:30.3125rem;height:9.44825rem;top:55.6875rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS { background-color:transparent;background-image:none;display:block; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container { background-color: transparent; background-image: none; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container > .video-iframe-container { display: none; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row > .video-iframe-container { display: none; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .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); }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q1btnZDde7X4VMs0WTqVsnc4uuDCwrU5 { top:0rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 { display:block; }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uXM5077HVbkONk7kPu5s3ale3y1Mo0bc { top:0rem;left:0rem;width:11.5625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KERXDv2tWUIwNXOrKP2iM5Lm7gmgqd23 { top:12.4375rem;left:0.75rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TW2VxiTN2HOxEZTIkiqlXdI7Z8gxaGm3 { top:15.3125rem;left:0.75rem;width:9.6875rem;height:5.94921875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK { top:0rem;left:12rem;width:11.5625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqpEcbZxGHOCvp7JtuKNolLWLgBh6nFA { top:12.4375rem;left:12.8125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXP1dpEmJTEvVw3g6WIFHOxlyv4pdgvX { top:15.3125rem;left:12.71875rem;width:10.375rem;height:4.4619125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk { top:0rem;left:24.125rem;width:11.5625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OlQPR2r8AwCtz4ith73iERhmPDiMvSX6 { top:12.4375rem;left:24.9375rem;width:10.125rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMlruinbQeQfmWv9zJAJbtv5VMaJxw9v { top:15.03125rem;left:24.90625rem;width:9.875rem;height:5.94921875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uyktskohHC1GV2ATIhDlr21W2oPMmVPv { top:0rem;left:36.1875rem;width:11.5625rem;height:21.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G50hDIiy/m4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uyktskohHC1GV2ATIhDlr21W2oPMmVPv.adaptive-delivery-prevent-bg, #uyktskohHC1GV2ATIhDlr21W2oPMmVPv.lazyload, #uyktskohHC1GV2ATIhDlr21W2oPMmVPv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #lTvLWkmkRVg5CZfhibwhCUivpc0DJ3aA { top:12.4375rem;left:36.71875rem;width:10.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buMt12wUHhk7MZHhyBViBD7HeIum34Oz { top:15.03125rem;left:36.75rem;width:9.4375rem;height:5.5234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1vrKS5cx6V827Kuob4VraksQTQrtH3h { display:block; }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .row .container { width:47.75rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF { top:0rem;left:0rem;width:11.5625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfRCqkrT6Qx19OI0cPTLwZd2rxFypD17 { top:12.4375rem;left:0.75rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2yvDbSLNVNLZHOUochAH7PdbDAbbSOB { top:15.3125rem;left:0.75rem;width:9.6875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv { top:0rem;left:12rem;width:11.5625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpcFzTFqEd0BcVDZ2lu1dNWD9m8A75JS { top:12.4375rem;left:12.8125rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gozhvFI3Jo0oZquEx7yIGRvGRVZ96mvK { top:16.90625rem;left:12.71875rem;width:10.375rem;height:5.94921875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF { top:0rem;left:24.125rem;width:11.5625rem;height:26.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SxHLezII/m7.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.adaptive-delivery-prevent-bg, #W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.lazyload, #W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #TcFqTaJnqBvTFGnsB6RCnTJbLsd4hvMS { top:12.4375rem;left:24.9375rem;width:10.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wl1mvBq6vkcUs9BLHpqKxBACE6yxlCOk { top:16.90625rem;left:24.90625rem;width:9.875rem;height:8.9243125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k { top:0rem;left:36.1875rem;width:11.5625rem;height:26.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d5YZPZi0/8m.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.adaptive-delivery-prevent-bg, #PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.lazyload, #PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #LJm6xRbVTO6VlUhpZtPvVvF2uFEUJwh7 { top:12.4375rem;left:36.71875rem;width:10.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbZ1QAhfOVoy8RWOnn4lNo5OzBED3e9K { top:16.90625rem;left:37.0625rem;width:9.75rem;height:6.3745rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G { display:block; }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .row .container { width:47.75rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vmfJqIXZsyKfBn09LcP163KZXCslxb57 { top:9.875rem;left:22.75rem;width:3.1875rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SaQyoixVLehIwrzN2I9vMXTomEHvBTRm { top:35.85000038147rem;left:22.75rem;width:3.1875rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSaWHyOWITbywgTy7uFlzAInoFo1NUPX { top:9.3312492370606rem;left:27.84375rem;width:12.3125rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpQ7ZDOaszMOw4Ca9lOevMnKDF38wBgg { top:34.4375rem;left:27.875rem;width:12.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBXzcGTHZ5WSNIICsAa6kNwyakJUuCa4 { width:12.625rem;height:3.9375rem;top:78.875rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVCvBLkwdBHuS1n6ZahWho7g9gm3EERW { display:block; }
 }@media only screen and (max-width: 1199px) { #JHw3iapr2wzbcnfN15DrnwAhffkPPDC5 { top:6.5625rem;left:24.25rem;width:19.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPUizmgqsWUrwydgdRTTqcrUekH9xksv { width:4.1875rem;height:4.1875rem;top:7.80624961853rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DEvK2qNQSOEKkVeTVEnm8F9bd68Zo0ek { top:31.625rem;left:24.25rem;width:19.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVSnClvpSWmdnkBgE1TDIiAE7Tvb8MMu { width:4.1875rem;height:4.1875rem;top:33.65625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKlXQVBzW8syy2QL5KsC32lxNye9DfqE { top:66.125rem;left:24.25rem;width:19.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jz7SGx8uxkRgXKwFkwRiFOuyxttKf39y { top:0.39999961853027rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GADwRZhAWOefNXFrqUPpAl6URrchN6if { top:34.875rem;left:22.75rem;width:3.1875rem;height:0.9746125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7L0p9acGtpXIa62VdQ2kEpZR5u1KsNB { top:16.53125rem;left:6.75rem;width:14.6875rem;height:12.0625rem;font-size:0.875rem;display:block; }#h7L0p9acGtpXIa62VdQ2kEpZR5u1KsNB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
 }@media only screen and (max-width: 1199px) { #dc66rrRE8qCTDW3l1vNGIRHQlO9lekoA { top:54.84375rem;left:22.75rem;width:3.1875rem;height:0.9746125rem;font-size:0.75rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 1199px) { #Hy7N4g1CpUWuttoNWnz21Jdi3Ubrr6xh { top:52.375rem;left:24.25rem;width:19.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlDwXEmkg9yUMzyGXx3zw0sqWORxwDQX { top:42.0625rem;left:6.75rem;width:13.125rem;height:8.5rem;font-size:0.875rem;display:block; }#QlDwXEmkg9yUMzyGXx3zw0sqWORxwDQX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
 }@media only screen and (max-width: 1199px) { #kvGGEP4ehlEoq0rOQwM0cG6Jr4MyltLh { width:4.1875rem;height:4.1875rem;top:53.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmKQNm32sbPpJ1fI00aeccFGXeptDqTu { top:59.3125rem;left:4.8125rem;width:19.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OQg556QyiyERJXTBtiKc5ZVyMOAeA4Sz { top:69.318750381469rem;left:22.75rem;width:3.1875rem;height:0.9746125rem;font-size:0.75rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 1199px) { #GuiMqOnRfqllGM6iTVzqTZq2pKO5ub2Q { top:55.81875038147rem;left:22.75rem;width:3.1875rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uEwJnyCqa3yCxKSXuaEwtg2gJ0N7J4g6 { top:54.53125rem;left:27.84375rem;width:12.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbWrlnlE9dAbJDb7wRTLRVyROwMWggI5 { top:40.25rem;left:4.8125rem;width:19.5rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foUTxnmm0nxLfQU2bNq4Rifbvh1pHzTm { top:60.75rem;left:6.75rem;width:15.25rem;height:3.9375rem;font-size:0.875rem;display:block; }#foUTxnmm0nxLfQU2bNq4Rifbvh1pHzTm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
 }@media only screen and (max-width: 1199px) { #L82C4kwR9MLBiEuCGvZaTRzg5r9hwlfc { width:4.1875rem;height:4.1875rem;top:68.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CD9IrVXLZpsPJNCx2AnAQOPaQaaGF9Xy { top:13.5rem;left:4.8125rem;width:19.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z6XT23u2ptTRiTb49gyALk9dVLJrTR1s { top:8.875rem;left:22.75rem;width:3.1875rem;height:0.9746125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weXoUDPHmSDEtSB5151BkmUJ7z0OiyTr { top:70.231250762938rem;left:22.75rem;width:3.1875rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mt5QNRZUate6I97xPAIe2nL9HfTHU1uu { top:68.84375rem;left:27.875rem;width:13.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DeOeuScQkLcJn5WLp8gN3LzboqheoxKw { background-color:transparent;background-image:none;display:block; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container { background-color: transparent; background-image: none; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container > .video-iframe-container { display: none; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row > .video-iframe-container { display: none; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .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); }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gCQ0AficEvO9CsCP5SMJW8KQ6JsGVn38 { top:0rem;left:0rem;width:47.75rem;height:4.94921875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZuktu8MPuwmSbp87Q56ZmQSILF18nWI { display:block; }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .row .container { width:47.75rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ifIdAe5pJHp2FSJouMKy73T04oKhlJht { width:15.9375rem;height:21.875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ays4f6CM4neUTxc5iATWRJoQBTQ1rVh2 { top:7.625rem;left:0rem;width:15.9375rem;height:1.57470625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dbhuho2WNGXmPywMxsNTnvECm1zhCKsB { top:10.424999237061rem;left:0rem;width:15.9375rem;height:10.2368125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NNJGxAmuvqITbr04PC4Rgu6lpk48TNxv { width:3rem;height:3rem;top:3.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5A5zCGaKlCeDscS8zdMgtW7129ADrnd { width:1.25rem;height:1.4624rem;top:3.9375rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhLdr5nECV7GFiXaB4deCqGRuh67Fcqg { width:15.9375rem;height:21.875rem;top:0.3125rem;left:15.916667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xHOK10Bq4u6H4RX9mKR3lPZcuQTDJs5G { top:7.625rem;left:15.875rem;width:15.9375rem;height:1.57470625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQuHolElq70RlfQFb5JfRXlEPSpHcQcd { top:10.424999237061rem;left:16.78125rem;width:14.1875rem;height:7.8735625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyDtTRLyK3sJIKFczKO0fusNuF9crs8l { width:3rem;height:3rem;top:2.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITdeHebwyt8OvBPlMpS0LXWTdKrIu3Ph { width:1.25rem;height:1.4624rem;top:3.625rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tXQrWKtWBXsytGUp7UaCZonqSTvgqmss { width:15.9375rem;height:21.875rem;top:0.3125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8TlcXgFEMMuQNqt4w4dmFTTktfaEt5c { top:7.625rem;left:31.8125rem;width:15.9375rem;height:3.1494125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6h3b9qZ4XEmtsx6Qi5AftHyyNJ3fVTt { top:11.875rem;left:32.541667938233rem;width:14.5rem;height:6.2988125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yflsoyAPt7mefPFKFphcorJ9rPfuiPCM { width:3rem;height:3rem;top:2.75rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlVNuEuVqebtyMhcsR3Zo9lwXNe7tgLF { width:1.25rem;height:1.4624rem;top:3.5625rem;left:39.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT { background-color:transparent;background-image:none;display:block; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container { background-color: transparent; background-image: none; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container > .video-iframe-container { display: none; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row > .video-iframe-container { display: none; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .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); }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lGlsvuHWgCd9HRRTkSdGANgJWX2Kuwr4 { top:1.71875rem;left:9.71875rem;width:28.3125rem;height:2.4746125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT { display:block; }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .row .container { width:47.75rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kS2d4pNVHI68rDww3FmmzFeROgVVsoCk { width:23.3125rem;height:33.5rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEQb8E0IX5XqD6gzGlXRrKlHmuuNhNN2 { width:16.9375rem;height:1.13720625rem;top:12.887499809265rem;left:3.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5FDIE05SHUX82Ud5ODXIbk2aJpNugx9 { width:18.3125rem;height:2.54980625rem;top:2.5rem;left:2.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RU2PmKm3wVUylzVxTdswRT599FTd5mUy { width:18.75rem;height:14.17235625rem;top:17.9375rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZdufvZMUTErqCWhJTLXGG7InVClkfJB { width:5.5rem;height:1.94970625rem;top:9.3125rem;left:15.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2J4XkyouDa0xOtf3QTNeuXCV3b2MNaB { width:11.5rem;height:5.19970625rem;top:7.6875rem;left:3.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHqyuPWfwDxDPkrGGwtlwQqpkeAZ74Pm { width:5.9375rem;height:1.25rem;top:15.34375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlnCGIAqDdrNAvVQCXrq2UTEz2kvETUW { width:7.375rem;height:14.17235625rem;top:17.9375rem;left:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3VFlQCUIdnsfLBrFpvnZBl4yTcOf0db { width:23.3125rem;height:33.4375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AW25AATZgUkKpTDLM6ixv0nuaiHp3ucA { width:16.9375rem;height:1.13720625rem;top:12.887499809265rem;left:27.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTREkd8iB9H5SP4h7Fh3aEFPGWrNZH6d { width:18.3125rem;height:4.19921875rem;top:2.5rem;left:26.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtzM4OqfphEJnMNWe7WUQzra0ntpH1hr { width:11.5rem;height:5.19970625rem;top:7.6875rem;left:26.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gGFuKikGKpfzdg4r2LUaPL84EMLOd0yB { width:5.9375rem;height:0.625rem;top:15.65625rem;left:32.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2TJVuL31e7IKyiLaOsHRobwkkJlMtrX { width:5.5rem;height:1.94970625rem;top:9.3125rem;left:38.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bel0D9iZ6udAyn02TQvbNTXZ7r4GbeEk { width:19.625rem;height:4rem;top:25.375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #budAHsoEcT54FQX9RcyOAum6WVp3oqis { display:block; }
 }@media only screen and (max-width: 1199px) { #hmVVyhyAVIKJcLQctntXGs4N0O1TJb8a { width:16.9375rem;height:3.41161875rem;top:18.76171875rem;left:27.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ { background-color:transparent;background-image:none;display:block; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container { background-color: transparent; background-image: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container > .video-iframe-container { display: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row > .video-iframe-container { display: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .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); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container { width:47.75rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-text {padding-top: 0; padding-bottom: 0;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-select {padding-top: 0; padding-bottom: 0;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-button { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-checkbox-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr  { width:20.625rem;height:auto;top:7.83749961853rem;left:24.1875rem; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr {display:block;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr { width:20.625rem;height:auto;top:7.83749961853rem;left:24.1875rem; }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #AsCPw5AsurMVaM5GFc2oARgOOewl9ttJ {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ieDmMQVfgoVP1CIcU5ruvoxM0xNTnSk4 {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #TKPqSMwrZUVS27WzG5l0K4cU2Str4LCQ {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #NLqOpOTHPK1Ci0q2DBFAkrFfBerZ3MTT {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #t3XRyOGnp3Q1ldXLTFwt1d8ZuSye53gn {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #WtXzzrEPMiNXNtah8mtAbPmmQLBcurTS {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #Bf3WVCToBh91xzaDMR8FNoAXac4A2iyE {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ZyZOJBC4OkTlSECHKpnUxzrsyS6R37mR {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #NzlkF9dSVPXF9aZCfvUQACFQs3VfAbCk {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #mHLaAJq0snaartM3pUn3Tk01lhqzE5XT {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #QHAhSZvylz2SAml5plImR6BaFS0mRHBA {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #V4IPW7LmFm1yrqEZTbztXE8t431OxKGy {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #bhVVq9ZTm51iUiXyW4nxZsl0uhJQT7DF {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #F5lzA7HXdsz7prh5i4uaGCvkoI0hTSH3 {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #A8HXnHNIVGzGAG6hXgC7u8DyQhuBgmcd {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #nGqDmk1eV1JuIx1xrzhi6T8bLQdkdwXn {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ZXAVnPKFEqQEitMAPvl4DumB3v77DSc9 {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #Tdk9TPgPHewChHiZXcS1VCKRwCa9wOe2 {  }
 }@media only screen and (max-width: 1199px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #q4ggioBd6khLuzeh1xHKcs4W4Had1Fsn {  }
 }@media only screen and (max-width: 1199px) { #shnM2GWRe16X1C5H3GMVhK49CTMcOen7 { width:3.9375rem;height:2.1875rem;top:36.012499809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrwaTCbQuTXvSQPHZRDQG9vXg7m4kZMe { width:5.25rem;height:2.9375rem;top:35.637499809265rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #amIL4k84EPpu7sQAratMIT0wr5n1EKBX { top:0rem;left:8.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEGKGlUrHCSlikffE1FcCRPapHL1KuE1 { width:23.875rem;height:28rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTtz8WAypu9w5yTsWSo3KAf5fPpDxyA1 { top:8.625rem;left:3.3125rem;width:17.25rem;height:7.69925rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #Q5EDnTD08xLP3S5u7WeaL66tZ87RxnLe { top:22.5rem;left:2.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #enUm0ShNdkC4SxaHO230hdeAn1Wb8IPA { top:22.5rem;left:11.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #baA5sC9Muhf8oIdWKVEWXbxxA4yDNFm1 { top:23.125rem;left:2.9375rem;width:2rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tV6qJyPqiziXVSOef60UTWVtiVbL68bK { top:23.0625rem;left:12.1875rem;width:2rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AckStqUhxoLomk24Vl11UigISDcZT5TN { top:22.675000190735rem;left:5.9375rem;width:5.9375rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VoF8f4u5P2tQEwHKn5ZR6BupuDNvkmVz { top:22.66250038147rem;left:15.0625rem;width:9.25rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PryT84p1KQ9BHAZasgbN5z3fvvtfF1RK { top:0.6875rem;left:23.8125rem;width:23.9375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyVwHt2finePDCBTEmgk3dkrGdveS3vU { width:5.5625rem;height:0.8125rem;top:22rem;left:41.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrucZlXf5hETKNJXcTifRf0h1sLNFsUC { display:block; }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d0yIBJHPOFtNoyy4n2BlOTZImLQK9aTv { top:2.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT { display:block; }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row .container { width:47.75rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xsDxao8C17MNMVRaLTcu3KQvUSqcuTPP { width:37rem;height:2.92480625rem;top:2.1875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNfkwumrt8wpOPX0QrMxORTIebT5BQ2B { width:2.4375rem;height:2.4375rem;top:1.9375rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlaTBaWA280CxKTk4pHkqxZvegKg5WH4 { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bICbPhkpGJG7WffCNMLq5TMJabUBHAU0 { width:41.4375rem;height:3.3125rem;top:1.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG { display:block; }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T6EQ43xeX5pPCCAXWCAw1gDedWbIp7x0 { width:38.8125rem;height:12.59768125rem;top:1.75rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 { display:block; }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CN8P3CThp92yiEPvT6lJiIKqCwUNZkaL { width:40.625rem;height:1.4624rem;top:2rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XGxcyCPcrpxrUuvGNQRUTd1rS7TNKzgn { width:2.4375rem;height:2.4375rem;top:1.75rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ckq9Z6axq6ZnMrWJT4TZd0S4kU8eXln0 { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #maWU5zMvrT9zdcFivbsBAasEfPUs8NyX { width:41.125rem;height:2.6875rem;top:1.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 { display:block; }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row .container { width:47.75rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W1iC8GC1QNfruqIuZoKBg7HcKM4I0tlw { width:40.625rem;height:6.2988125rem;top:2rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F { display:block; }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cGr6mzEiXzFPlkrAgbDXBPHSQyQwvxyR { width:40.625rem;height:1.4624rem;top:1.6875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UUVNCciqZG3aaP2Nhd47rFvWDTH1ZHkO { width:2.4375rem;height:2.4375rem;top:1.4375rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTO2gXUMSnCeIoUSwb2KIRCAV2JksfTb { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hom9cEfMvKUfVkuRTCXtKtcXt8DPQuxl { width:41.3125rem;height:2.8125rem;top:1.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ { display:block; }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G9D79zrecvFZyPNlMaDKU6OD5aOEgH41 { width:37.125rem;height:7.8735625rem;top:1.75rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME { display:block; }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J1gUUDwzPiw1n2im41NhPH3zfZb7WhRk { width:7.375rem;height:2.125rem;top:2.0625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLy687Ck9C3v2fcgmqfAZTkyJZKLhxkh { display:block; }
 }@media only screen and (max-width: 1199px) { #ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa { display:block; }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yTyaK5TaaTEMdkrCLUph4brmmfxS1AEn { width:36.0625rem;height:1.57470625rem;top:1.5rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wO0vH90z0hcf5i7rDaIly36fNT5uQB4i { width:2.4375rem;height:2.4375rem;top:1.25rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhDk4tWJyCSbp4TE5zTxTBxTGZmvSoHc { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRShFopB0muhk9U2sRTcP3pwPA2p4GLX { width:42.8125rem;height:5rem;top:0.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zue1Q39CqoapsSG6kSJmocMbuA6FX5sD { display:block; }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GSXZG0bwW7eSGllJqc14k8MwcTGFmWTl { width:40.625rem;height:6.2988125rem;top:0.125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op { display:block; }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lQwA1M2r7kI9Mh3hv2aCwvR5u6AOmnDO { width:36.0625rem;height:1.57470625rem;top:1.5rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdyaF2ih8B3vTerZtx4ii1vvO8vuZ9xL { width:2.4375rem;height:2.4375rem;top:1.25rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9Nmik2TJCzSTeadQzl9RX3UTTM0VFHl { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H07Egp9fycSr5xw3I1JwXH3btN9clHLN { width:42.5625rem;height:4.875rem;top:0.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A { display:block; }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PcqrlzrQ6lhHDlSK85Wp0amQqAZk19Ix { width:38.3125rem;height:6.2988125rem;top:1.875rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 { display:block; }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N6wFfOJCuUt9ChBRVzmA8w6Xr8g8P2AV { width:36.0625rem;height:1.57470625rem;top:1.625rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ID3DTFTEGB7NcSX6lVo5FueQ35cupMSl { width:2.4375rem;height:2.4375rem;top:1.375rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdyB57OwD6rpaBHtCR4z42DSrt4dymai { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgJ7f1JI2ldlfLsFB48lP8hz4HwDvbuB { width:41.375rem;height:2.3125rem;top:1.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v { display:block; }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CbPrTcEKQJ3CtJCtF26R2EmHEpiEMz9A { width:38.9375rem;height:7.8735625rem;top:2rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo { display:block; }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #euB8sNZ8mtVP8SG3eTt7colvqxedeySp { width:36.0625rem;height:3.1494125rem;top:1.75rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeO48dxwlgMrn49JpZmL8D2ZAvSMr520 { width:2.4375rem;height:2.4375rem;top:1.5rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ubshecto5UaymJ8rwARadTm9DxlILPpu { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prfoimUKv49sIhPomV7QmDw12coke4A9 { width:42.875rem;height:3.4375rem;top:1.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 { display:block; }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aZq6sDTm4iVxaCgH9Ui6oG4HoOdgyABo { width:38.3125rem;height:6.2988125rem;top:1.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf { display:block; }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LHUG70BaCuvWvLJ6CufIUiZ3UOu5lnur { width:36.0625rem;height:3.1494125rem;top:1.8125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8ZiNQQTTKSzSb6OJ5TXaIloqX91idou { width:2.4375rem;height:2.4375rem;top:1.5625rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pT3Ah0x1epUQ9HiQkT37uskU7sJG9qpf { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB0hR7a4iGo98HpodrBBIWT4onMEgiU1 { width:41.75rem;height:3.6875rem;top:1.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pphkiiKH3GRANT1LToABhxkPD8t6IOHi { display:block; }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wgvoBx7XvonkRvvIMGTRl1Hhi80VmS0I { width:39.5625rem;height:6.2988125rem;top:1.75rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs { display:block; }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row .container { width:47.75rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VpQp7OfJppKM71SlkVldhfn3xKAtrcHp { width:36.0625rem;height:1.57470625rem;top:1.8125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgBFWVQnnTBz33IFi0s75MP6h5WZEBDH { width:2.4375rem;height:2.4375rem;top:1.5625rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rcpiwNHLMrPeAx1eCxQ4UMMKADrsWJ0g { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S48k25RD22flcZgBllxiq4gmkZZ8Llmi { width:41.0625rem;height:2.9375rem;top:1.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #REmSpumGqVcLaxCu0veoX0HAhcfvX3OS { display:block; }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GpOfzuP3hhl8KfeRFynJLBsf799AsLR5 { width:38.625rem;height:7.8735625rem;top:1.875rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS { display:block; }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qm32r0q5m5P2JREOaPmWEVDFvFRTPpPN { width:36.0625rem;height:1.57470625rem;top:2.125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqSSdwLfLJlDEaiV9HFHTs1zBgzVkwHi { width:2.4375rem;height:2.4375rem;top:1.875rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yETkzTbkTHoJ44TFKNPeBVUqRObhKm5q { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLDPIcgRlwRkTQBqM4blGIZPS3U7Rzhe { width:41.375rem;height:2.9375rem;top:2.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W { display:block; }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iF2DBMSdTpWSfVnfNQlZSwyWN3RB0D5v { width:40.625rem;height:11.0229375rem;top:1.875rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4T9on4vi32xaGoHs74dpsdCzhmPKgMG { display:block; }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row .container { width:47.75rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r53vSMRmbHm6CbUlS1NRIuKZOthpJrHF { width:33.875rem;height:1.57470625rem;top:1.75rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhD30sbJOXui3peRrv6oc5pV7OSTGRBx { width:2.4375rem;height:2.4375rem;top:1.5rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3HZgLDB71PiAokqCIJCtaOaJ3U5NgVl { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9p05CNi8EoItT2ZIfBf9tx0N6oshHuT { width:42.375rem;height:2.8125rem;top:1.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V { display:block; }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KXODRvFOTeotqrGQbQsTRrUV2UEM5NWH { width:40.625rem;height:17.32175rem;top:1.8125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i { display:block; }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QPP1UnXgm3RzD6WqWzcRWsxT0xItZ1IB { width:33.875rem;height:1.57470625rem;top:1.875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSu0pTOfM4QPsZVPq8iBDvXCpw1ZQmH1 { width:2.4375rem;height:2.4375rem;top:1.625rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXKzsvFDt9Ny00JUfeBv6TKAeNSAbOJJ { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1fCTkTWtBM768acKdyzQSovpBbKTWSv { width:40.6875rem;height:2.8125rem;top:1.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d { display:block; }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TRXuaRKRZhruNZrnId9MzaGgW7UE02iD { width:40.625rem;height:9.44825rem;top:1.9375rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq { display:block; }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row .container { width:47.75rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZzAUSpAGELrKdmlPPLbaXWiw8K2WgCnL { width:37rem;height:1.57470625rem;top:1.875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QuUppPcMcAGnldMLR5ph3hcSF84RLHK9 { width:2.4375rem;height:2.4375rem;top:1.625rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JatLXWEnTEsomvXzP9XUsoxowux00yTv { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dqmU7MrqcQHZ822z7fVL1xgvWE58KgOQ { width:43rem;height:2.6875rem;top:1.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O { display:block; }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A4P6qqS1F77zvoWMhsXbktCfp1C8TgQg { width:40.625rem;height:12.59765rem;top:1.8125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS { display:block; }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S1RibwnmJH60hdGbPggJxRJOy2rHybgB { width:34.125rem;height:1.57470625rem;top:1.5rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SKrTCc7JdykOVIixyNcGzaJ9OudRCz6Z { width:2.4375rem;height:2.4375rem;top:1.25rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HSONoxwLaRu4EFxby1QyOwQ3IKTUznEC { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwH66Lsy9d77cBQE2flhdNZ8xk67to6H { width:41.0625rem;height:6.1875rem;top:0rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 { display:block; }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vZOKvCCiS0WGcFB0gG7pMp80sxbbhp2B { width:40.625rem;height:3.1494125rem;top:0.125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSfRyhbsgMOABIBBy6rwqdhETvTg92rg { display:block; }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lSyW1VdpreysvCNu424m6x1Q1A40ifUA { width:36.6875rem;height:3.1494125rem;top:2rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIJ16G2UcRA2exL403rdMVu09AHbQC1v { width:2.4375rem;height:2.4375rem;top:1.75rem;left:41.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcPENMfkMrJD5ATobkU3LpiR6oBZKcxK { width:40.625rem;height:0.0625rem;top:0.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrEDUOCS8WVwhWW6lmeVWQDBrFoKkSBT { width:41.0625rem;height:3.5rem;top:1.8125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH { display:block; }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FfoQWS8fElC4iHlVTEqRcbIDSoCmb72I { width:40.625rem;height:6.2988125rem;top:1.5625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq { background-color:transparent;background-image:none;display:block; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container { background-color: transparent; background-image: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container > .video-iframe-container { display: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row > .video-iframe-container { display: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .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); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Itt4eoVxK0CowT3HFAs6uQrcLuUk5zS1 { background-color:transparent;background-image:none;display:none; }#Itt4eoVxK0CowT3HFAs6uQrcLuUk5zS1 > .row .container { width:47.75rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UNTXJzsgWLH0QrC1Ub4ITc36kc92NU7U { top:0rem;left:9.71875rem;width:28.3125rem;height:2.475rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QFJCtTQ4Tn9ZxrQOQFwmAqsksaVqH4nx { display:none; }#QFJCtTQ4Tn9ZxrQOQFwmAqsksaVqH4nx > .row .container { width:47.75rem;height:60.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz { width:37.5rem;height:53.6875rem;top:0rem;left:5.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/az0LZ3Kt/img2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.adaptive-delivery-prevent-bg, #wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.lazyload, #wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #RCJTbwzhIOIi6IQ8282t6nFbfz9fP979 { width:18.6875rem;height:1.8rem;top:33.4375rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #krLh5VTT8y54R0JXMI18noxRpQeKLiaO { width:31.375rem;height:15.75rem;top:36.4375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqxGaIMRFs6IMZiHJKWwP7HeA77CRw5e { display:none; }#mqxGaIMRFs6IMZiHJKWwP7HeA77CRw5e > .row .container { width:47.75rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eNupvGNJmTKspqPfIplL8SE27BrlDnM8 { top:0rem;left:6.40625rem;width:34.9375rem;height:3.375rem;font-size:2.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #yMytv7i5nl4yyfDNTPECuBnTfyQXJgkf { top:3.875rem;left:3.96875rem;width:39.8125rem;height:1.5rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #z1zKLB1w2xBfUDDLS2hekdldWQm7yc04 { display:none; }#z1zKLB1w2xBfUDDLS2hekdldWQm7yc04 > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oW0Tzx1nmD69bkNFZqf6HqOrR0c4b8pW { width:18.5625rem;height:5.2rem;top:9rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wsPq0CmJ7w6DUsw79pGTIfV64Z5PgNet { width:18.75rem;height:1.575rem;top:15.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMxaES0SL6NbkM8Jx457auM3CgT0SaaZ { width:18.375rem;height:7.875rem;top:18.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EDSv1Txp2e89QMi2J9NxU1CQXPG7n2zH { width:9.0625rem;height:2.25rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvSzrh4vgMJ5ftDf5e9QzsQelxRJtIX3 { display:block; }
 }@media only screen and (max-width: 1199px) { #lN5WnhnJtO1T02ICiOt3ctmiJB1ZSmxD { top:3.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yS2nOyy8t8eqJDrPzuBf1qUPtSzftCEx { width:29.5625rem;height:1.575rem;top:4.5874996185303rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rml4FORGakGq9wcE1CystQu6Lo8UB3Gw { width:15.0625rem;height:1.1375rem;top:27.174999237061rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWg8N7OOoERwImugso4V9gyOfzgL6cvc { top:15.375rem;left:41rem;width:6.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VV7CoNUZKFGGrfq9XN4TVMHA6TlIxz1r { top:13.387499809265rem;left:45.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RT7H3huHEGknyUJ5AgC9FVTTJ7upRd4H { top:9rem;left:20.171875rem;width:25.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eFJzgZPOZtpvmBsEW2gHFSQVplxWFUIJ { top:9.3125rem;left:20.6875rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5yXXieTFpTbJD2DKLBpcPd3ICnzqR64 { top:9.3125rem;left:21.5rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3JvSC38zwbkpMteIGy1phys2TmDXi11 { top:9.3125rem;left:22.375rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp { top:10rem;left:20.171875rem;width:25.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #naDNRkiVsG0mfwsgNrfVJLaTSmOQyT37 { top:15.875rem;left:41.375rem;width:6rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MFAW3J6T9JvbtpallnN7GRXkHnHS2TWb { top:17.1875rem;left:33.75rem;width:5.625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awF9P8EfPq2pIpTxVWBJ7QTVysfwG1PK { top:27.5625rem;left:32rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rT3sJgPHnTkVv0TINRdHmS2uA1MllVOh { top:27.5625rem;left:23.21875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gPPxhGC1fGdtHmaJcwpq7SSDAUHlI9kQ { width:5.625rem;height:5.625rem;top:23.5rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqGICLUtlIeDBQTeu8J4Um86kTBToMWJ { display:none; }#RqGICLUtlIeDBQTeu8J4Um86kTBToMWJ > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rVUGMq6sHBJEvQ67Q7HtQR0sZ7giTI40 { width:19.5rem;height:5.2rem;top:9rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRbcIy1rFXzEicLq5hDpLsSaw6flWKeq { width:18.75rem;height:1.575rem;top:15.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sKA1DU5ThiCXqLX5F0CDbriI6Hgek3Is { width:19.0625rem;height:12.6rem;top:18.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gVQe6x4klX8kEhS3pHNh3WAvpm5wF8p1 { width:9.0625rem;height:2.25rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DhT8NKhFSPT2vbXBBgC0i0VkQ2zTe1yc { display:block; }
 }@media only screen and (max-width: 1199px) { #uD7BzK1bDpd3O0NTaTXL94kn6LlB7i2f { top:3.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqeHfZidDwaIJm4y7e5XG5JzStvstgv8 { width:29.5625rem;height:1.575rem;top:4.6875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sJhLdPGyae4PttE5EozOZfUguocGROxp { width:15.0625rem;height:1.1375rem;top:32rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTIgMHQPQPWy7O3PvuBMlhoTDq1V1om0 { top:15.375rem;left:41rem;width:6.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9XpE7C8Lw2Ppv54QrULJJKdiXkkPhlL { top:13.375rem;left:45.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yahhO3E9unOGBZJsWNnefcp5H59xPVPi { top:9rem;left:20.1875rem;width:25.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDbLwQ02yr3Fw2gvPDJCQDGvNCfIxQDI { top:9.3125rem;left:20.6875rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTuJ3VCBtGcoFbC7RnENnNZa21BRJNuO { top:9.3125rem;left:21.5rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mf8P5k2ay4aqPAREhOlHOAKT0ra5N3vL { top:9.3125rem;left:22.375rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btruvmyzWOByuWbfd6tEe6QkhJX8ftww { top:10rem;left:20.1875rem;width:25.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXOtTnd68eC3rV3CivSf5KeIKdSs1yAV { top:15.875rem;left:41.375rem;width:6rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHoTppuMzlwTN14vP1dTeEEchzK0PCZV { top:17.1875rem;left:33.75rem;width:5.625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LvT1MTx565o81WrCMxqdQJN65szEfiQn { top:27.5625rem;left:32rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KySDhC2iCqWnCzsNAt4fuoQKoa4oITO6 { top:27.5625rem;left:23.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe { width:5.625rem;height:5.625rem;top:23.5rem;left:25.0625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/vihN6onG/PL_250x250_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe.adaptive-delivery-prevent-bg, #hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe.lazyload, #hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #fLnpQkBFqx1J5WrwHTpy3KEH29wg2pqK { display:none; }#fLnpQkBFqx1J5WrwHTpy3KEH29wg2pqK > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ysqSu4LP7GNUIcKo9517iVBtCJNK4cFN { width:28.3125rem;height:5.2rem;top:9rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0xEGf82ws4iTodcnF2dTSon0LQ3HmMK { width:18.75rem;height:1.575rem;top:15.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfTuduEHuqiFgyLW1TRS81rpdVVaiVZE { width:19.3125rem;height:7.875rem;top:18.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsqXC8EV5tczCv79kFBd3ToHucgTJQZg { width:9.0625rem;height:2.25rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTyULStkArQWDutZpwgCU4NiJmHfk33t { display:block; }
 }@media only screen and (max-width: 1199px) { #KVSoErbFxTlB8erSdTDxsTSi72t8a5Ip { top:3.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJD0sbUlg0ih73CtVttWCiQWAM2AMivF { width:29.5625rem;height:1.575rem;top:4.6875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ibxFNKv8M0TRNdmxop5LufDrZtVGauy1 { width:18.25rem;height:1.1375rem;top:27.174999237061rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w8Hfgv9Usk3pzqIlng4gFrElpn0unlJa { top:15.375rem;left:41rem;width:6.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tIAfSRVIL24TNNyCHLrIuIEPdGwPVXyb { top:13.375rem;left:45.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnpD4HVeWxV7IKaaKDt4fMwXS4KeDT9k { top:9rem;left:20.1875rem;width:25.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyP8lZRkHm7rBAmgktv82MXRcperzDtu { top:9.3125rem;left:20.6875rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2ualEKZnPcF65xNOv4T8qlsGn6bR7cm { top:9.3125rem;left:21.5rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzZmoBirVeBAMVN6QmsQPvLonevTQJ81 { top:9.3125rem;left:22.375rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1 { top:10rem;left:20.1875rem;width:25.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v6Rli8pXAkXKNqPwJ0C5BFmXzFZDIMTG { top:15.875rem;left:41.375rem;width:6rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GozuUtaxTUdA3uPMeZC5y8WbTxKzWAJ1 { top:17.1875rem;left:33.75rem;width:5.625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMH1XFnEsiK14oNNoVlFisqoEw3SoST9 { top:27.5625rem;left:32rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLu6nNer8sAgJTGCcV9ffyAWxV9OBckH { top:27.5625rem;left:23.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBHoDuS7k4XlcnG2eMuaIxrf2A9I3OiV { width:5.625rem;height:5.625rem;top:23.5rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svs3H8uO9oMPmgKiOQG1Ut6CBGIQz2Xg { display:none; }#svs3H8uO9oMPmgKiOQG1Ut6CBGIQz2Xg > .row .container { width:47.75rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IyhsOEgSH0HQysrmGpeBMTx2cNIl5BM3 { width:0.4375rem;height:0.4375rem;top:0.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6KcvnPUahJfrhtBPWITyGB620WrVElA { width:0.4375rem;height:0.4375rem;top:0.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vB62noyNKbMnuks96BW0RVH0QgdNwI9z { width:0.4375rem;height:0.4375rem;top:0.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPiAdENEiVCzHsmZhmALJTJip7mLMRdi { display:none; }#TPiAdENEiVCzHsmZhmALJTJip7mLMRdi > .row .container { width:47.75rem;height:10.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #d6SUrBD5ZFgrAXx5pMITzIK1RB3fUARF { width:18.125rem;height:2.5rem;top:0.75rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ivlKIrurrPIwF5Ru5NuX7VWF8VRTqNeg { display:block; }
 }@media only screen and (max-width: 1199px) { #IkTaTEebTtx7XxAi9GuqMRkLcwhX3A5C { width:14.75rem;height:3.9375rem;top:0rem;left:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbTaOTz7fWdL71GpSHSJu1zaeKiRKhNV { display:block; }
 }@media only screen and (max-width: 1199px) { #JtGoMrRbsUtdJzGWbruLbyEcrWai8GCx { background-color:transparent;background-image:none;display:none; }#JtGoMrRbsUtdJzGWbruLbyEcrWai8GCx > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #I0ETLnXDlUdfoKLrgxHx2DIa5pQ7Qvfx { top:0rem;left:9.71875rem;width:28.3125rem;height:2.475rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJTVvMRxHf8oEZ4pMUt8udd78w5NrX7o { display:none; }#UJTVvMRxHf8oEZ4pMUt8udd78w5NrX7o > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VaCgkREnUycoTiTJ8l9CGqCEXt56iHs2 { top:6.8125rem;left:0rem;width:47.75rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yiQtGfet3Cv1paVMA0dN9KvLvAGI6kUX { width:10rem;height:10.875rem;top:3.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbueQB3KQUT4xcHswqacETCBcJEm0wUI { width:9.875rem;height:6.75rem;top:35.712501525879rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvngWtqlFVPMzI0aFeCcEycN7QfFGtrb { width:40.5625rem;height:26.4rem;top:10.125rem;left:3.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7UZ8MeSWJzm0Ky44c2PxThTX64gZMAD { width:12.5rem;height:1.4625rem;top:34.75rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEzBvXWNfJJbFuTNHpcLAH2lV5kHsZMi { width:24.1875rem;height:1.21875rem;top:36.5rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rmq36kCTy4AsNgRyGJasgEWQg3gNrs3K { display:none; }#rmq36kCTy4AsNgRyGJasgEWQg3gNrs3K > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iO1dezTeGsroVsTuZ9G1ftgoaHbCs0RG { top:6.8125rem;left:0rem;width:47.75rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpnNc3537P1yLS5BU9pim4coLO2FJWvO { width:10rem;height:10.875rem;top:3.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wO9nUXstK2OcEVXrixNXVLhlVEEcEExy { width:9.875rem;height:6.75rem;top:35.6875rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwnWi5fKDh2sFPbbo3iVokGLOdRN7lzQ { width:40.5625rem;height:26.4rem;top:10.125rem;left:3.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybhTVt0eNBmbWTpWgd9WM95ecR1QKwGM { width:12.5rem;height:1.4625rem;top:34.5625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ka3f6aaet6eGqTDa6T8ZQRWHJAdkhW7B { width:27.6875rem;height:1.21875rem;top:36.3125rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L79lvBuw3ryQAfmfTkhpdQyQ84NINcxA { display:none; }#L79lvBuw3ryQAfmfTkhpdQyQ84NINcxA > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #w3aD4nDTAXnH58hTxTz9Rri3mJlVglai { top:6.8125rem;left:0rem;width:47.75rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLveJNTfXKHthS1wfknzGiabysRunl1U { width:10rem;height:10.875rem;top:3.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IE98h66vkPiSIKQIybePyMfkIFQ5AChK { width:9.875rem;height:6.75rem;top:35.6875rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvOLdOrr2dxsO7pQ7uIFoTTagABdDqyV { width:40.5625rem;height:16.8rem;top:10.125rem;left:3.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yae8mTqXggpp8qGWDmhFzgbbwAySBbr6 { width:12.5rem;height:1.4625rem;top:34.5625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtCqf8OsOeyJ8B3IU02bChhWQUKGbMzN { width:27.6875rem;height:1.21875rem;top:36.3125rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0ZTiT4THBQa58iNAMzpwLX0ewqem5Vg { display:none; }#G0ZTiT4THBQa58iNAMzpwLX0ewqem5Vg > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FLZi8TUkZW1CliQERsHg3Rd7kpcmccrg { width:0.4375rem;height:0.4375rem;top:0.9375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptpQxOZlao94Xtm6KVbsI629Q0UTTbXW { width:0.4375rem;height:0.4375rem;top:0.9375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XwE6hIuAqcTAJ4DnI7ku7nCIf4IyxaJD { width:0.4375rem;height:0.4375rem;top:0.9375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg { display:block; }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QLreyCTEWQtXc0M9NWfMABzBfSsDdTWx { top:2.4375rem;left:0rem;width:6.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4otPd3g0FWaWRFZ1eKx3mLvulp40ntV { width:12.5rem;height:1.13720625rem;top:2.75rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnGhKXnAtmOiy8NTthAycBoiVelrtA8F { width:12.5rem;height:1.13720625rem;top:2.75rem;left:22.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 { display:none; }#CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 > .row .container { width:47.75rem;height:1.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tDKNectNWG2XoiDsIZQGdszT21gZJgHv { width:;height:;display:none; }
 }@media only screen and (max-width: 1199px) { #tFi9X3kCcy4CRE2oeohEhUJHn8tJQkQl { display:block; }
 }@media only screen and (max-width: 1199px) { #ebXFH7huRAkTbIaF9bNEtUTgMVOBCo6u { width:7.25rem;height:2.25rem;top:14.9365234375rem;left:13.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fF9FCDrnESz0AsIPs6SSnlP26hKCVrVQ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sITIK9updUoZAtiiN1ZQnb7q5A8KRVRF { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#sITIK9updUoZAtiiN1ZQnb7q5A8KRVRF > .row .container { width:47.75rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.295rem;margin-bottom:0;margin-left:0.295rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.436875rem;padding-right:0.07375rem;padding-bottom:0;padding-left:0.07375rem;display:block;width:3.171875rem;height:2.111875rem;position:relative;font-family:"proxima nova";font-size:1.75rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.07375rem;padding-bottom:0.29125rem;padding-left:0.07375rem;display:block;width:3.024375rem;height:0.54625rem;position:relative;font-family:"proxima nova";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 { width:15.875rem;height:4.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #uWGRqQIhKdyOt8HFyWPJXRHTvaSFgekF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #tDdpI4zPttLvezuTT5IRqTPy9XTnzahd {  }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #PpgeZScBoIv9dCq0LMfnzxcnNneV6vu9 {  }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #PzK97XuqJsQX2EZg3DzSzTqtgbsMnMsg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #vXJf9wM7Skw4wSuFwKS6sIMKRp24OI8N {  }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #wMQcdKmklqkVzQc8Do46ubiRd9y86xqQ {  }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #WQv8cN3PfCr9W5otzvhxdJCLTXiSw3l9 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #L7zo4VqbOv0V9pWZbA3mAAS5HI54RQdw {  }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #LIMGM9r2qpOohpo3A5z5ziHmUq2Ukzaa {  }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #pG5r86Rfm4nkxWtKPFvm0DclbM3zpX8K { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #iyOxUBJPKdOrrKrTqHNlBMMEp8ae9mAO {  }
 }@media only screen and (max-width: 1199px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #scBdanFJu5o3zIATixpc8oOqTNrhUlTt {  }
 }@media only screen and (max-width: 1199px) { #okCFt7veFk0Vk0TM06lp6VDct0riOWq0 { width:26.75rem;height:3.875rem;top:0.5rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AZfwTA1RQOvTTIan1kUXxpb4clGRnpwt > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT6ihJ8qeoy8CsPnzv1STW3nC9rd1AoF { width:4rem;height:3.4375rem;top:19.625rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCJsTCFSIInPkH8IRkyZAOpqayfxGP7A { display:block; }
 }@media only screen and (max-width: 763px) { #NCfddiiVSBTnpXip7hKdmMhecAxuRZ4n { width:6.125rem;height:3.4375rem;top:10.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfASTIu0XgEcZncNsuLFucrVea0hJnKh { display:block; }
 }@media only screen and (max-width: 763px) { #BvhqeUfA5VIfNahy5eVcdfafTaEDTlW8 { width:4.3125rem;height:3.4375rem;top:5.5625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4ywOTQZ6Gigt6MU9EZ2yfHsQi8alGWL { display:block; }
 }@media only screen and (max-width: 763px) { #EdOdJvgEgU7kE6ltRi9P8iXQOsyRcPnJ { width:8.75rem;height:2.5rem;top:0.625rem;left:10.2861328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTQ43hIvD0MBJNuU8J0NdS2DpQMqGf4K { display:block; }
 }@media only screen and (max-width: 763px) { #eX5kOUnlTxAl7deWUT6m5oQ2m46CoQcF { width:9.9375rem;height:3.3125rem;top:0.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIZT6w22zSp2CFgVJf7MZix2pwQqoshI { width:9.8125rem;height:1.13720625rem;top:3.53125rem;left:0.5361328125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC710DZa3GHg5zsEQmNVs4Ze4tXWWgeD { width:10.5rem;height:1.7871125rem;top:4.66796875rem;left:0.5361328125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-text.counter-number { padding-top:0.22625rem;padding-right:0.200625rem;padding-bottom:0.22625rem;padding-left:0.200625rem;width:1.2025rem;min-width:1.2025rem;height:1.215625rem;font-size:0.905rem;line-height:19.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #fbb300;border-right:0.0625rem solid #fbb300;border-bottom:0.0625rem solid #fbb300;border-left:0.0625rem solid #fbb300; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.14125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.603125rem;height:0.480625rem;font-size:0.339375rem;line-height:7.69px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv { width:8.5rem;height:2.375rem;display:flex;top:3.53125rem;left:10.3876953125rem;z-index:100013;padding-top:0.021875rem;padding-right:0.0225rem;padding-bottom:0.021875rem;padding-left:0.0225rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #D3zlgiTTVi6UdpZAXq1Og3QIB4fsfJv7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #fMM25J4PLrSDQ0wHJi8dkyi9XuosrTQW {  }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #KCWMosQrWnBJEUwFHKGDdusHHPfKPQnp {  }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #otNnEIpT20WLipNS4eK1bNSIVnD3J82S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #IQv59EOu4KTgGRlqpTLJdt92HOnMTh6I {  }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #g9xwaGEMQ91Uu7L3t5Og67asSt3gsbsr {  }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #QAgXS5d4Oha3g23sIBoWlBgeRTDLP7lW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #DcfPP9AUg7UqbuW5rRQskwf7PZpnBins {  }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #gEuimKB8nSxRb0ActeWEzRdtaEzi58sD {  }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #BU3zmORZyF8CPN1986C1kSc2TIRG2cHq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #UMfB9q0vn9psO4rEnNQvEAzT0nKhD8Qt {  }
 }@media only screen and (max-width: 763px) { #b8ceCN1lxaArFnRw8ocpTyyIzH3uJumv #T4Rdi3p7oASxQRCSM9y7mXytDB8TKocD {  }
 }@media only screen and (max-width: 763px) { #vKeFNxqirWdplkRabPnu9NLlsdUUmBWU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SkMC8w4h/bg_dark_mob.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.adaptive-delivery-prevent-bg, #vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.lazyload, #vKeFNxqirWdplkRabPnu9NLlsdUUmBWU.lazyloading { background-image: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container { background-color: transparent; background-image: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container > .video-iframe-container { display: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row > .video-iframe-container { display: none; }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .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); }#vKeFNxqirWdplkRabPnu9NLlsdUUmBWU > .row .container { width:20rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOR3bu2JqzwNzXmFcwpbVxP5uMs7b5Ot { width:10rem;height:2.4375rem;top:2.3125rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGoen3VWVOHpK28un3rPAaQVE9tTFlBm { width:19.5rem;height:12.1875rem;top:10.875rem;left:0.25rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzhTtSOqsclkcIHoECsBlBCoeHm3qRCt { width:18.75rem;height:30.296875rem;top:24.75rem;left:0.625rem;font-size:1rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }#fzhTtSOqsclkcIHoECsBlBCoeHm3qRCt li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#fzhTtSOqsclkcIHoECsBlBCoeHm3qRCt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
 }@media only screen and (max-width: 763px) { #TvGKekHpLVHdL9EtkI0t1rNNpiTtBI77 { width:7.6875rem;height:2.125rem;top:61.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxLPWg95DCAFuIOnam5ETnCERnLMzd43 { display:block; }
 }@media only screen and (max-width: 763px) { #Nyv45aGXn3ayLvD9POXxgbqTuSPh4Nnv { width:12.9375rem;height:4rem;top:56.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9kTIg3JzrM5Ryl0BzkaaLwJ1fch5JVm { display:block; }
 }@media only screen and (max-width: 763px) { #JtF3Up3AJ3LJxndKs4h45GflgAwthnms { width:2.6875rem;height:1.5rem;top:0rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIyrQxIO3dn02S8l8zi8rndgVSJhw99L { width:4.375rem;height:1.6875rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0ZI7OJv8Pn4TLi9vQEVgnTAPyl7rb8P { display:none; }#l0ZI7OJv8Pn4TLi9vQEVgnTAPyl7rb8P > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJAwkK8pLSUKMbMSoGdlI7GAuetxRn2O { width:17.5rem;height:1.8125rem;top:3.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT3pqNHut6rvpTrflg3WbRWNfn2USn0q { display:none; }#NT3pqNHut6rvpTrflg3WbRWNfn2USn0q > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa { display:block; }#yTO9Mp0utAdWwnoSrGT0yinncQBnSCPa > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU { width:20rem;height:58.0625rem;top:9rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8b1okBkt/mob_kamil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.adaptive-delivery-prevent-bg, #Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.lazyload, #Fum3rvGgguPIGUyq8VPweO4IMvOuFCBU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #A4DJ4ccdef8TlEiqMDlU9MuqOx1CTSKS { width:12.5rem;height:1.79980625rem;top:27.625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9c2qRUrfp0LEQaH4h4z8bJ3uIn5d47i { width:17.3125rem;height:11.0229375rem;top:30.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hwXCsiV5NTILAN84Sa4hBz7Zs3kJRE { width:20rem;height:4.5rem;top:3.375rem;left:0rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BEI5SCMUDG17qyeRZMsmRP8nB6uvE9IL { width:17.125rem;height:7.1996875rem;top:41.8125rem;left:1.3125rem;font-size:1.5rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NoXycOeU8yZMkGEpMTiOr6I4evW9h05s { width:17.5625rem;height:17.32175rem;top:49.30322265625rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS { display:block; }#bugCVRNJIc0g6gJHZHqPlwq2GUwVOBuS > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1btnZDde7X4VMs0WTqVsnc4uuDCwrU5 { width:20rem;height:4.5rem;top:2.03125rem;left:0rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 { display:block; }#X9zhBkB0AuqNVkfX7xrX1wDkuBwO4X49 > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXM5077HVbkONk7kPu5s3ale3y1Mo0bc { width:20rem;height:23.6875rem;top:0rem;left:0.03125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8qJzaSq7/1m.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uXM5077HVbkONk7kPu5s3ale3y1Mo0bc.adaptive-delivery-prevent-bg, #uXM5077HVbkONk7kPu5s3ale3y1Mo0bc.lazyload, #uXM5077HVbkONk7kPu5s3ale3y1Mo0bc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KERXDv2tWUIwNXOrKP2iM5Lm7gmgqd23 { width:12.5rem;height:1.625rem;top:14.625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2VxiTN2HOxEZTIkiqlXdI7Z8gxaGm3 { width:14rem;height:4.4619125rem;top:17.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK { width:20rem;height:25.375rem;top:25.0625rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tk1Tr6Ad/2m.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK.adaptive-delivery-prevent-bg, #aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK.lazyload, #aFRBKrP85g7ZUgJGcrJiheWo3Cvq97iK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aqpEcbZxGHOCvp7JtuKNolLWLgBh6nFA { width:12.5rem;height:1.625rem;top:39.9375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXP1dpEmJTEvVw3g6WIFHOxlyv4pdgvX { width:16.25rem;height:2.9746125rem;top:42.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk { width:19.9375rem;height:22.4375rem;top:51.625rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kfBMDKfi/m3.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk.adaptive-delivery-prevent-bg, #JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk.lazyload, #JQZpqBVD5uUIKqIHHffpER8hbDOMwbMk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OlQPR2r8AwCtz4ith73iERhmPDiMvSX6 { width:12.5rem;height:1.625rem;top:66.1875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMlruinbQeQfmWv9zJAJbtv5VMaJxw9v { width:17.75rem;height:2.9746125rem;top:68.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyktskohHC1GV2ATIhDlr21W2oPMmVPv { width:20rem;height:22.4375rem;top:75.1875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G50hDIiy/m4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uyktskohHC1GV2ATIhDlr21W2oPMmVPv.adaptive-delivery-prevent-bg, #uyktskohHC1GV2ATIhDlr21W2oPMmVPv.lazyload, #uyktskohHC1GV2ATIhDlr21W2oPMmVPv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lTvLWkmkRVg5CZfhibwhCUivpc0DJ3aA { width:12.5rem;height:1.625rem;top:90.0625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buMt12wUHhk7MZHhyBViBD7HeIum34Oz { width:16.625rem;height:4.4619125rem;top:92.375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1vrKS5cx6V827Kuob4VraksQTQrtH3h { display:block; }#N1vrKS5cx6V827Kuob4VraksQTQrtH3h > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF { width:19.875rem;height:22.3125rem;top:0rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wEFjHfyV/m5.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF.adaptive-delivery-prevent-bg, #nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF.lazyload, #nK0KsVKcB7EXU33aiQtiQNpfIfwNBqcF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WfRCqkrT6Qx19OI0cPTLwZd2rxFypD17 { width:12.5rem;height:1.625rem;top:14.9375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yvDbSLNVNLZHOUochAH7PdbDAbbSOB { width:16.6875rem;height:3.9375rem;top:17.25rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv { width:20rem;height:22.25rem;top:23.5rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/h6besMFH/m6.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv.adaptive-delivery-prevent-bg, #BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv.lazyload, #BerRD47u0BuF8M0l0eJ6Lgt9gsyT0dcv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dpcFzTFqEd0BcVDZ2lu1dNWD9m8A75JS { width:16.5rem;height:1.625rem;top:38.5rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gozhvFI3Jo0oZquEx7yIGRvGRVZ96mvK { width:16.6875rem;height:4.4619125rem;top:40.6875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF { width:20rem;height:24.625rem;top:46.875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SxHLezII/m7.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.adaptive-delivery-prevent-bg, #W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.lazyload, #W4ltTryNnZvQmHr3GJ4LzrDaRU8Jb5TF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TcFqTaJnqBvTFGnsB6RCnTJbLsd4hvMS { width:16.9375rem;height:1.625rem;top:61.9375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl1mvBq6vkcUs9BLHpqKxBACE6yxlCOk { width:16.9375rem;height:5.94921875rem;top:64.3125rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k { width:20rem;height:23.4375rem;top:72.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d5YZPZi0/8m.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.adaptive-delivery-prevent-bg, #PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.lazyload, #PCTzhm80NovLXx3SkGdM6lcw9vB9Zu5k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LJm6xRbVTO6VlUhpZtPvVvF2uFEUJwh7 { width:18.1875rem;height:1.625rem;top:87.8125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbZ1QAhfOVoy8RWOnn4lNo5OzBED3e9K { width:17.625rem;height:4.4619125rem;top:90.0625rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G { display:block; }#nbMFV5gisU74qDQXgmtH6VPFTB1XdV9G > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmfJqIXZsyKfBn09LcP163KZXCslxb57 { width:2.75rem;height:1.3808625rem;top:8.0531311035156rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQyoixVLehIwrzN2I9vMXTomEHvBTRm { width:2.5625rem;height:1.3808625rem;top:34.8125rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSaWHyOWITbywgTy7uFlzAInoFo1NUPX { width:11.5625rem;height:2.2744125rem;top:7.0341796875rem;left:4.21875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wpQ7ZDOaszMOw4Ca9lOevMnKDF38wBgg { width:14.8125rem;height:1.3125rem;top:34.375rem;left:4.21875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vBXzcGTHZ5WSNIICsAa6kNwyakJUuCa4 { width:13.3125rem;height:3.75rem;top:80.5rem;left:3.34375rem;font-size:1.125rem;font-family:"inter semi bold";display:block; }
 }@media only screen and (max-width: 763px) { #wVCvBLkwdBHuS1n6ZahWho7g9gm3EERW { display:block; }
 }@media only screen and (max-width: 763px) { #JHw3iapr2wzbcnfN15DrnwAhffkPPDC5 { width:18.5rem;height:8.0625rem;top:31rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPUizmgqsWUrwydgdRTTqcrUekH9xksv { width:3rem;height:3rem;top:6.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEvK2qNQSOEKkVeTVEnm8F9bd68Zo0ek { width:18.5rem;height:16.25rem;top:13.371871948243rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVSnClvpSWmdnkBgE1TDIiAE7Tvb8MMu { width:3rem;height:3rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKlXQVBzW8syy2QL5KsC32lxNye9DfqE { width:18.5rem;height:7.3125rem;top:4.734375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz7SGx8uxkRgXKwFkwRiFOuyxttKf39y { width:20rem;height:2.11230625rem;top:0.75rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GADwRZhAWOefNXFrqUPpAl6URrchN6if { width:2.75rem;height:0.9746125rem;top:72.568750381469rem;left:0.125rem;font-size:0.75rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #h7L0p9acGtpXIa62VdQ2kEpZR5u1KsNB { width:17.1875rem;height:9.4375rem;top:16.77783203125rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#h7L0p9acGtpXIa62VdQ2kEpZR5u1KsNB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
 }@media only screen and (max-width: 763px) { #dc66rrRE8qCTDW3l1vNGIRHQlO9lekoA { width:2.625rem;height:0.9746125rem;top:55.125rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy7N4g1CpUWuttoNWnz21Jdi3Ubrr6xh { width:18.5rem;height:7.8125rem;top:69.587499618531rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlDwXEmkg9yUMzyGXx3zw0sqWORxwDQX { width:16.1875rem;height:7.1875rem;top:42.125rem;left:2.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#QlDwXEmkg9yUMzyGXx3zw0sqWORxwDQX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
 }@media only screen and (max-width: 763px) { #kvGGEP4ehlEoq0rOQwM0cG6Jr4MyltLh { width:3rem;height:3rem;top:71.993749618531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmKQNm32sbPpJ1fI00aeccFGXeptDqTu { width:18.5rem;height:10.9375rem;top:40.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQg556QyiyERJXTBtiKc5ZVyMOAeA4Sz { width:2.6875rem;height:0.9746125rem;top:34rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuiMqOnRfqllGM6iTVzqTZq2pKO5ub2Q { width:3rem;height:1.21875rem;top:55.875rem;left:0rem;font-size:0.9375rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #uEwJnyCqa3yCxKSXuaEwtg2gJ0N7J4g6 { width:12.9375rem;height:2.625rem;top:54.8125rem;left:4.21875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hbWrlnlE9dAbJDb7wRTLRVyROwMWggI5 { width:18.5rem;height:7.3125rem;top:61.02499961853rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #foUTxnmm0nxLfQU2bNq4Rifbvh1pHzTm { width:16.9375rem;height:2.625rem;top:63.36865234375rem;left:2.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#foUTxnmm0nxLfQU2bNq4Rifbvh1pHzTm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/gqxxFUaV/check_mark.svg); }
 }@media only screen and (max-width: 763px) { #L82C4kwR9MLBiEuCGvZaTRzg5r9hwlfc { width:3rem;height:3rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD9IrVXLZpsPJNCx2AnAQOPaQaaGF9Xy { width:18.5rem;height:7.3125rem;top:52.46249961853rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6XT23u2ptTRiTb49gyALk9dVLJrTR1s { width:2.875rem;height:0.9746125rem;top:7.203125rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #weXoUDPHmSDEtSB5151BkmUJ7z0OiyTr { width:3rem;height:1.21875rem;top:73.362500190738rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt5QNRZUate6I97xPAIe2nL9HfTHU1uu { width:13.5625rem;height:2.625rem;top:72.068750381469rem;left:4.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DeOeuScQkLcJn5WLp8gN3LzboqheoxKw { display:block; }#DeOeuScQkLcJn5WLp8gN3LzboqheoxKw > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCQ0AficEvO9CsCP5SMJW8KQ6JsGVn38 { width:18.9375rem;height:6.8246875rem;top:0.6875rem;left:0.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TZuktu8MPuwmSbp87Q56ZmQSILF18nWI { display:block; }#TZuktu8MPuwmSbp87Q56ZmQSILF18nWI > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifIdAe5pJHp2FSJouMKy73T04oKhlJht { width:20rem;height:23.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ays4f6CM4neUTxc5iATWRJoQBTQ1rVh2 { width:19.625rem;height:1.57470625rem;top:6.625rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbhuho2WNGXmPywMxsNTnvECm1zhCKsB { width:17.8125rem;height:14.3984375rem;top:8.75rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNJGxAmuvqITbr04PC4Rgu6lpk48TNxv { width:3rem;height:3rem;top:2.4364624023438rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5A5zCGaKlCeDscS8zdMgtW7129ADrnd { width:1.25rem;height:1.4624rem;top:3.25rem;left:9.3114585876462rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhLdr5nECV7GFiXaB4deCqGRuh67Fcqg { width:20rem;height:21.5625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOK10Bq4u6H4RX9mKR3lPZcuQTDJs5G { width:19.625rem;height:1.57470625rem;top:31.4375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQuHolElq70RlfQFb5JfRXlEPSpHcQcd { width:17.8125rem;height:7.19925rem;top:33.875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyDtTRLyK3sJIKFczKO0fusNuF9crs8l { width:3rem;height:3rem;top:26.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITdeHebwyt8OvBPlMpS0LXWTdKrIu3Ph { width:1.25rem;height:1.4624rem;top:26.9375rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXQrWKtWBXsytGUp7UaCZonqSTvgqmss { width:20rem;height:19.375rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8TlcXgFEMMuQNqt4w4dmFTTktfaEt5c { width:19.625rem;height:1.57470625rem;top:52.5625rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6h3b9qZ4XEmtsx6Qi5AftHyyNJ3fVTt { width:17.8125rem;height:7.19925rem;top:54.8125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yflsoyAPt7mefPFKFphcorJ9rPfuiPCM { width:3rem;height:3rem;top:47.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVNuEuVqebtyMhcsR3Zo9lwXNe7tgLF { width:1.25rem;height:1.4624rem;top:48.25rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT { display:block; }#nuHAZ6xoFiBRwDQVrpxiU4wDeXHPZAZT > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGlsvuHWgCd9HRRTkSdGANgJWX2Kuwr4 { width:20rem;height:1.94970625rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT { display:block; }#br7xfVTlVa6PiFTCxJUR0cdwqbQylyxT > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS2d4pNVHI68rDww3FmmzFeROgVVsoCk { width:20rem;height:28.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEQb8E0IX5XqD6gzGlXRrKlHmuuNhNN2 { width:16.9375rem;height:1.05615rem;top:8.16250038147rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5FDIE05SHUX82Ud5ODXIbk2aJpNugx9 { width:18.3125rem;height:2.54980625rem;top:2.4375rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU2PmKm3wVUylzVxTdswRT599FTd5mUy { width:16.625rem;height:14.17235625rem;top:12.6875rem;left:0.75rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #gZdufvZMUTErqCWhJTLXGG7InVClkfJB { width:5.5rem;height:1.4624rem;top:6.125rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2J4XkyouDa0xOtf3QTNeuXCV3b2MNaB { width:6.375rem;height:2.5996125rem;top:5.5625rem;left:4.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHqyuPWfwDxDPkrGGwtlwQqpkeAZ74Pm { width:7.375rem;height:1.25rem;top:10.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlnCGIAqDdrNAvVQCXrq2UTEz2kvETUW { width:7.375rem;height:14.17235625rem;top:12.6875rem;left:11.96875rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #S3VFlQCUIdnsfLBrFpvnZBl4yTcOf0db { width:20rem;height:22.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW25AATZgUkKpTDLM6ixv0nuaiHp3ucA { width:16.9375rem;height:1.05615rem;top:39.25rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTREkd8iB9H5SP4h7Fh3aEFPGWrNZH6d { width:18.3125rem;height:4.199225rem;top:30.9375rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtzM4OqfphEJnMNWe7WUQzra0ntpH1hr { width:6.4375rem;height:2.5996125rem;top:36.125rem;left:4.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gGFuKikGKpfzdg4r2LUaPL84EMLOd0yB { width:7.375rem;height:0.625rem;top:41.46875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TJVuL31e7IKyiLaOsHRobwkkJlMtrX { width:5.5rem;height:1.4624rem;top:36.6875rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bel0D9iZ6udAyn02TQvbNTXZ7r4GbeEk { width:18.75rem;height:4rem;top:46.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #budAHsoEcT54FQX9RcyOAum6WVp3oqis { display:block; }
 }@media only screen and (max-width: 763px) { #hmVVyhyAVIKJcLQctntXGs4N0O1TJb8a { width:18.6875rem;height:2.11230625rem;top:42.6875rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ { background-color:transparent;background-image:none;display:block; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container { background-color: transparent; background-image: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container > .video-iframe-container { display: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row > .video-iframe-container { display: none; }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .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); }#rqHPs2ggstBTVG4gTRezr2UvQLupN8HJ > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-text {padding-top: 0; padding-bottom: 0;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-select {padding-top: 0; padding-bottom: 0;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr  { width:17.5rem;height:auto;top:25.15625rem;left:0rem; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr {display:block;}#eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr { width:17.5rem;height:auto;top:25.15625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #AsCPw5AsurMVaM5GFc2oARgOOewl9ttJ {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ieDmMQVfgoVP1CIcU5ruvoxM0xNTnSk4 {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #TKPqSMwrZUVS27WzG5l0K4cU2Str4LCQ {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #NLqOpOTHPK1Ci0q2DBFAkrFfBerZ3MTT {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #t3XRyOGnp3Q1ldXLTFwt1d8ZuSye53gn {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #WtXzzrEPMiNXNtah8mtAbPmmQLBcurTS {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #Bf3WVCToBh91xzaDMR8FNoAXac4A2iyE {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ZyZOJBC4OkTlSECHKpnUxzrsyS6R37mR {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #NzlkF9dSVPXF9aZCfvUQACFQs3VfAbCk {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #mHLaAJq0snaartM3pUn3Tk01lhqzE5XT {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #QHAhSZvylz2SAml5plImR6BaFS0mRHBA {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #V4IPW7LmFm1yrqEZTbztXE8t431OxKGy {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #bhVVq9ZTm51iUiXyW4nxZsl0uhJQT7DF {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #F5lzA7HXdsz7prh5i4uaGCvkoI0hTSH3 {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #A8HXnHNIVGzGAG6hXgC7u8DyQhuBgmcd {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #nGqDmk1eV1JuIx1xrzhi6T8bLQdkdwXn {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #ZXAVnPKFEqQEitMAPvl4DumB3v77DSc9 {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #Tdk9TPgPHewChHiZXcS1VCKRwCa9wOe2 {  }
 }@media only screen and (max-width: 763px) { #eHOsJdcgn6SHOpQrAnufx8yB7IDsNlrr #q4ggioBd6khLuzeh1xHKcs4W4Had1Fsn {  }
 }@media only screen and (max-width: 763px) { #shnM2GWRe16X1C5H3GMVhK49CTMcOen7 { width:3.9375rem;height:2.1875rem;top:53.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrwaTCbQuTXvSQPHZRDQG9vXg7m4kZMe { width:5.25rem;height:2.9375rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amIL4k84EPpu7sQAratMIT0wr5n1EKBX { width:4.75rem;height:4.75rem;top:0rem;left:7.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/qZIVWz58/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#amIL4k84EPpu7sQAratMIT0wr5n1EKBX.adaptive-delivery-prevent-bg, #amIL4k84EPpu7sQAratMIT0wr5n1EKBX.lazyload, #amIL4k84EPpu7sQAratMIT0wr5n1EKBX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AEGKGlUrHCSlikffE1FcCRPapHL1KuE1 { width:20rem;height:21.3125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtz8WAypu9w5yTsWSo3KAf5fPpDxyA1 { width:18.375rem;height:9.099625rem;top:6.25rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5EDnTD08xLP3S5u7WeaL66tZ87RxnLe { width:2.5rem;height:2.5rem;top:16.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enUm0ShNdkC4SxaHO230hdeAn1Wb8IPA { width:2.5rem;height:2.5rem;top:16.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baA5sC9Muhf8oIdWKVEWXbxxA4yDNFm1 { width:2rem;height:1.4624rem;top:17.0625rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6qJyPqiziXVSOef60UTWVtiVbL68bK { width:2rem;height:1.4624rem;top:17.0625rem;left:12.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AckStqUhxoLomk24Vl11UigISDcZT5TN { width:5.3125rem;height:2.2744125rem;top:20.125rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoF8f4u5P2tQEwHKn5ZR6BupuDNvkmVz { width:6.8125rem;height:2.2744125rem;top:20.125rem;left:10.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PryT84p1KQ9BHAZasgbN5z3fvvtfF1RK { width:20rem;height:26.1875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyVwHt2finePDCBTEmgk3dkrGdveS3vU { width:12.5rem;height:0.8125rem;top:41.1875rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrucZlXf5hETKNJXcTifRf0h1sLNFsUC { display:block; }#zrucZlXf5hETKNJXcTifRf0h1sLNFsUC > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0yIBJHPOFtNoyy4n2BlOTZImLQK9aTv { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT { display:block; }#co2fUNLoGyd6DDFkx42qVZvmgTtnGCTT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsDxao8C17MNMVRaLTcu3KQvUSqcuTPP { width:16rem;height:5.3994125rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TNfkwumrt8wpOPX0QrMxORTIebT5BQ2B { width:2.4375rem;height:2.4375rem;top:1.875rem;left:16.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlaTBaWA280CxKTk4pHkqxZvegKg5WH4 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bICbPhkpGJG7WffCNMLq5TMJabUBHAU0 { width:20rem;height:6.3125rem;top:1.1749877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG { display:block; }#fZnqsdyZt5WNDAeIlwRQwmtnpLgEgOHG > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6EQ43xeX5pPCCAXWCAw1gDedWbIp7x0 { width:20rem;height:22.0458875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 { display:block; }#itsFAyF3bwenGZ6GThJtKDw26PdGm7n9 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CN8P3CThp92yiEPvT6lJiIKqCwUNZkaL { width:15.3125rem;height:3.5996125rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XGxcyCPcrpxrUuvGNQRUTd1rS7TNKzgn { width:2.4375rem;height:2.4375rem;top:1.875rem;left:16.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckq9Z6axq6ZnMrWJT4TZd0S4kU8eXln0 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maWU5zMvrT9zdcFivbsBAasEfPUs8NyX { width:20rem;height:5rem;top:1.1750011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 { display:block; }#S1TsfHkGSZpHgfwXwCOHL9I85paZDsi3 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1iC8GC1QNfruqIuZoKBg7HcKM4I0tlw { width:20rem;height:14.172375rem;top:0.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F { display:block; }#U8FZstuT6nWrosqVaFLlOeeiTB0C4P2F > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGr6mzEiXzFPlkrAgbDXBPHSQyQwvxyR { width:15.3125rem;height:3.5996125rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UUVNCciqZG3aaP2Nhd47rFvWDTH1ZHkO { width:2.4375rem;height:2.4375rem;top:1.875rem;left:16.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTO2gXUMSnCeIoUSwb2KIRCAV2JksfTb { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hom9cEfMvKUfVkuRTCXtKtcXt8DPQuxl { width:20rem;height:5rem;top:1.1750011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ { display:block; }#Z4iytDnItUeVJsXTQdNiKgXzfHZn2vnQ > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9D79zrecvFZyPNlMaDKU6OD5aOEgH41 { width:20rem;height:14.172375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME { display:block; }#hvuz2sl8x0HdwLtDDnTiFsrTQZPNtaME > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1gUUDwzPiw1n2im41NhPH3zfZb7WhRk { width:7.375rem;height:2.125rem;top:1.7687492370606rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLy687Ck9C3v2fcgmqfAZTkyJZKLhxkh { display:block; }
 }@media only screen and (max-width: 763px) { #ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa { display:block; }#ckAkIQAmz6uB6XsTJWKAdMxaDe8mmNfa > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTyaK5TaaTEMdkrCLUph4brmmfxS1AEn { width:17.5625rem;height:3.1494125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0vH90z0hcf5i7rDaIly36fNT5uQB4i { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhDk4tWJyCSbp4TE5zTxTBxTGZmvSoHc { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRShFopB0muhk9U2sRTcP3pwPA2p4GLX { width:20rem;height:5.3125rem;top:0.86248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zue1Q39CqoapsSG6kSJmocMbuA6FX5sD { display:block; }#zue1Q39CqoapsSG6kSJmocMbuA6FX5sD > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSXZG0bwW7eSGllJqc14k8MwcTGFmWTl { width:20rem;height:12.597625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op { display:block; }#Cu0kMEOUO9reQvINvzZbwU1cyMZzS1op > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQwA1M2r7kI9Mh3hv2aCwvR5u6AOmnDO { width:17.5625rem;height:1.57470625rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdyaF2ih8B3vTerZtx4ii1vvO8vuZ9xL { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Nmik2TJCzSTeadQzl9RX3UTTM0VFHl { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H07Egp9fycSr5xw3I1JwXH3btN9clHLN { width:20rem;height:3.4375rem;top:0.86251831054688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A { display:block; }#Oufq9V9dnKBekPfR4xNT3D4R6mdmDx3A > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcqrlzrQ6lhHDlSK85Wp0amQqAZk19Ix { width:20rem;height:11.0229375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 { display:block; }#qHuhb0iTt9QIK4A4po571P4lwx1e4Lq7 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6wFfOJCuUt9ChBRVzmA8w6Xr8g8P2AV { width:17.5625rem;height:1.57470625rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID3DTFTEGB7NcSX6lVo5FueQ35cupMSl { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdyB57OwD6rpaBHtCR4z42DSrt4dymai { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgJ7f1JI2ldlfLsFB48lP8hz4HwDvbuB { width:20rem;height:3.75rem;top:0.86251831054688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v { display:block; }#KhxrM3Ha7ZRBW7om2v0tTqPeTRcStp5v > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbPrTcEKQJ3CtJCtF26R2EmHEpiEMz9A { width:20rem;height:15.7470625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo { display:block; }#eBeevHTqBbP9koAdRgDAN9zVfMtzpWwo > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euB8sNZ8mtVP8SG3eTt7colvqxedeySp { width:17.5625rem;height:4.72411875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeO48dxwlgMrn49JpZmL8D2ZAvSMr520 { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubshecto5UaymJ8rwARadTm9DxlILPpu { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prfoimUKv49sIhPomV7QmDw12coke4A9 { width:20rem;height:6.75rem;top:0.86250114440919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 { display:block; }#bSbZaXTObQnUpTd6Q1g1h0Vowx12tu82 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZq6sDTm4iVxaCgH9Ui6oG4HoOdgyABo { width:20rem;height:11.0229375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf { display:block; }#QoVh7MgF05kmMIWD8PdDA6LIXQPBxwtf > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHUG70BaCuvWvLJ6CufIUiZ3UOu5lnur { width:17.5625rem;height:4.72411875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8ZiNQQTTKSzSb6OJ5TXaIloqX91idou { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT3Ah0x1epUQ9HiQkT37uskU7sJG9qpf { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0hR7a4iGo98HpodrBBIWT4onMEgiU1 { width:20rem;height:6.75rem;top:0.86250114440919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pphkiiKH3GRANT1LToABhxkPD8t6IOHi { display:block; }#pphkiiKH3GRANT1LToABhxkPD8t6IOHi > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgvoBx7XvonkRvvIMGTRl1Hhi80VmS0I { width:20rem;height:11.0229375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs { display:block; }#RMuh5e3F68nyxCJ3RFATpNghU3WK6wHs > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpQp7OfJppKM71SlkVldhfn3xKAtrcHp { width:17.5625rem;height:3.1494125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgBFWVQnnTBz33IFi0s75MP6h5WZEBDH { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcpiwNHLMrPeAx1eCxQ4UMMKADrsWJ0g { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S48k25RD22flcZgBllxiq4gmkZZ8Llmi { width:20rem;height:5.25rem;top:0.86248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REmSpumGqVcLaxCu0veoX0HAhcfvX3OS { display:block; }#REmSpumGqVcLaxCu0veoX0HAhcfvX3OS > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpOfzuP3hhl8KfeRFynJLBsf799AsLR5 { width:20rem;height:14.172375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS { display:block; }#QEHQSG53ZChoFtcEBxp71Uc5zAyBScSS > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qm32r0q5m5P2JREOaPmWEVDFvFRTPpPN { width:17.5625rem;height:3.1494125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSSdwLfLJlDEaiV9HFHTs1zBgzVkwHi { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yETkzTbkTHoJ44TFKNPeBVUqRObhKm5q { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLDPIcgRlwRkTQBqM4blGIZPS3U7Rzhe { width:20rem;height:4.9375rem;top:0.862548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W { display:block; }#DuAGZZWVpoOWA15l7LfHKN0UVwInfd0W > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iF2DBMSdTpWSfVnfNQlZSwyWN3RB0D5v { width:20rem;height:22.045875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4T9on4vi32xaGoHs74dpsdCzhmPKgMG { display:block; }#W4T9on4vi32xaGoHs74dpsdCzhmPKgMG > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r53vSMRmbHm6CbUlS1NRIuKZOthpJrHF { width:17.5625rem;height:3.1494125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhD30sbJOXui3peRrv6oc5pV7OSTGRBx { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3HZgLDB71PiAokqCIJCtaOaJ3U5NgVl { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9p05CNi8EoItT2ZIfBf9tx0N6oshHuT { width:20rem;height:5.0625rem;top:0.86248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V { display:block; }#RIpLplAuQ6MI6Kc1az9DQ5zhiLt5Vv3V > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXODRvFOTeotqrGQbQsTRrUV2UEM5NWH { width:20rem;height:36.21825rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i { display:block; }#TPxIoxU8IZezH7dzZWvzlkhCmJafFd6i > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPP1UnXgm3RzD6WqWzcRWsxT0xItZ1IB { width:17.5625rem;height:3.1494125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSu0pTOfM4QPsZVPq8iBDvXCpw1ZQmH1 { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXKzsvFDt9Ny00JUfeBv6TKAeNSAbOJJ { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fCTkTWtBM768acKdyzQSovpBbKTWSv { width:20rem;height:5.125rem;top:0.86248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d { display:block; }#pW5qcb6vzlN58Is6dRxNo9AzP2My1H3d > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRXuaRKRZhruNZrnId9MzaGgW7UE02iD { width:20rem;height:18.8965rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq { display:block; }#rVpBZOlsVGNDlJP8EDAt2W4Kl5ySmrkq > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzAUSpAGELrKdmlPPLbaXWiw8K2WgCnL { width:17.5625rem;height:3.1494125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuUppPcMcAGnldMLR5ph3hcSF84RLHK9 { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JatLXWEnTEsomvXzP9XUsoxowux00yTv { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqmU7MrqcQHZ822z7fVL1xgvWE58KgOQ { width:20rem;height:4.8125rem;top:0.86248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O { display:block; }#aE5ezgGzOLEhktdJJrMceRJ1dZ1adR3O > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4P6qqS1F77zvoWMhsXbktCfp1C8TgQg { width:20rem;height:23.62059375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS { display:block; }#dcU9VTBUiv6t9AXMkyXZUafmC4AJTNJS > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1RibwnmJH60hdGbPggJxRJOy2rHybgB { width:17.5625rem;height:3.1494125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKrTCc7JdykOVIixyNcGzaJ9OudRCz6Z { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSONoxwLaRu4EFxby1QyOwQ3IKTUznEC { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwH66Lsy9d77cBQE2flhdNZ8xk67to6H { width:20rem;height:4.9375rem;top:0.86248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 { display:block; }#z2iElEbD2hDT2mdm6HKdelT2MDdc2Ih9 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZOKvCCiS0WGcFB0gG7pMp80sxbbhp2B { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSfRyhbsgMOABIBBy6rwqdhETvTg92rg { display:block; }#cSfRyhbsgMOABIBBy6rwqdhETvTg92rg > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSyW1VdpreysvCNu424m6x1Q1A40ifUA { width:17.5625rem;height:4.72411875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIJ16G2UcRA2exL403rdMVu09AHbQC1v { width:2.4375rem;height:2.4375rem;top:1.875rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcPENMfkMrJD5ATobkU3LpiR6oBZKcxK { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrEDUOCS8WVwhWW6lmeVWQDBrFoKkSBT { width:20rem;height:4.9375rem;top:0.86248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH { display:block; }#ACG6kTr7AsT4OHoazcU1oI2w7ZxpmKCH > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfoQWS8fElC4iHlVTEqRcbIDSoCmb72I { width:20rem;height:12.597625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq { background-color:transparent;background-image:none;display:block; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container { background-color: transparent; background-image: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container > .video-iframe-container { display: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row > .video-iframe-container { display: none; }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .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); }#AeQ3N3oxvOViQVPtluUv8uuWtpc7e7Rq > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Itt4eoVxK0CowT3HFAs6uQrcLuUk5zS1 { display:none; }#Itt4eoVxK0CowT3HFAs6uQrcLuUk5zS1 > .row .container { width:20rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UNTXJzsgWLH0QrC1Ub4ITc36kc92NU7U { width:20rem;height:1.95rem;top:0.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QFJCtTQ4Tn9ZxrQOQFwmAqsksaVqH4nx { display:none; }#QFJCtTQ4Tn9ZxrQOQFwmAqsksaVqH4nx > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz { width:20rem;height:50.3125rem;top:2.5625rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rbJDyUky/img2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.adaptive-delivery-prevent-bg, #wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.lazyload, #wbxAPpSsMhcD1TMn3c8QTsRxzu5USTbz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RCJTbwzhIOIi6IQ8282t6nFbfz9fP979 { width:16.375rem;height:1.8rem;top:20.5rem;left:1.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krLh5VTT8y54R0JXMI18noxRpQeKLiaO { width:16.1875rem;height:26.775rem;top:23.5625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqxGaIMRFs6IMZiHJKWwP7HeA77CRw5e { background-color:transparent;background-image:none;display:none; }#mqxGaIMRFs6IMZiHJKWwP7HeA77CRw5e > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eNupvGNJmTKspqPfIplL8SE27BrlDnM8 { width:18.4375rem;height:2.1125rem;top:0rem;left:0.78125rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yMytv7i5nl4yyfDNTPECuBnTfyQXJgkf { width:16rem;height:5.4rem;top:3.5rem;left:2rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #z1zKLB1w2xBfUDDLS2hekdldWQm7yc04 { display:none; }#z1zKLB1w2xBfUDDLS2hekdldWQm7yc04 > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oW0Tzx1nmD69bkNFZqf6HqOrR0c4b8pW { width:20rem;height:1.95rem;top:6.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPq0CmJ7w6DUsw79pGTIfV64Z5PgNet { width:18.75rem;height:1.575rem;top:30.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMxaES0SL6NbkM8Jx457auM3CgT0SaaZ { width:20rem;height:7.875rem;top:33.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDSv1Txp2e89QMi2J9NxU1CQXPG7n2zH { width:11.1875rem;height:2.125rem;top:45.125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvSzrh4vgMJ5ftDf5e9QzsQelxRJtIX3 { display:block; }
 }@media only screen and (max-width: 763px) { #lN5WnhnJtO1T02ICiOt3ctmiJB1ZSmxD { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS2nOyy8t8eqJDrPzuBf1qUPtSzftCEx { width:15.6875rem;height:3.15rem;top:1.3000001907349rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rml4FORGakGq9wcE1CystQu6Lo8UB3Gw { width:20rem;height:1.1375rem;top:42.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWg8N7OOoERwImugso4V9gyOfzgL6cvc { width:5.0625rem;height:10.125rem;top:16.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7CoNUZKFGGrfq9XN4TVMHA6TlIxz1r { width:1.5625rem;height:1.5625rem;top:23.9375rem;left:18.4375rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #RT7H3huHEGknyUJ5AgC9FVTTJ7upRd4H { width:20rem;height:1.125rem;top:10.1875rem;left:0rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #eFJzgZPOZtpvmBsEW2gHFSQVplxWFUIJ { width:0.5rem;height:0.5rem;top:10.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5yXXieTFpTbJD2DKLBpcPd3ICnzqR64 { width:0.5rem;height:0.5rem;top:10.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3JvSC38zwbkpMteIGy1phys2TmDXi11 { width:0.5rem;height:0.5rem;top:10.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp { width:20rem;height:12.5rem;top:11.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rfNOWnYQ/slider1_d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp.adaptive-delivery-prevent-bg, #qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp.lazyload, #qmNlT2bzgOnfgVxNdCUxvMczKcALGWdp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #naDNRkiVsG0mfwsgNrfVJLaTSmOQyT37 { width:4.3125rem;height:9.25rem;top:16.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFAW3J6T9JvbtpallnN7GRXkHnHS2TWb { width:3.6875rem;height:7.8125rem;top:18.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awF9P8EfPq2pIpTxVWBJ7QTVysfwG1PK { width:1.5625rem;height:1.5625rem;top:26.875rem;left:5.875rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #rT3sJgPHnTkVv0TINRdHmS2uA1MllVOh { width:1.5625rem;height:1.5625rem;top:26.8125rem;left:0.6875rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #gPPxhGC1fGdtHmaJcwpq7SSDAUHlI9kQ { width:4.875rem;height:4.875rem;top:21.625rem;left:0.6875rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #RqGICLUtlIeDBQTeu8J4Um86kTBToMWJ { display:none; }#RqGICLUtlIeDBQTeu8J4Um86kTBToMWJ > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rVUGMq6sHBJEvQ67Q7HtQR0sZ7giTI40 { width:20rem;height:1.95rem;top:6.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbcIy1rFXzEicLq5hDpLsSaw6flWKeq { width:18.75rem;height:1.575rem;top:30.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKA1DU5ThiCXqLX5F0CDbriI6Hgek3Is { width:20rem;height:12.6rem;top:33.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVQe6x4klX8kEhS3pHNh3WAvpm5wF8p1 { width:10.875rem;height:2.125rem;top:50.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhT8NKhFSPT2vbXBBgC0i0VkQ2zTe1yc { display:block; }
 }@media only screen and (max-width: 763px) { #uD7BzK1bDpd3O0NTaTXL94kn6LlB7i2f { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqeHfZidDwaIJm4y7e5XG5JzStvstgv8 { width:15.6875rem;height:1.575rem;top:2.15625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJhLdPGyae4PttE5EozOZfUguocGROxp { width:20rem;height:1.1375rem;top:47.03125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTIgMHQPQPWy7O3PvuBMlhoTDq1V1om0 { width:5.0625rem;height:10.125rem;top:16.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XpE7C8Lw2Ppv54QrULJJKdiXkkPhlL { width:1.5625rem;height:1.5625rem;top:23.9375rem;left:18.4375rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #yahhO3E9unOGBZJsWNnefcp5H59xPVPi { width:20rem;height:1.125rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDbLwQ02yr3Fw2gvPDJCQDGvNCfIxQDI { width:0.5rem;height:0.5rem;top:10.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuJ3VCBtGcoFbC7RnENnNZa21BRJNuO { width:0.5rem;height:0.5rem;top:10.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf8P5k2ay4aqPAREhOlHOAKT0ra5N3vL { width:0.5rem;height:0.5rem;top:10.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btruvmyzWOByuWbfd6tEe6QkhJX8ftww { width:20rem;height:12.5rem;top:11.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/gDdZvKQ7/slider2_d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#btruvmyzWOByuWbfd6tEe6QkhJX8ftww.adaptive-delivery-prevent-bg, #btruvmyzWOByuWbfd6tEe6QkhJX8ftww.lazyload, #btruvmyzWOByuWbfd6tEe6QkhJX8ftww.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UXOtTnd68eC3rV3CivSf5KeIKdSs1yAV { width:4.3125rem;height:9.25rem;top:16.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHoTppuMzlwTN14vP1dTeEEchzK0PCZV { width:3.6875rem;height:7.8125rem;top:18.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvT1MTx565o81WrCMxqdQJN65szEfiQn { width:1.5625rem;height:1.5625rem;top:26.875rem;left:5.875rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #KySDhC2iCqWnCzsNAt4fuoQKoa4oITO6 { width:1.5625rem;height:1.5625rem;top:26.8125rem;left:0.6875rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #hnhTp5onN8wlBHraSQdTktLGnQ1Te3oe { width:4.875rem;height:4.875rem;top:21.625rem;left:0.6875rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #fLnpQkBFqx1J5WrwHTpy3KEH29wg2pqK { display:none; }#fLnpQkBFqx1J5WrwHTpy3KEH29wg2pqK > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ysqSu4LP7GNUIcKo9517iVBtCJNK4cFN { width:20rem;height:3.9rem;top:5.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0xEGf82ws4iTodcnF2dTSon0LQ3HmMK { width:18.75rem;height:1.575rem;top:30.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfTuduEHuqiFgyLW1TRS81rpdVVaiVZE { width:20rem;height:7.875rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsqXC8EV5tczCv79kFBd3ToHucgTJQZg { width:11.1875rem;height:2.125rem;top:46.125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyULStkArQWDutZpwgCU4NiJmHfk33t { display:block; }
 }@media only screen and (max-width: 763px) { #KVSoErbFxTlB8erSdTDxsTSi72t8a5Ip { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJD0sbUlg0ih73CtVttWCiQWAM2AMivF { width:15.6875rem;height:1.575rem;top:2.15625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibxFNKv8M0TRNdmxop5LufDrZtVGauy1 { width:20rem;height:1.1375rem;top:42.46875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Hfgv9Usk3pzqIlng4gFrElpn0unlJa { width:5.0625rem;height:10.125rem;top:16.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIAfSRVIL24TNNyCHLrIuIEPdGwPVXyb { width:1.5625rem;height:1.5625rem;top:23.9375rem;left:18.4375rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #QnpD4HVeWxV7IKaaKDt4fMwXS4KeDT9k { width:20rem;height:1.125rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyP8lZRkHm7rBAmgktv82MXRcperzDtu { width:0.5rem;height:0.5rem;top:10.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ualEKZnPcF65xNOv4T8qlsGn6bR7cm { width:0.5rem;height:0.5rem;top:10.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzZmoBirVeBAMVN6QmsQPvLonevTQJ81 { width:0.5rem;height:0.5rem;top:10.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1 { width:20rem;height:12.5rem;top:11.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7tYeASZr/slider3_d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1.adaptive-delivery-prevent-bg, #fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1.lazyload, #fTCT3KLBEwp2uJmkxX5XBFbwAzNH82l1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #v6Rli8pXAkXKNqPwJ0C5BFmXzFZDIMTG { width:4.3125rem;height:9.25rem;top:16.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GozuUtaxTUdA3uPMeZC5y8WbTxKzWAJ1 { width:3.6875rem;height:7.8125rem;top:18.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMH1XFnEsiK14oNNoVlFisqoEw3SoST9 { width:1.5625rem;height:1.5625rem;top:26.875rem;left:5.875rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #pLu6nNer8sAgJTGCcV9ffyAWxV9OBckH { width:1.5625rem;height:1.5625rem;top:26.8125rem;left:0.6875rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #OBHoDuS7k4XlcnG2eMuaIxrf2A9I3OiV { width:4.875rem;height:4.875rem;top:21.625rem;left:0.6875rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #svs3H8uO9oMPmgKiOQG1Ut6CBGIQz2Xg { display:none; }#svs3H8uO9oMPmgKiOQG1Ut6CBGIQz2Xg > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IyhsOEgSH0HQysrmGpeBMTx2cNIl5BM3 { width:0.4375rem;height:0.4375rem;top:2.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6KcvnPUahJfrhtBPWITyGB620WrVElA { width:0.4375rem;height:0.4375rem;top:2.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB62noyNKbMnuks96BW0RVH0QgdNwI9z { width:0.4375rem;height:0.4375rem;top:2.3125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPiAdENEiVCzHsmZhmALJTJip7mLMRdi { display:none; }#TPiAdENEiVCzHsmZhmALJTJip7mLMRdi > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d6SUrBD5ZFgrAXx5pMITzIK1RB3fUARF { width:18.1875rem;height:2.3125rem;top:5.4375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivlKIrurrPIwF5Ru5NuX7VWF8VRTqNeg { display:block; }
 }@media only screen and (max-width: 763px) { #IkTaTEebTtx7XxAi9GuqMRkLcwhX3A5C { width:17.5rem;height:4rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTaOTz7fWdL71GpSHSJu1zaeKiRKhNV { display:block; }
 }@media only screen and (max-width: 763px) { #JtGoMrRbsUtdJzGWbruLbyEcrWai8GCx { display:none; }#JtGoMrRbsUtdJzGWbruLbyEcrWai8GCx > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I0ETLnXDlUdfoKLrgxHx2DIa5pQ7Qvfx { width:15.5625rem;height:5.2rem;top:0.75rem;left:2.21875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UJTVvMRxHf8oEZ4pMUt8udd78w5NrX7o { display:none; }#UJTVvMRxHf8oEZ4pMUt8udd78w5NrX7o > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VaCgkREnUycoTiTJ8l9CGqCEXt56iHs2 { width:20rem;height:56.0625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiQtGfet3Cv1paVMA0dN9KvLvAGI6kUX { width:10rem;height:10.875rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbueQB3KQUT4xcHswqacETCBcJEm0wUI { width:6.5rem;height:4.4375rem;top:55.9375rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvngWtqlFVPMzI0aFeCcEycN7QfFGtrb { width:17.125rem;height:44rem;top:5.5625rem;left:1.46875rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #F7UZ8MeSWJzm0Ky44c2PxThTX64gZMAD { width:12.5rem;height:1.4625rem;top:51.5rem;left:1.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEzBvXWNfJJbFuTNHpcLAH2lV5kHsZMi { width:15.1875rem;height:2.4375rem;top:53.75rem;left:1.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmq36kCTy4AsNgRyGJasgEWQg3gNrs3K { display:none; }#rmq36kCTy4AsNgRyGJasgEWQg3gNrs3K > .row .container { width:20rem;height:57.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iO1dezTeGsroVsTuZ9G1ftgoaHbCs0RG { width:20rem;height:54.5rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpnNc3537P1yLS5BU9pim4coLO2FJWvO { width:10rem;height:10.875rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO9nUXstK2OcEVXrixNXVLhlVEEcEExy { width:6.5rem;height:4.4375rem;top:37.625rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwnWi5fKDh2sFPbbo3iVokGLOdRN7lzQ { width:17.25rem;height:42rem;top:5.8125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybhTVt0eNBmbWTpWgd9WM95ecR1QKwGM { width:12.5rem;height:1.4625rem;top:49.5rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3f6aaet6eGqTDa6T8ZQRWHJAdkhW7B { width:15.1875rem;height:2.4375rem;top:52.0625rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L79lvBuw3ryQAfmfTkhpdQyQ84NINcxA { display:none; }#L79lvBuw3ryQAfmfTkhpdQyQ84NINcxA > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w3aD4nDTAXnH58hTxTz9Rri3mJlVglai { width:20rem;height:44.5625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLveJNTfXKHthS1wfknzGiabysRunl1U { width:10rem;height:10.875rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE98h66vkPiSIKQIybePyMfkIFQ5AChK { width:6.5rem;height:4.4375rem;top:37.625rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvOLdOrr2dxsO7pQ7uIFoTTagABdDqyV { width:17.6875rem;height:32rem;top:5.25rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yae8mTqXggpp8qGWDmhFzgbbwAySBbr6 { width:12.5rem;height:1.4625rem;top:39.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtCqf8OsOeyJ8B3IU02bChhWQUKGbMzN { width:15.1875rem;height:2.4375rem;top:41.8125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ZTiT4THBQa58iNAMzpwLX0ewqem5Vg { display:none; }#G0ZTiT4THBQa58iNAMzpwLX0ewqem5Vg > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FLZi8TUkZW1CliQERsHg3Rd7kpcmccrg { width:0.4375rem;height:0.4375rem;top:2.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptpQxOZlao94Xtm6KVbsI629Q0UTTbXW { width:0.4375rem;height:0.4375rem;top:2.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwE6hIuAqcTAJ4DnI7ku7nCIf4IyxaJD { width:0.4375rem;height:0.4375rem;top:2.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg { display:block; }#AKM0gXwpXFrvDLpoEx6TJ4g6sQGCq4vg > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLreyCTEWQtXc0M9NWfMABzBfSsDdTWx { width:6.375rem;height:1.625rem;top:1.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4otPd3g0FWaWRFZ1eKx3mLvulp40ntV { width:12.5rem;height:1.13720625rem;top:4.875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnGhKXnAtmOiy8NTthAycBoiVelrtA8F { width:12.5rem;height:1.13720625rem;top:6.875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 > .row .container { border-width: 0; border-radius: 0; }#CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 > .row > .video-iframe-container {  }#CM9dc5M5fZw2F4Bf82qStWXNOGeUPBS1 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tDKNectNWG2XoiDsIZQGdszT21gZJgHv { top:2.375rem;left:5.25rem;width:9.5rem;height:2.5rem;z-index:100015;font-size:1rem;color:#2550aa;font-family:inter;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tFi9X3kCcy4CRE2oeohEhUJHn8tJQkQl { display:block; }
 }@media only screen and (max-width: 763px) { #ebXFH7huRAkTbIaF9bNEtUTgMVOBCo6u { width:16.25rem;height:0.875rem;top:0.8125rem;left:1.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:100011;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #fF9FCDrnESz0AsIPs6SSnlP26hKCVrVQ { top:0.3125rem;left:18.375rem;width:1.625rem;height:1.625rem;z-index:100016;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITIK9updUoZAtiiN1ZQnb7q5A8KRVRF { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#sITIK9updUoZAtiiN1ZQnb7q5A8KRVRF > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.233125rem;margin-bottom:0;margin-left:0.233125rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.32rem;padding-right:0.046875rem;padding-bottom:0;padding-left:0.046875rem;display:block;width:2.703125rem;height:1.82875rem;position:relative;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 .widget-text.counter-label { background-color:;background-image:none;color:#fbfbfb;padding-top:0;padding-right:0.046875rem;padding-bottom:0.22875rem;padding-left:0.046875rem;display:block;width:2.703125rem;height:0.503125rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.75rem;height:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #uWGRqQIhKdyOt8HFyWPJXRHTvaSFgekF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #tDdpI4zPttLvezuTT5IRqTPy9XTnzahd {  }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #PpgeZScBoIv9dCq0LMfnzxcnNneV6vu9 {  }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #PzK97XuqJsQX2EZg3DzSzTqtgbsMnMsg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #vXJf9wM7Skw4wSuFwKS6sIMKRp24OI8N {  }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #wMQcdKmklqkVzQc8Do46ubiRd9y86xqQ {  }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #WQv8cN3PfCr9W5otzvhxdJCLTXiSw3l9 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #L7zo4VqbOv0V9pWZbA3mAAS5HI54RQdw {  }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #LIMGM9r2qpOohpo3A5z5ziHmUq2Ukzaa {  }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #pG5r86Rfm4nkxWtKPFvm0DclbM3zpX8K { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #iyOxUBJPKdOrrKrTqHNlBMMEp8ae9mAO {  }
 }@media only screen and (max-width: 763px) { #XOw78yaXU3NBTooJ2ULRFgLaaUGJLCu1 #scBdanFJu5o3zIATixpc8oOqTNrhUlTt {  }
 }@media only screen and (max-width: 763px) { #okCFt7veFk0Vk0TM06lp6VDct0riOWq0 { width:15.0625rem;height:3.5625rem;top:0.75rem;left:2.46875rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;display:block; }
 }