.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:224,232,247;--color-primary-1:153,179,230;--color-primary-2:51,102,204;--color-primary-3:26,51,102;--color-primary-4:8,15,31;--color-secondary-0:250,222,221;--color-secondary-1:239,144,142;--color-secondary-2:222,33,29;--color-secondary-3:111,17,15;--color-secondary-4:33,5,4;--color-tertiary-0:255,255,255;--color-tertiary-1:184,184,184;--color-tertiary-2:17,17,17;--color-tertiary-3:9,9,9;--color-tertiary-4:2,2,2;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;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); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { 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; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { background-color: transparent; background-image: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container > .video-iframe-container { display: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container { display: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .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); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { border-width: 0; border-radius: 0; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:3.96875rem;left:47.375rem;display:block; }
#WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { position:absolute;display:block;z-index:15031;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:8.5rem;width:12.5rem;top:0.5rem;left:0.96875rem;overflow:hidden;display:block; }
#E5sa3LJ8pvi6FFMkz7OrUgTv7h13lKXq { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:29.937125rem;top:56.256713867188rem;left:0rem;display:none; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/499a3c98-840c-4fa2-b1f4-a10f1c9a6897/publicsafetyrealtimecrimecenteroperator.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.55); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.55); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:68.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:12.7490234375rem;left:2.3740234375rem;height:18.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:32.62451171875rem;left:2.7801513671875rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:33.1875rem;width:26.0625rem;top:15.499267578125rem;left:33.564595868359rem;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#050b26;display:block;width:18.499125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.2529296875rem;left:37.587890625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { 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.99926875rem;width:2.99926875rem;top:45.5615234375rem;left:14.7470703125rem;overflow:hidden;display:block; }
#xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365234375rem;height:2.8740234375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.5380859375rem;left:8.2802734375rem;display:block; }
#dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),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:4.375rem;width:25.9375rem;top:11.163330078125rem;left:33.556884765625rem;display:block; }
#sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);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:11.8125rem;width:29.875rem;top:56.654296875rem;left:0.029296875rem;display:block; }
#eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:29.937125rem;top:56.256713867188rem;left:0rem;display:block; }
#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);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:11.8125rem;width:28.875rem;top:56.625rem;left:31.125rem;display:block; }
#viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;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:58.875rem;left:8.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:62.625rem;left:5.9375rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJp76CysykqwaPSEbXTV1hHlXkitJT2x { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:58.875rem;left:38.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7eONbg5nTNicT7sreeJhuLxEt8iNDo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:62.625rem;left:34.375rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IAmEIwKuDe8LCpz5lL1OQ4NscgnHUV0q { position:absolute;display:block;z-index:15017;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.4375rem;width:28.9375rem;top:56.4375rem;left:31.0625rem;display:block; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-form-header {  }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:22.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-text {padding-top: 0; padding-bottom: 0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-select {padding-top: 0; padding-bottom: 0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#040d1d;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:22.25rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal;float:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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.5;float:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-container:first-of-type{padding-top:0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-container:last-of-type{padding-bottom:0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.21875rem;top:15.79345703125rem;z-index:15006;position:absolute; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.25rem;display:block;vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w {display:block;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.21875rem;top:15.79345703125rem;z-index:15006;position:absolute; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #OcBMlTQo7QHk4J00Bu3lC3HrmQJzxUC9 { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #gZvHwQEieXWWM1TlMAhwD6U6RnLVWETG { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #tbtvBuFoVpHMzwQyxfrJRfw5e21JHpXh { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #uASMwBMdElWdotD2oueN0QWRPzVGc4dV { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #XdQnTThR2z9R8OV9btqTorduJC9NRw2I { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #pN3gHMqpeXvBFWz2bpEaRTbcNC1IEw1B { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lzP61WfAx0Gxa7kefEQfmGrBsgkAQBMV { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TsH1ahtzntPH2Zw1TIg4QdNGwq6Jd17M { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lbNuHIGFtLkkz332debzWTZaNiuFZFG5 { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #hJNhogAsCpOVuahEwfiQvNVCUwpVC8mR { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #buettDZQzz2tOpF4NH82hUiPZnXCkn9a { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #z976dDvtMebMuuGAAFbC5DifWTaDr8VB { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TgTTH8Q0ISZTZQCwR3vOsXnZxpA4V6RC { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #kQUFWMO2It3mD57IZXPZKuyi9tTliAOL { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #sWyhf3tL6Wo2HhUshp8wOGGDRQgai6wn { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #PMmq6k4c96OkMQPP5vulpT8IdcsnzZBF { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #MOcAzaxmyzZmTlSpEu3W4KKVMBHzkhRL { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #ACnBk0atfhGncTnWHWkuGwhNsbIwnUZ5 { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #RpKr3mlfdLN8vAQeh0LWnf57HNnFZE1E { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #AN1EzA6rAGxliXuPcNuPMUcnBVfOzUUm { position:relative; }
#ZPTh3ld6R6FcmO2eWOPDf4LPOEtruqgK { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:29.937125rem;top:56.256713867188rem;left:0rem;display:none; }
#JARhMgT7x6QW4fBRkSKFSTVRfsxKT4vw { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:29.937125rem;top:56.256713867188rem;left:0rem;display:none; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8ed2949-8eb7-49bb-ac68-b579dc28fad1/accesscontrol.jpg");background-position:bottom 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:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.7); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.7); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::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; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:20.3125rem;left:0.0625rem;height:2.312625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:24.1875rem;left:4.21875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),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:4.375rem;width:60rem;top:41.375rem;left:0rem;display:block; }
#OqCEKRzV1v3aruh7T5vX0kl6UTbLg7wS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.3125rem;left:19.71875rem;display:block; }
#BlyOfUcsOlSDhcxLWssgdwapbM8aF71C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w90sJKZJFRE1g0lrzVnNMkUsAq86VSii { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.71875rem;height:12.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwT1ghFwsFwebtrHvX1qckSQc8s8h9ri { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.5rem;left:33.59375rem;height:11.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPiv7a8cTlyUE3GDsH6RalFzem0keSZD { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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:16.75rem;width:29.875rem;top:0rem;left:0rem;display:block; }
#RDXvsp7zezNmk5bWtPKMzVDD6Vy9cGnz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);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:16.8125rem;width:28.875rem;top:0rem;left:31.125rem;display:block; }
#XA7eoLGS4ItDrEi363T0VwwTGgaETTJr { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:58.875rem;left:38.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GOdf6lDiLQpRoOiuCEKxwt6pVM5yTzKI { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:62.625rem;left:34.375rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ew4oB1yrDmBRNB9HP4qFLvkEXUWmboq3 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);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:11.8125rem;width:28.875rem;top:56.625rem;left:31.125rem;display:none; }
#aqMFaZrsgDVcslD125HlynDGSmbOdETu { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:29.937125rem;top:56.256713867188rem;left:0rem;display:none; }
#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89909395-5812-4b33-8afc-168ba8a27191/accesscontrol.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.adaptive-delivery-prevent-bg, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyload, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyloading { background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.85); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.85); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { border-width: 0; border-radius: 0; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::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; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:43.3125rem;width:60rem;top:0rem;left:0rem;display:block; }
#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { color:rgba(var(--color-tertiary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.1;letter-spacing:0;top:9.375rem;left:25.34375rem;height:7.75rem;text-align:left;text-align-last:left;display:block; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:before{  }
#QlyoXMgphIuqnxAG6pJVqlhyssRi0GoR { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:11.3125rem;left:0rem;height:4.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mLWhTVDszu60gMQStaTTkL7NT1kQrqZK { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:24.90625rem;left:0rem;height:4.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LRxb1EVdcETeilCH4OTZVXepV7BM35IH { color:rgba(var(--color-tertiary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.1;letter-spacing:0;top:22rem;left:25.1875rem;height:9.9375rem;text-align:left;text-align-last:left;display:block; }#LRxb1EVdcETeilCH4OTZVXepV7BM35IH li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#LRxb1EVdcETeilCH4OTZVXepV7BM35IH li:before{  }
#Ra2TDTbe9yAtwBzTlkvwTDe3Ge03XmPl { color:rgba(var(--color-tertiary-2),1);display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.125rem;left:0.78125rem;height:2.312625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKIeqiT8i54aBEvUCpu2Jfo6qN0om040 { color:rgba(var(--color-tertiary-2),0.9);display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:3rem;left:3.03125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAyXnKCiah5ccr4pb4wScENBbOtcTSDl { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.25rem;left:19.71875rem;display:block; }
#e4XbH0UAK8CnBfqVsvkDisVRbps0q8Sc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { position:relative;display:block; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { background-color: transparent; background-image: none; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container > .video-iframe-container { display: none; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row > .video-iframe-container { display: none; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .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); }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { border-width: 0; border-radius: 0; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#otZPUw53pycrzi9QOP4TTUx6ZVy3OWne { position:absolute;display:block;z-index:15000;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:25.75rem;width:60rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060405;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; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#sUpTCFKnrvHXdIeySWXWu7nJMi0Sn0K5 { position:absolute;display:block;z-index:15000;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:33rem;width:48.9375rem;top:1.5625rem;left:5rem;overflow:hidden;display:block; }
#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { 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; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { background-color: transparent; background-image: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .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); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { border-width: 0; border-radius: 0; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { 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:17.375rem;width:15.8125rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:4.8125rem;left:18.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C1sqNhsFZF7qch9HscMphOFFgodFMbuS { color:rgba(var(--color-tertiary-3),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.75rem;left:18.9375rem;height:10.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { 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; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { background-color: transparent; background-image: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .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); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { border-width: 0; border-radius: 0; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { 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:17.375rem;width:15.8125rem;top:0.375rem;left:44.125rem;overflow:hidden;display:block; }
#RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:3.25rem;left:2.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#It835kbcKW94XVpi8TJU0IB3smD4PkPJ { color:rgba(var(--color-tertiary-3),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.125rem;left:2.625rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v { 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; }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row .container { background-color: transparent; background-image: none; }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row .container > .video-iframe-container { display: none; }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row > .video-iframe-container { display: none; }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .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); }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row .container { border-width: 0; border-radius: 0; }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#WAZPgWhPsirW2xIDfkaDFrIbRL8FtXhC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:19.71875rem;display:block; }
#StxbxaK3W5tii2LBUKcxRil3zTL13OMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.adaptive-delivery-prevent-bg, #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.lazyload, #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.lazyloading { background-image: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { background-color: transparent; background-image: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container > .video-iframe-container { display: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container { display: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .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); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { border-width: 0; border-radius: 0; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5::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; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:60rem;height:27.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vx49SmtruBnybqFx9uoJ1lOzK7FhVL3N { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.4375rem;left:2rem;height:2.312625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.1;letter-spacing:0;top:8.59375rem;left:3.6875rem;height:7.75rem;text-align:left;text-align-last:left;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
#A8SgkGiwDJkk4vmRpLJcq8bmcIyxlJTr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.625rem;left:2rem;display:block; }
#n9qSK74dV69XKbqlTmVehC49XSb03NO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPKAKocCB0GyDqo2rllFBRASiguHITJV { position:absolute;display:block;z-index:15039;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:19.4375rem;width:26.9375rem;top:2.4375rem;left:33.0625rem;overflow:hidden;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/huz0dXcO/section5_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.875rem;left:5.8125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.8125rem;left:33.875rem;overflow:hidden;display:block; }
#bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:5.25rem;left:37.4375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { 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:2.5rem;width:2.5rem;top:10.343017578125rem;left:9.18701171875rem;overflow:hidden;display:block; }
#uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:10.59326171875rem;left:13.499145507812rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9t2a2E4rJameTEWAec7adsxzHyDDe9i { position:absolute;display:block;z-index:15008;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.5rem;width:2.5rem;top:13.125rem;left:33.875rem;overflow:hidden;display:block; }
#hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:12.6875rem;left:37.4375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMeb241sOMc1IqM4582x1K2P09ZySxuF { 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; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { background-color: transparent; background-image: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container > .video-iframe-container { display: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container { display: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .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); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { border-width: 0; border-radius: 0; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-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:10.125rem;width:0.0625rem;top:3.03125rem;left:26.3125rem;display:block; }
#Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { position:absolute;display:block;z-index:15019;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:10.125rem;width:8.625rem;top:3.03125rem;left:46.625rem;overflow:hidden;display:block; }
#qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { position:absolute;display:block;z-index:15020;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:10.0625rem;width:9.4375rem;top:3.0625rem;left:33.607421875rem;overflow:hidden;display:block; }
#wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { position:absolute;display:block;z-index:15021;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:10.5625rem;width:15.625rem;top:3.03125rem;left:5.40625rem;overflow:hidden;display:block; }
#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { background-color: transparent; background-image: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container > .video-iframe-container { display: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container { display: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .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); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { border-width: 0; border-radius: 0; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:20rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.625rem;height:;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { display:block; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { width:9.5rem;height:1.25rem;top:3.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block; }
 }@media only screen and (max-width: 763px) { #tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { top:0.5rem;left:0rem;width:12.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5sa3LJ8pvi6FFMkz7OrUgTv7h13lKXq { width:29.875rem;height:0.375rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:28.125rem;height:18.125rem;top:12.6875rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:25.3125rem;height:5.0625rem;top:32.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:26.0625rem;height:33.1875rem;top:15.4375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.4375rem;height:2.1875rem;top:12.25rem;left:29.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:2.9375rem;height:2.9375rem;top:45.5rem;left:8.6220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:15.375rem;height:2.8125rem;top:41.5rem;left:2.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:25.9375rem;height:4.375rem;top:11.125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:29.875rem;height:11.8125rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:29.875rem;height:0.375rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:28.875rem;height:11.8125rem;top:56.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:12.5rem;height:2.4375rem;top:58.875rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:17rem;height:3.875rem;top:62.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.5rem;height:2.4375rem;top:58.875rem;left:32.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7eONbg5nTNicT7sreeJhuLxEt8iNDo5 { width:22.375rem;height:3.875rem;top:62.625rem;left:25.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAmEIwKuDe8LCpz5lL1OQ4NscgnHUV0q { width:28.9375rem;height:0.4375rem;top:56.4375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-regular-label { display:block; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w  { width:15rem;height:auto; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w {display:block;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #OcBMlTQo7QHk4J00Bu3lC3HrmQJzxUC9 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #gZvHwQEieXWWM1TlMAhwD6U6RnLVWETG { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #tbtvBuFoVpHMzwQyxfrJRfw5e21JHpXh {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #uASMwBMdElWdotD2oueN0QWRPzVGc4dV {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #XdQnTThR2z9R8OV9btqTorduJC9NRw2I {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #pN3gHMqpeXvBFWz2bpEaRTbcNC1IEw1B {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lzP61WfAx0Gxa7kefEQfmGrBsgkAQBMV {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TsH1ahtzntPH2Zw1TIg4QdNGwq6Jd17M { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lbNuHIGFtLkkz332debzWTZaNiuFZFG5 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #hJNhogAsCpOVuahEwfiQvNVCUwpVC8mR {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #buettDZQzz2tOpF4NH82hUiPZnXCkn9a { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #z976dDvtMebMuuGAAFbC5DifWTaDr8VB {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TgTTH8Q0ISZTZQCwR3vOsXnZxpA4V6RC {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #kQUFWMO2It3mD57IZXPZKuyi9tTliAOL { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #sWyhf3tL6Wo2HhUshp8wOGGDRQgai6wn {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #PMmq6k4c96OkMQPP5vulpT8IdcsnzZBF {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #MOcAzaxmyzZmTlSpEu3W4KKVMBHzkhRL { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #ACnBk0atfhGncTnWHWkuGwhNsbIwnUZ5 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #RpKr3mlfdLN8vAQeh0LWnf57HNnFZE1E {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #AN1EzA6rAGxliXuPcNuPMUcnBVfOzUUm {  }
 }@media only screen and (max-width: 763px) { #ZPTh3ld6R6FcmO2eWOPDf4LPOEtruqgK { width:29.875rem;height:0.375rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JARhMgT7x6QW4fBRkSKFSTVRfsxKT4vw { width:29.875rem;height:0.375rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:47.75rem;height:2.3125rem;top:20.3125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:47.75rem;height:6.75rem;top:24.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { width:47.75rem;height:4.375rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCEKRzV1v3aruh7T5vX0kl6UTbLg7wS { width:20.5625rem;height:3.4375rem;top:34.3125rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlyOfUcsOlSDhcxLWssgdwapbM8aF71C { display:block; }
 }@media only screen and (max-width: 763px) { #w90sJKZJFRE1g0lrzVnNMkUsAq86VSii { width:26.1875rem;height:12.9375rem;top:1.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwT1ghFwsFwebtrHvX1qckSQc8s8h9ri { width:24.0625rem;height:12.9375rem;top:1.5rem;left:23.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiv7a8cTlyUE3GDsH6RalFzem0keSZD { width:29.875rem;height:16.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDXvsp7zezNmk5bWtPKMzVDD6Vy9cGnz { width:28.875rem;height:16.8125rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA7eoLGS4ItDrEi363T0VwwTGgaETTJr { width:12.5rem;height:2.4375rem;top:58.875rem;left:32.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOdf6lDiLQpRoOiuCEKxwt6pVM5yTzKI { width:22.375rem;height:3.875rem;top:62.625rem;left:25.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ew4oB1yrDmBRNB9HP4qFLvkEXUWmboq3 { width:28.875rem;height:11.8125rem;top:56.625rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqMFaZrsgDVcslD125HlynDGSmbOdETu { width:29.875rem;height:0.375rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { width:47.75rem;height:43.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { width:34.8125rem;height:7.75rem;top:9.375rem;left:12.9375rem;font-size:1rem;display:block; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:before{  }
 }@media only screen and (max-width: 763px) { #QlyoXMgphIuqnxAG6pJVqlhyssRi0GoR { width:21.75rem;height:4.25rem;top:11.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLWhTVDszu60gMQStaTTkL7NT1kQrqZK { width:21.75rem;height:4.25rem;top:24.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRxb1EVdcETeilCH4OTZVXepV7BM35IH { width:34.8125rem;height:9.9375rem;top:22rem;left:12.9375rem;font-size:1rem;display:block; }#LRxb1EVdcETeilCH4OTZVXepV7BM35IH li:before{  }
 }@media only screen and (max-width: 763px) { #Ra2TDTbe9yAtwBzTlkvwTDe3Ge03XmPl { width:47.75rem;height:2.3125rem;top:0.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKIeqiT8i54aBEvUCpu2Jfo6qN0om040 { width:47.75rem;height:2rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAyXnKCiah5ccr4pb4wScENBbOtcTSDl { width:20.5625rem;height:3.4375rem;top:36.25rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4XbH0UAK8CnBfqVsvkDisVRbps0q8Sc { display:block; }
 }@media only screen and (max-width: 763px) { #AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { display:block; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otZPUw53pycrzi9QOP4TTUx6ZVy3OWne { top:1.75rem;left:0rem;width:47.75rem;height:20.492708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUpTCFKnrvHXdIeySWXWu7nJMi0Sn0K5 { top:1.5625rem;left:0rem;width:47.75rem;height:32.199233716475rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:15.8125rem;height:17.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:37.5rem;height:2.4375rem;top:4.8125rem;left:10.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:35.6875rem;height:10.125rem;top:7.75rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:15.8125rem;height:17.375rem;top:0.375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { width:37.5rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #It835kbcKW94XVpi8TJU0IB3smD4PkPJ { width:35.6875rem;height:8.4375rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v { display:block; }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAZPgWhPsirW2xIDfkaDFrIbRL8FtXhC { width:20.5625rem;height:3.4375rem;top:0rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StxbxaK3W5tii2LBUKcxRil3zTL13OMn { display:block; }
 }@media only screen and (max-width: 763px) { #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx49SmtruBnybqFx9uoJ1lOzK7FhVL3N { width:38.75rem;height:2.3125rem;top:4.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { width:30.8125rem;height:7.75rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
 }@media only screen and (max-width: 763px) { #A8SgkGiwDJkk4vmRpLJcq8bmcIyxlJTr { width:20.5625rem;height:3.4375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9qSK74dV69XKbqlTmVehC49XSb03NO6 { display:block; }
 }@media only screen and (max-width: 763px) { #rPKAKocCB0GyDqo2rllFBRASiguHITJV { top:2.4375rem;left:20.8125rem;width:26.9375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:16.875rem;height:2.375rem;top:5.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:5.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:17.75rem;height:5.25rem;top:5.25rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { width:2.5rem;height:2.5rem;top:10.3125rem;left:3.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:11.5625rem;height:1.9375rem;top:10.5625rem;left:7.3741455078125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9t2a2E4rJameTEWAec7adsxzHyDDe9i { width:2.5rem;height:2.5rem;top:13.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { width:17.75rem;height:5.25rem;top:12.6875rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeb241sOMc1IqM4582x1K2P09ZySxuF { display:block; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { top:3rem;left:20.1875rem;width:0.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { top:3rem;left:39.125rem;width:8.625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { top:3.0625rem;left:27.482421875rem;width:9.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { top:3rem;left:0rem;width:15.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { display:block; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { top:0.875rem;left:13.875rem;width:20rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { display:block; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { width:9.5rem;height:1.25rem;top:11.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block; }
 }@media only screen and (max-width: 763px) { #tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { width:12.5rem;height:8.5rem;top:0.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5sa3LJ8pvi6FFMkz7OrUgTv7h13lKXq { width:0.4375rem;height:13.25rem;top:0.4375rem;left:13.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/499a3c98-840c-4fa2-b1f4-a10f1c9a6897/publicsafetyrealtimecrimecenteroperator.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.875rem;height:9rem;top:2.875rem;left:1.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:18.75rem;height:4.125rem;top:12.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:20rem;height:36.8125rem;top:23.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.75rem;height:1.9375rem;top:20.75rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:65.4375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:11.75rem;height:1.3125rem;top:63.1240234375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:20rem;height:4rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:11rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:0.4375rem;height:13.25rem;top:68.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.25rem;top:82.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:12.5rem;height:1.9375rem;top:71.5625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:15.125rem;height:3.875rem;top:74.25rem;left:2.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.5rem;height:0;top:106.0625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u7eONbg5nTNicT7sreeJhuLxEt8iNDo5 { width:20rem;height:0;top:111.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IAmEIwKuDe8LCpz5lL1OQ4NscgnHUV0q { width:20rem;height:0.4375rem;top:56.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-text {padding-top: 0; padding-bottom: 0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-select {padding-top: 0; padding-bottom: 0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w  { width:17.5rem;height:auto;top:23.6875rem;left:0rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w {display:block;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w { width:17.5rem;height:auto;top:23.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #OcBMlTQo7QHk4J00Bu3lC3HrmQJzxUC9 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #gZvHwQEieXWWM1TlMAhwD6U6RnLVWETG { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #tbtvBuFoVpHMzwQyxfrJRfw5e21JHpXh {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #uASMwBMdElWdotD2oueN0QWRPzVGc4dV {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #XdQnTThR2z9R8OV9btqTorduJC9NRw2I {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #pN3gHMqpeXvBFWz2bpEaRTbcNC1IEw1B {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lzP61WfAx0Gxa7kefEQfmGrBsgkAQBMV {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TsH1ahtzntPH2Zw1TIg4QdNGwq6Jd17M { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lbNuHIGFtLkkz332debzWTZaNiuFZFG5 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #hJNhogAsCpOVuahEwfiQvNVCUwpVC8mR {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #buettDZQzz2tOpF4NH82hUiPZnXCkn9a { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #z976dDvtMebMuuGAAFbC5DifWTaDr8VB {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TgTTH8Q0ISZTZQCwR3vOsXnZxpA4V6RC {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #kQUFWMO2It3mD57IZXPZKuyi9tTliAOL { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #sWyhf3tL6Wo2HhUshp8wOGGDRQgai6wn {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #PMmq6k4c96OkMQPP5vulpT8IdcsnzZBF {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #MOcAzaxmyzZmTlSpEu3W4KKVMBHzkhRL { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #ACnBk0atfhGncTnWHWkuGwhNsbIwnUZ5 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #RpKr3mlfdLN8vAQeh0LWnf57HNnFZE1E {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #AN1EzA6rAGxliXuPcNuPMUcnBVfOzUUm {  }
 }@media only screen and (max-width: 763px) { #ZPTh3ld6R6FcmO2eWOPDf4LPOEtruqgK { width:0.4375rem;height:13.25rem;top:68.375rem;left:12.1875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #JARhMgT7x6QW4fBRkSKFSTVRfsxKT4vw { width:20rem;height:0.4375rem;top:69.1875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8ed2949-8eb7-49bb-ac68-b579dc28fad1/accesscontrol.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.7); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.7); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:20rem;height:5.625rem;top:54.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:17.8125rem;height:15.125rem;top:61.375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { width:20rem;height:1.875rem;top:67.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqCEKRzV1v3aruh7T5vX0kl6UTbLg7wS { width:19rem;height:3.4375rem;top:78.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlyOfUcsOlSDhcxLWssgdwapbM8aF71C { display:block; }
 }@media only screen and (max-width: 763px) { #w90sJKZJFRE1g0lrzVnNMkUsAq86VSii { width:17.6875rem;height:16.5rem;top:1.4375rem;left:1.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwT1ghFwsFwebtrHvX1qckSQc8s8h9ri { width:18.5rem;height:13.75rem;top:36.34375rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiv7a8cTlyUE3GDsH6RalFzem0keSZD { width:20rem;height:12.5625rem;top:21.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDXvsp7zezNmk5bWtPKMzVDD6Vy9cGnz { width:20rem;height:17rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA7eoLGS4ItDrEi363T0VwwTGgaETTJr { width:12.5rem;height:1.9375rem;top:23.5625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #GOdf6lDiLQpRoOiuCEKxwt6pVM5yTzKI { width:20rem;height:5.8125rem;top:26.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ew4oB1yrDmBRNB9HP4qFLvkEXUWmboq3 { width:20rem;height:19.4375rem;top:0rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #aqMFaZrsgDVcslD125HlynDGSmbOdETu { width:20rem;height:0.4375rem;top:21.40625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MZ9w2ATR/section3_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.adaptive-delivery-prevent-bg, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyload, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyloading { background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { width:20rem;height:64.75rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { width:15.125rem;height:12.5625rem;top:21.5625rem;left:2.71875rem;font-size:1rem;display:block; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:before{  }
 }@media only screen and (max-width: 763px) { #QlyoXMgphIuqnxAG6pJVqlhyssRi0GoR { width:15.375rem;height:3.5rem;top:17.1875rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mLWhTVDszu60gMQStaTTkL7NT1kQrqZK { width:14.0625rem;height:3.5rem;top:36.375rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRxb1EVdcETeilCH4OTZVXepV7BM35IH { width:14.875rem;height:14.625rem;top:40.8125rem;left:2.625rem;font-size:1rem;display:block; }#LRxb1EVdcETeilCH4OTZVXepV7BM35IH li:before{  }
 }@media only screen and (max-width: 763px) { #Ra2TDTbe9yAtwBzTlkvwTDe3Ge03XmPl { width:20rem;height:5.625rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKIeqiT8i54aBEvUCpu2Jfo6qN0om040 { width:17.0625rem;height:4.125rem;top:9.875rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aAyXnKCiah5ccr4pb4wScENBbOtcTSDl { width:19rem;height:3.4375rem;top:58.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4XbH0UAK8CnBfqVsvkDisVRbps0q8Sc { display:block; }
 }@media only screen and (max-width: 763px) { #AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { display:block; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otZPUw53pycrzi9QOP4TTUx6ZVy3OWne { width:20rem;height:8.5830078125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUpTCFKnrvHXdIeySWXWu7nJMi0Sn0K5 { width:20rem;height:13.486328125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:10.5rem;height:11.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:8.0625rem;height:6.75rem;top:3.625rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:17.125rem;height:16.5rem;top:14rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:10.5rem;height:11.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { width:7.875rem;height:8.4375rem;top:3.25rem;left:11.3125rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #It835kbcKW94XVpi8TJU0IB3smD4PkPJ { width:17.375rem;height:13.5rem;top:14.375rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v { display:block; }#ITRwm1eMbrGuo8KCNsOJpBk5zQKDrt4v > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAZPgWhPsirW2xIDfkaDFrIbRL8FtXhC { width:19rem;height:3.4375rem;top:1.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StxbxaK3W5tii2LBUKcxRil3zTL13OMn { display:block; }
 }@media only screen and (max-width: 763px) { #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx49SmtruBnybqFx9uoJ1lOzK7FhVL3N { width:15.375rem;height:4rem;top:2.1875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { width:15.625rem;height:12.5625rem;top:7.375rem;left:2.25rem;font-size:1rem;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
 }@media only screen and (max-width: 763px) { #A8SgkGiwDJkk4vmRpLJcq8bmcIyxlJTr { width:19rem;height:3.4375rem;top:21.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9qSK74dV69XKbqlTmVehC49XSb03NO6 { display:block; }
 }@media only screen and (max-width: 763px) { #rPKAKocCB0GyDqo2rllFBRASiguHITJV { width:20rem;height:14.4306640625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:20rem;height:1.875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:13.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:15.5rem;height:4.6875rem;top:16.875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { width:2.5rem;height:2.5rem;top:6.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:15.5rem;height:1.5625rem;top:10.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9t2a2E4rJameTEWAec7adsxzHyDDe9i { width:2.5rem;height:2.5rem;top:23.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { width:17.75rem;height:4.6875rem;top:27.4375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeb241sOMc1IqM4582x1K2P09ZySxuF { display:block; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { width:18.75rem;height:0.0625rem;top:14.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { width:8.625rem;height:10.125rem;top:28rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { width:9.4375rem;height:10.0625rem;top:16.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { width:15.625rem;height:10.5625rem;top:2rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { display:block; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { width:20rem;height:1rem;top:1.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { width:18.5rem;height:6rem;top:3.625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }