.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,244,228;--color-primary-1:159,218,164;--color-primary-2:63,181,73;--color-primary-3:32,91,37;--color-primary-4:9,27,11;--color-secondary-0:252,213,213;--color-secondary-1:247,128,128;--color-secondary-2:241,43,43;--color-secondary-3:254,80,0;--color-secondary-4:48,9,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"helvetica";--paragraphs-font-family:"helvetica"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b66267b6-b0b3-4bd0-b8ca-6bd241a3c960/NBC23_0490.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.88); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.88); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:20.4375rem;top:3.916015625rem;left:27.28125rem;overflow:hidden;display:block; }
#y7uh1l5HMubB03ioPorCB0nRop30kQTx { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:11.050000190735rem;left:0.5625rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:23rem;top:11.5625rem;left:0rem;display:block; }
#Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:39.8125rem;top:14.49951171875rem;left:0rem;display:block; }
#U5wcRFyDqxwVLkxE1bePDXWktIdlAZrO { color:rgba(var(--color-tertiary-0),1);display:block;width:43.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.448404312134rem;left:0rem;height:7.636725rem;font-style:normal;display:block; }
#R8dCAC8fNwexF4NOyOubE1g9QzEAB74t { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#s88TwrhpOBxqearBN0vyRp39JCQEe5dX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aABUVtlDDdyChUo0yTF8iWmmF6STn3nv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:35.4375rem;left:54.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ctLeODbu1nfa7qUqMo78K1nwQHVsTEdg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:dadsda;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:38.9375rem;left:55rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KNGLyIeuCwP1Pl0altqWNXECEdAnuAqT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:41.9375rem;left:54.9375rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m2M34rc96mX9Vrq0aragqNnJCzQuDvRI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.1875rem;left:52.6875rem; }
#dyamugDcT6iTPwPwIU20DbamTD739obC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:38.75rem;left:52.6875rem; }
#pmtzyQvl5CwdBpkAqQlkNnQF3BRqxxm3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:41.6875rem;left:52.6875rem; }
#sEFtTI8DyitKXqryvJtXAHiInKXctQ0F { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:28.375rem;top:18.424478530884rem;left:0.12451171875rem;display:block; }
#z5FGsOxT8AmWpx7JESOuFp0lGkSffqNT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.3125rem;width:47.5rem;top:23.54062461853rem;left:0rem;overflow:hidden;display:block; }
#x8zOOo3t2Zt8HMmTzcZ4r5FR29Fbdm1u { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.324999809265rem;left:0rem;height:7.6375rem;font-style:normal;display:none; }
#nJ1T61aTmTSnsNes6qGAWU7huxl74xVB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-form-header {  }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.4;overflow:hidden;font-style:normal; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-text { 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.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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-text {padding-top: 0; padding-bottom: 0;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-textarea { 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.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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-select {padding-top: 0; padding-bottom: 0;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-button { 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:#d01010;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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .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; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-container:first-of-type{padding-top:0;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-container:last-of-type{padding-bottom:0;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.0234375rem;left:51.7353515625rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr {display:block;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.0234375rem;left:51.7353515625rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #OKQJ26fS4MdE2xcbu5GFAnUxsuy0DGE9 { position:relative; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #ztAJHQoZ1HGfR8LGk81KBtKtbHWHP1za { position:relative;display:block; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #RUPN6Zpril7OQ9akCl5tko6A6wPTVHvc { position:relative; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #HP3uR1BMVBOryZbywJAzoseUJPIbHuLk { position:relative; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #NEL8XlsFe86AGra9Ky0BvDWCGxTAfi2o { position:relative; }
#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { border-width: 0; border-radius: 0; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:none; }#zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:20.3125rem;top:28.1875rem;left:27.34375rem;display:none; }
#vAZFM3bpwT5wMu2b74A0tXr8vq8AhyHT { color:rgba(var(--color-tertiary-4),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.1875rem;height:5.19856875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { color:rgba(var(--color-tertiary-4),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.3125rem;left:8.5625rem;height:2.35611875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0smVRcQTLw1ZbNkP5szF5JbaK55IpB6 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.1875rem;height:5.2rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { border-width: 0; border-radius: 0; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:none; }#yxh21pHqn53r4wcQmr00WGeuDvKkamAw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.125rem;top:2.8125rem;left:16.75rem;overflow:hidden;display:block; }
#kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.125rem;top:3.3125rem;left:28.4375rem;overflow:hidden;display:block; }
#dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.375rem;top:3.1875rem;left:39.875rem;overflow:hidden;display:block; }
#kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.875rem;top:3.0625rem;left:50.3125rem;overflow:hidden;display:block; }
#ok34gG9ZFyAdSvOyVDIg5KyXhN4mT3J9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:26.0625rem;width:16.4375rem;top:13.625rem;left:4rem;overflow:hidden;display:block; }
#uqcDUEoUSeLhrIk4dsp9lJ46ssHUrCTo { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:25.8125rem;width:16.4375rem;top:13.625rem;left:29.5rem;overflow:hidden;display:block; }
#nhkl4MV61VrReJgAbRRXKbFVTtBTn8s2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:25.8125rem;width:16.4375rem;top:13.625rem;left:54.5rem;overflow:hidden;display:block; }
#bW0M6mRzdorMGhC7HCxUWghQAUUKRycC { position:absolute;display:block;z-index:15007;background-color:rgba(223,223,223,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:8.125rem;left:7.125rem;display:block; }
#JddbpHXNwaxvM3dJJ07m0BMkLXKlyDTh { position:absolute;display:block;z-index:15008;background-color:rgba(223,223,223,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:1.375rem;left:7.125rem;display:block; }
#yPH27I7muwkMXHc99weRqVpgxZMCTMma { background-color:rgba(var(--color-secondary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.0625rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:42.8125rem;left:22rem;display:block; }
#fLLLWwCh6nnaJPBBNSh54U6zJke12Iok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEGNCS86oTSnh202nWCSkeU6duOMXsqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row .container { background-color: transparent; background-image: none; }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row .container > .video-iframe-container { display: none; }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row > .video-iframe-container { display: none; }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .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); }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row .container { border-width: 0; border-radius: 0; }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row .container { font-size:0.875rem;font-family:raleway;height:99.9375rem;width:75rem;position:relative;display:block; }#RS50Rp7H9M58e4vvkC0yzHKvDRnNhGK3 { box-sizing:content-box;height:28.875rem;width:62.4375rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.6658530235287rem;left:6.29150390625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#oad64AGtOSgBqpRuQvtqPB4Uum49kD37 { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.875rem;left:8rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0IJ2wrDgm8a2iStp2VTwi63Hz4KEXS9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:22.119953155517rem;left:7.9996738433837rem;height:5.41699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlqPLTd481efSFMkK0iTEhJGiFMhexvk { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6865rem;width:22.9996875rem;top:1.9475910663605rem;left:36.186521530151rem;overflow:hidden;display:block; }
#nLIt43wuLoa6PQwTUK1ZS8XoabJVIWX0 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.3125rem;width:15.999375rem;top:7.5154619216919rem;left:51.880697250366rem;overflow:hidden;display:block; }
#hqG2H6Uy7m4bcq8oFJvoAoDNnZQ4cuE0 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:45.4375rem;left:7.25rem;display:block; }
#WDXOJ34LH1ka3vgD4SZxscvByUE27D8H { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.12475rem;top:47.3125rem;left:6.5625rem;overflow:hidden;display:block; }
#IfU2NwAzrq1Ul8voOHoNS4Com2UM1ZM6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.12475rem;top:47.3125rem;left:17.3125rem;overflow:hidden;display:block; }
#zBF7RKMNk3LKPMxTb3D3wH3xM61NkVZ6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87475625rem;width:8.3728125rem;top:47.4375rem;left:28.9375rem;overflow:hidden;display:block; }
#Esk7p6M7N1dCOFGizvxpQcaMf01lbRm5 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:52.1875rem;left:7.25rem;display:block; }
#kvXKJw2rNFeZsgdwn2m7oDkpeu9n8WpS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31176875rem;width:7.99925rem;top:47.1875rem;left:40.125rem;overflow:hidden;display:block; }
#phVQIDdaTGCydnH9SCz4d6QrwhZu76MJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:7.68675rem;top:46.625rem;left:49.75rem;overflow:hidden;display:block; }
#EXvtKmZmdmNol8bTWnalOywkyOCSgRJw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.436525rem;width:10.1245rem;top:47.625rem;left:58.3125rem;overflow:hidden;display:block; }
#TmzxIFO5HvhKZfqZWTrZmSNN0BJQpKPv { color:rgba(var(--color-tertiary-4),1);display:block;width:57.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:41.5625rem;left:9.5rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLTk6slrMT5Zk54by01UBoKbLwq7zwPO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.124675rem;width:1.124675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.3125rem;left:8rem; }
#qy76PoqkyIdqXGT4ytSROBP5zvxyeF0L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.124675rem;width:1.124675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:31.3125rem;left:9.5625rem; }
#J807dwUoRPbnpTl5L5go594h7ZXWByXL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.124675rem;width:1.124675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:31.3125rem;left:14.3125rem; }
#Mp0Um7kV7D9TDmgDkfxtNKLFETnb8TdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.124675rem;width:1.124675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.3125rem;left:12.6875rem; }
#vEdwdtEk5ppuX6QEdL1zq8OMrHBK5KNC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.124675rem;width:1.124675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:31.3125rem;left:11.0625rem; }
#wFwbWlMCJmiaJDHzWNBWXAHTH92GnONd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4370125rem;width:11.9995rem;top:29.29443359375rem;left:52.443197250366rem;overflow:hidden;display:block; }
#gMs7g1Thz79i4kbZxLxEO2tMzPOv4T3u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7495125rem;width:5.7495125rem;top:29.3125rem;left:62.3125rem;overflow:hidden;display:block; }
#NFwIg6Svs8JXkqH5RXrEwTypRREKkQ6B { box-sizing:content-box;height:2.875rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.75);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:58.25rem;left:7.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#u5ExBI8HHtW494BL4K0FOow7D3zRIVWn { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:58.5625rem;left:3.75rem;height:2.44375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4u2ArWbAcgyNXkQT6TOvQIeameO0pKx { box-sizing:content-box;height:3rem;width:14rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),0.75);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:58.3125rem;left:30.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#wxM8gdWx8hqTEOEJmnKAT1KbqcfXuH0o { color:rgba(var(--color-primary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:58.625rem;left:24.8125rem;height:2.44375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EsGdI4oTTRelPEfG7MWna8VRDI86dVmm { box-sizing:content-box;height:2.875rem;width:17.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.75);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:58.25rem;left:49.4375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#AXJ8IMeWgALTr8B6TlqenqfeM4q2dsgM { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:58.5625rem;left:45.3125rem;height:2.44375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lMLwfvcTOwNL4qWinQep4Jw4wrUBxQh0 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:29.6248125rem;width:15.999375rem;top:65.425613403319rem;left:29.499509811401rem;overflow:hidden;display:block; }
#QMo2Z6UVlFoXSJmLmMMSa6dFDFO1CRZa { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:29.5625rem;width:16.25rem;top:65.424803256988rem;left:7.9996738433837rem;overflow:hidden;display:block; }
#vIUJw6lLwhy7o4dUvZsLKOvdJSdhKEJW { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:29.75rem;width:16.875rem;top:65.42480278015rem;left:50.441892623901rem;overflow:hidden;display:block; }
#ecT0khV1eKHJFAy4UlBTyEL6cZGDvB2E { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.875rem;left:8rem;height:10.9668125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#odJtw7bNbxTKPvxMMXk6N0U4eVlbhUec { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:20.375rem;top:1.9475910663605rem;left:36.186521530151rem;overflow:hidden;display:none; }
#e8ztQCMKBKH04GZ8U1fpXCtZUUC0Jdo8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:12rem;top:29.05712890625rem;left:1.9881191253662rem;overflow:hidden;display:none; }
#ybPTBPhIRgqyrfpTSxn3ii9psGAD95Vt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7495125rem;width:5.7495125rem;top:37.186847686767rem;left:14.185873031616rem;overflow:hidden;display:none; }
#QAH1tKD9sGi8UfLk15ceUOJTMLe52muW { box-sizing:content-box;height:2.875rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.75);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:58.25rem;left:7.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#xan5TVNTqBmpnMZBmt9QP5N15TR8PK1K { color:rgba(var(--color-tertiary-4),1);display:block;width:57.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:41.5625rem;left:9.5rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.adaptive-delivery-prevent-bg, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyload, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyloading { background-image: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { background-color: transparent; background-image: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container > .video-iframe-container { display: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container { display: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .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); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { border-width: 0; border-radius: 0; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { font-size:0.875rem;font-family:arial;height:124.375rem;width:75rem;position:relative;display:block; }#Qz3R9FGkHzpkGRR0xLuMK0JOBU3uUQyh { color:rgba(var(--color-tertiary-0),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1650390625rem;left:9.34375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ex47P7CFF4sT5AOilIcoCvtRpyiC9PTZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.75rem;top:16.1875rem;left:0rem;display:block; }
#ihqc4DfUQoMNwDM6rmJT2AbHqFuOq8UJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.75rem;top:40.3125rem;left:39.25rem;display:block; }
#XwGF7ggElTsoZKmnSkENI0sR4azTezKH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.75rem;top:65.375rem;left:0rem;display:block; }
#Uf4VyaMHnNAvdcE7T8c4VcJNwMeQPI07 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.75rem;top:89.1875rem;left:39.25rem;display:block; }
#L4HRoz1CtMzFaaTHnfVUJUIueoZSTEoy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.875rem;left:39.25rem;height:5.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#LcAVyyQt3P9pCKywvC4BDr1SWapNLv0y { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.375rem;left:39.25rem;height:1.3rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#OJOtK2R16ZcJ6BQEce6UFqHubtq2reNb { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:44.8125rem;left:1.75rem;height:3.8994125rem;text-align:justify;text-align-last:initial;display:block; }
#lXQBxPKmsoT4D6LlXWFvhLx0zxSBOStV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.3125rem;left:1.75rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M4bMHkyG1qTfPstaqiIzKSb6UR6df3JC { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:69.8125rem;left:39.25rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#Btx5THa8ph0C7kqdXgU6sPcsIbcBqaNq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:67.3125rem;left:39.25rem;height:1.3rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eyiArxW1wFFsXEHP2prdGB22q2W2ZkV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:94.1875rem;left:1.75rem;height:9.098625rem;text-align:justify;text-align-last:initial;display:block; }
#B41LB1e4QlOiXR78wBz7cmvfgvZFi2vb { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:91.6875rem;left:1.75rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TOCh6oavfmiE0Q5l5TQUTevNUqflNBge { z-index:15004;top:116.625rem;left:22.437501907349rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#alV83TGkMxtxEyGBQOxZyTqmLcVKDaHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tCXgPGPFwCVtK7LW56sGwBPsXTQTD5Gq { position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:28.25rem;top:89.1875rem;left:7.5625rem;display:block; }
#aXHSKJwTsL7rT4G3V7VdHi7tALg0Aogb { position:absolute;display:block;z-index:15022;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:28.25rem;top:65.375rem;left:39.25rem;display:block; }
#HTdMLd5FHSLKDU0GLNTC6ZPvvM04DHD0 { position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:28.25rem;top:40.3125rem;left:7.5625rem;display:block; }
#RlT8EfW38aCcLEKI04RPPJscw7rnsoHH { position:absolute;display:block;z-index:15024;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:28.25rem;top:16.1875rem;left:39.25rem;display:block; }
#z7Fg13T0HAK4y2KbpzDdft6sDfIev1an { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:18.875rem;top:11.3125rem;left:0.9375rem;display:none; }
#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { border-width: 0; border-radius: 0; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:none; }#z7sdK8e1R1CTpx2P1hJCsEedefqyBFJi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:12.625rem;top:6.6875rem;left:32.375rem;overflow:hidden;display:none; }
#maXLVdP609TN8i5Sn4VU3Wro32CfKGw5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:10.1236875rem;top:6.2271981239319rem;left:26.999509811401rem;overflow:hidden;display:block; }
#eyZTxmur5uD5arw9og6kPyh4vtHvNiIP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.68685rem;top:6.5510914325713rem;left:37.811685562134rem;overflow:hidden;display:block; }
#iktcMU1oogTTzwUq3fc7BSTwT0hoVlJE { color:#2f2f2f;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.547021865845rem;left:31.311849594116rem;height:0.73111875rem;text-align:left;text-align-last:left;display:block; }
#MJC0nPsfKJ4I78dey8MuMT7SH1KOVSWV { color:rgba(var(--color-tertiary-4),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.5625rem;height:2.35611875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ.adaptive-delivery-prevent-bg, #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ.lazyload, #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ.lazyloading { background-image: none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { border-width: 0; border-radius: 0; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:none; }#oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:75rem;top:4.3837890625rem;left:0rem;display:block; }
#va75HQsD7dPLGSn33lS6RZd11M9tnF8J { color:rgba(var(--color-tertiary-0),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1650390625rem;left:9.34375rem;height:2.35611875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.625rem;left:7.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.625rem;left:30.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.625rem;left:54.6875rem;height:2.59928125rem;text-align:center;text-align-last:center;display:block; }
#T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.75rem;left:7.125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.75rem;left:30.9375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.75rem;left:54rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNQdDTavR82ndRFExFJK4elr6EWfI5wT { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.4375rem;left:64.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N.adaptive-delivery-prevent-bg, #fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N.lazyload, #fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N.lazyloading { background-image: none; }#fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N > .row .container { border-width: 0; border-radius: 0; }#fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:none; }#RL96irlCuSzqeRgskX2T0oNBi6L0thUd { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.8125rem;left:9.15625rem;height:2.59928125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWPvLTKw2E0cANcLApkg6MUnSlkORdPS { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16.0625rem;top:11.25rem;left:5.6875rem;display:block; }
#trzHknpAeqJWy6Zz1KQ5cPXbxdFs4d9h { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16.0625rem;top:11.25rem;left:29.125rem;display:block; }
#RCBafTA5r4JJ1uen9ina6mhKmVviu40w { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.75rem;left:6.78125rem;height:4.22200625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWkqOykscC1FP9TpJE6h9dZnSJdn0Tln { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.3125rem;left:12.15625rem; }
#NiEpfBel4xCOfZHXbE1pC1L5TgvFkufZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:18.75rem;left:30.5625rem;height:4.22200625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KGHNHGG2hdfZy0UkHOurMu7OscT9kGcu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.8125rem;left:32.625rem;height:2.59928125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eosGxkyTHBtSy9S3KmTnCoBunafE6UJg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.53125rem;left:35.59375rem; }
#ONCo5PQOT6EOlbZqB3J2nOQDfdSGT7in { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16.0625rem;top:11.25rem;left:53.25rem;display:block; }
#uZFauy9wom1N3R5Ies7xy5aPuBKzIyKL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18.75rem;left:54.1875rem;height:4.22200625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AzlQTJ5xThAK9UCrKPQD9WQIqTSe3WP8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.8125rem;left:56rem;height:2.59928125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQyEcTmovguRWzsvmySWyJgAZ8H1rgmv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.3125rem;left:59.75rem; }
#CZxlKaEZROZRxLvHGGkUf91LTgpKHLXr { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16.0625rem;top:25.25rem;left:53.25rem;display:block; }
#oy93GeF8WT1g6DCR5Rcy8xesD0fRehMq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:32.75rem;left:54.375rem;height:3.16650625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WnVW6H3611qC05e6Ex12IJntKuEDMiAb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:29.8125rem;left:56rem;height:2.59928125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmxeCZINTrv7b2EPTuUnUqogWOWO9lBa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:26.3125rem;left:59.75rem; }
#zzwdEQvFwwgfG8EXrwG607XWBqFlQqsx { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16.0625rem;top:25.25rem;left:29.5rem;display:block; }
#TM2Pn0HsJ8XdN5DXrqvJPmvB3ri7QaHt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:32.75rem;left:30.625rem;height:4.22200625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwRw10V8ONZV1u6uBcVrmncMhfwACRcN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:29.8125rem;left:30.375rem;height:2.59928125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwxsJq3FHUAB6RlSf4ghNCGVSJ55CKFU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:26.3125rem;left:36rem; }
#WMomBnsfZtnq8nMcCTDTtgvyFxP54yyZ { position:absolute;display:block;z-index:15024;background-color:rgba(227,227,227,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16.0625rem;top:25.25rem;left:5.6875rem;display:block; }
#usTNLiiEdpc2XXiy3wJN7pUtO6QW3sFp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:32.75rem;left:6.8125rem;height:3.16650625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lCTlgF2IK4NLIPQEBhDE3u08hz6TRwqt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:29.8125rem;left:7.59375rem;height:2.59928125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaXLyA4TwnJ8AyOfgdrmxysmr70HODSi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:26.3125rem;left:12.1875rem; }
#Si9LMZMSg3ys0d8370P6qQm0ZnbvAGxw { color:rgba(var(--color-tertiary-0),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5625rem;left:8.5625rem;height:2.35611875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acdee92d-5cf3-4173-a59f-aaa81aab228e/NBC23_0182.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh.adaptive-delivery-prevent-bg, #d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh.lazyload, #d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh.lazyloading { background-image: none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { border-width: 0; border-radius: 0; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:none; }#KpMAskVWMsdQv41D4QBNJS3asAsOBCTT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.375rem;width:19.0625rem;top:8.625rem;left:7.5625rem;display:none; }
#fRsOeUJNIZWe4SOiu9Qz0SMRgDom2cen { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:19.3125rem;top:8.5625rem;left:27.84375rem;display:none; }
#kvcP4We2u5P1MPOnDg6ZQLGok6Nn2Blc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:19.3125rem;top:8.5625rem;left:48.125rem;display:none; }
#yaRLoHHv9tAXvToPBu3uBJv4w90LTA2s { color:rgba(var(--color-tertiary-4),1);display:block;width:70.5625rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.203125rem;left:2.21875rem;height:0;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:none; }
#oGJUXubLV0TTtDZCMXW87fNdUdTIkviA { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:2.35611875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGoWokfmihQBeWRff6OCnFpCgNKNTFQs { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:9.0975rem;text-align:justify;text-align-last:initial;display:block; }
#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.adaptive-delivery-prevent-bg, #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.lazyload, #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.lazyloading { background-image: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { border-width: 0; border-radius: 0; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:none; }#e63WF2TIkBc2LcHnV7xJ3oyDF4xnDRug { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:32.3125rem;top:5.09375rem;left:0rem;overflow:hidden;display:block; }
#S3izh4TiHVpNQb75B0ktvxyTLQw13NIb { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:9.125rem;left:34.5rem;height:4.62565rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JKKPVnPVUGf6ssmhRtMDVvB5V1Zyrvud { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15rem;left:46.3125rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#z88SX7zunoGtn21NR5v0U9tv7rMTh946 { background-color:rgba(var(--color-primary-2),1);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.625rem;left:55.3125rem;display:block; }
#J9HoKiR5V98tHb3y6qk4PDXcwf98GMfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { border-width: 0; border-radius: 0; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:none; }#sUQnEgS38l0PSHz7thWVV2CWJuRvh06V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.125rem;top:9.3125rem;left:3.75rem;overflow:hidden;display:none; }
#PTVRMXU3fl5giShs47ydMp6kXb6BHx3B { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.125rem;top:9.8125rem;left:15.4375rem;overflow:hidden;display:none; }
#xLDSJGDM3f0QrFnRxdWcEHK2r2WSmUPJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.9375rem;top:9.34375rem;left:27.5rem;overflow:hidden;display:none; }
#LvHPyGlLA2UiOGT7hQH0rLLlLUseDmG8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.375rem;top:9.625rem;left:40.625rem;overflow:hidden;display:none; }
#VFuMnB9THwm3iNMreBfkCZebrJP59TGl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.125rem;top:9.3125rem;left:51.9375rem;overflow:hidden;display:none; }
#dgkXkJBFf3BHCpoasLbRpRrLCW7buliD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.875rem;top:9.53125rem;left:62.90625rem;overflow:hidden;display:none; }
#MZNIGu5MQ2XUOEnK9vl4eXuiaFNLdL8l { color:rgba(var(--color-tertiary-4),1);display:block;width:57.875rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.5625rem;height:2.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JAJqiKOV9sVtcIi9wwgOmDovihLktAy3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:26.0625rem;width:16.4375rem;top:20rem;left:3.75rem;overflow:hidden;display:block; }
#bX9TQrDlC3K2BnefKbqKfMbeEzPkO36e { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:25.8125rem;width:16.4375rem;top:20rem;left:29.28125rem;overflow:hidden;display:block; }
#lEyB0oeIx52cBnG5suLRJgZTWlLCEOwh { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:25.8125rem;width:16.4375rem;top:20rem;left:54.28125rem;overflow:hidden;display:block; }
#WFK73lcT8DQyzmtgHfBD0faQvoHuQbEC { position:absolute;display:block;z-index:15007;background-color:rgba(223,223,223,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:14.5rem;left:6.90625rem;display:block; }
#TdRr64tBrSweQUdyplCr39fp0CBJlKT8 { position:absolute;display:block;z-index:15008;background-color:rgba(223,223,223,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:7.75rem;left:6.90625rem;display:block; }
#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { background-color: transparent; background-image: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .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); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { border-width: 0; border-radius: 0; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.6875rem;top:8.3125rem;left:57.5625rem;overflow:hidden;display:block; }
#W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.6875rem;top:8.3125rem;left:60.25rem;overflow:hidden;display:block; }
#BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.6875rem;top:8.3125rem;left:62.9375rem;overflow:hidden;display:block; }
#CqR253XOmDetT7cubkuO78eJk4XelFPs { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.125rem;left:52.1875rem;height:0.975rem;display:block; }
#vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.3125rem;left:58.875rem;height:0.975rem;display:block; }
#Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:65.6875rem;height:0.975rem;display:block; }
#TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.1875rem;left:52.1875rem;height:0.975rem;display:block; }
#FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:19.5rem;top:7.625rem;left:52.1875rem;display:block; }
#LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:5.25rem;left:57.5rem;overflow:hidden;display:block; }
#RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:5.1875rem;left:64rem;overflow:hidden;display:block; }
#QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4052734375rem;left:53.375rem;height:0.975rem;display:block; }
#SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { box-sizing:content-box;color:#7b7e86;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:5.0166015625rem;left:51.96875rem;display:block; }
#MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.4375rem;top:3.375rem;left:2rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { top:3.875rem;left:13.65625rem;width:20.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7uh1l5HMubB03ioPorCB0nRop30kQTx { top:11rem;left:0rem;width:26.0625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { top:11.5625rem;left:0rem;width:23rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { top:14.4375rem;left:0rem;width:39.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5wcRFyDqxwVLkxE1bePDXWktIdlAZrO { top:14.4375rem;left:0rem;width:43.5rem;height:7.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8dCAC8fNwexF4NOyOubE1g9QzEAB74t { display:none; }
 }@media only screen and (max-width: 763px) { #s88TwrhpOBxqearBN0vyRp39JCQEe5dX { display:none; }
 }@media only screen and (max-width: 763px) { #aABUVtlDDdyChUo0yTF8iWmmF6STn3nv { top:35.4375rem;left:30.875rem;width:16.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctLeODbu1nfa7qUqMo78K1nwQHVsTEdg { top:38.9375rem;left:32.1875rem;width:15.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNGLyIeuCwP1Pl0altqWNXECEdAnuAqT { top:41.9375rem;left:31.0625rem;width:16.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2M34rc96mX9Vrq0aragqNnJCzQuDvRI { top:35.1875rem;left:39.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyamugDcT6iTPwPwIU20DbamTD739obC { top:38.75rem;left:39.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmtzyQvl5CwdBpkAqQlkNnQF3BRqxxm3 { top:41.6875rem;left:39.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEFtTI8DyitKXqryvJtXAHiInKXctQ0F { top:18.375rem;left:0rem;width:28.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FGsOxT8AmWpx7JESOuFp0lGkSffqNT { top:23.5rem;left:0rem;width:47.5rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8zOOo3t2Zt8HMmTzcZ4r5FR29Fbdm1u { top:9.75rem;left:0rem;width:20rem;height:4.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJ1T61aTmTSnsNes6qGAWU7huxl74xVB { display:none; }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-text {padding-top: 0; padding-bottom: 0;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-select {padding-top: 0; padding-bottom: 0;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr  { width:17.5rem;height:auto;top:22rem;left:27.75rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr {display:block;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr { width:17.5rem;height:auto;top:22rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #OKQJ26fS4MdE2xcbu5GFAnUxsuy0DGE9 {  }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #ztAJHQoZ1HGfR8LGk81KBtKtbHWHP1za {  }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #RUPN6Zpril7OQ9akCl5tko6A6wPTVHvc {  }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #HP3uR1BMVBOryZbywJAzoseUJPIbHuLk {  }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #NEL8XlsFe86AGra9Ky0BvDWCGxTAfi2o {  }
 }@media only screen and (max-width: 763px) { #J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { display:block; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { top:28.1875rem;left:13.71875rem;width:20.3125rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAZFM3bpwT5wMu2b74A0tXr8vq8AhyHT { top:6.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { top:2.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0smVRcQTLw1ZbNkP5szF5JbaK55IpB6 { top:5.8125rem;left:0rem;width:19.125rem;height:19.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { display:block; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxh21pHqn53r4wcQmr00WGeuDvKkamAw { top:2.8125rem;left:3.125rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { top:3.3125rem;left:14.8125rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { top:3.1875rem;left:26.25rem;width:8.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { top:3.0625rem;left:36.6875rem;width:7.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok34gG9ZFyAdSvOyVDIg5KyXhN4mT3J9 { top:13.625rem;left:0rem;width:16.4375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqcDUEoUSeLhrIk4dsp9lJ46ssHUrCTo { top:13.625rem;left:15.875rem;width:16.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhkl4MV61VrReJgAbRRXKbFVTtBTn8s2 { top:13.625rem;left:31.3125rem;width:16.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW0M6mRzdorMGhC7HCxUWghQAUUKRycC { top:8.125rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JddbpHXNwaxvM3dJJ07m0BMkLXKlyDTh { top:1.375rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPH27I7muwkMXHc99weRqVpgxZMCTMma { width:31.0625rem;height:3rem;top:42.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLLLWwCh6nnaJPBBNSh54U6zJke12Iok { display:block; }
 }@media only screen and (max-width: 763px) { #NEGNCS86oTSnh202nWCSkeU6duOMXsqK { display:block; }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS50Rp7H9M58e4vvkC0yzHKvDRnNhGK3 { top:6.625rem;left:0rem;width:47.625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oad64AGtOSgBqpRuQvtqPB4Uum49kD37 { top:9.875rem;left:0rem;width:37.5625rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0IJ2wrDgm8a2iStp2VTwi63Hz4KEXS9 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlqPLTd481efSFMkK0iTEhJGiFMhexvk { top:1.9375rem;left:22.561521530151rem;width:22.9375rem;height:33.595417057297rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLIt43wuLoa6PQwTUK1ZS8XoabJVIWX0 { top:7.5rem;left:31.8125rem;width:15.9375rem;height:15.253281378179rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqG2H6Uy7m4bcq8oFJvoAoDNnZQ4cuE0 { top:45.4375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDXOJ34LH1ka3vgD4SZxscvByUE27D8H { top:47.3125rem;left:0rem;width:9.0625rem;height:3.1038084800329rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfU2NwAzrq1Ul8voOHoNS4Com2UM1ZM6 { top:47.3125rem;left:3.6875rem;width:9.0625rem;height:3.1038084800329rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBF7RKMNk3LKPMxTb3D3wH3xM61NkVZ6 { top:47.4375rem;left:15.3125rem;width:8.3125rem;height:2.8537940996432rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esk7p6M7N1dCOFGizvxpQcaMf01lbRm5 { top:52.1875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvXKJw2rNFeZsgdwn2m7oDkpeu9n8WpS { top:47.1875rem;left:26.5rem;width:7.9375rem;height:3.2859545678299rem;display:block; }
 }@media only screen and (max-width: 763px) { #phVQIDdaTGCydnH9SCz4d6QrwhZu76MJ { top:46.625rem;left:36.125rem;width:7.625rem;height:4.4014221593404rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXvtKmZmdmNol8bTWnalOywkyOCSgRJw { top:47.625rem;left:37.6875rem;width:10.0625rem;height:2.4217986590854rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmzxIFO5HvhKZfqZWTrZmSNN0BJQpKPv { top:41.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLTk6slrMT5Zk54by01UBoKbLwq7zwPO { top:31.3125rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy76PoqkyIdqXGT4ytSROBP5zvxyeF0L { top:31.3125rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J807dwUoRPbnpTl5L5go594h7ZXWByXL { top:31.3125rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp0Um7kV7D9TDmgDkfxtNKLFETnb8TdG { top:31.3125rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEdwdtEk5ppuX6QEdL1zq8OMrHBK5KNC { top:31.3125rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFwbWlMCJmiaJDHzWNBWXAHTH92GnONd { top:29.25rem;left:35.8125rem;width:11.9375rem;height:5.4089200982333rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMs7g1Thz79i4kbZxLxEO2tMzPOv4T3u { top:29.3125rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFwIg6Svs8JXkqH5RXrEwTypRREKkQ6B { top:58.25rem;left:0rem;width:17.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ExBI8HHtW494BL4K0FOow7D3zRIVWn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4u2ArWbAcgyNXkQT6TOvQIeameO0pKx { top:58.3125rem;left:17.1875rem;width:13.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxM8gdWx8hqTEOEJmnKAT1KbqcfXuH0o { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsGdI4oTTRelPEfG7MWna8VRDI86dVmm { top:58.25rem;left:29.75rem;width:17.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJ8IMeWgALTr8B6TlqenqfeM4q2dsgM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMLwfvcTOwNL4qWinQep4Jw4wrUBxQh0 { top:65.375rem;left:15.874509811401rem;width:15.9375rem;height:29.510243320052rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMo2Z6UVlFoXSJmLmMMSa6dFDFO1CRZa { top:65.375rem;left:0rem;width:16.25rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIUJw6lLwhy7o4dUvZsLKOvdJSdhKEJW { top:65.375rem;left:30.875rem;width:16.875rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecT0khV1eKHJFAy4UlBTyEL6cZGDvB2E { top:9.875rem;left:0rem;width:37.5625rem;height:10.9375rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #odJtw7bNbxTKPvxMMXk6N0U4eVlbhUec { top:1.9375rem;left:22.561521530151rem;width:20.375rem;height:32.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8ztQCMKBKH04GZ8U1fpXCtZUUC0Jdo8 { top:29rem;left:0rem;width:12.0625rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybPTBPhIRgqyrfpTSxn3ii9psGAD95Vt { top:37.125rem;left:0.56087303161621rem;width:5.6875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAH1tKD9sGi8UfLk15ceUOJTMLe52muW { top:58.25rem;left:0rem;width:17.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xan5TVNTqBmpnMZBmt9QP5N15TR8PK1K { top:74.75rem;left:0rem;width:11.4375rem;height:3.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P { display:block; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz3R9FGkHzpkGRR0xLuMK0JOBU3uUQyh { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex47P7CFF4sT5AOilIcoCvtRpyiC9PTZ { top:16.1875rem;left:0rem;width:35.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqc4DfUQoMNwDM6rmJT2AbHqFuOq8UJ { top:40.3125rem;left:12rem;width:35.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwGF7ggElTsoZKmnSkENI0sR4azTezKH { top:65.375rem;left:0rem;width:35.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf4VyaMHnNAvdcE7T8c4VcJNwMeQPI07 { top:89.1875rem;left:12rem;width:35.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4HRoz1CtMzFaaTHnfVUJUIueoZSTEoy { top:20.875rem;left:13.6875rem;width:34.0625rem;height:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcAVyyQt3P9pCKywvC4BDr1SWapNLv0y { top:18.375rem;left:13.6875rem;width:34.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJOtK2R16ZcJ6BQEce6UFqHubtq2reNb { top:44.8125rem;left:0rem;width:34.0625rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQBxPKmsoT4D6LlXWFvhLx0zxSBOStV { top:42.3125rem;left:0rem;width:34.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bMHkyG1qTfPstaqiIzKSb6UR6df3JC { top:69.8125rem;left:13.6875rem;width:34.0625rem;height:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btx5THa8ph0C7kqdXgU6sPcsIbcBqaNq { top:67.3125rem;left:13.6875rem;width:34.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyiArxW1wFFsXEHP2prdGB22q2W2ZkV5 { top:94.1875rem;left:0rem;width:34.0625rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B41LB1e4QlOiXR78wBz7cmvfgvZFi2vb { top:91.6875rem;left:0rem;width:34.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCh6oavfmiE0Q5l5TQUTevNUqflNBge { top:116.625rem;left:8.8125019073488rem;width:30.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #alV83TGkMxtxEyGBQOxZyTqmLcVKDaHX { display:block; }
 }@media only screen and (max-width: 763px) { #tCXgPGPFwCVtK7LW56sGwBPsXTQTD5Gq { top:89.1875rem;left:0rem;width:28.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXHSKJwTsL7rT4G3V7VdHi7tALg0Aogb { top:65.375rem;left:19.5rem;width:28.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdMLd5FHSLKDU0GLNTC6ZPvvM04DHD0 { top:40.3125rem;left:0rem;width:28.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlT8EfW38aCcLEKI04RPPJscw7rnsoHH { top:16.1875rem;left:19.5rem;width:28.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Fg13T0HAK4y2KbpzDdft6sDfIev1an { top:11.3125rem;left:0rem;width:18.875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v51r8zpbvm1ybn6akwrUsFao6WFTUdrW { display:block; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7sdK8e1R1CTpx2P1hJCsEedefqyBFJi { top:6.6875rem;left:18.75rem;width:12.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maXLVdP609TN8i5Sn4VU3Wro32CfKGw5 { top:6.1875rem;left:13.374509811401rem;width:10.0625rem;height:5.9630899684527rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZTxmur5uD5arw9og6kPyh4vtHvNiIP { top:6.5rem;left:24.186685562134rem;width:5.625rem;height:5.5638226786358rem;display:block; }
 }@media only screen and (max-width: 763px) { #iktcMU1oogTTzwUq3fc7BSTwT0hoVlJE { top:11.5rem;left:17.686849594116rem;width:7.1875rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJC0nPsfKJ4I78dey8MuMT7SH1KOVSWV { top:3.0625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { display:block; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { top:4.375rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va75HQsD7dPLGSn33lS6RZd11M9tnF8J { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { top:19.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { top:19.625rem;left:17.25rem;width:12.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { top:19.625rem;left:34.4375rem;width:13.3125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { top:12.75rem;left:0rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { top:12.75rem;left:17.3125rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { top:12.75rem;left:35.25rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNQdDTavR82ndRFExFJK4elr6EWfI5wT { top:15.4375rem;left:41.625rem;width:6.125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N { display:block; }#fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RL96irlCuSzqeRgskX2T0oNBi6L0thUd { top:15.8125rem;left:0rem;width:9.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWPvLTKw2E0cANcLApkg6MUnSlkORdPS { top:11.25rem;left:0rem;width:16.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trzHknpAeqJWy6Zz1KQ5cPXbxdFs4d9h { top:11.25rem;left:15.5rem;width:16.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCBafTA5r4JJ1uen9ina6mhKmVviu40w { top:18.75rem;left:0rem;width:13.875rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWkqOykscC1FP9TpJE6h9dZnSJdn0Tln { top:12.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiEpfBel4xCOfZHXbE1pC1L5TgvFkufZ { top:18.75rem;left:16.9375rem;width:13.875rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHNHGG2hdfZy0UkHOurMu7OscT9kGcu { top:15.8125rem;left:19rem;width:9.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eosGxkyTHBtSy9S3KmTnCoBunafE6UJg { top:12.5rem;left:21.96875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONCo5PQOT6EOlbZqB3J2nOQDfdSGT7in { top:11.25rem;left:31.6875rem;width:16.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZFauy9wom1N3R5Ies7xy5aPuBKzIyKL { top:18.75rem;left:33.375rem;width:14.375rem;height:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzlQTJ5xThAK9UCrKPQD9WQIqTSe3WP8 { top:15.8125rem;left:37.25rem;width:10.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQyEcTmovguRWzsvmySWyJgAZ8H1rgmv { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxlKaEZROZRxLvHGGkUf91LTgpKHLXr { top:25.25rem;left:31.6875rem;width:16.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy93GeF8WT1g6DCR5Rcy8xesD0fRehMq { top:32.75rem;left:33.875rem;width:13.875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnVW6H3611qC05e6Ex12IJntKuEDMiAb { top:29.8125rem;left:37.25rem;width:10.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmxeCZINTrv7b2EPTuUnUqogWOWO9lBa { top:26.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzwdEQvFwwgfG8EXrwG607XWBqFlQqsx { top:25.25rem;left:15.875rem;width:16.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2Pn0HsJ8XdN5DXrqvJPmvB3ri7QaHt { top:32.75rem;left:17rem;width:13.875rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwRw10V8ONZV1u6uBcVrmncMhfwACRcN { top:29.8125rem;left:16.75rem;width:14.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwxsJq3FHUAB6RlSf4ghNCGVSJ55CKFU { top:26.3125rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMomBnsfZtnq8nMcCTDTtgvyFxP54yyZ { top:25.25rem;left:0rem;width:16.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #usTNLiiEdpc2XXiy3wJN7pUtO6QW3sFp { top:32.75rem;left:0rem;width:13.875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCTlgF2IK4NLIPQEBhDE3u08hz6TRwqt { top:29.8125rem;left:0rem;width:12.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXLyA4TwnJ8AyOfgdrmxysmr70HODSi { top:26.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si9LMZMSg3ys0d8370P6qQm0ZnbvAGxw { top:4.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh { display:block; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpMAskVWMsdQv41D4QBNJS3asAsOBCTT { top:8.625rem;left:0rem;width:19.0625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRsOeUJNIZWe4SOiu9Qz0SMRgDom2cen { top:8.5625rem;left:14.21875rem;width:19.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvcP4We2u5P1MPOnDg6ZQLGok6Nn2Blc { top:8.5625rem;left:28.4375rem;width:19.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRLoHHv9tAXvToPBu3uBJv4w90LTA2s { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGJUXubLV0TTtDZCMXW87fNdUdTIkviA { top:6.6875rem;left:0rem;width:31.875rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGoWokfmihQBeWRff6OCnFpCgNKNTFQs { top:11rem;left:0rem;width:31.9375rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG { display:block; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e63WF2TIkBc2LcHnV7xJ3oyDF4xnDRug { top:5.0625rem;left:0rem;width:32.3125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3izh4TiHVpNQb75B0ktvxyTLQw13NIb { top:9.125rem;left:9.6875rem;width:38.0625rem;height:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKKPVnPVUGf6ssmhRtMDVvB5V1Zyrvud { top:15rem;left:21.4375rem;width:26.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z88SX7zunoGtn21NR5v0U9tv7rMTh946 { width:17.3125rem;height:2.5rem;top:21.625rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9HoKiR5V98tHb3y6qk4PDXcwf98GMfB { display:block; }
 }@media only screen and (max-width: 763px) { #TwfukKVVWtWo1Cf22wUauAKzNcItS5fl { display:none; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUQnEgS38l0PSHz7thWVV2CWJuRvh06V { top:9.3125rem;left:0rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTVRMXU3fl5giShs47ydMp6kXb6BHx3B { top:9.8125rem;left:1.8125rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLDSJGDM3f0QrFnRxdWcEHK2r2WSmUPJ { top:9.3125rem;left:13.875rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvHPyGlLA2UiOGT7hQH0rLLlLUseDmG8 { top:9.625rem;left:27rem;width:8.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFuMnB9THwm3iNMreBfkCZebrJP59TGl { top:9.3125rem;left:38.3125rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgkXkJBFf3BHCpoasLbRpRrLCW7buliD { top:9.5rem;left:39.875rem;width:7.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNIGu5MQ2XUOEnK9vl4eXuiaFNLdL8l { top:3.5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAJqiKOV9sVtcIi9wwgOmDovihLktAy3 { top:20rem;left:0rem;width:16.4375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9TQrDlC3K2BnefKbqKfMbeEzPkO36e { top:20rem;left:15.65625rem;width:16.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEyB0oeIx52cBnG5suLRJgZTWlLCEOwh { top:20rem;left:31.3125rem;width:16.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFK73lcT8DQyzmtgHfBD0faQvoHuQbEC { top:14.5rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRr64tBrSweQUdyplCr39fp0CBJlKT8 { top:7.75rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { top:8.3125rem;left:43.9375rem;width:2.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { top:8.3125rem;left:45.0625rem;width:2.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { top:8.3125rem;left:45.0625rem;width:2.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { top:2.125rem;left:38.5625rem;width:4.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { top:5.3125rem;left:42.6875rem;width:5.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { top:5.3125rem;left:41.6875rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { top:9.1875rem;left:38.5625rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { top:7.625rem;left:28.25rem;width:19.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { top:5.25rem;left:43.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { top:5.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { top:5.375rem;left:39.75rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { top:5rem;left:38.34375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { top:3.375rem;left:0rem;width:12.4375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b66267b6-b0b3-4bd0-b8ca-6bd241a3c960/NBC23_0490.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { width:14.0625rem;height:2.375rem;top:3.125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7uh1l5HMubB03ioPorCB0nRop30kQTx { width:20rem;height:1.79931875rem;top:7.6312499046325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.5625rem 0.5625rem 0.5625rem rgba(0,0,0,0.56);line-height:1.6;font-weight:300;font-style:normal;z-index:15017;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { width:13.5625rem;height:2.375rem;top:7.3125rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { width:18.125rem;height:1.5625rem;top:9rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5wcRFyDqxwVLkxE1bePDXWktIdlAZrO { width:20rem;height:0;top:12.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R8dCAC8fNwexF4NOyOubE1g9QzEAB74t { top:10rem;left:0.9375rem;width:18rem;height:1.625rem;z-index:14997;background-color:#3fb549;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) { #s88TwrhpOBxqearBN0vyRp39JCQEe5dX { top:7.6875rem;left:4.125rem;width:11.625rem;height:1.6875rem;z-index:14998;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) { #aABUVtlDDdyChUo0yTF8iWmmF6STn3nv { width:14.3125rem;height:2.436525rem;top:39.4375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctLeODbu1nfa7qUqMo78K1nwQHVsTEdg { width:14.25rem;height:1.2182625rem;top:43rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNGLyIeuCwP1Pl0altqWNXECEdAnuAqT { width:13.8125rem;height:2.436525rem;top:45.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2M34rc96mX9Vrq0aragqNnJCzQuDvRI { display:flex;width:1.75rem;height:1.75rem;top:39.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #dyamugDcT6iTPwPwIU20DbamTD739obC { display:flex;width:1.75rem;height:1.75rem;top:42.6875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #pmtzyQvl5CwdBpkAqQlkNnQF3BRqxxm3 { display:flex;width:1.75rem;height:1.75rem;top:45.5625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #sEFtTI8DyitKXqryvJtXAHiInKXctQ0F { width:20rem;height:3.4375rem;top:18.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5FGsOxT8AmWpx7JESOuFp0lGkSffqNT { width:20rem;height:8.9734375rem;top:15.03125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8zOOo3t2Zt8HMmTzcZ4r5FR29Fbdm1u { width:20rem;height:4.4628875rem;top:9.7428379058837rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15018;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nJ1T61aTmTSnsNes6qGAWU7huxl74xVB { top:12.1875rem;left:3.1875rem;width:13.6875rem;height:1.9375rem;z-index:14998;background-color:#3fb549;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) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-text {padding-top: 0; padding-bottom: 0;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-select {padding-top: 0; padding-bottom: 0;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr  { width:17.5rem;height:auto;top:25.154621124267rem;left:0rem; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr {display:block;}#ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr { width:17.5rem;height:auto;top:25.154621124267rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #OKQJ26fS4MdE2xcbu5GFAnUxsuy0DGE9 {  }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #ztAJHQoZ1HGfR8LGk81KBtKtbHWHP1za {  }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #RUPN6Zpril7OQ9akCl5tko6A6wPTVHvc {  }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #HP3uR1BMVBOryZbywJAzoseUJPIbHuLk {  }
 }@media only screen and (max-width: 763px) { #ugACz3AmR9wX3OBp0dRwmcbvsKTN2bPr #NEL8XlsFe86AGra9Ky0BvDWCGxTAfi2o {  }
 }@media only screen and (max-width: 763px) { #J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { display:none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { width:15.1875rem;height:0.25rem;top:2.3125rem;left:2.4375rem;z-index:15015;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vAZFM3bpwT5wMu2b74A0tXr8vq8AhyHT { width:19.125rem;height:0;top:5.5625rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { width:20rem;height:3.8981125rem;top:0.71875rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c0smVRcQTLw1ZbNkP5szF5JbaK55IpB6 { width:19.125rem;height:19.492175rem;top:6.1875rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { display:none; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yxh21pHqn53r4wcQmr00WGeuDvKkamAw { width:9.75rem;height:3.25rem;top:2.0625rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { width:9.125rem;height:3.125rem;top:7.5625rem;left:5.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { width:9.25rem;height:3.125rem;top:12.4375rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { width:9rem;height:3.0625rem;top:17.9375rem;left:5.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok34gG9ZFyAdSvOyVDIg5KyXhN4mT3J9 { width:16.4375rem;height:26.0625rem;top:37.0625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqcDUEoUSeLhrIk4dsp9lJ46ssHUrCTo { width:16.4375rem;height:25.8125rem;top:64.375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhkl4MV61VrReJgAbRRXKbFVTtBTn8s2 { width:16.4375rem;height:25.8125rem;top:91.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bW0M6mRzdorMGhC7HCxUWghQAUUKRycC { width:20rem;height:0.25rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JddbpHXNwaxvM3dJJ07m0BMkLXKlyDTh { width:20rem;height:0.25rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPH27I7muwkMXHc99weRqVpgxZMCTMma { width:20rem;height:3rem;top:22.560939788818rem;left:0rem;font-size:0.875rem;background-color:#dd3131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fLLLWwCh6nnaJPBBNSh54U6zJke12Iok { display:block; }
 }@media only screen and (max-width: 763px) { #NEGNCS86oTSnh202nWCSkeU6duOMXsqK { display:block; }#NEGNCS86oTSnh202nWCSkeU6duOMXsqK > .row .container { width:20rem;height:222.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS50Rp7H9M58e4vvkC0yzHKvDRnNhGK3 { width:17.6875rem;height:65rem;top:1.1515293121338rem;left:1.2906899452209rem;display:block; }
 }@media only screen and (max-width: 763px) { #oad64AGtOSgBqpRuQvtqPB4Uum49kD37 { width:20rem;height:0;top:4.4588165283203rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T0IJ2wrDgm8a2iStp2VTwi63Hz4KEXS9 { width:14.8746875rem;height:10.2001875rem;top:16.765950202942rem;left:2.5618488788605rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlqPLTd481efSFMkK0iTEhJGiFMhexvk { width:20rem;height:29.292rem;top:38.888506889343rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLIt43wuLoa6PQwTUK1ZS8XoabJVIWX0 { width:15.9375rem;height:15.25225rem;top:31.284992218017rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqG2H6Uy7m4bcq8oFJvoAoDNnZQ4cuE0 { width:20rem;height:0.1875rem;top:45.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDXOJ34LH1ka3vgD4SZxscvByUE27D8H { width:9.0625rem;height:3.1038084800329rem;top:80.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfU2NwAzrq1Ul8voOHoNS4Com2UM1ZM6 { width:9.0625rem;height:3.103025rem;top:85.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBF7RKMNk3LKPMxTb3D3wH3xM61NkVZ6 { width:8.3121875rem;height:2.8531875rem;top:90.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esk7p6M7N1dCOFGizvxpQcaMf01lbRm5 { width:20rem;height:0.1875rem;top:52.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvXKJw2rNFeZsgdwn2m7oDkpeu9n8WpS { width:7.937rem;height:3.28531875rem;top:95rem;left:6.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #phVQIDdaTGCydnH9SCz4d6QrwhZu76MJ { width:7.6245rem;height:4.40104375rem;top:99.8120098114rem;left:6.1873369216919rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EXvtKmZmdmNol8bTWnalOywkyOCSgRJw { width:10.061875rem;height:2.4210625rem;top:105.1875rem;left:5.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TmzxIFO5HvhKZfqZWTrZmSNN0BJQpKPv { width:11.4998125rem;height:0;top:74.152015686038rem;left:4.2496743202209rem;font-size:1.5rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GLTk6slrMT5Zk54by01UBoKbLwq7zwPO { display:flex;width:1.0625rem;height:1.0625rem;top:28rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #qy76PoqkyIdqXGT4ytSROBP5zvxyeF0L { display:flex;width:1.0625rem;height:1.0625rem;top:28rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #J807dwUoRPbnpTl5L5go594h7ZXWByXL { display:flex;width:1.0625rem;height:1.0625rem;top:28rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #Mp0Um7kV7D9TDmgDkfxtNKLFETnb8TdG { display:flex;width:1.0625rem;height:1.0625rem;top:28rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #vEdwdtEk5ppuX6QEdL1zq8OMrHBK5KNC { display:flex;width:1.0625rem;height:1.0625rem;top:28rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #wFwbWlMCJmiaJDHzWNBWXAHTH92GnONd { width:11.9375rem;height:5.4092863672589rem;top:23.87858581543rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMs7g1Thz79i4kbZxLxEO2tMzPOv4T3u { width:5.6875rem;height:5.6875rem;top:23.896484375rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFwIg6Svs8JXkqH5RXrEwTypRREKkQ6B { width:17.875rem;height:2.8125rem;top:111.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ExBI8HHtW494BL4K0FOow7D3zRIVWn { width:13.186875rem;height:4.249675rem;top:111.625rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4u2ArWbAcgyNXkQT6TOvQIeameO0pKx { width:13.9371875rem;height:2.9370125rem;top:184.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxM8gdWx8hqTEOEJmnKAT1KbqcfXuH0o { width:14.0625rem;height:2.1248375rem;top:185.3125rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsGdI4oTTRelPEfG7MWna8VRDI86dVmm { width:17.874375rem;height:2.8125rem;top:148.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJ8IMeWgALTr8B6TlqenqfeM4q2dsgM { width:20rem;height:2.1248375rem;top:148.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMLwfvcTOwNL4qWinQep4Jw4wrUBxQh0 { width:15.9375rem;height:29.50925rem;top:190.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMo2Z6UVlFoXSJmLmMMSa6dFDFO1CRZa { width:16.25rem;height:29.5621875rem;top:116.24836730957rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIUJw6lLwhy7o4dUvZsLKOvdJSdhKEJW { width:16.875rem;height:29.749375rem;top:153.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecT0khV1eKHJFAy4UlBTyEL6cZGDvB2E { width:15.5623125rem;height:10.60875rem;top:5.2067050933838rem;left:2.2184243202209rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #odJtw7bNbxTKPvxMMXk6N0U4eVlbhUec { width:17.4373125rem;height:27.8125rem;top:38.242184638977rem;left:1.63330078125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e8ztQCMKBKH04GZ8U1fpXCtZUUC0Jdo8 { width:8.75rem;height:4.625rem;top:67.5625rem;left:2.0625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ybPTBPhIRgqyrfpTSxn3ii9psGAD95Vt { width:5.5623375rem;height:5.5623375rem;top:67.125rem;left:11.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QAH1tKD9sGi8UfLk15ceUOJTMLe52muW { width:14.6875rem;height:28.9375rem;top:79.9375rem;left:2.625rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #xan5TVNTqBmpnMZBmt9QP5N15TR8PK1K { width:11.4981875rem;height:6.09375rem;top:74.487304210663rem;left:4.2496743202209rem;font-size:1.5625rem;font-weight:700;font-style:normal;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.adaptive-delivery-prevent-bg, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyload, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyloading { background-image: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { background-color: transparent; background-image: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container > .video-iframe-container { display: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container { display: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .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); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { border-width: 0; border-radius: 0; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { width:20rem;height:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz3R9FGkHzpkGRR0xLuMK0JOBU3uUQyh { width:20rem;height:3rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ex47P7CFF4sT5AOilIcoCvtRpyiC9PTZ { height:11.188811188811rem;width:20rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqc4DfUQoMNwDM6rmJT2AbHqFuOq8UJ { height:11.188811188811rem;width:20rem;top:35.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwGF7ggElTsoZKmnSkENI0sR4azTezKH { height:11.188811188811rem;width:20rem;top:61.314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf4VyaMHnNAvdcE7T8c4VcJNwMeQPI07 { height:11.188811188811rem;width:20rem;top:92.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4HRoz1CtMzFaaTHnfVUJUIueoZSTEoy { width:20rem;height:6.333rem;top:25.1884765625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcAVyyQt3P9pCKywvC4BDr1SWapNLv0y { width:20rem;height:1.3rem;top:22.7509765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJOtK2R16ZcJ6BQEce6UFqHubtq2reNb { width:20rem;height:4.22200625rem;top:51.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQBxPKmsoT4D6LlXWFvhLx0zxSBOStV { width:20rem;height:1.3rem;top:49.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4bMHkyG1qTfPstaqiIzKSb6UR6df3JC { width:20rem;height:7.3885rem;top:78rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btx5THa8ph0C7kqdXgU6sPcsIbcBqaNq { width:20rem;height:2.6rem;top:74.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyiArxW1wFFsXEHP2prdGB22q2W2ZkV5 { width:20rem;height:9.75rem;top:107.1904296875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B41LB1e4QlOiXR78wBz7cmvfgvZFi2vb { width:20rem;height:1.3rem;top:105.0634765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOCh6oavfmiE0Q5l5TQUTevNUqflNBge { top:118.87890625rem;left:0.5rem;width:19rem;height:3rem;font-size:0.875rem;color:#ffffff;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #alV83TGkMxtxEyGBQOxZyTqmLcVKDaHX { display:block; }
 }@media only screen and (max-width: 763px) { #tCXgPGPFwCVtK7LW56sGwBPsXTQTD5Gq { width:20rem;height:0.25rem;top:88.8779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXHSKJwTsL7rT4G3V7VdHi7tALg0Aogb { width:20rem;height:0.25rem;top:58.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdMLd5FHSLKDU0GLNTC6ZPvvM04DHD0 { width:20rem;height:0.25rem;top:32.8759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlT8EfW38aCcLEKI04RPPJscw7rnsoHH { width:20rem;height:0.25rem;top:21.2509765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7Fg13T0HAK4y2KbpzDdft6sDfIev1an { width:20rem;height:4rem;top:2.6875rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #v51r8zpbvm1ybn6akwrUsFao6WFTUdrW { display:none; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z7sdK8e1R1CTpx2P1hJCsEedefqyBFJi { width:11.625rem;height:4.5rem;top:13.6875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #maXLVdP609TN8i5Sn4VU3Wro32CfKGw5 { width:10.4996875rem;height:6.25rem;top:4.98876953125rem;left:4.6243489980697rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eyZTxmur5uD5arw9og6kPyh4vtHvNiIP { width:6.936875rem;height:6.875rem;top:12.999658584595rem;left:6.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iktcMU1oogTTzwUq3fc7BSTwT0hoVlJE { width:7.1875rem;height:0.73079375rem;top:10.4375rem;left:9.2496742010119rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJC0nPsfKJ4I78dey8MuMT7SH1KOVSWV { width:20rem;height:1.94905625rem;top:2rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ.adaptive-delivery-prevent-bg, #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ.lazyload, #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ.lazyloading { background-image: none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { width:15.6875rem;height:3.5rem;top:3.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va75HQsD7dPLGSn33lS6RZd11M9tnF8J { width:20rem;height:1.94905625rem;top:3.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { width:12.5rem;height:1.3rem;top:10.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { width:12.5625rem;height:1.3rem;top:16.25rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { width:12.4375rem;height:2.6rem;top:22.4375rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { width:12.5rem;height:2.6001rem;top:7.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { width:12.5rem;height:2.6001rem;top:13.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { width:12.5rem;height:2.6001rem;top:19.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNQdDTavR82ndRFExFJK4elr6EWfI5wT { width:6.125rem;height:1.787925rem;top:20.5rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N.adaptive-delivery-prevent-bg, #fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N.lazyload, #fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N.lazyloading { background-image: none; }#fVe3xSTbaAiKw0cJbpAKrH9fNFsJzC8N > .row .container { width:20rem;height:96.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RL96irlCuSzqeRgskX2T0oNBi6L0thUd { width:13.875rem;height:2.6rem;top:15.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWPvLTKw2E0cANcLApkg6MUnSlkORdPS { width:16.0625rem;height:12.5rem;top:11rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #trzHknpAeqJWy6Zz1KQ5cPXbxdFs4d9h { width:16.0625rem;height:12.5rem;top:24.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCBafTA5r4JJ1uen9ina6mhKmVviu40w { width:13.875rem;height:4.22200625rem;top:18.5rem;left:3.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWkqOykscC1FP9TpJE6h9dZnSJdn0Tln { display:flex;width:3.125rem;height:3.125rem;top:12.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #NiEpfBel4xCOfZHXbE1pC1L5TgvFkufZ { width:13.875rem;height:4.22200625rem;top:32.25rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHNHGG2hdfZy0UkHOurMu7OscT9kGcu { width:9.125rem;height:2.6rem;top:29.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eosGxkyTHBtSy9S3KmTnCoBunafE6UJg { display:flex;width:3.125rem;height:3.125rem;top:25.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #ONCo5PQOT6EOlbZqB3J2nOQDfdSGT7in { width:16.0625rem;height:12.5rem;top:38.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZFauy9wom1N3R5Ies7xy5aPuBKzIyKL { width:13.875rem;height:4.22200625rem;top:46rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzlQTJ5xThAK9UCrKPQD9WQIqTSe3WP8 { width:10.5rem;height:2.6rem;top:43.0625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQyEcTmovguRWzsvmySWyJgAZ8H1rgmv { display:flex;width:3.125rem;height:3.125rem;top:39.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #CZxlKaEZROZRxLvHGGkUf91LTgpKHLXr { width:16.0625rem;height:12.5rem;top:79.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy93GeF8WT1g6DCR5Rcy8xesD0fRehMq { width:13.875rem;height:3.16650625rem;top:87.25rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnVW6H3611qC05e6Ex12IJntKuEDMiAb { width:10.5rem;height:2.6rem;top:84.3125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmxeCZINTrv7b2EPTuUnUqogWOWO9lBa { display:flex;width:3.125rem;height:3.125rem;top:80.8125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #zzwdEQvFwwgfG8EXrwG607XWBqFlQqsx { width:16.0625rem;height:12.5rem;top:66rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2Pn0HsJ8XdN5DXrqvJPmvB3ri7QaHt { width:13.875rem;height:3.16650625rem;top:74.625rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwRw10V8ONZV1u6uBcVrmncMhfwACRcN { width:13.625rem;height:3.898925rem;top:70.5625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwxsJq3FHUAB6RlSf4ghNCGVSJ55CKFU { display:flex;width:3.125rem;height:3.125rem;top:67.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #WMomBnsfZtnq8nMcCTDTtgvyFxP54yyZ { width:16.0625rem;height:12.5rem;top:52.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #usTNLiiEdpc2XXiy3wJN7pUtO6QW3sFp { width:13.875rem;height:3.16650625rem;top:59.75rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCTlgF2IK4NLIPQEBhDE3u08hz6TRwqt { width:12.25rem;height:2.6rem;top:56.8125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXLyA4TwnJ8AyOfgdrmxysmr70HODSi { display:flex;width:3.125rem;height:3.125rem;top:53.3125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Si9LMZMSg3ys0d8370P6qQm0ZnbvAGxw { width:15.375rem;height:4.94873125rem;top:4.3125rem;left:2.3125rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8376c8f5-10c8-48ad-bd29-ed66eaed3540/NBC23_0182.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh.adaptive-delivery-prevent-bg, #d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh.lazyload, #d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh.lazyloading { background-image: none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KpMAskVWMsdQv41D4QBNJS3asAsOBCTT { height:9.6875rem;width:17.875rem;top:7.5rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRsOeUJNIZWe4SOiu9Qz0SMRgDom2cen { height:9.875rem;width:18.1875rem;top:18.5361328125rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvcP4We2u5P1MPOnDg6ZQLGok6Nn2Blc { height:9.6875rem;width:18.125rem;top:31.1357421875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaRLoHHv9tAXvToPBu3uBJv4w90LTA2s { width:18.8125rem;height:0;top:2.9462890625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #oGJUXubLV0TTtDZCMXW87fNdUdTIkviA { width:20rem;height:0;top:4.6875rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yGoWokfmihQBeWRff6OCnFpCgNKNTFQs { width:20rem;height:0;top:8.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.adaptive-delivery-prevent-bg, #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.lazyload, #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.lazyloading { background-image: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e63WF2TIkBc2LcHnV7xJ3oyDF4xnDRug { width:20rem;height:13.3125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3izh4TiHVpNQb75B0ktvxyTLQw13NIb { width:20rem;height:4.5rem;top:4rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKKPVnPVUGf6ssmhRtMDVvB5V1Zyrvud { width:20rem;height:1.21875rem;top:9.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #z88SX7zunoGtn21NR5v0U9tv7rMTh946 { width:17.3125rem;height:2.5rem;top:29.6875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9HoKiR5V98tHb3y6qk4PDXcwf98GMfB { display:block; }
 }@media only screen and (max-width: 763px) { #TwfukKVVWtWo1Cf22wUauAKzNcItS5fl { display:none; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { width:20rem;height:85.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUQnEgS38l0PSHz7thWVV2CWJuRvh06V { width:9.75rem;height:3.25rem;top:8.1875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTVRMXU3fl5giShs47ydMp6kXb6BHx3B { width:9.125rem;height:3.125rem;top:12.625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLDSJGDM3f0QrFnRxdWcEHK2r2WSmUPJ { width:9.1875rem;height:3.0625rem;top:16.75rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvHPyGlLA2UiOGT7hQH0rLLlLUseDmG8 { width:9.25rem;height:3.125rem;top:21.75rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFuMnB9THwm3iNMreBfkCZebrJP59TGl { width:9.125rem;height:3.125rem;top:25.875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgkXkJBFf3BHCpoasLbRpRrLCW7buliD { width:9rem;height:3.0625rem;top:30.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZNIGu5MQ2XUOEnK9vl4eXuiaFNLdL8l { width:20rem;height:0;top:1.96875rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JAJqiKOV9sVtcIi9wwgOmDovihLktAy3 { width:16.4375rem;height:26.0625rem;top:2.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9TQrDlC3K2BnefKbqKfMbeEzPkO36e { width:16.4375rem;height:25.8125rem;top:29.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEyB0oeIx52cBnG5suLRJgZTWlLCEOwh { width:16.4375rem;height:25.8125rem;top:56.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFK73lcT8DQyzmtgHfBD0faQvoHuQbEC { width:20rem;height:0.25rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdRr64tBrSweQUdyplCr39fp0CBJlKT8 { width:20rem;height:0.25rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { width:2.6875rem;height:2.625rem;top:20.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { width:2.6875rem;height:2.625rem;top:20.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { width:2.6875rem;height:2.625rem;top:20.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { width:4.125rem;height:0.975rem;top:2.4375rem;left:7.9375003576281rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { width:4.6875rem;height:0.975rem;top:10.25rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { width:5.5625rem;height:0.975rem;top:14.6875rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { width:4.8125rem;height:0.975rem;top:18.75rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { width:12.5rem;height:0.125rem;top:17.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { width:1.125rem;height:1.125rem;top:8.125rem;left:9.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { width:1.25rem;height:1.25rem;top:12.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { width:2.5625rem;height:0.975rem;top:5.6250076293945rem;left:8.7187503576281rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { width:1.5625rem;height:1.5625rem;top:4.1125001907349rem;left:9.2500003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { width:8.8125rem;height:4.25rem;top:22.875rem;left:5.5625rem;display:block; }
 }