.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#002c58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;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; }#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { 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:3.9375rem;width:14.6875rem;top:1.3125rem;left:23.125rem;overflow:hidden;display:block; }
#ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:bahnschrift;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2rem;left:12.1875rem;display:block; }
#GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usdXUDGDfi3MkNE86hBrocywv9ed7xwv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:bahnschrift;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2rem;left:1.4375rem;display:block; }
#howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:bahnschrift;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2rem;left:40.75rem;display:block; }
#GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:bahnschrift;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2rem;left:48.375rem;display:block; }
#PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O { position:relative;display:block; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O { background-color: transparent; background-image: none; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container > .video-iframe-container { display: none; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row > .video-iframe-container { display: none; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .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); }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O { border-width: 0; border-radius: 0; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container.adaptive-delivery-prevent-bg, #fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container.lazyload, #fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container.lazyloading { background-image: none; }#sDqwgKukLId8TRJJd7wvnPOHv8lpw9RS { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:bahnschrift;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.5rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wk36Qa1VbrEWH8IVL7qSG9sb7W9X8Ui6 { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:bahnschrift;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.5rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6THmOOOsgLI9R2A93b2Q5lT4DggLSJJ { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.3125rem;left:1.5rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vCJX4q1lP7mO3wT1PyXrDq4TQLsT0lHM { color:#ff5519;display:block;width:28.9375rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.5rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L2T7ewD3k3sr3hJWLix222VJ68ugS4c7 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:28.625rem;top:9.9375rem;left:17.625rem;overflow:hidden;display:block; }
#m2z0aMdmNB2W1JTTOOHuGn7slJH8whe9 { background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:bahnschrift;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.8125rem;left:1.5rem;display:block; }
#HK8Mne5xme7oFnPTU2SJezuZmPDyP90u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6pQ5JBENXI1h47keAVaXpxykUDUfxg4 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:bahnschrift;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.8125rem;left:14.625rem;display:block; }
#G6BcNaR0qbGnNc1PoJ3AnZeUTTqM1qbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t7ZlPpsSGunnrNkwiENA9xdEQA53IWcB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:25rem;width:19.9375rem;top:4rem;left:38.625rem;overflow:hidden;display:block; }
#Mm0TWsyHoX7tNeRdAxaqBTXUFUNRx522 { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.625rem;width:7.5rem;top:20.875rem;left:40.5625rem;overflow:hidden;display:block; }
#Byuycb5cZD9hiuUTF1unaD8TR0W9Abi8 { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.0625rem;width:0.0625rem;top:21.9375rem;left:47.5rem;overflow:hidden;display:block; }
#nTstQbSAuCvBNMpQ1DfzMqxV8h6f5bTg { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.625rem;width:7.5rem;top:20.875rem;left:49.1875rem;overflow:hidden;display:block; }
#AEv4LXn6KusZdNGpFTQxMNSze8ETtnQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:27.25rem;left:15.1875rem; }
#rrQlwHz0xdRMg3NJNdhvyBlDfrZoBm2t { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2rem;left:1.5rem;overflow:hidden;display:block; }
#iRHC4l3eCKk5IAca7ndsIw6DDpyFKnsd { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2rem;left:8.75rem;overflow:hidden;display:block; }
#Gw3nA2U2mOJ5gOqR3e2vMXoEgpXaUtf6 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2rem;left:15.96875rem;overflow:hidden;display:block; }
#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c58;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; }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row .container { background-color: transparent; background-image: none; }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row .container > .video-iframe-container { display: none; }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row > .video-iframe-container { display: none; }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .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); }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row .container { border-width: 0; border-radius: 0; }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#poOyltFR4SPegf4pILlwMcnKxNx1cwdk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:19.1875rem;top:8.8125rem;left:0.125rem;overflow:hidden;display:block; }
#coktMDkvRwbmw6UxlK10dCCTcAgQZHdJ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAnksrbt67gzLyu6CCU9AHyZ47JTrZzh { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:25.625rem;left:1.5rem;overflow:hidden;display:block; }
#ikPoJ2V0lDhWbuJP4Z25ywswGfpd44TX { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:25.5625rem;left:10.0625rem;overflow:hidden;display:block; }
#rk7ABapTTvxUOnqci2kiWBAIBw2TE3G4 { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:25.5625rem;left:21.75rem;overflow:hidden;display:block; }
#b4DPzoulcEcRSvv1bxVBs1xb6Z4dDVMA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:19.1875rem;top:8.8125rem;left:20.40625rem;overflow:hidden;display:block; }
#KXmlnvbOTJzfiPkIfsACq5lQADcA1XxN { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:25.5625rem;left:30.3125rem;overflow:hidden;display:block; }
#nHrXn66CyzmEhnt5Bq3cNNzxg1cgNRG2 { position:absolute;display:block;z-index:15029;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:25.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#xiAruPgbcpsD38S8DRzJitLtuqQUT8g1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:19.1875rem;top:8.8125rem;left:40.8125rem;overflow:hidden;display:block; }
#kbT88xlCHNyele38eg0H7BCMA3DR1OXL { position:absolute;display:block;z-index:15030;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:25.5625rem;left:50.6875rem;overflow:hidden;display:block; }
#r787VK0a7s7QZJxutlLckuZoEb6txzKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi.adaptive-delivery-prevent-bg, #r787VK0a7s7QZJxutlLckuZoEb6txzKi.lazyload, #r787VK0a7s7QZJxutlLckuZoEb6txzKi.lazyloading { background-image: none; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container { background-color: transparent; background-image: none; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container > .video-iframe-container { display: none; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row > .video-iframe-container { display: none; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .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); }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container { border-width: 0; border-radius: 0; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#lOggfx2AWxhT07JaubIib2xB9dBKaBUS { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.375rem;width:60rem;top:5.3125rem;left:0rem;display:block; }
#u0wM5wXTqEvTufTNytlW2NlcMLGdkLpk { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:5.6875rem;height:3.16845625rem;font-style:normal;display:block; }
#tzSkLqZWHq19Ws2wOKd0J8P7KDNQLOyE { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.6875rem;left:5.6875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }#tzSkLqZWHq19Ws2wOKd0J8P7KDNQLOyE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tzSkLqZWHq19Ws2wOKd0J8P7KDNQLOyE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
#AlyATqKTn2GaG3RZc7x3rz6aZLc3dlo8 { color:#ff5519;display:block;width:48.25rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:5.875rem;height:1.94970625rem;font-style:normal;display:block; }
#f07cMUPBXmGFbgPKweCbdiSVnlO7rNqa { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.375rem;left:5.6875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }#f07cMUPBXmGFbgPKweCbdiSVnlO7rNqa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f07cMUPBXmGFbgPKweCbdiSVnlO7rNqa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
#cKXo6raTXhJQLTzsdnMa1knb8PrkJas7 { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.25rem;left:5.6875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }#cKXo6raTXhJQLTzsdnMa1knb8PrkJas7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cKXo6raTXhJQLTzsdnMa1knb8PrkJas7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/982717dc-f7a0-4c01-8288-9cf5f5a95b81/1b.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.adaptive-delivery-prevent-bg, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyload, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyloading { background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { background-color: transparent; background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .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); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { border-width: 0; border-radius: 0; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:7.25rem;left:1.8125rem;height:5.8496125rem;font-style:normal;display:block; }
#coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:bahnschrift;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.875rem;left:1.8125rem;display:block; }
#s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:1.8125rem;height:3.25rem;font-style:normal;display:block; }
#ftHDpbgT5KOvLOR6CQW61U0wcflRSXuS { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.75rem;width:26.8125rem;top:5.21875rem;left:33.1875rem;display:block; }
#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.1875rem;top:5.40625rem;left:0.0625rem;display:block; }
#lO39V3TMu4dPt8EaPSMTmVFZu6aNdL16 { position:absolute;display:block;z-index:14996;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:27.875rem;width:27.875rem;top:2.625rem;left:14.4375rem;overflow:hidden;display:block; }
#TFT9nFdO8pkFlrz2RC9TIRRseM0tmKcA { position:absolute;display:block;z-index:15035;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.9375rem;width:12.1875rem;top:22.3125rem;left:0.1875rem;display:none; }
#txKTuS0RcDQD73XfdnFxMy75xT02e7eq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq.adaptive-delivery-prevent-bg, #txKTuS0RcDQD73XfdnFxMy75xT02e7eq.lazyload, #txKTuS0RcDQD73XfdnFxMy75xT02e7eq.lazyloading { background-image: none; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container { background-color: transparent; background-image: none; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container > .video-iframe-container { display: none; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row > .video-iframe-container { display: none; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .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); }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container { border-width: 0; border-radius: 0; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#nxus0rhKRIDKeFtCedc4KJ6ga9AAPbkV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fv6Lk7yB2dTiMiKXKTqTeJodUaIwsisQ { color:#ff5519;display:block;width:45.0625rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.625rem;left:7.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tyz5K1STO7DQTrumXKvLb6ArfCxzMoqe { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:9.375rem;width:17.625rem;top:18.625rem;left:0.5rem;display:block; }
#RkzyVMI1BkwXsQ9HLL1J6T8T4xzKAefB { position:absolute;display:block;z-index:15034;background-color:#004673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.3125rem;width:12.5rem;top:21.6875rem;left:0.125rem;display:block; }
#flih4Q2vGNhVLTC7V3mwhlEPEbQJoVT1 { position:absolute;display:block;z-index:15035;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.9375rem;width:12.1875rem;top:23.5rem;left:0.1875rem;display:block; }
#Z9QRDbqH7ov3JXiiW3nXAGfPm4wn8kor { position:absolute;display:block;z-index:15041;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.9375rem;width:12.1875rem;top:23.3125rem;left:20.9375rem;display:block; }
#OIJAz5CgpPXZBWysQLkR5XbZveErd0bs { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:9.375rem;width:17.625rem;top:18.4375rem;left:21.25rem;display:block; }
#U9OTPVxdTv4wU6Wqam6QZ8JEbGHFtGNq { position:absolute;display:block;z-index:15040;background-color:#004673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.3125rem;width:12.5rem;top:21.4375rem;left:20.875rem;display:block; }
#QZzuDQKwx5MSo74yQgu0cPIVfhGT1opc { position:absolute;display:block;z-index:15038;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.9375rem;width:12.1875rem;top:23.5625rem;left:41.9375rem;display:block; }
#LeQk4m0wKAaNLeXOWdluQ5vCVxTwfMaS { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:9.375rem;width:17.625rem;top:18.6875rem;left:42.25rem;display:block; }
#y4MJXEWJJ8Mool6pWM7ZmgE8RTwWO61m { position:absolute;display:block;z-index:15037;background-color:#004673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.3125rem;width:12.5rem;top:21.75rem;left:41.875rem;display:block; }
#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3396fe;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;z-index:auto;display:none; }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row .container { border-width: 0; border-radius: 0; }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:none; }#uEwVJymRmCVzWCEdGvKdX1OWFyosUyNp { color:#ff5519;display:block;width:51.75rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5390625rem;left:4.125rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QiEx0gEdUeo33wKGcATZTIp53Jg8dnfv { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.70703125rem;left:4.125rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-text.counter-number { border-top:0.160625rem solid #ff5519;border-left:0.160625rem solid #ff5519;border-right:0.160625rem solid #ff5519;border-bottom:0.160625rem solid #ff5519;background-color:transparent;background-image:none;color:#ff5519;padding-top:0.840625rem;padding-right:0.731875rem;padding-bottom:0.840625rem;padding-left:0.731875rem;display:block;align-items:center;width:4.384375rem;min-width:4.384375rem;height:4.51625rem;position:relative;font-family:bahnschrift;font-size:3.358125rem;font-weight:700;line-height:72.26px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-text.counter-label { background-color:;background-image:none;color:#ff5519;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:5.84375rem;height:0;position:relative;font-family:bahnschrift;font-size:1.26rem;font-weight:700;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:10%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:7.1875rem;height:7.0425rem;padding-top:1.589375rem;padding-right:1.583125rem;padding-bottom:1.589375rem;padding-left:1.583125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.3125rem;left:25.4375rem;z-index:5010;display:none; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #DSvGLTVOeIZ8DkG11reUkuZDAvpshbFK { display:flex;position:relative;top:0rem;left:0rem; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #My2z5xTIZAO86huLxVIvd7UicPkltWVC { width:auto; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #CQOFL8b8KXAMVud977Tl6w4Ki0PAmOhN {  }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #CiMpmKEGxT9rqZctCyh3mg3JxqZmxmD1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #OxaTDvt5z8dkxpJZFOce9zK88ToKxGK8 {  }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #rbv0DXiz5uXnteevAyFwQw6aMgckK3tk {  }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #zC5c3LA0RwoDphzSFJMTZO2kTUSfFPU9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #W4PbgIZ4tSXQuGh2cdBBWispvHuTArl1 {  }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #BDPlCnxoNTzHPL2TFEdos4HkxLntv8mG {  }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #eOr1WNZ1HGwucgtgZUyoG6JRJrcxC0vf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #Tp2eX4smUKlr7TWSZMaZ0DXXzAkOcJ0C {  }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #oqSIdqq5xbPJvtzZMUhL3TpNl4TOoCeQ {  }
#AnzfHokh6tQQ3VlzNm1s6s6Tay5aDedc { background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:bahnschrift;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.25rem;left:23.125rem;display:none; }
#tWgf9Cu6PTezcfORH19QGnfhD8XPPUGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygoT1C84sdyRqH90OBgEeVtuVR6n8IBQ { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:bahnschrift;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25rem;left:16.28125rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y { position:relative;display:block; }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y { background-color: transparent; background-image: none; }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .row .container > .video-iframe-container { display: none; }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .row > .video-iframe-container { display: none; }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .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); }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y { border-width: 0; border-radius: 0; }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .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; }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#002c58;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;padding-top:1.875rem;padding-right:1.875rem;padding-bottom:1.875rem;padding-left:1.875rem;position:relative;display:block; }#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-text.counter-number { border-top:0.160625rem solid #ff5519;border-left:0.160625rem solid #ff5519;border-right:0.160625rem solid #ff5519;border-bottom:0.160625rem solid #ff5519;background-color:transparent;background-image:none;color:#ff5519;padding-top:0.840625rem;padding-right:0.731875rem;padding-bottom:0.840625rem;padding-left:0.731875rem;display:block;align-items:center;width:4.384375rem;min-width:4.384375rem;height:4.51625rem;position:relative;font-family:bahnschrift;font-size:3.358125rem;font-weight:700;line-height:72.26px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-text.counter-label { background-color:;background-image:none;color:#ff5519;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:5.84375rem;height:0;position:relative;font-family:bahnschrift;font-size:1.26rem;font-weight:700;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:10%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:7.1875rem;height:7.0425rem;padding-top:1.589375rem;padding-right:1.583125rem;padding-bottom:1.589375rem;padding-left:1.583125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.3125rem;left:25.4375rem;z-index:5010; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #H8L1KxhhyNEV1HTDJBOTeubUrRM5xa7N { display:flex;position:relative;top:0rem;left:0rem; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #fIzsEL0e8BwLyDcVcOfcxTECEk7clmbO { width:auto; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #UVd3retvWFaCXRUqQustJLleCFbw2q63 {  }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Lv2kWd5spRpbhIAwzyoEuExEBVIcLQCF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Cayz1Vcfh2oKph41MrgBW1M4Xpykx8Ns {  }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Lg3sT60q2ncXOpQqRupJ5RsCAOBXBTfT {  }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #uUNxMeT2EtAAbMfCIqdpNVEHJHizZ3LR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #vuD21uql5RQVmiTvFKN2zGA0K8wLAiEc {  }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #sNrfgU3mQw56GJsRwEwCxK9rIRgumtBk {  }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #hFCmtNhEf4Ag8c6N9QPqLegQ8EFWkMzA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #SkL3AtqS7qoWQMN8gCveU9Xt146s6Imw {  }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Nv0b7dlq96O1uSOwqQR6whfEx1LlXpo2 {  }
#ro4GWWN3mF8M6eCw085B9ELAi20a6iUp { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.70703125rem;left:4.125rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzVzNdWvnIcsvT22xWCcb2xk2fHqv6k7 { background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:bahnschrift;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.25rem;left:23.125rem;display:block; }
#AC5M821QmCLdsWR9DNK9VG2q111zl7lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDtrk6FTJQCNhQsFMPRdS2PQPcnb4AJ0 { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:bahnschrift;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25rem;left:16.28125rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q4kBummJfU6f9TkbxC8bTxzQOcu4WmMr { color:#ff5519;display:block;width:51.75rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5390625rem;left:4.125rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c58;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; }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row .container { background-color: transparent; background-image: none; }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row .container > .video-iframe-container { display: none; }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row > .video-iframe-container { display: none; }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .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); }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row .container { border-width: 0; border-radius: 0; }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row .container { font-size:0.875rem;font-family:arial;height:101.625rem;width:60rem;position:relative;display:block; }#rJ1GF88nOTGkwiCqcOqLs36NqDsmVTNl { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.724609375rem;left:14.25rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bguvWdwL52Zr6hf4cTqGp48gTwRvfmVB { color:#000000;display:block;width:42.0625rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7236328125rem;left:8.96875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTak17zr1Zk2pXnoThd3FxWeClspuppI { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:14.26171875rem;left:7.5869140625rem;display:block; }
#TuAfKH1gtvEhHfU0BbmHCuLvN1kRsCXz { position:absolute;display:block;z-index:15008;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:2.9375rem;width:2.9375rem;top:13.125rem;left:6.875rem;display:block; }
#rZDHqCyOVFT6GvepPqRegO9zCKfK6QAf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:32.9375rem;left:46.8125rem;overflow:hidden;display:block; }
#GT3sIBDTz8wLRgPHzuMwcv2TvaQCgLq4 { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.275390625rem;left:7.65625rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xy56h4EQdXoTdayw6LVnO8sViiIn3BWm { position:absolute;display:block;z-index:15000;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:33.0625rem;top:31.26171875rem;left:11.375rem;display:block; }
#K02VQDD5GdyEfwB9aKDl8pC9dJf03E1I { position:absolute;display:block;z-index:15011;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:0;top:22.07421875rem;left:11.4306640625rem;display:block; }
#WkzxI5RLVXXaxLn0cSPyC9HMT9hir7pL { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:30.75rem;left:44.6875rem;display:block; }
#cnR7HkWqscHTKWgUkNFuE5eBbiDP7OpQ { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.005859375rem;left:44.6875rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKpE1aknqSQoLI6cOXHDG5iKBJEi8EFP { 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:3.875rem;width:3.9375rem;top:16.23046875rem;left:9.5244140625rem;overflow:hidden;display:block; }
#xKffOvBzP6yUTyBZNnwAJtuysMit2sFy { color:#000000;display:block;width:41.875rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.34375rem;left:16.0625rem;height:1.94970625rem;font-style:normal;display:block; }
#AUPwCaqoz6o4AmXvbJeCTJRtMADmmwTN { color:#000000;display:block;width:36.75rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.6875rem;left:16.0625rem;height:4.875rem;font-style:normal;display:block; }
#FDbGbCwlkx0gztLc2FiCky81ODCaOvna { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.3125rem;left:11.4375rem;height:1.94970625rem;font-style:normal;display:block; }
#c6Dm3fn8UcnC6TZRGxodG3hPSQhFIz3M { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:34.6484375rem;left:11.375rem;height:4.875rem;font-style:normal;display:block; }
#wL7QZxo7IbUlVkHUm81kRm1CmrHX1w71 { position:absolute;display:block;z-index:15012;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:0;top:38.5625rem;left:49.1240234375rem;display:block; }
#Iy2XLdRZWxy1RtcWG4Ay1SrzXZSGXVHe { position:absolute;display:block;z-index:15011;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:33.0625rem;top:47.625rem;left:16.0615234375rem;display:block; }
#inBoM1KOhEKkoiRWT7lPMM6SySI4lq6O { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:43.8125rem;left:8.25rem;display:block; }
#TkT9KS5qfIWik6WncqblBpP3L9Ld4Cfw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:45.75rem;left:10.125rem;overflow:hidden;display:block; }
#UA0CbOFcNxBfIXD5faMafHwaRhVvKOLq { color:#000000;display:block;width:31.5rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.8125rem;left:16.9052734375rem;height:1.94970625rem;font-style:normal;display:block; }
#reFy1JJroMbgAqh10AOA3TmTozDJMKDC { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:51.0625rem;left:16.75rem;height:3.25rem;font-style:normal;display:block; }
#rB7mGn64q4Xzg4awWAK5qtg50A8ypLdG { position:absolute;display:block;z-index:15042;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:31.875rem;top:60.8125rem;left:11.875rem;display:block; }
#krs6whqq19JxMGLE7CPqh1s1Jd9moQZ1 { position:absolute;display:block;z-index:15043;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:0;top:51.625rem;left:11.75rem;display:block; }
#bA3kGX6fvMf4tQwbnl75HzOrT3JRvQfT { color:#000000;display:block;width:31.5rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:61.75rem;left:11.8125rem;height:1.94970625rem;font-style:normal;display:block; }
#F2VQ7gVqfHaBkoza62fbUN9T7vE1BxT4 { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:64.3125rem;left:11.9375rem;height:4.875rem;font-style:normal;display:block; }
#zIkfQCued5T32X8UEVCZiGJ4Tqao771g { position:absolute;display:block;z-index:15041;background-color:rgba(255,255,255,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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:60.375rem;left:45.3125rem;display:block; }
#oiM0QkGtkNAV2Gr6TfgcHzq7b85U7fhR { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:61.625rem;left:46.9375rem;overflow:hidden;display:block; }
#CSfTUpHwTEyVKz4KDrmSypgOEFhSh9te { position:absolute;display:block;z-index:15044;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:0;top:68.1875rem;left:49.1240234375rem;display:block; }
#qJCchTmTraNw5O9b5FNqm56oRNyH23Nk { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:73.4375rem;left:8.75rem;display:block; }
#VoEO1b9iToilANr760DiNPJ334E65i5l { position:absolute;display:block;z-index:15016;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:32.375rem;top:77.3125rem;left:16.6865234375rem;display:block; }
#IhJqXrPbmaa7ohvbTmsQIGUl2IOb3qLl { color:#000000;display:block;width:31.5rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:78.125rem;left:17.3125rem;height:1.94970625rem;font-style:normal;display:block; }
#QQeNWAKaUnzWDB88P5e0TsIThvPq21L7 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:80.625rem;left:17.3125rem;height:4.875rem;font-style:normal;display:block; }
#iQHO7K56w9tymH8qb2THBFtBz8S4pCJw { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:74.8125rem;left:10.375rem;overflow:hidden;display:block; }
#ZMC4MRNZ1VS5C2IbHgFsNPXIMdVhDgOF { background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:bahnschrift;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:94.1875rem;left:23.125rem;display:block; }
#EKNxFynokSe1hokKFBFgoPwND6QfqOdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqnTszxvetsSf3L2Lyn45tS6PU8UJv9P { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:90.1875rem;left:8.09375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kveLoDT6GsMbCGrVvmUvQMVT2JCzKXpG { position:absolute;display:block;z-index:15009;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:2.9375rem;width:2.9375rem;top:29.85546875rem;left:43.9375rem;display:block; }
#H6IOobKcbltn9VgH59MQzvrmCtstysFi { position:absolute;display:block;z-index:15010;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:2.9375rem;width:2.9375rem;top:42.875rem;left:6.875rem;display:block; }
#CW6od0ZAm55pX7TTAyX4EeMrwxPT8ClH { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:43.0625rem;left:7.625rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upI7k8IqCzKJF3x7kI07uLpDoLKkTwMt { position:absolute;display:block;z-index:15012;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:2.9375rem;width:2.9375rem;top:59.375rem;left:43.9375rem;display:block; }
#L4AIMnlL9TGrc2rbTN2x1xzrKOAxcEEe { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:59.5625rem;left:44.6875rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbdCvyS5iTL0fP1kRpoHWyvO2fb84ZHT { position:absolute;display:block;z-index:15012;background-color:#ff5519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:2.9375rem;width:2.9375rem;top:71.9375rem;left:7.5625rem;display:block; }
#hIXg5zkB5aRJWmFsZheNTs8RupCeelkU { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:72.125rem;left:8.3125rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE.adaptive-delivery-prevent-bg, #boH38QZrJmTKPRz8muTwSqx1nPlKb6yE.lazyload, #boH38QZrJmTKPRz8muTwSqx1nPlKb6yE.lazyloading { background-image: none; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container { background-color: transparent; background-image: none; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container > .video-iframe-container { display: none; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row > .video-iframe-container { display: none; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .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); }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container { border-width: 0; border-radius: 0; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#GfZ8BZr5spntPmPcNHoCt58GCq6goc8F { color:#ffffff;display:block;width:60rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#QRIU3qMIXTTnc4AohE4hHhT5Bv7pDdJ6 { color:rgba(255,255,255,0.1);display:block;width:60rem;position:absolute;font-family:bahnschrift;font-size:8.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:10.4809375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fn4VZAZrgaWTK119NdbP2XiZO4JSTCIJ { position:absolute;display:block;z-index:15022;border-top:0.125rem solid #ff5519;border-left:0.125rem solid #ff5519;border-right:0.125rem solid #ff5519;border-bottom:0.125rem solid #ff5519;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:19.875rem;left:5.5625rem;overflow:hidden;display:block; }
#Nr3xza2pn43t7kAhGScWmMUQdhiyKGtM { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:19.4375rem;left:5.125rem;display:block; }
#wR2xvbB8hTmqWeWKOFRNnXem5yOAMhdv { position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:27.625rem;width:19rem;top:17.6875rem;left:0.1875rem;display:block; }
#mHN97KTHAkHT42cbTUXqMpLTd2y8KLtc { position:absolute;display:block;z-index:15027;background-color:rgba(128,161,248,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:27.625rem;width:19rem;top:17.625rem;left:20.625rem;display:block; }
#tTBzXC5hie7B5mqJAy0xfsF56LloCyeF { color:#ff5519;display:block;width:4.875rem;position:absolute;font-family:bahnschrift;font-size:6.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szcon9sJfDy0n9F1mJK66k5FnKNP3HWN { color:#ff5519;display:block;width:4.875rem;position:absolute;font-family:bahnschrift;font-size:6.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:17.6875rem;left:20.625rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q67F7o2oz6I4o3fWbTQ7R02f3g5CFfDc { position:absolute;display:block;z-index:15043;border-top:0.125rem solid #ff5519;border-left:0.125rem solid #ff5519;border-right:0.125rem solid #ff5519;border-bottom:0.125rem solid #ff5519;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:19.875rem;left:25.875rem;overflow:hidden;display:block; }
#dMytHN2mV4tsu7rThqo26FxV9CXwvrpE { position:absolute;display:block;z-index:15044;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:19.4375rem;left:25.4375rem;display:block; }
#T1ePZXE6FzXcTzVrwK6fqZQvDvoRe8bv { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:29.875rem;left:1.8125rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrihOULGyTLwWnrTNPkKPDlT1dJ9OB4w { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:29.875rem;left:21.4375rem;height:11.1972375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMeG9aCUG5nyDA8Wf6TV1JNanZpuonDv { position:absolute;display:block;z-index:15034;background-color:rgba(255,255,255,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:27.625rem;width:19rem;top:17.625rem;left:41rem;display:block; }
#gHIMPAdxwLtunZPQsEHu8gLP9TLx6owJ { color:#ff5519;display:block;width:4.875rem;position:absolute;font-family:bahnschrift;font-size:6.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:17.6875rem;left:41rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wf2etz4io7XOg5WUIF630Fm0TBMXR6PM { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:29.875rem;left:42.625rem;height:11.19725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xi9754Mt5r2TJqPhWaM5kEmTkAIzklK6 { position:absolute;display:block;z-index:15045;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:19.4375rem;left:45.9375rem;display:block; }
#LMcWLGwzrzy304JLfnUDXtJgfGJfiRxV { position:absolute;display:block;z-index:15046;border-top:0.125rem solid #ff5519;border-left:0.125rem solid #ff5519;border-right:0.125rem solid #ff5519;border-bottom:0.125rem solid #ff5519;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:19.875rem;left:46.375rem;overflow:hidden;display:block; }
#aDkk7iCZFlzLSUQSTT9O2Tb80OD2Oteo { position:absolute;display:block;z-index:15032;background-color:#ff845e;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:0.0625rem;width:3.25rem;top:41.75rem;left:28.375rem;display:block; }
#W62yousu10aUWBoJZL1K1xyHMkeuQwyb { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:42.375rem;left:1.125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nafBsk8HDUKvNBVDMHVcKZfFEIq5kW2v { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:42.375rem;left:21.75rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5Za2nxRF1H2wRtketUyEMQ7r5Avvywv { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:42.375rem;left:42.125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhDAPhA89uhXGqDqTRHzRBZKeeLq5mXz { position:absolute;display:block;z-index:15039;background-color:#ff845e;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:0.0625rem;width:3.25rem;top:41.8125rem;left:48.875rem;display:block; }
#iMA9uXWy97tU0soiAkTNcTeu6Q2TUmqb { position:absolute;display:block;z-index:15033;background-color:#ff845e;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:0.0625rem;width:3.25rem;top:41.75rem;left:8.0625rem;display:block; }
#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c58;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; }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row .container { background-color: transparent; background-image: none; }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row .container > .video-iframe-container { display: none; }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row > .video-iframe-container { display: none; }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .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); }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row .container { border-width: 0; border-radius: 0; }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:60rem;position:relative;display:block; }#GI3ii5FPqkODpvoXKLdiwA2bIeWFWtIC { color:#ff5519;display:block;width:13.3125rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:24.0625rem;left:0.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PS2TM6Open0WP5QgS6kA8Rk1sTWb72TS { color:#f9f9f9;display:block;width:14.0625rem;position:absolute;font-family:bahnschrift;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:27.25rem;left:0.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nm34ampnThJVUfqdTUUGQwqboMW9JT6J { color:#ff5519;display:block;width:13.5625rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:24.125rem;left:30.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxZV39nT9yT0ERCgi3whVbXq4yMbXhJc { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:5.8544921875rem;left:7.96875rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOfpInbLX5L1dnT7iocUsZ3zdZCy2Ra8 { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9365234375rem;left:6.5rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gKCrArsaS6XK0hizcPWNa2JzLDx0EMai { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.375rem;width:14.375rem;top:18.75rem;left:0rem;display:block; }
#vSwsHwHPMMfW1LqT2WTsr57zKWW2BGN7 { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.375rem;width:14.375rem;top:18.8125rem;left:15.3125rem;display:block; }
#SE5Iy8uVSKCMpTkKep9hF3rOJC7HO06g { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.375rem;width:14.375rem;top:18.8125rem;left:30.5rem;display:block; }
#drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM { position:absolute;display:block;z-index:15000;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/5012cf25-9567-40c2-9775-33dd0438fd26/IconsSet05.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:15.5rem;left:3.8125rem;display:block; }#drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM.adaptive-delivery-prevent-bg, #drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM.lazyload, #drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM.lazyloading { background-image: none; }
#pAnlZUfAxWRIuFu3Sg4puocqeytBWA18 { position:absolute;display:block;z-index:15001;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/bb3e544a-f512-412b-b0a5-d8ac1202644b/IconsSet06.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:15.625rem;left:19.125rem;display:block; }#pAnlZUfAxWRIuFu3Sg4puocqeytBWA18.adaptive-delivery-prevent-bg, #pAnlZUfAxWRIuFu3Sg4puocqeytBWA18.lazyload, #pAnlZUfAxWRIuFu3Sg4puocqeytBWA18.lazyloading { background-image: none; }
#WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM { position:absolute;display:block;z-index:15002;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/7c6f865b-ad2c-4177-a48d-404bc6c51f76/IconsSet02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:15.5625rem;left:34.3125rem;display:block; }#WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM.adaptive-delivery-prevent-bg, #WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM.lazyload, #WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM.lazyloading { background-image: none; }
#duImgdC43SIh692fPAWVx4VLxtZyUZaS { color:#ff5519;display:block;width:14.0625rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:24.1875rem;left:15.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogHVDXuq19imDSonqZShPd0I3ZasmJXZ { color:#f9f9f9;display:block;width:13.5625rem;position:absolute;font-family:bahnschrift;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:27.375rem;left:15.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QglULsi645uPVacunwXWoHCMqhx2OpHv { color:#f9f9f9;display:block;width:13.6875rem;position:absolute;font-family:bahnschrift;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:27.3125rem;left:30.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dBFuW9esakIVqFi68lTd74dR5MFUHu2F { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.375rem;width:14.375rem;top:18.6875rem;left:45.625rem;display:block; }
#JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd { position:absolute;display:block;z-index:15002;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/1fd9c415-ef10-47fd-bf82-4f3e3ee5ed34/IconsSet01.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:15.5rem;left:49.4375rem;display:block; }#JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd.adaptive-delivery-prevent-bg, #JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd.lazyload, #JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd.lazyloading { background-image: none; }
#bAfxBsLBWh2uyd7R8m3ClyUoakS9q3IC { color:#ff5519;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:24.0625rem;left:46.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F5T9IruglNb42IUV2SNZAh3vWTEQZWWq { color:#f9f9f9;display:block;width:13.625rem;position:absolute;font-family:bahnschrift;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:27.25rem;left:46rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QsGrK7cwA8ZCFhXHkTSyLuf2VGMsHbUm { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:37.125rem;left:8.15625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VHcJ5pB2oPKcMpFevB8kuR3rJCo5JP30 { background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:bahnschrift;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.75rem;left:20rem;display:block; }
#IfkChcc6OwTPEcPNx5zURcCqA1KwMCrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c58;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; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container { background-color: transparent; background-image: none; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container > .video-iframe-container { display: none; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row > .video-iframe-container { display: none; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .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); }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container { border-width: 0; border-radius: 0; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container { font-size:0.875rem;font-family:"open sans";height:46.9375rem;width:60rem;position:relative;display:block; }#o430ToNGAZsrV9ghxfdbfWVufIANysbq { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.625rem;left:3.75rem;height:8.042rem;font-style:normal;display:block; }
#tJK19s4cixgOE76G3lXOhU2cqcu3Rchk { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:bahnschrift;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:15.25rem;left:3.75rem;height:4.0244125rem;font-style:normal;display:block; }
#MXVrcz4o9wXxQWgqfqaoauIJvDXie9Xv { position:absolute;display:block;z-index:14999;background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.6875rem;width:23.25rem;top:5.625rem;left:33.0625rem;display:block; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-form-header {  }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-regular-label { height:auto;display:none;font-family:bahnschrift;font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:17.125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-text {padding-top: 0; padding-bottom: 0;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:17.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c93b40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.75rem;color:#ffffff;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-select {padding-top: 0; padding-bottom: 0;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .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; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.3125rem;margin-bottom:0.25rem;margin-left:0.3125rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#0043f1;width:16.4375rem;height:4.375rem;font-family:lato;overflow:hidden; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc [class*="-text"]:-moz-placeholder { color:#000000;font-family:bahnschrift;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc [class*="-text"]::-moz-placeholder { color:#000000;font-family:bahnschrift;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:bahnschrift;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:bahnschrift;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#f6f6f6;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .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; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-container:first-of-type{padding-top:0;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-container:last-of-type{padding-bottom:0;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:34.875rem; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.125rem;display:block;vertical-align:top; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc {display:block;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:34.875rem; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #lfxxAe6H4WmhFNBFnIedALdCVTiepEM6 { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #RWU97V9UXAxX18r0hRNDntciX4xtihoH { position:relative;display:block; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #kveURIJ9MVlzSeQ4lB61rTEG5Fmda9UR { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #egRctwIAdqsumALAkzkrW050LGqIEnio { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #pwnG9AWaMzgM37OpudJOTFXTCOOy5ULq { position:relative;display:block; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #sTTs3i2ecdRkhW2qgMR4G5GsZzfFVCWq { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #nxE9rUQ8PJspcwebi1KaTqIa747zrLkG { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #DfbLug3hKXQyqwxaRnTdlT5alBX4yheM { position:relative;display:block; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #h8nz7oRsMKDgwafeaq5vbQsUV4VTuOB7 { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #bdrA54roNPFhUs63IuP2GBw7ETlwAoPJ { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #qDX2kTLnvKfTBK6EDPwCwa3Hr18e92cb { position:relative;display:block; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #H3ACI3RKVGFUTCLRNcnDJyKF0U4Begwp { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #DiPN2IIEaRTOur0bWGn67Pk1fAtQ4eWx { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #OQiryC5TDeJlhKNaTnnqKQGCNzKvrECm { position:relative;z-index:2; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #pdgGrqnTX6ZtH9KzSPogV5GDDe0TpvOF { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #iaHWqxF4iv3OGSFO0xUfAkd69iTVty7h { position:relative; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #ln9Recgo9LTourWVkuwpV3tFeD26TO3K { position:relative; }
#NUsu8UmJ1TFpV15lVGFilXaszfZnTqbQ { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:21.5625rem;left:3.8125rem;height:9.121125rem;font-style:normal;display:block; }#NUsu8UmJ1TFpV15lVGFilXaszfZnTqbQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NUsu8UmJ1TFpV15lVGFilXaszfZnTqbQ li:before{  }
#ZoEsTX8uT21IzMJxAKcvCdAtqBgauEJQ { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:bahnschrift;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:33.3125rem;left:3.75rem;height:2.625rem;font-style:normal;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c58;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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:11.625rem;top:1.59375rem;left:43.71875rem;overflow:hidden;display:block; }
#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:3.8125rem;height:1.2999125rem;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:1.3125rem;left:17rem;width:14.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:9.125rem;height:2.5rem;top:2rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 959px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:9.3125rem;height:2.5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 959px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:6.5rem;height:2.5rem;top:2rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 959px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:10.25rem;height:2.5rem;top:2rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 959px) { #fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O { display:none; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #sDqwgKukLId8TRJJd7wvnPOHv8lpw9RS { top:5.5rem;left:0rem;width:40.875rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #wk36Qa1VbrEWH8IVL7qSG9sb7W9X8Ui6 { top:8.8125rem;left:0rem;width:40.875rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #S6THmOOOsgLI9R2A93b2Q5lT4DggLSJJ { width:38.375rem;height:3.875rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vCJX4q1lP7mO3wT1PyXrDq4TQLsT0lHM { width:28.9375rem;height:1.9375rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #L2T7ewD3k3sr3hJWLix222VJ68ugS4c7 { width:28.625rem;height:28.625rem;top:9.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #m2z0aMdmNB2W1JTTOOHuGn7slJH8whe9 { width:12rem;height:3.3125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HK8Mne5xme7oFnPTU2SJezuZmPDyP90u { display:block; }
 }@media only screen and (max-width: 959px) { #J6pQ5JBENXI1h47keAVaXpxykUDUfxg4 { width:15.75rem;height:3.3125rem;top:26.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #G6BcNaR0qbGnNc1PoJ3AnZeUTTqM1qbh { display:block; }
 }@media only screen and (max-width: 959px) { #t7ZlPpsSGunnrNkwiENA9xdEQA53IWcB { width:19.9375rem;height:25rem;top:4rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mm0TWsyHoX7tNeRdAxaqBTXUFUNRx522 { width:7.5rem;height:10.625rem;top:20.875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Byuycb5cZD9hiuUTF1unaD8TR0W9Abi8 { width:0.0625rem;height:0.0625rem;top:21.9375rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nTstQbSAuCvBNMpQ1DfzMqxV8h6f5bTg { width:7.5rem;height:10.625rem;top:20.875rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AEv4LXn6KusZdNGpFTQxMNSze8ETtnQb { width:2.4375rem;height:2.4375rem;top:27.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rrQlwHz0xdRMg3NJNdhvyBlDfrZoBm2t { width:5.9375rem;height:5.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iRHC4l3eCKk5IAca7ndsIw6DDpyFKnsd { width:5.9375rem;height:5.9375rem;top:2rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gw3nA2U2mOJ5gOqR3e2vMXoEgpXaUtf6 { width:5.9375rem;height:5.9375rem;top:2rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zff7P88ppl0miVLmPuvUprtdPXrRaQHp { display:block; }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #poOyltFR4SPegf4pILlwMcnKxNx1cwdk { width:19.1875rem;height:19.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #coktMDkvRwbmw6UxlK10dCCTcAgQZHdJ { width:47.75rem;height:3.16796875rem;top:3.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PAnksrbt67gzLyu6CCU9AHyZ47JTrZzh { width:7.8125rem;height:7.8125rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ikPoJ2V0lDhWbuJP4Z25ywswGfpd44TX { width:7.8125rem;height:7.8125rem;top:25.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rk7ABapTTvxUOnqci2kiWBAIBw2TE3G4 { width:7.8125rem;height:7.8125rem;top:25.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #b4DPzoulcEcRSvv1bxVBs1xb6Z4dDVMA { width:19.1875rem;height:19.1875rem;top:8.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KXmlnvbOTJzfiPkIfsACq5lQADcA1XxN { width:7.8125rem;height:7.8125rem;top:25.5625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nHrXn66CyzmEhnt5Bq3cNNzxg1cgNRG2 { width:7.8125rem;height:7.8125rem;top:25.5625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xiAruPgbcpsD38S8DRzJitLtuqQUT8g1 { width:19.1875rem;height:19.1875rem;top:8.8125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kbT88xlCHNyele38eg0H7BCMA3DR1OXL { width:7.8125rem;height:7.8125rem;top:25.5625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #r787VK0a7s7QZJxutlLckuZoEb6txzKi { display:block; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lOggfx2AWxhT07JaubIib2xB9dBKaBUS { top:5.3125rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #u0wM5wXTqEvTufTNytlW2NlcMLGdkLpk { top:6.875rem;left:0rem;width:35.75rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tzSkLqZWHq19Ws2wOKd0J8P7KDNQLOyE { top:10.6875rem;left:0rem;width:20.3125rem;height:1.59375rem;font-size:1.0625rem;display:block; }#tzSkLqZWHq19Ws2wOKd0J8P7KDNQLOyE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 959px) { #AlyATqKTn2GaG3RZc7x3rz6aZLc3dlo8 { top:17.625rem;left:0rem;width:47.75rem;height:1.8681625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #f07cMUPBXmGFbgPKweCbdiSVnlO7rNqa { top:12.375rem;left:0rem;width:16.8125rem;height:1.59375rem;font-size:1.0625rem;display:block; }#f07cMUPBXmGFbgPKweCbdiSVnlO7rNqa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 959px) { #cKXo6raTXhJQLTzsdnMa1knb8PrkJas7 { top:14.25rem;left:0rem;width:21.625rem;height:1.59375rem;font-size:1.0625rem;display:block; }#cKXo6raTXhJQLTzsdnMa1knb8PrkJas7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 959px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { top:7.25rem;left:0rem;width:20.5rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { width:13.75rem;height:3.3125rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block; }
 }@media only screen and (max-width: 959px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { top:14.9375rem;left:0rem;width:21.8125rem;height:5.6044875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ftHDpbgT5KOvLOR6CQW61U0wcflRSXuS { width:26.8125rem;height:19.75rem;top:5.1875rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { top:5.375rem;left:0rem;width:31.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lO39V3TMu4dPt8EaPSMTmVFZu6aNdL16 { width:27.875rem;height:27.875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TFT9nFdO8pkFlrz2RC9TIRRseM0tmKcA { top:22.3125rem;left:0rem;width:12.1875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #txKTuS0RcDQD73XfdnFxMy75xT02e7eq { display:block; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nxus0rhKRIDKeFtCedc4KJ6ga9AAPbkV { width:47.75rem;height:2.2744125rem;top:5.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #fv6Lk7yB2dTiMiKXKTqTeJodUaIwsisQ { top:9.625rem;left:1.375rem;width:45.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tyz5K1STO7DQTrumXKvLb6ArfCxzMoqe { width:17.625rem;height:9.375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RkzyVMI1BkwXsQ9HLL1J6T8T4xzKAefB { top:21.6875rem;left:0rem;width:12.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #flih4Q2vGNhVLTC7V3mwhlEPEbQJoVT1 { top:23.5rem;left:0rem;width:12.1875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z9QRDbqH7ov3JXiiW3nXAGfPm4wn8kor { top:23.3125rem;left:14.8125rem;width:12.1875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OIJAz5CgpPXZBWysQLkR5XbZveErd0bs { width:17.625rem;height:9.375rem;top:18.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #U9OTPVxdTv4wU6Wqam6QZ8JEbGHFtGNq { top:21.4375rem;left:14.75rem;width:12.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QZzuDQKwx5MSo74yQgu0cPIVfhGT1opc { top:23.5625rem;left:35.5625rem;width:12.1875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LeQk4m0wKAaNLeXOWdluQ5vCVxTwfMaS { width:17.625rem;height:9.375rem;top:18.6875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #y4MJXEWJJ8Mool6pWM7ZmgE8RTwWO61m { top:21.75rem;left:35.25rem;width:12.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT { display:none; }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #uEwVJymRmCVzWCEdGvKdX1OWFyosUyNp { top:2.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #QiEx0gEdUeo33wKGcATZTIp53Jg8dnfv { top:5.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB { width:4.8125rem;height:5.38375rem;display:flex;top:5.3125rem;left:6.53125rem;z-index:5000;display:none; }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #DSvGLTVOeIZ8DkG11reUkuZDAvpshbFK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #My2z5xTIZAO86huLxVIvd7UicPkltWVC {  }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #CQOFL8b8KXAMVud977Tl6w4Ki0PAmOhN {  }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #CiMpmKEGxT9rqZctCyh3mg3JxqZmxmD1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #OxaTDvt5z8dkxpJZFOce9zK88ToKxGK8 {  }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #rbv0DXiz5uXnteevAyFwQw6aMgckK3tk {  }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #zC5c3LA0RwoDphzSFJMTZO2kTUSfFPU9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #W4PbgIZ4tSXQuGh2cdBBWispvHuTArl1 {  }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #BDPlCnxoNTzHPL2TFEdos4HkxLntv8mG {  }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #eOr1WNZ1HGwucgtgZUyoG6JRJrcxC0vf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #Tp2eX4smUKlr7TWSZMaZ0DXXzAkOcJ0C {  }
 }@media only screen and (max-width: 959px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #oqSIdqq5xbPJvtzZMUhL3TpNl4TOoCeQ {  }
 }@media only screen and (max-width: 959px) { #AnzfHokh6tQQ3VlzNm1s6s6Tay5aDedc { width:13.75rem;height:3.3125rem;top:20.25rem;left:17rem;display:none; }
 }@media only screen and (max-width: 959px) { #tWgf9Cu6PTezcfORH19QGnfhD8XPPUGV { display:block; }
 }@media only screen and (max-width: 959px) { #ygoT1C84sdyRqH90OBgEeVtuVR6n8IBQ { top:25rem;left:10.15625rem;width:27.4375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y { display:none; }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf { width:4.8125rem;height:5.38375rem;display:flex;top:5.3125rem;left:6.53125rem;z-index:5000; }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #H8L1KxhhyNEV1HTDJBOTeubUrRM5xa7N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #fIzsEL0e8BwLyDcVcOfcxTECEk7clmbO {  }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #UVd3retvWFaCXRUqQustJLleCFbw2q63 {  }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Lv2kWd5spRpbhIAwzyoEuExEBVIcLQCF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Cayz1Vcfh2oKph41MrgBW1M4Xpykx8Ns {  }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Lg3sT60q2ncXOpQqRupJ5RsCAOBXBTfT {  }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #uUNxMeT2EtAAbMfCIqdpNVEHJHizZ3LR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #vuD21uql5RQVmiTvFKN2zGA0K8wLAiEc {  }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #sNrfgU3mQw56GJsRwEwCxK9rIRgumtBk {  }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #hFCmtNhEf4Ag8c6N9QPqLegQ8EFWkMzA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #SkL3AtqS7qoWQMN8gCveU9Xt146s6Imw {  }
 }@media only screen and (max-width: 959px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Nv0b7dlq96O1uSOwqQR6whfEx1LlXpo2 {  }
 }@media only screen and (max-width: 959px) { #ro4GWWN3mF8M6eCw085B9ELAi20a6iUp { top:5.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TzVzNdWvnIcsvT22xWCcb2xk2fHqv6k7 { width:13.75rem;height:3.3125rem;top:20.25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 959px) { #AC5M821QmCLdsWR9DNK9VG2q111zl7lf { display:block; }
 }@media only screen and (max-width: 959px) { #iDtrk6FTJQCNhQsFMPRdS2PQPcnb4AJ0 { top:25rem;left:10.15625rem;width:27.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q4kBummJfU6f9TkbxC8bTxzQOcu4WmMr { top:2.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 { display:block; }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rJ1GF88nOTGkwiCqcOqLs36NqDsmVTNl { top:1.6875rem;left:8.125rem;width:31.5rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bguvWdwL52Zr6hf4cTqGp48gTwRvfmVB { top:5.6875rem;left:2.84375rem;width:42.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #PTak17zr1Zk2pXnoThd3FxWeClspuppI { top:14.25rem;left:1.4619140625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TuAfKH1gtvEhHfU0BbmHCuLvN1kRsCXz { top:13.125rem;left:0.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rZDHqCyOVFT6GvepPqRegO9zCKfK6QAf { top:32.9375rem;left:40.6875rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GT3sIBDTz8wLRgPHzuMwcv2TvaQCgLq4 { top:13.25rem;left:1.53125rem;width:1.375rem;height:1.8681625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xy56h4EQdXoTdayw6LVnO8sViiIn3BWm { top:31.25rem;left:5.25rem;width:33.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 959px) { #K02VQDD5GdyEfwB9aKDl8pC9dJf03E1I { top:22.0625rem;left:5.3056640625rem;width:0;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WkzxI5RLVXXaxLn0cSPyC9HMT9hir7pL { top:30.75rem;left:38.5625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cnR7HkWqscHTKWgUkNFuE5eBbiDP7OpQ { top:30rem;left:38.5625rem;width:1.375rem;height:1.8681625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #MKpE1aknqSQoLI6cOXHDG5iKBJEi8EFP { top:16.1875rem;left:3.3994140625rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xKffOvBzP6yUTyBZNnwAJtuysMit2sFy { top:14.3125rem;left:5.875rem;width:41.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #AUPwCaqoz6o4AmXvbJeCTJRtMADmmwTN { top:16.6875rem;left:9.9375rem;width:36.75rem;height:4.142575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #FDbGbCwlkx0gztLc2FiCky81ODCaOvna { top:32.3125rem;left:5.3125rem;width:33.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #c6Dm3fn8UcnC6TZRGxodG3hPSQhFIz3M { top:34.625rem;left:5.25rem;width:32.6875rem;height:4.142575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wL7QZxo7IbUlVkHUm81kRm1CmrHX1w71 { top:38.5625rem;left:42.9990234375rem;width:0;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Iy2XLdRZWxy1RtcWG4Ay1SrzXZSGXVHe { top:47.625rem;left:9.9365234375rem;width:33.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 959px) { #inBoM1KOhEKkoiRWT7lPMM6SySI4lq6O { top:43.8125rem;left:2.125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TkT9KS5qfIWik6WncqblBpP3L9Ld4Cfw { top:45.75rem;left:4rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #UA0CbOFcNxBfIXD5faMafHwaRhVvKOLq { top:48.8125rem;left:10.7802734375rem;width:31.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #reFy1JJroMbgAqh10AOA3TmTozDJMKDC { top:51.0625rem;left:10.625rem;width:31.3125rem;height:2.76171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rB7mGn64q4Xzg4awWAK5qtg50A8ypLdG { top:60.8125rem;left:5.75rem;width:31.875rem;height:0;display:block; }
 }@media only screen and (max-width: 959px) { #krs6whqq19JxMGLE7CPqh1s1Jd9moQZ1 { top:51.625rem;left:5.625rem;width:0;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bA3kGX6fvMf4tQwbnl75HzOrT3JRvQfT { top:61.75rem;left:5.6875rem;width:31.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #F2VQ7gVqfHaBkoza62fbUN9T7vE1BxT4 { top:64.3125rem;left:5.8125rem;width:32.6875rem;height:2.76171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zIkfQCued5T32X8UEVCZiGJ4Tqao771g { top:60.375rem;left:39.1875rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oiM0QkGtkNAV2Gr6TfgcHzq7b85U7fhR { top:61.625rem;left:40.8125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CSfTUpHwTEyVKz4KDrmSypgOEFhSh9te { top:68.1875rem;left:42.9990234375rem;width:0;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qJCchTmTraNw5O9b5FNqm56oRNyH23Nk { top:73.4375rem;left:2.625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VoEO1b9iToilANr760DiNPJ334E65i5l { top:77.3125rem;left:10.5615234375rem;width:32.375rem;height:0;display:block; }
 }@media only screen and (max-width: 959px) { #IhJqXrPbmaa7ohvbTmsQIGUl2IOb3qLl { top:78.125rem;left:11.1875rem;width:31.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #QQeNWAKaUnzWDB88P5e0TsIThvPq21L7 { top:80.625rem;left:11.1875rem;width:31.5rem;height:2.76171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iQHO7K56w9tymH8qb2THBFtBz8S4pCJw { top:74.8125rem;left:4.25rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZMC4MRNZ1VS5C2IbHgFsNPXIMdVhDgOF { width:13.75rem;height:3.3125rem;top:94.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 959px) { #EKNxFynokSe1hokKFBFgoPwND6QfqOdJ { display:block; }
 }@media only screen and (max-width: 959px) { #BqnTszxvetsSf3L2Lyn45tS6PU8UJv9P { top:90.1875rem;left:1.96875rem;width:43.8125rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kveLoDT6GsMbCGrVvmUvQMVT2JCzKXpG { top:29.8125rem;left:37.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #H6IOobKcbltn9VgH59MQzvrmCtstysFi { top:42.875rem;left:0.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CW6od0ZAm55pX7TTAyX4EeMrwxPT8ClH { top:43.0625rem;left:1.5rem;width:1.375rem;height:1.8681625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #upI7k8IqCzKJF3x7kI07uLpDoLKkTwMt { top:59.375rem;left:37.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #L4AIMnlL9TGrc2rbTN2x1xzrKOAxcEEe { top:59.5625rem;left:38.5625rem;width:1.375rem;height:1.8681625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LbdCvyS5iTL0fP1kRpoHWyvO2fb84ZHT { top:71.9375rem;left:1.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hIXg5zkB5aRJWmFsZheNTs8RupCeelkU { top:72.125rem;left:2.1875rem;width:1.375rem;height:1.8681625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #boH38QZrJmTKPRz8muTwSqx1nPlKb6yE { display:block; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GfZ8BZr5spntPmPcNHoCt58GCq6goc8F { width:47.75rem;height:1.29980625rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QRIU3qMIXTTnc4AohE4hHhT5Bv7pDdJ6 { width:47.75rem;height:3.4931625rem;top:4.6875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fn4VZAZrgaWTK119NdbP2XiZO4JSTCIJ { width:8.0625rem;height:8.0625rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nr3xza2pn43t7kAhGScWmMUQdhiyKGtM { width:9.0625rem;height:9.0625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wR2xvbB8hTmqWeWKOFRNnXem5yOAMhdv { width:19rem;height:27.625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mHN97KTHAkHT42cbTUXqMpLTd2y8KLtc { width:19rem;height:27.625rem;top:17.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #tTBzXC5hie7B5mqJAy0xfsF56LloCyeF { width:4.875rem;height:8.9375rem;top:17.6875rem;left:0rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #szcon9sJfDy0n9F1mJK66k5FnKNP3HWN { width:4.875rem;height:8.9375rem;top:17.6875rem;left:14.5rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q67F7o2oz6I4o3fWbTQ7R02f3g5CFfDc { width:8.0625rem;height:8.0625rem;top:19.875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #dMytHN2mV4tsu7rThqo26FxV9CXwvrpE { width:9.0625rem;height:9.0625rem;top:19.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T1ePZXE6FzXcTzVrwK6fqZQvDvoRe8bv { width:15.75rem;height:7.9980625rem;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rrihOULGyTLwWnrTNPkKPDlT1dJ9OB4w { width:17.125rem;height:11.1972375rem;top:29.875rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CMeG9aCUG5nyDA8Wf6TV1JNanZpuonDv { width:19rem;height:27.625rem;top:17.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gHIMPAdxwLtunZPQsEHu8gLP9TLx6owJ { width:4.875rem;height:8.9375rem;top:17.6875rem;left:34.875rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wf2etz4io7XOg5WUIF630Fm0TBMXR6PM { width:15.75rem;height:11.19725rem;top:29.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #xi9754Mt5r2TJqPhWaM5kEmTkAIzklK6 { width:9.0625rem;height:9.0625rem;top:19.4375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #LMcWLGwzrzy304JLfnUDXtJgfGJfiRxV { width:8.0625rem;height:8.0625rem;top:19.875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aDkk7iCZFlzLSUQSTT9O2Tb80OD2Oteo { width:3.25rem;height:0.0625rem;top:41.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #W62yousu10aUWBoJZL1K1xyHMkeuQwyb { width:16.875rem;height:1.5996125rem;top:42.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nafBsk8HDUKvNBVDMHVcKZfFEIq5kW2v { width:16.875rem;height:1.5996125rem;top:42.375rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #T5Za2nxRF1H2wRtketUyEMQ7r5Avvywv { width:16.875rem;height:1.5996125rem;top:42.375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HhDAPhA89uhXGqDqTRHzRBZKeeLq5mXz { width:3.25rem;height:0.0625rem;top:41.8125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #iMA9uXWy97tU0soiAkTNcTeu6Q2TUmqb { width:3.25rem;height:0.0625rem;top:41.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #P19T3mguQE2w28xFO5MmJv9KNSaoUvRG { display:block; }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GI3ii5FPqkODpvoXKLdiwA2bIeWFWtIC { width:13.3125rem;height:1.7871125rem;top:24.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PS2TM6Open0WP5QgS6kA8Rk1sTWb72TS { width:14.0625rem;height:3rem;top:27.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nm34ampnThJVUfqdTUUGQwqboMW9JT6J { width:13.5625rem;height:1.7871125rem;top:24.125rem;left:18.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #sxZV39nT9yT0ERCgi3whVbXq4yMbXhJc { width:46.1875rem;height:4rem;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #OOfpInbLX5L1dnT7iocUsZ3zdZCy2Ra8 { width:47.75rem;height:2.03125rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gKCrArsaS6XK0hizcPWNa2JzLDx0EMai { top:18.75rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vSwsHwHPMMfW1LqT2WTsr57zKWW2BGN7 { top:18.8125rem;left:1.5rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #SE5Iy8uVSKCMpTkKep9hF3rOJC7HO06g { top:18.8125rem;left:17.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM { top:15.5rem;left:1.75rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #pAnlZUfAxWRIuFu3Sg4puocqeytBWA18 { top:15.625rem;left:9.125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM { top:15.5625rem;left:25rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #duImgdC43SIh692fPAWVx4VLxtZyUZaS { width:14.0625rem;height:1.7871125rem;top:24.1875rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ogHVDXuq19imDSonqZShPd0I3ZasmJXZ { width:13.5625rem;height:3rem;top:27.375rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QglULsi645uPVacunwXWoHCMqhx2OpHv { width:13.6875rem;height:3rem;top:27.3125rem;left:18.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dBFuW9esakIVqFi68lTd74dR5MFUHu2F { top:18.6875rem;left:33.25rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd { top:15.5rem;left:39.125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #bAfxBsLBWh2uyd7R8m3ClyUoakS9q3IC { width:13.75rem;height:1.7871125rem;top:24.0625rem;left:33.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #F5T9IruglNb42IUV2SNZAh3vWTEQZWWq { width:13.625rem;height:3rem;top:27.25rem;left:34rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QsGrK7cwA8ZCFhXHkTSyLuf2VGMsHbUm { width:43.6875rem;height:3.25rem;top:37.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #VHcJ5pB2oPKcMpFevB8kuR3rJCo5JP30 { width:20.0625rem;height:3.4375rem;top:42.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IfkChcc6OwTPEcPNx5zURcCqA1KwMCrR { display:block; }
 }@media only screen and (max-width: 959px) { #Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 { display:block; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o430ToNGAZsrV9ghxfdbfWVufIANysbq { width:27.5625rem;height:3.4375rem;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tJK19s4cixgOE76G3lXOhU2cqcu3Rchk { width:25.875rem;height:3.5rem;top:15.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MXVrcz4o9wXxQWgqfqaoauIJvDXie9Xv { width:23.25rem;height:31.6875rem;top:5.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-text {padding-top: 0; padding-bottom: 0;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-select {padding-top: 0; padding-bottom: 0;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-button { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.3125rem; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc  { width:17.125rem;height:auto;top:6.25rem;left:28.125rem; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc {display:block;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc { width:17.125rem;height:auto;top:6.25rem;left:28.125rem; }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #lfxxAe6H4WmhFNBFnIedALdCVTiepEM6 {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #RWU97V9UXAxX18r0hRNDntciX4xtihoH {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #kveURIJ9MVlzSeQ4lB61rTEG5Fmda9UR {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #egRctwIAdqsumALAkzkrW050LGqIEnio {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #pwnG9AWaMzgM37OpudJOTFXTCOOy5ULq {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #sTTs3i2ecdRkhW2qgMR4G5GsZzfFVCWq {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #nxE9rUQ8PJspcwebi1KaTqIa747zrLkG {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #DfbLug3hKXQyqwxaRnTdlT5alBX4yheM {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #h8nz7oRsMKDgwafeaq5vbQsUV4VTuOB7 {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #bdrA54roNPFhUs63IuP2GBw7ETlwAoPJ {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #qDX2kTLnvKfTBK6EDPwCwa3Hr18e92cb {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #H3ACI3RKVGFUTCLRNcnDJyKF0U4Begwp {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #DiPN2IIEaRTOur0bWGn67Pk1fAtQ4eWx {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #OQiryC5TDeJlhKNaTnnqKQGCNzKvrECm {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #pdgGrqnTX6ZtH9KzSPogV5GDDe0TpvOF {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #iaHWqxF4iv3OGSFO0xUfAkd69iTVty7h {  }
 }@media only screen and (max-width: 959px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #ln9Recgo9LTourWVkuwpV3tFeD26TO3K {  }
 }@media only screen and (max-width: 959px) { #NUsu8UmJ1TFpV15lVGFilXaszfZnTqbQ { width:27.4375rem;height:9.121125rem;top:21.5625rem;left:0rem;font-size:1.125rem;display:block; }#NUsu8UmJ1TFpV15lVGFilXaszfZnTqbQ li:before{  }
 }@media only screen and (max-width: 959px) { #ZoEsTX8uT21IzMJxAKcvCdAtqBgauEJQ { width:26.6875rem;height:2.625rem;top:33.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:1.5625rem;left:36.125rem;width:11.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:2.4375rem;left:0rem;width:12.5rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:4.5rem;height:1.25rem;top:1.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:4.6875rem;height:1.9375rem;top:2.6875rem;left:0.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:4.6875rem;height:1.9375rem;top:2.6875rem;left:4.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.6875rem;height:1.9375rem;top:2.6875rem;left:8.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:5.9375rem;height:1.9375rem;top:2.6875rem;left:13.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O.adaptive-delivery-prevent-bg, #fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O.lazyload, #fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O.lazyloading { background-image: none; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container { background-color: transparent; background-image: none; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container > .video-iframe-container { display: none; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row > .video-iframe-container { display: none; }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .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); }#fuDLXJSR1VaaCTmeIAwtRhSdtFbmkX0O > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDqwgKukLId8TRJJd7wvnPOHv8lpw9RS { width:20rem;height:4.548825rem;top:1.189453125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wk36Qa1VbrEWH8IVL7qSG9sb7W9X8Ui6 { width:20rem;height:4.38671875rem;top:3.73828125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6THmOOOsgLI9R2A93b2Q5lT4DggLSJJ { width:20rem;height:2.761725rem;top:17.1123046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCJX4q1lP7mO3wT1PyXrDq4TQLsT0lHM { width:20rem;height:1.29980625rem;top:15.5615234375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2T7ewD3k3sr3hJWLix222VJ68ugS4c7 { width:18.4375rem;height:18.4375rem;top:35.376953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2z0aMdmNB2W1JTTOOHuGn7slJH8whe9 { width:7.4375rem;height:2.8125rem;top:45.625rem;left:1.125rem;background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK8Mne5xme7oFnPTU2SJezuZmPDyP90u { display:block; }
 }@media only screen and (max-width: 763px) { #J6pQ5JBENXI1h47keAVaXpxykUDUfxg4 { width:9.625rem;height:2.8125rem;top:45.625rem;left:9.25rem;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6BcNaR0qbGnNc1PoJ3AnZeUTTqM1qbh { display:block; }
 }@media only screen and (max-width: 763px) { #t7ZlPpsSGunnrNkwiENA9xdEQA53IWcB { width:16.4375rem;height:20.6875rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm0TWsyHoX7tNeRdAxaqBTXUFUNRx522 { width:6.75rem;height:9.625rem;top:34.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byuycb5cZD9hiuUTF1unaD8TR0W9Abi8 { width:0.0625rem;height:0.0625rem;top:57.1875rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTstQbSAuCvBNMpQ1DfzMqxV8h6f5bTg { width:6.75rem;height:9.5rem;top:34.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEv4LXn6KusZdNGpFTQxMNSze8ETtnQb { display:flex;width:1.25rem;height:1.25rem;top:46.3125rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #rrQlwHz0xdRMg3NJNdhvyBlDfrZoBm2t { width:4.625rem;height:4.625rem;top:9.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRHC4l3eCKk5IAca7ndsIw6DDpyFKnsd { width:4.625rem;height:4.625rem;top:9.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3nA2U2mOJ5gOqR3e2vMXoEgpXaUtf6 { width:4.3125rem;height:4.3125rem;top:9.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zff7P88ppl0miVLmPuvUprtdPXrRaQHp { display:block; }#Zff7P88ppl0miVLmPuvUprtdPXrRaQHp > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poOyltFR4SPegf4pILlwMcnKxNx1cwdk { width:18.75rem;height:18.75rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coktMDkvRwbmw6UxlK10dCCTcAgQZHdJ { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAnksrbt67gzLyu6CCU9AHyZ47JTrZzh { width:7.25rem;height:7.25rem;top:20.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikPoJ2V0lDhWbuJP4Z25ywswGfpd44TX { width:7.25rem;height:7.25rem;top:20.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk7ABapTTvxUOnqci2kiWBAIBw2TE3G4 { width:7.25rem;height:7.25rem;top:46.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4DPzoulcEcRSvv1bxVBs1xb6Z4dDVMA { width:18.75rem;height:18.75rem;top:30.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXmlnvbOTJzfiPkIfsACq5lQADcA1XxN { width:7.25rem;height:7.25rem;top:46.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHrXn66CyzmEhnt5Bq3cNNzxg1cgNRG2 { width:7.25rem;height:7.25rem;top:73.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiAruPgbcpsD38S8DRzJitLtuqQUT8g1 { width:18.75rem;height:18.75rem;top:57.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbT88xlCHNyele38eg0H7BCMA3DR1OXL { width:7.25rem;height:7.25rem;top:73.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r787VK0a7s7QZJxutlLckuZoEb6txzKi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi.adaptive-delivery-prevent-bg, #r787VK0a7s7QZJxutlLckuZoEb6txzKi.lazyload, #r787VK0a7s7QZJxutlLckuZoEb6txzKi.lazyloading { background-image: none; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container { background-color: transparent; background-image: none; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container > .video-iframe-container { display: none; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row > .video-iframe-container { display: none; }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .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); }#r787VK0a7s7QZJxutlLckuZoEb6txzKi > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOggfx2AWxhT07JaubIib2xB9dBKaBUS { width:20rem;height:16.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wM5wXTqEvTufTNytlW2NlcMLGdkLpk { width:19.0625rem;height:1.875rem;top:4.15625rem;left:0.46875rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tzSkLqZWHq19Ws2wOKd0J8P7KDNQLOyE { width:17.5rem;height:1.59375rem;top:7.3125rem;left:1.75rem;font-size:1.0625rem;display:block; }#tzSkLqZWHq19Ws2wOKd0J8P7KDNQLOyE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #AlyATqKTn2GaG3RZc7x3rz6aZLc3dlo8 { width:19.0625rem;height:3.736325rem;top:13.921875rem;left:0.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f07cMUPBXmGFbgPKweCbdiSVnlO7rNqa { width:17.8125rem;height:1.59375rem;top:9.2353515625rem;left:1.59375rem;font-size:1.0625rem;display:block; }#f07cMUPBXmGFbgPKweCbdiSVnlO7rNqa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #cKXo6raTXhJQLTzsdnMa1knb8PrkJas7 { width:17.625rem;height:1.59375rem;top:11.2978515625rem;left:1.78125rem;font-size:1.0625rem;display:block; }#cKXo6raTXhJQLTzsdnMa1knb8PrkJas7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { background-color:#002c58;background-image:none;display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { background-color: transparent; background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .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); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:19.0625rem;height:1.875rem;top:4.09765625rem;left:0.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { width:9.0625rem;height:2.5625rem;top:14.8125rem;left:0.875rem;z-index:15014;font-size:0.9375rem;background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { width:19.4375rem;height:5.6044875rem;top:7.5625rem;left:1.0625rem;font-size:1.4375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ftHDpbgT5KOvLOR6CQW61U0wcflRSXuS { height:11.25rem;width:17.5rem;top:20.1875rem;left:1.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:33.5625rem;top:1.15625rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #lO39V3TMu4dPt8EaPSMTmVFZu6aNdL16 { width:20rem;height:20rem;top:0rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TFT9nFdO8pkFlrz2RC9TIRRseM0tmKcA { width:18.9375rem;height:12.1875rem;top:19.71875rem;left:0.53125rem;z-index:14990;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#002c58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #txKTuS0RcDQD73XfdnFxMy75xT02e7eq { display:block; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq { background-color: transparent; background-image: none; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container > .video-iframe-container { display: none; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row > .video-iframe-container { display: none; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .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); }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq { border-width: 0; border-radius: 0; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container { width:20rem;height:49.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container.adaptive-delivery-prevent-bg, #txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container.lazyload, #txKTuS0RcDQD73XfdnFxMy75xT02e7eq > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #nxus0rhKRIDKeFtCedc4KJ6ga9AAPbkV { width:17.9375rem;height:4.548825rem;top:1.875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv6Lk7yB2dTiMiKXKTqTeJodUaIwsisQ { width:19.25rem;height:4.875rem;top:6.83984375rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tyz5K1STO7DQTrumXKvLb6ArfCxzMoqe { width:17.625rem;height:9.375rem;top:13.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkzyVMI1BkwXsQ9HLL1J6T8T4xzKAefB { width:12.5rem;height:3.3125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flih4Q2vGNhVLTC7V3mwhlEPEbQJoVT1 { width:12.1875rem;height:4.9375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9QRDbqH7ov3JXiiW3nXAGfPm4wn8kor { width:12.1875rem;height:4.9375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIJAz5CgpPXZBWysQLkR5XbZveErd0bs { width:17.625rem;height:9.375rem;top:25.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9OTPVxdTv4wU6Wqam6QZ8JEbGHFtGNq { width:12.5rem;height:3.3125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZzuDQKwx5MSo74yQgu0cPIVfhGT1opc { width:12.1875rem;height:4.9375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeQk4m0wKAaNLeXOWdluQ5vCVxTwfMaS { width:17.625rem;height:9.375rem;top:37.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4MJXEWJJ8Mool6pWM7ZmgE8RTwWO61m { width:12.5rem;height:3.3125rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT { position:relative;z-index:auto;background-color:#002c58;background-image:none;display:block; }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row .container { background-color: transparent; background-image: none; }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row .container > .video-iframe-container { display: none; }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row > .video-iframe-container { display: none; }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .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); }#kdo6GwU6NdqueeT0BZMMJ7Pr7vCCTEGT > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEwVJymRmCVzWCEdGvKdX1OWFyosUyNp { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QiEx0gEdUeo33wKGcATZTIp53Jg8dnfv { width:20rem;height:2.03125rem;top:3.7890625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-text.counter-number { padding-top:0.955625rem;padding-right:0.823125rem;padding-bottom:0.955625rem;padding-left:0.823125rem;width:4.945625rem;min-width:4.945625rem;height:5.1375rem;font-size:3.823125rem;line-height:82.2px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1025rem solid #ff5519;border-right:0.101875rem solid #ff5519;border-bottom:0.1025rem solid #ff5519;border-left:0.101875rem solid #ff5519; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5975rem;margin-right:0;margin-bottom:0;margin-left:0;width:6.595rem;height:2.031875rem;font-size:1.434375rem;line-height:32.51px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB { width:7.8125rem;height:9.8828125rem;display:flex;top:8.1328125rem;left:6.6875rem;z-index:5001;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #DSvGLTVOeIZ8DkG11reUkuZDAvpshbFK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #My2z5xTIZAO86huLxVIvd7UicPkltWVC {  }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #CQOFL8b8KXAMVud977Tl6w4Ki0PAmOhN {  }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #CiMpmKEGxT9rqZctCyh3mg3JxqZmxmD1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #OxaTDvt5z8dkxpJZFOce9zK88ToKxGK8 {  }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #rbv0DXiz5uXnteevAyFwQw6aMgckK3tk {  }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #zC5c3LA0RwoDphzSFJMTZO2kTUSfFPU9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #W4PbgIZ4tSXQuGh2cdBBWispvHuTArl1 {  }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #BDPlCnxoNTzHPL2TFEdos4HkxLntv8mG {  }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #eOr1WNZ1HGwucgtgZUyoG6JRJrcxC0vf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #Tp2eX4smUKlr7TWSZMaZ0DXXzAkOcJ0C {  }
 }@media only screen and (max-width: 763px) { #FRkNEkPSKeQQ27yqNeU8O2MFbudM0sFB #oqSIdqq5xbPJvtzZMUhL3TpNl4TOoCeQ {  }
 }@media only screen and (max-width: 763px) { #AnzfHokh6tQQ3VlzNm1s6s6Tay5aDedc { width:20rem;height:2.1875rem;top:17.1953125rem;left:0rem;background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tWgf9Cu6PTezcfORH19QGnfhD8XPPUGV { display:block; }
 }@media only screen and (max-width: 763px) { #ygoT1C84sdyRqH90OBgEeVtuVR6n8IBQ { width:18rem;height:1.3125rem;top:20.1953125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y { display:none; }#IkxJTtv6Tdw7IN7R4fIECgPZzdtuvR7y > .row .container { width:20rem;height:24.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-text.counter-number { padding-top:0.955625rem;padding-right:0.823125rem;padding-bottom:0.955625rem;padding-left:0.823125rem;width:4.945625rem;min-width:4.945625rem;height:5.1375rem;font-size:3.823125rem;line-height:82.2px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1025rem solid #ff5519;border-right:0.101875rem solid #ff5519;border-bottom:0.1025rem solid #ff5519;border-left:0.101875rem solid #ff5519; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5975rem;margin-right:0;margin-bottom:0;margin-left:0;width:6.595rem;height:2.031875rem;font-size:1.434375rem;line-height:32.51px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf { width:7.8125rem;height:9.883125rem;display:flex;top:8.4375rem;left:6.0625rem;z-index:5000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #H8L1KxhhyNEV1HTDJBOTeubUrRM5xa7N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #fIzsEL0e8BwLyDcVcOfcxTECEk7clmbO {  }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #UVd3retvWFaCXRUqQustJLleCFbw2q63 {  }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Lv2kWd5spRpbhIAwzyoEuExEBVIcLQCF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Cayz1Vcfh2oKph41MrgBW1M4Xpykx8Ns {  }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Lg3sT60q2ncXOpQqRupJ5RsCAOBXBTfT {  }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #uUNxMeT2EtAAbMfCIqdpNVEHJHizZ3LR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #vuD21uql5RQVmiTvFKN2zGA0K8wLAiEc {  }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #sNrfgU3mQw56GJsRwEwCxK9rIRgumtBk {  }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #hFCmtNhEf4Ag8c6N9QPqLegQ8EFWkMzA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #SkL3AtqS7qoWQMN8gCveU9Xt146s6Imw {  }
 }@media only screen and (max-width: 763px) { #LVaG2wJ3hHw8o0MnSMCtM3NKtE1pTLzf #Nv0b7dlq96O1uSOwqQR6whfEx1LlXpo2 {  }
 }@media only screen and (max-width: 763px) { #ro4GWWN3mF8M6eCw085B9ELAi20a6iUp { width:20rem;height:2.03125rem;top:3.3515625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzVzNdWvnIcsvT22xWCcb2xk2fHqv6k7 { width:20rem;height:2.1875rem;top:18.9453125rem;left:0rem;background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC5M821QmCLdsWR9DNK9VG2q111zl7lf { display:block; }
 }@media only screen and (max-width: 763px) { #iDtrk6FTJQCNhQsFMPRdS2PQPcnb4AJ0 { width:18rem;height:1.3125rem;top:22.3828125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4kBummJfU6f9TkbxC8bTxzQOcu4WmMr { width:20rem;height:2.03125rem;top:0.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 { display:block; }#NMoJU79sDwgqTTiVV5Nh2RB8HFEdeQB5 > .row .container { width:20rem;height:109.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJ1GF88nOTGkwiCqcOqLs36NqDsmVTNl { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bguvWdwL52Zr6hf4cTqGp48gTwRvfmVB { width:20rem;height:4.875rem;top:3.69921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PTak17zr1Zk2pXnoThd3FxWeClspuppI { width:5.125rem;height:5.125rem;top:10.6875rem;left:7.4375rem;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TuAfKH1gtvEhHfU0BbmHCuLvN1kRsCXz { width:2.4375rem;height:2.4375rem;top:9.75rem;left:10.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZDHqCyOVFT6GvepPqRegO9zCKfK6QAf { width:3.5rem;height:3.4375rem;top:30.125rem;left:8.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #GT3sIBDTz8wLRgPHzuMwcv2TvaQCgLq4 { width:1.375rem;height:1.8684875rem;top:10.0625rem;left:11.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xy56h4EQdXoTdayw6LVnO8sViiIn3BWm { width:19.875rem;height:0;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K02VQDD5GdyEfwB9aKDl8pC9dJf03E1I { width:0;height:9.0625rem;top:22.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkzxI5RLVXXaxLn0cSPyC9HMT9hir7pL { width:5.125rem;height:5.125rem;top:29.4375rem;left:7.4375rem;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cnR7HkWqscHTKWgUkNFuE5eBbiDP7OpQ { width:1.375rem;height:1.8684875rem;top:28.75rem;left:11.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKpE1aknqSQoLI6cOXHDG5iKBJEi8EFP { width:3.9375rem;height:3.875rem;top:11.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKffOvBzP6yUTyBZNnwAJtuysMit2sFy { width:20rem;height:1.625rem;top:17.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUPwCaqoz6o4AmXvbJeCTJRtMADmmwTN { width:18.6875rem;height:8.285125rem;top:19.1875rem;left:0.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FDbGbCwlkx0gztLc2FiCky81ODCaOvna { width:20rem;height:3.25rem;top:35.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6Dm3fn8UcnC6TZRGxodG3hPSQhFIz3M { width:18.6875rem;height:6.9043125rem;top:39.4375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wL7QZxo7IbUlVkHUm81kRm1CmrHX1w71 { width:0;height:9.0625rem;top:38.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iy2XLdRZWxy1RtcWG4Ay1SrzXZSGXVHe { width:19.875rem;height:0;top:47.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #inBoM1KOhEKkoiRWT7lPMM6SySI4lq6O { width:5.125rem;height:5.125rem;top:48.1875rem;left:7.4375rem;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TkT9KS5qfIWik6WncqblBpP3L9Ld4Cfw { width:3.4375rem;height:3.4375rem;top:49rem;left:8.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UA0CbOFcNxBfIXD5faMafHwaRhVvKOLq { width:20rem;height:1.625rem;top:54.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reFy1JJroMbgAqh10AOA3TmTozDJMKDC { width:18.6875rem;height:4.142575rem;top:56.1875rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rB7mGn64q4Xzg4awWAK5qtg50A8ypLdG { width:19.875rem;height:0;top:60.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #krs6whqq19JxMGLE7CPqh1s1Jd9moQZ1 { width:0;height:9.0625rem;top:51.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bA3kGX6fvMf4tQwbnl75HzOrT3JRvQfT { width:20rem;height:3.25rem;top:70.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2VQ7gVqfHaBkoza62fbUN9T7vE1BxT4 { width:18.6875rem;height:5.5234375rem;top:73.8125rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zIkfQCued5T32X8UEVCZiGJ4Tqao771g { width:5.125rem;height:5.125rem;top:64.0625rem;left:7.4375rem;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #oiM0QkGtkNAV2Gr6TfgcHzq7b85U7fhR { width:3.3125rem;height:3.3125rem;top:65rem;left:8.6875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #CSfTUpHwTEyVKz4KDrmSypgOEFhSh9te { width:0;height:9.0625rem;top:68.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJCchTmTraNw5O9b5FNqm56oRNyH23Nk { width:5.125rem;height:5.125rem;top:82.3125rem;left:7.4375rem;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VoEO1b9iToilANr760DiNPJ334E65i5l { width:19.875rem;height:0;top:79.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhJqXrPbmaa7ohvbTmsQIGUl2IOb3qLl { width:20rem;height:1.625rem;top:88.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQeNWAKaUnzWDB88P5e0TsIThvPq21L7 { width:20rem;height:4.142575rem;top:90.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iQHO7K56w9tymH8qb2THBFtBz8S4pCJw { width:3.5rem;height:3.5rem;top:83.125rem;left:8.3125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ZMC4MRNZ1VS5C2IbHgFsNPXIMdVhDgOF { width:20rem;height:2.1875rem;top:103.875rem;left:0rem;background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKNxFynokSe1hokKFBFgoPwND6QfqOdJ { display:block; }
 }@media only screen and (max-width: 763px) { #BqnTszxvetsSf3L2Lyn45tS6PU8UJv9P { width:20rem;height:4.0625rem;top:98.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kveLoDT6GsMbCGrVvmUvQMVT2JCzKXpG { width:2.4375rem;height:2.4375rem;top:28.4375rem;left:10.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6IOobKcbltn9VgH59MQzvrmCtstysFi { width:2.4375rem;height:2.4375rem;top:47.25rem;left:10.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW6od0ZAm55pX7TTAyX4EeMrwxPT8ClH { width:1.375rem;height:1.8684875rem;top:47.625rem;left:11.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upI7k8IqCzKJF3x7kI07uLpDoLKkTwMt { width:2.4375rem;height:2.4375rem;top:62.8125rem;left:10.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4AIMnlL9TGrc2rbTN2x1xzrKOAxcEEe { width:1.375rem;height:1.8684875rem;top:63.0625rem;left:11.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbdCvyS5iTL0fP1kRpoHWyvO2fb84ZHT { width:2.4375rem;height:2.4375rem;top:81rem;left:10.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXg5zkB5aRJWmFsZheNTs8RupCeelkU { width:1.375rem;height:1.8684875rem;top:81.375rem;left:11.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #boH38QZrJmTKPRz8muTwSqx1nPlKb6yE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE.adaptive-delivery-prevent-bg, #boH38QZrJmTKPRz8muTwSqx1nPlKb6yE.lazyload, #boH38QZrJmTKPRz8muTwSqx1nPlKb6yE.lazyloading { background-image: none; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container { background-color: transparent; background-image: none; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container > .video-iframe-container { display: none; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row > .video-iframe-container { display: none; }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .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); }#boH38QZrJmTKPRz8muTwSqx1nPlKb6yE > .row .container { width:20rem;height:98.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfZ8BZr5spntPmPcNHoCt58GCq6goc8F { width:20rem;height:1.29980625rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRIU3qMIXTTnc4AohE4hHhT5Bv7pDdJ6 { width:20rem;height:3.4934875rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn4VZAZrgaWTK119NdbP2XiZO4JSTCIJ { width:8.0625rem;height:8.0625rem;top:12.99805rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3xza2pn43t7kAhGScWmMUQdhiyKGtM { width:9.0625rem;height:9.0625rem;top:12.56055rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2xvbB8hTmqWeWKOFRNnXem5yOAMhdv { width:19rem;height:27.625rem;top:10.81055rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHN97KTHAkHT42cbTUXqMpLTd2y8KLtc { width:19rem;height:27.625rem;top:39.68555rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTBzXC5hie7B5mqJAy0xfsF56LloCyeF { width:4.87413125rem;height:2.5996125rem;top:10.81055rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #szcon9sJfDy0n9F1mJK66k5FnKNP3HWN { width:4.87413125rem;height:2.5996125rem;top:39.74805rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q67F7o2oz6I4o3fWbTQ7R02f3g5CFfDc { width:8.0625rem;height:8.0625rem;top:41.93555rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMytHN2mV4tsu7rThqo26FxV9CXwvrpE { width:9.0625rem;height:9.0625rem;top:41.49805rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ePZXE6FzXcTzVrwK6fqZQvDvoRe8bv { width:15.7498125rem;height:7.9980625rem;top:22.99805rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrihOULGyTLwWnrTNPkKPDlT1dJ9OB4w { width:17.1245625rem;height:11.1972375rem;top:51.93555rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMeG9aCUG5nyDA8Wf6TV1JNanZpuonDv { width:19rem;height:27.625rem;top:68.69925125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHIMPAdxwLtunZPQsEHu8gLP9TLx6owJ { width:4.87413125rem;height:2.5996125rem;top:68.76175125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf2etz4io7XOg5WUIF630Fm0TBMXR6PM { width:15.7498125rem;height:11.19725rem;top:80.9482746875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi9754Mt5r2TJqPhWaM5kEmTkAIzklK6 { width:9.0625rem;height:9.0625rem;top:70.51175125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMcWLGwzrzy304JLfnUDXtJgfGJfiRxV { width:8.0625rem;height:8.0625rem;top:70.94925125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDkk7iCZFlzLSUQSTT9O2Tb80OD2Oteo { width:3.25rem;height:0.0625rem;top:63.81055rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W62yousu10aUWBoJZL1K1xyHMkeuQwyb { width:16.875rem;height:1.5996125rem;top:35.49805rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nafBsk8HDUKvNBVDMHVcKZfFEIq5kW2v { width:16.875rem;height:1.5996125rem;top:64.43555rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Za2nxRF1H2wRtketUyEMQ7r5Avvywv { width:16.875rem;height:1.5996125rem;top:93.44925125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhDAPhA89uhXGqDqTRHzRBZKeeLq5mXz { width:3.25rem;height:0.0625rem;top:92.88675125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMA9uXWy97tU0soiAkTNcTeu6Q2TUmqb { width:3.25rem;height:0.0625rem;top:34.87305rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19T3mguQE2w28xFO5MmJv9KNSaoUvRG { display:block; }#P19T3mguQE2w28xFO5MmJv9KNSaoUvRG > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GI3ii5FPqkODpvoXKLdiwA2bIeWFWtIC { width:18.75rem;height:1.7871125rem;top:27.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS2TM6Open0WP5QgS6kA8Rk1sTWb72TS { width:20rem;height:3rem;top:29.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nm34ampnThJVUfqdTUUGQwqboMW9JT6J { width:18.75rem;height:1.7871125rem;top:60.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxZV39nT9yT0ERCgi3whVbXq4yMbXhJc { width:20rem;height:8rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OOfpInbLX5L1dnT7iocUsZ3zdZCy2Ra8 { width:20rem;height:4.0625rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKCrArsaS6XK0hizcPWNa2JzLDx0EMai { width:20rem;height:11.125rem;top:22.75rem;left:0rem;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vSwsHwHPMMfW1LqT2WTsr57zKWW2BGN7 { width:20rem;height:11.125rem;top:39.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SE5Iy8uVSKCMpTkKep9hF3rOJC7HO06g { width:20rem;height:11.125rem;top:55.8125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM { width:6.75rem;height:6.75rem;top:19.4375rem;left:6.625rem;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/5012cf25-9567-40c2-9775-33dd0438fd26/IconsSet05.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM.adaptive-delivery-prevent-bg, #drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM.lazyload, #drOxuXC20bJNpw9mh4RMBTTUwDhmfXDM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pAnlZUfAxWRIuFu3Sg4puocqeytBWA18 { width:6.75rem;height:6.75rem;top:35.9375rem;left:6.625rem;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/bb3e544a-f512-412b-b0a5-d8ac1202644b/IconsSet06.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pAnlZUfAxWRIuFu3Sg4puocqeytBWA18.adaptive-delivery-prevent-bg, #pAnlZUfAxWRIuFu3Sg4puocqeytBWA18.lazyload, #pAnlZUfAxWRIuFu3Sg4puocqeytBWA18.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM { width:6.75rem;height:6.75rem;top:52.625rem;left:6.6875rem;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/7c6f865b-ad2c-4177-a48d-404bc6c51f76/IconsSet02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM.adaptive-delivery-prevent-bg, #WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM.lazyload, #WB8zr6MJsazE11Jhq1yJb6FOF61T5WCM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #duImgdC43SIh692fPAWVx4VLxtZyUZaS { width:15rem;height:1.7871125rem;top:43.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogHVDXuq19imDSonqZShPd0I3ZasmJXZ { width:20rem;height:3rem;top:45.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QglULsi645uPVacunwXWoHCMqhx2OpHv { width:20rem;height:3rem;top:62.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dBFuW9esakIVqFi68lTd74dR5MFUHu2F { width:20rem;height:11.125rem;top:73.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd { width:6.75rem;height:6.75rem;top:70rem;left:6.625rem;background-color:#002c58;background-image:url("https://images.assets-landingi.com/uc/1fd9c415-ef10-47fd-bf82-4f3e3ee5ed34/IconsSet01.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd.adaptive-delivery-prevent-bg, #JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd.lazyload, #JuUttvQkX0JnKzVmfH0NiczS2TXg8nTd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bAfxBsLBWh2uyd7R8m3ClyUoakS9q3IC { width:12.75rem;height:1.7871125rem;top:78rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5T9IruglNb42IUV2SNZAh3vWTEQZWWq { width:12.625rem;height:3rem;top:80.375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QsGrK7cwA8ZCFhXHkTSyLuf2VGMsHbUm { width:20rem;height:6.5rem;top:89.3759765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHcJ5pB2oPKcMpFevB8kuR3rJCo5JP30 { width:20rem;height:2.875rem;top:97.625rem;left:0rem;font-size:1.4375rem;background-color:#0043f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IfkChcc6OwTPEcPNx5zURcCqA1KwMCrR { display:block; }
 }@media only screen and (max-width: 763px) { #Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 { background-color:transparent;background-image:none;display:block; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container { background-color: transparent; background-image: none; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container > .video-iframe-container { display: none; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row > .video-iframe-container { display: none; }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .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); }#Glvpy1kWXBXl5FxqtGsJXwsXBhTVRDi8 > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o430ToNGAZsrV9ghxfdbfWVufIANysbq { width:20rem;height:5.625rem;top:1.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tJK19s4cixgOE76G3lXOhU2cqcu3Rchk { width:18.375rem;height:4.5rem;top:8.5390625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MXVrcz4o9wXxQWgqfqaoauIJvDXie9Xv { width:20rem;height:31rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-text {padding-top: 0; padding-bottom: 0;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-select {padding-top: 0; padding-bottom: 0;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.625rem; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc  { width:16.5rem;height:auto;top:14.036481261253rem;left:0.5rem; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc {display:block;}#yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc { width:16.5rem;height:auto;top:14.036481261253rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #lfxxAe6H4WmhFNBFnIedALdCVTiepEM6 {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #RWU97V9UXAxX18r0hRNDntciX4xtihoH { display:block; }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #kveURIJ9MVlzSeQ4lB61rTEG5Fmda9UR {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #egRctwIAdqsumALAkzkrW050LGqIEnio {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #pwnG9AWaMzgM37OpudJOTFXTCOOy5ULq { display:block; }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #sTTs3i2ecdRkhW2qgMR4G5GsZzfFVCWq {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #nxE9rUQ8PJspcwebi1KaTqIa747zrLkG {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #DfbLug3hKXQyqwxaRnTdlT5alBX4yheM { display:block; }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #h8nz7oRsMKDgwafeaq5vbQsUV4VTuOB7 {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #bdrA54roNPFhUs63IuP2GBw7ETlwAoPJ {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #qDX2kTLnvKfTBK6EDPwCwa3Hr18e92cb { display:block; }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #H3ACI3RKVGFUTCLRNcnDJyKF0U4Begwp {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #DiPN2IIEaRTOur0bWGn67Pk1fAtQ4eWx {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #OQiryC5TDeJlhKNaTnnqKQGCNzKvrECm {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #pdgGrqnTX6ZtH9KzSPogV5GDDe0TpvOF {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #iaHWqxF4iv3OGSFO0xUfAkd69iTVty7h {  }
 }@media only screen and (max-width: 763px) { #yxNG7JdKbaWMzTOFZcJWIl2KgtowDGsc #ln9Recgo9LTourWVkuwpV3tFeD26TO3K {  }
 }@media only screen and (max-width: 763px) { #NUsu8UmJ1TFpV15lVGFilXaszfZnTqbQ { width:18.25rem;height:16.9921875rem;top:46.25rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#NUsu8UmJ1TFpV15lVGFilXaszfZnTqbQ li:before{  }
 }@media only screen and (max-width: 763px) { #ZoEsTX8uT21IzMJxAKcvCdAtqBgauEJQ { width:17.3125rem;height:3.9375rem;top:65.625005126rem;left:1.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:5.8125rem;height:1.625rem;top:0.5244140625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:7.9375rem;height:1.29980625rem;top:0.6875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }