.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eqfb9ke/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.adaptive-delivery-prevent-bg, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyload, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyloading { background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { 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:5.875rem;width:9.625rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:3.75rem;left:52.4375rem;display:block; }
#nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.75rem;left:50.5rem;overflow:hidden;display:none; }
#f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.8125rem;left:50.5rem;overflow:hidden;display:block; }
#E57XUTtBEvm4x26ZeJO2iB7ooEOd2UK1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:5.7500004768372rem;left:52.436462402344rem;display:block; }
#FLBSro0Ibh2JMR1ZiL8wDvOQt9qUZf7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPXpuT2PTCm1SLQPp9JETrvlTm7I55a3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:7.5rem;top:1.75rem;left:10.631944656372rem;overflow:hidden;display:block; }
#XuPrBuyNUtuRMozb8zEbUhqSnZclEwz6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.625rem;top:3.09375rem;left:29.256391525269rem;overflow:hidden;display:block; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eqfb9ke/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:60rem;height:35.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#050b26;display:block;width:32.0625rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:9.0175625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#3d4051;display:block;width:29.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:12.000867843628rem;left:0rem;height:16.1953rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { 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.125rem solid #152a94;border-left:0.125rem solid #152a94;border-right:0.125rem solid #152a94;border-bottom:0.125rem solid #152a94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.748957633972rem;left:0rem;display:block; }
#SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:#142069;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.716796875rem;left:19.503036499024rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.4375rem;top:27.420455932618rem;left:40.372159957886rem;display:block; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:26.765409231186rem;left:49.9375rem; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw > img { max-width: 100%;max-height:100%; width:1.37478125rem; height:1.37478125rem; }#RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:26.765409231186rem;left:52.40234375rem; }
#RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa > img { max-width: 100%;max-height:100%; width:1.37478125rem; height:1.37478125rem; }#N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 2.6875rem 1.125rem 4.6875rem rgba(5,11,38,0.13) ;height:24.8125rem;width:25.4375rem;top:0rem;left:34.5625rem;overflow:hidden;display:block; }
#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { background-color: transparent; background-image: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .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); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { border-width: 0; border-radius: 0; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:#050b26;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3749971389771rem;left:42.125001907349rem;height:12.5928rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:block; }#Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { 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:13.6875rem;width:19.75rem;top:0rem;left:20.125001907349rem;overflow:hidden;display:block; }
#auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { position:absolute;display:block;z-index:15001;background-color:#0a85ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.03125rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:8.1875rem;left:5.40625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { 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:27.625rem;width:19.75rem;top:14rem;left:20.125rem;overflow:hidden;display:block; }
#oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { 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:13.5625rem;width:19.75rem;top:14rem;left:0rem;overflow:hidden;display:block; }
#kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28rem;left:0rem;overflow:hidden;display:block; }
#Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { color:#050b26;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:13.562498092651rem;left:41.718751907349rem;height:1.91284375rem;font-style:normal;display:block; }
#auunLFev4OAo7tvbwpHaZTMUCuf80IXL { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:15.964407920838rem;left:42.187501907349rem;height:26.317375rem;font-style:normal;display:block; }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.9368495941162rem;left:0rem;height:6.000975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onwD5wc5CAAr7dWLuvMFPAemsPiR2VmD { color:#3d4051;display:block;width:55.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:9.9973955154419rem;left:1.125rem;height:8.097625rem;font-style:normal;display:block; }
#WbGwabmvuv2CK34l7yA809gpSoTKDQDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW.adaptive-delivery-prevent-bg, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyload, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyloading { background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { background-color: transparent; background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .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); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { border-width: 0; border-radius: 0; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#WR3H6Zv62haMwODETQAohGlCpy1ux5R4 { box-sizing:content-box;height:9.375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#142069;background-image:none;top:3.0625rem;left:0rem;display:block; }
#Z31nKRIn55DKCNHTHwvJiqfX8zUaL8kA { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:0.0625rem;height:6.000975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BvduOcrszOFUqOTvNIfDMf9NSQuNPGto { color:#ffffff;display:block;width:24rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:14.6875rem;left:2.6875rem;height:12.14648125rem;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; }
#pxtncMTDImADmJsqHfXO5hI6246S7dfk { color:#ffffff;display:block;width:23.999125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:14.6875rem;left:33.4375rem;height:10.1220625rem;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; }
#TQ86er2wJJOUAuufWTReQ8o8WQvhlNKk { box-sizing:content-box;height:15.8125rem;width:29.25rem;position:absolute;display:block;z-index:15001;background-color:#142069;background-image:none;top:13.25rem;left:0.0625rem;display:block; }
#xUfU1dUfnItrAk41lQzSs2UqkKXr1KZK { box-sizing:content-box;height:15.8125rem;width:29.25rem;position:absolute;display:block;z-index:15002;background-color:#142069;background-image:none;top:13.25rem;left:30.8125rem;display:block; }
#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { background-color: transparent; background-image: none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container > .video-iframe-container { display: none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container { display: none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .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); }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { border-width: 0; border-radius: 0; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#FEfEENJrm9xuXonqapq00L84ck7ts5tq { color:#050b26;display:block;width:59.874125rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.5623054504394rem;left:0rem;height:3.0004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:7.749588012695rem;left:0rem;height:8.097625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row .container { background-color: transparent; background-image: none; }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row .container > .video-iframe-container { display: none; }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row > .video-iframe-container { display: none; }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .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); }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row .container { border-width: 0; border-radius: 0; }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#JzVCuZDWSgEUcHHNiQwTA1ru7dXiQBpH { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:18.9375rem;top:0.62413024902344rem;left:0.5625rem;display:block; }
#huHexwuXRVT8afXiQzXuLS5uLOlIwua3 { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:1.0926647186279rem;left:0.9375rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTQuSOtVTTTmmdO4PqeIuAoJqTQBRSvl { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#142069;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.61092375rem;height:3.42361125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.560765266419rem;left:3.6935768127441rem;display:block; }
#IkPXsceBiizeIbGNT6uITh29eEsylrnf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RtcQFGnkV2un4t7RneQWP1lz2nTBX7UT { color:#050b26;display:block;width:9.249125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.361547470092rem;left:9.1948776245119rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPb1XrazUP0ZNbVrAHuqR9PLcP1gv2lF { color:#050b26;display:block;width:4.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:22.999572753906rem;left:3.75rem;height:2.1375875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d9sgtDCwQXus8Lg6EZfuuBP1vpSQtqHv { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:9.6690540313719rem;left:2.1875rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCvoJuB3e5ml0BToOGTCpVB0P3uZtd7Z { color:#050b26;display:block;width:7.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:20.930990219116rem;left:0.6239128112793rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Nzkx5Qitx9DSIpahs276NGI9WfnKiOXA { color:#050b26;display:block;width:9.2480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.979818344116rem;left:9.1937942504881rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBxVViEbNhG35TUF2A2PpHqJTbI6atQq { background-color:#142069;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.001954078674rem;left:3.6566848754883rem;display:block; }
#wy9SoPXUBeCTtWq0SvXh4M9VDLD4R1qV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9AWqP5WBaleXTHqJbT6HUKbLUwTR2uN { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8744375rem;width:18.9373125rem;top:0.6875rem;left:20.5625rem;display:block; }
#G2TxqEoWemuGQ6NnUqz09qPlJ7PSUxV9 { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:1.4375rem;left:21.5rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqQCvAtnwA1K32CXQe2fBGzUHBocXqAv { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:10rem;left:22.75rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fvt2VyVBhUTPsTuTTNrlFSEuK9lnE2Q4 { color:#050b26;display:block;width:7.874625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:21.25rem;left:21.1875rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#REbIvvs7mxlalDNL0JWBoBC13Nrh0lyt { color:#050b26;display:block;width:4.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:23.3125rem;left:24.3125rem;height:2.13745rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eLpWgUpAnqF4ATHVTl1q9xI87v0iBEZM { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#142069;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.496426125rem;height:3.309657375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.615400791168rem;left:23.751775741577rem;display:block; }
#OzsosnRRHzwglWelgyoTsZqG135PZAk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmitGLEVmXsXhMJqlaeei4WhhENUkZKI { color:#050b26;display:block;width:9.2489375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.6875rem;left:29.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JltKgplgmZ6XsfxPPuHcyndm9Z4v7UQT { color:#050b26;display:block;width:9.2480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:29.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNSrkT7MVCzPq8Vt3g49S2PxfAmgixlV { background-color:#142069;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6864375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.001055240631rem;left:23.655004501342rem;display:block; }
#JbLn5CqsMm8gNADl2Oe1rCuG9KFEvtUk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTsu4hd2l8TNBq7HywHzhVXm4r5oxIS9 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.99975rem;width:19.3115rem;top:0.6875rem;left:40.5rem;display:block; }
#xafDVLyGUNSA8AaZTyblOTMTDBTF4ple { color:#050b26;display:block;width:9.2480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.125rem;left:50.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AApWbIERNVUFDLEP2MSn9spJLv4g6yim { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.1875rem;left:40.9375rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyGnELaAJxam8S1ULfBucZF9XBMEi8PS { color:#050b26;display:block;width:9.2480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.375rem;left:50.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAtz2gFOvBKsko9GMxbO1bgEp81MGqma { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:9.6875rem;left:42.1875rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuinUD2UnZNQSyk0KL86W0B0yKxaValc { color:#050b26;display:block;width:7.8735625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.9;letter-spacing:0;top:20.9375rem;left:42.1875rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WTlgL0N1DbO561ndbq8FSgUvrW7DcsJe { color:#050b26;display:block;width:4.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:23.125rem;left:45.5rem;height:2.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E1dHWVKgZ8mSEvsTJ0X1C4Bx4xDtz9cZ { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#142069;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5651875rem;height:3.378175rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.625rem;left:43.75rem;display:block; }
#xFmuJnH3ypTZQf57cfDGWLxd4VAT9sla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXz7aZVMdcQhU8482C7Mdo1cxKXXSbD2 { background-color:#142069;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.125rem;left:43.6875rem;display:block; }
#SPpideviAu5E5vEoosu0kCZ9ADHf99NB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row .container { background-color: transparent; background-image: none; }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row .container > .video-iframe-container { display: none; }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row > .video-iframe-container { display: none; }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .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); }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row .container { border-width: 0; border-radius: 0; }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#DEOtdqeLiBtdGd6BvgcGuKZqVPxcGRHE { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:19.375rem;top:0.6875rem;left:0.3125rem;display:block; }
#Ui2ZhDXvVIbDtpgKnV4hCtt0ENB4NAXy { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.0625rem;left:0.875rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvoJdyEIMz3o4c9FHxlmt75c5838MDcU { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:9.6875rem;left:2.125rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZWvJqalh7bZ8quLauVJsfLsV0B71doGd { color:#050b26;display:block;width:7.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:20.875rem;left:1.5rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iV76MmAnbIrJk8lhefk97U8HdoANygO9 { color:#050b26;display:block;width:9.2480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0625rem;left:10rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X77ONxNG3g0oFbEsSkEoNDUKM1o7rvlZ { color:#050b26;display:block;width:4.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:23rem;left:4.75rem;height:2.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zJS16S3CauX9d16hyztF3vPqJagXuTyy { color:#050b26;display:block;width:9.2480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.375rem;left:10.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aKcDO37m1bTEt7zGFLQ8t3oxbFzPibSm { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#142069;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.59679875rem;height:3.409505rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.5625rem;left:3.625rem;display:block; }
#ZsdW4N4cdKAgavuK2CAehlzO8tA33FSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#toxHIKLZXeVlGNbxvceFSMfEAbEp4mAG { background-color:#142069;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32rem;left:3.625rem;display:block; }
#uM9cREMCpVNHBWIKpDcJ9hiVsTd41RZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cc5WDlPKeMq5lR8wHkMl74NHIeMx6UsP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19.375rem;top:0.5625rem;left:20.3125rem;display:block; }
#agm4PAPs8ux8TqViRcAB4POxTIup08mH { color:#050b26;display:block;width:9.2470625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:30.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IzyWie4dCxNsWyMlcLpXdHcsxqOTQCGE { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:20.875rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfFya3fJ0Fp4iDD0cNgdIuoQKOS07usB { color:#050b26;display:block;width:9.2470625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.5625rem;left:30.1875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VmlKFzm2wysFOk1TNkG0Ht0zftXrWy6P { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:9.875rem;left:22.125rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1L2LKfxXtyQFgiOFzOMkMkSH0e4hVsQ { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#142069;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.484375rem;height:3.296875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.75rem;left:23.6875rem;display:block; }
#cRB1C9tGTw98fP4suD5oqErkT2yxZfT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4J07zXkHQOPNyDPMEb4N0B0lh95Vq5b { background-color:#142069;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6845625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.25rem;left:23.625rem;display:block; }
#y2TbJsA4atZNV17Xgc2MZSVH6VPBkm9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B24TbVDH2uSkm4aVSkoPghwduRgwWT9b { color:#050b26;display:block;width:7.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:21.125rem;left:21.5rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a2ZTRkQMde3PsBaWJRtyEAZrBRuPBGTg { color:#050b26;display:block;width:4.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:23.25rem;left:24.75rem;height:2.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#142069;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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:#ffffff;display:block;width:50.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.1872863769531rem;left:2.8092422485351rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:50.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:8.3105472326281rem;left:3.75rem;height:6.410125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;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.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:55.8125rem;top:5.6875rem;left:0rem;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;background-color:#142069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:52.25rem;top:4.3435363769531rem;left:1.4008255004882rem;display:block; }
#ViTMIbJiccfsdMckQWsMySBrxOibQiPs { color:#ffffff;display:block;width:50.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:15.498264312744rem;left:2.8090286254883rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pnrDM4kIApLr1xH6MTBsZNbpJiRasvav { position:absolute;display:block;z-index:14999;background-color:#142069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:52.25rem;top:15.654514312744rem;left:1.7777786254882rem;display:block; }
#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85.adaptive-delivery-prevent-bg, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyload, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyloading { background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { border-width: 0; border-radius: 0; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:4.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:15017;background-color:#142069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:7.5rem;left:22.3125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { position:absolute;display:block;z-index:15021;background-color:#142069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.125rem;top:1.0616302490234rem;left:41.124132156372rem;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:4.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:15025;background-color:#142069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#GuqsCz1Xv5KF6xIpQoVpU26EIgQ6vUeX { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.9;letter-spacing:0;top:3.1803398132324rem;left:8.90625rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GG3E6t17Ouo1bWapiCqBy9TD1yzsUnRi { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:3.1178398132324rem;left:29.03125rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMa79szGtfp4Xz5BaZskW5XvLm25MfmU { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.9;letter-spacing:0;top:3.1803398132324rem;left:49.154731750488rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:18.125rem;top:0.6875rem;left:0.6875rem;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:17.6875rem;top:0.81252479553225rem;left:21.281251907349rem;display:block; }
#WLravhlr5VkBqC5oA0oh9Z1cETXsvRJS { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF.adaptive-delivery-prevent-bg, #tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF.lazyload, #tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF.lazyloading { background-image: none; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container { background-color: transparent; background-image: none; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container > .video-iframe-container { display: none; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row > .video-iframe-container { display: none; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .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); }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container { border-width: 0; border-radius: 0; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#uPeptd2UAx99qHmDaBxVsTpFImrdkZXT { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:18.5rem;top:1.0616302490234rem;left:0.5625rem;display:block; }
#utvfJ9XgXTc8A40ATqEsXKeZNZtRrGT9 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bN3d3SFqJDrlcPiRqT7DcTySkqB0g1nf { position:absolute;display:block;z-index:15017;background-color:#142069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#CotFoQGIJt4vLszV31MrcX01CqO6DLdU { color:#3d4051;display:block;width:15.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.31178855896rem;height:6.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDWVX1by08CLuFcxf4p94EdiNAz44WgZ { position:absolute;display:block;z-index:15021;background-color:#142069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#U67mTQQ4id4kSlTC4FxrO2FBQEeUSakE { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:18rem;top:1.1241302490234rem;left:41.124132156372rem;display:block; }
#ZWUkGXdaae81vGAp9faZTBlbXLMuWiPh { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:4.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuzQhywZPDluDDiUuOREIAs1foL98z97 { position:absolute;display:block;z-index:15025;background-color:#142069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#DVrKuaFd2DI8oK2SwlyvTGtcfdWwe3TX { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.9;letter-spacing:0;top:3.1803398132324rem;left:8.90625rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loZqPfhI5MPiTWM6Znutr2D7LiMcyd3s { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:3.1178398132324rem;left:29.03125rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ft1V9dAuQM268qTsHBhR7zt3fGtVpvbh { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.9;letter-spacing:0;top:3.1803398132324rem;left:49.154731750488rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDPPnlnbP1PHgz1IxwkX1gUzLbtofTsm { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18rem;top:1.125rem;left:21.000001907349rem;display:block; }
#bVBzR8ytnGHosfnQ5NPl1eBMSeLuGDJU { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#142069;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; }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row .container { background-color: transparent; background-image: none; }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row .container > .video-iframe-container { display: none; }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row > .video-iframe-container { display: none; }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .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); }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row .container { border-width: 0; border-radius: 0; }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#EM8I381qNomeUq53g2OS6cu73NInLOKk { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.8680553436279rem;left:3.5928821563721rem;height:16.1953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NBTTPCBN29KtB3VzA5n5fnp29cVd5TTy { position:absolute;display:block;z-index:14997;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.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:36rem;top:3.6875rem;left:1.9817714691162rem;display:block; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-form-header {  }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:16.1875rem;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;font-style:normal; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:16.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-text {padding-top: 0; padding-bottom: 0;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:16.1875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-select {padding-top: 0; padding-bottom: 0;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .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; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:16.1875rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:15rem;overflow:hidden;font-style:normal;float:none; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .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; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-container:first-of-type{padding-top:0;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-container:last-of-type{padding-bottom:0;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.312501907349rem;top:4.40625rem;z-index:15007;position:absolute; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.1875rem;display:block;vertical-align:top; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi {display:block;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.312501907349rem;top:4.40625rem;z-index:15007;position:absolute; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #PaJ6XAXOpQ8TbZ2JOmAL4L8OSvaBH3Kf { position:relative; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #TF4hLc1mWpMfTr2QeQWWThHCi5gNp3xx { position:relative;display:none; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #rdAoPewK3N9rmdpVUgeSZV3yBzMVxmPE { position:relative; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #pkmZbTG0ZXEnDmN1JrJRnhhtTH0fgEUJ { position:relative; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #Q2vVQ7chJcrA4mOaq9b5IBOVQF2Ro4Vf { position:relative;display:block; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #iMQsbs85yHEfo5NmWBFGksRTKG2hx0S4 { position:relative; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #LTMZiM4TZtgt2fTnp7A1yAFkN22K1lcb { position:relative; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #qToUVsUDdsxwrQIM2J3x7IUmwgJU2mtQ { position:relative;display:block; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #ole6CTNiBllLTm45VugXVJkKaGQmfMP0 { position:relative; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #LCTm2UR2qTXl7tknu3kWro28GMuMVrrZ { position:relative; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #iKdP2hgP6msAwecZ9BMJXfTITpKIJ98W { position:relative; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121837;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.adaptive-delivery-prevent-bg, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyload, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyloading { background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#QmAAb0Z3CalPD9dD2l1P157xwATI8Toi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:0.625rem;display:block; }
#NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:41.5rem;height:3.0004875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { color:#ffffff;display:block;width:17.999125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:10.681440353394rem;left:41.749132156372rem;height:12.82025rem;font-style:normal;display:block; }
#r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { position:absolute;display:block;z-index:14999;background-color:#4679d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:60rem;top:5.2810363769531rem;left:25.3125rem;display:block; }
#JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { position:absolute;display:block;z-index:14998;background-color:#4679d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:46.5625rem;top:25.592882156372rem;left:-20.75rem;display:block; }
#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4.adaptive-delivery-prevent-bg, #BsDNHVzOdPOEDpElUAJxhREAG6HgItq4.lazyload, #BsDNHVzOdPOEDpElUAJxhREAG6HgItq4.lazyloading { background-image: none; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container { background-color: transparent; background-image: none; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container > .video-iframe-container { display: none; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row > .video-iframe-container { display: none; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .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); }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container { border-width: 0; border-radius: 0; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#BDEZ3hNfqJeV3AWDwK0Ra1GW8L4zv8Gx { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.9368495941162rem;left:0rem;height:3.0004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQJKCTerQTaBQcixRQfUPaCuMcHGwyRD { color:#3d4051;display:block;width:55.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:6.3726134300231rem;left:1.1875rem;height:22.2685375rem;font-style:normal;display:block; }
#yVmlSdn557xykXohtcf29a9ZCzU5WK5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { background-color: transparent; background-image: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .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); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { border-width: 0; border-radius: 0; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { 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:22.0625rem;width:18.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:block; }
#XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.125rem;left:19.875rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:#050b26;display:block;width:38.5625rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:3.9053859710693rem;left:18.562501907349rem;height:14.433625rem;font-style:normal;display:block; }
#qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:16.8984375rem;left:39.399305343628rem;height:2.1375875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { position:relative;display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { background-color: transparent; background-image: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { border-width: 0; border-radius: 0; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.125rem;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; }#QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { color:#3d4051;display:block;width:25.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:3.0625rem;left:2.28125rem;height:10.683625rem;font-style:normal;display:block; }
#Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.745660781861rem;left:9.7743053436281rem;height:2.923825rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { color:#3d4051;display:block;width:27.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:3.0616302490234rem;left:32.625001907349rem;height:8.546875rem;font-style:normal;display:block; }
#SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.745660781861rem;left:42.000001907349rem;height:2.9248rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:0.0625rem;top:5.375rem;left:30rem;display:block; }
#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { background-color: transparent; background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .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); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { border-width: 0; border-radius: 0; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { color:#050b26;display:block;width:56.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:11.138889312744rem;left:1.6875rem;height:18.2197125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:0.125rem;height:6.000975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D5mkpNSUhJxtbeJXrgxRB4yH6cMmN9au { background-color:#0a85ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:34.0625rem;left:20.875001907349rem;display:block; }
#WGezGpTdPBaKV5Uc73sEgkEAzyqcNVWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRRxuGWLttEAnpIoozqI5bVy5I6SE2fv { box-sizing:content-box;height:34.625rem;width:56.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:1.2708358764649rem;left:1.875rem;border-top:0.0625rem solid #0a85ff;border-left:0.0625rem solid #0a85ff;border-right:0.0625rem solid #0a85ff;border-bottom:0.0625rem solid #0a85ff;display:block; }
#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#142069;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; }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row .container { background-color: transparent; background-image: none; }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row .container > .video-iframe-container { display: none; }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row > .video-iframe-container { display: none; }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .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); }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row .container { border-width: 0; border-radius: 0; }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#xoEgVu356FMmKin9fV7gRWbsTKrB9qa7 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3rem;width:3rem;top:12.9375rem;left:26.671007156372rem;display:block; }
#KVBqVc7CTToiWcZuBkduAthr03RXbHrv { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:9.6875rem;left:25.562501907349rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ET7mOT0SkdImqhZTLqHvMdOgD78JXBua { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3rem;width:3rem;top:12.9375rem;left:30.296876907349rem;display:block; }
#xuKTS2rTz1zhZn4U6yxAJDqusvB4gmsv { color:#f9f5fb;display:block;width:23.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:0.9158000946045rem;left:0.94444465637206rem;height:8.09765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnHDadbch47485wKP56tpELHPOwZdko0 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37413125rem;width:1.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:13.749132156372rem;left:27.483507156372rem; }
#XnHDadbch47485wKP56tpELHPOwZdko0 > img { max-width: 100%;max-height:100%; width:1.37413125rem; height:1.37413125rem; }#y76wRTHE7Mkq0XCEKmVTSOaXSJ0VMaZZ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37413125rem;width:1.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:13.749132156372rem;left:31.109376907349rem; }
#y76wRTHE7Mkq0XCEKmVTSOaXSJ0VMaZZ > img { max-width: 100%;max-height:100%; width:1.37413125rem; height:1.37413125rem; }#P1XWb5sJSH56NJkQkMIJdabV0GvipVTr { color:#f9f5fb;display:block;width:23.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:4.1006946563721rem;left:34.500001907349rem;height:2.02514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtPiafTk6kchIb5g7pnC7PnaNua1MTZn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.4921875rem;left:38.444444656372rem;display:block; }
#bTVi5LrcEA6zzq267qePVemRPTem1a41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0S62r1hoTIHMGfhlTA05kEfcRqgFGro { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:1.4921875rem;left:47.819444656372rem;display:block; }
#keIUDfxAnzTsaizHOcseiMEXeWVMD1mh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBL1ne6J1oKrvTKtB58FSidvNARvBBqP { color:#f9f5fb;display:block;width:23.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:6.7256946563719rem;left:34.500001907349rem;height:2.02514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { width:9.625rem;height:5.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { width:7.5625rem;height:1.3125rem;top:3.75rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block; }
 }@media only screen and (max-width: 763px) { #MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { width:1.375rem;height:1.375rem;top:3.75rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { width:1.375rem;height:1.375rem;top:3.8125rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E57XUTtBEvm4x26ZeJO2iB7ooEOd2UK1 { width:7.5625rem;height:1.3125rem;top:5.75rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLBSro0Ibh2JMR1ZiL8wDvOQt9qUZf7K { display:block; }
 }@media only screen and (max-width: 763px) { #dPXpuT2PTCm1SLQPp9JETrvlTm7I55a3 { width:7.5rem;height:5.875rem;top:1.75rem;left:4.5069446563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuPrBuyNUtuRMozb8zEbUhqSnZclEwz6 { width:9.625rem;height:3.1875rem;top:3.0625rem;left:23.131391525269rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:32rem;height:9rem;top:1.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:29.75rem;height:16.1875rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:17.625rem;height:3.375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:16.5rem;height:3.4375rem;top:29.6875rem;left:13.378036499024rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:6.4375rem;height:0.0625rem;top:27.375rem;left:34.247159957886rem;display:block; }
 }@media only screen and (max-width: 763px) { #x90q2ASi4JHcnRESbgAowJzIcctsephw { width:1.3125rem;height:1.3125rem;top:26.75rem;left:43.8125rem;display:block; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { width:1.3125rem;height:1.3125rem;top:26.75rem;left:46.27734375rem;display:block; }
#RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:25.4375rem;height:24.8125rem;top:0rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:17.8125rem;height:12.5625rem;top:4.3125rem;left:29.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:19.75rem;height:13.6875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:9.3125rem;height:5rem;top:2.625rem;left:2.96875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:8.5rem;height:3rem;top:8.125rem;left:3.3433151245117rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:19.75rem;height:27.625rem;top:14rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:19.75rem;height:13.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:19.75rem;height:13.5625rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:16.5625rem;height:1.875rem;top:13.5rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:15.625rem;height:26.3125rem;top:15.9375rem;left:31.874998092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:47.75rem;height:5.9375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #onwD5wc5CAAr7dWLuvMFPAemsPiR2VmD { width:47.75rem;height:8.0625rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR3H6Zv62haMwODETQAohGlCpy1ux5R4 { top:3.0625rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z31nKRIn55DKCNHTHwvJiqfX8zUaL8kA { width:47.75rem;height:6rem;top:4.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvduOcrszOFUqOTvNIfDMf9NSQuNPGto { width:24rem;height:12.125rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtncMTDImADmJsqHfXO5hI6246S7dfk { width:23.9375rem;height:10.0625rem;top:14.6875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ86er2wJJOUAuufWTReQ8o8WQvhlNKk { top:13.25rem;left:0rem;width:29.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUfU1dUfnItrAk41lQzSs2UqkKXr1KZK { top:13.25rem;left:18.5rem;width:29.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:block; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:47.75rem;height:3rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { width:47.75rem;height:8.0625rem;top:7.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q { display:block; }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzVCuZDWSgEUcHHNiQwTA1ru7dXiQBpH { width:18.9375rem;height:35.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huHexwuXRVT8afXiQzXuLS5uLOlIwua3 { width:18.125rem;height:7.1875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTQuSOtVTTTmmdO4PqeIuAoJqTQBRSvl { width:12.5625rem;height:3.375rem;top:27.5rem;left:1.6310768127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkPXsceBiizeIbGNT6uITh29eEsylrnf { display:block; }
 }@media only screen and (max-width: 763px) { #RtcQFGnkV2un4t7RneQWP1lz2nTBX7UT { width:9.1875rem;height:1.4375rem;top:23.3125rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPb1XrazUP0ZNbVrAHuqR9PLcP1gv2lF { width:4.6875rem;height:2.125rem;top:22.9375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9sgtDCwQXus8Lg6EZfuuBP1vpSQtqHv { width:15.625rem;height:9.8125rem;top:9.625rem;left:0.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCvoJuB3e5ml0BToOGTCpVB0P3uZtd7Z { width:7.8125rem;height:1.75rem;top:20.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzkx5Qitx9DSIpahs276NGI9WfnKiOXA { width:9.1875rem;height:1.4375rem;top:20.9375rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBxVViEbNhG35TUF2A2PpHqJTbI6atQq { width:12.625rem;height:3.4375rem;top:32rem;left:1.5941848754882rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy9SoPXUBeCTtWq0SvXh4M9VDLD4R1qV { display:block; }
 }@media only screen and (max-width: 763px) { #U9AWqP5WBaleXTHqJbT6HUKbLUwTR2uN { width:18.875rem;height:35.8125rem;top:0.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2TxqEoWemuGQ6NnUqz09qPlJ7PSUxV9 { width:18.125rem;height:7.1875rem;top:1.4375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqQCvAtnwA1K32CXQe2fBGzUHBocXqAv { width:15.625rem;height:7rem;top:10rem;left:16.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvt2VyVBhUTPsTuTTNrlFSEuK9lnE2Q4 { width:7.8125rem;height:1.75rem;top:21.25rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REbIvvs7mxlalDNL0JWBoBC13Nrh0lyt { width:4.6875rem;height:2.125rem;top:23.3125rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpWgUpAnqF4ATHVTl1q9xI87v0iBEZM { width:12.4375rem;height:3.25rem;top:27.5625rem;left:17.564275741577rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzsosnRRHzwglWelgyoTsZqG135PZAk7 { display:block; }
 }@media only screen and (max-width: 763px) { #hmitGLEVmXsXhMJqlaeei4WhhENUkZKI { width:9.1875rem;height:1.4375rem;top:23.6875rem;left:22.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JltKgplgmZ6XsfxPPuHcyndm9Z4v7UQT { width:9.1875rem;height:1.4375rem;top:21.3125rem;left:22.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNSrkT7MVCzPq8Vt3g49S2PxfAmgixlV { width:12.625rem;height:3.4375rem;top:32rem;left:17.467504501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbLn5CqsMm8gNADl2Oe1rCuG9KFEvtUk { display:block; }
 }@media only screen and (max-width: 763px) { #OTsu4hd2l8TNBq7HywHzhVXm4r5oxIS9 { width:19.25rem;height:35.9375rem;top:0.6875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xafDVLyGUNSA8AaZTyblOTMTDBTF4ple { width:9.1875rem;height:1.4375rem;top:21.125rem;left:38.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AApWbIERNVUFDLEP2MSn9spJLv4g6yim { width:18.125rem;height:7.1875rem;top:1.1875rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyGnELaAJxam8S1ULfBucZF9XBMEi8PS { width:9.1875rem;height:1.4375rem;top:23.375rem;left:38.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAtz2gFOvBKsko9GMxbO1bgEp81MGqma { width:15.625rem;height:7rem;top:9.6875rem;left:31.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuinUD2UnZNQSyk0KL86W0B0yKxaValc { width:7.8125rem;height:1.75rem;top:20.9375rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTlgL0N1DbO561ndbq8FSgUvrW7DcsJe { width:4.6875rem;height:2.125rem;top:23.125rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1dHWVKgZ8mSEvsTJ0X1C4Bx4xDtz9cZ { width:12.5625rem;height:3.375rem;top:27.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFmuJnH3ypTZQf57cfDGWLxd4VAT9sla { display:block; }
 }@media only screen and (max-width: 763px) { #gXz7aZVMdcQhU8482C7Mdo1cxKXXSbD2 { width:12.625rem;height:3.4375rem;top:32.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPpideviAu5E5vEoosu0kCZ9ADHf99NB { display:block; }
 }@media only screen and (max-width: 763px) { #hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 { display:block; }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEOtdqeLiBtdGd6BvgcGuKZqVPxcGRHE { width:19.375rem;height:35.6875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2ZhDXvVIbDtpgKnV4hCtt0ENB4NAXy { width:18.125rem;height:7.1875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvoJdyEIMz3o4c9FHxlmt75c5838MDcU { width:15.625rem;height:7rem;top:9.6875rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWvJqalh7bZ8quLauVJsfLsV0B71doGd { width:7.875rem;height:1.75rem;top:20.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV76MmAnbIrJk8lhefk97U8HdoANygO9 { width:9.1875rem;height:1.4375rem;top:21.0625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77ONxNG3g0oFbEsSkEoNDUKM1o7rvlZ { width:4.6875rem;height:2.125rem;top:23rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJS16S3CauX9d16hyztF3vPqJagXuTyy { width:9.1875rem;height:1.4375rem;top:23.375rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKcDO37m1bTEt7zGFLQ8t3oxbFzPibSm { width:12.5625rem;height:3.375rem;top:27.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsdW4N4cdKAgavuK2CAehlzO8tA33FSW { display:block; }
 }@media only screen and (max-width: 763px) { #toxHIKLZXeVlGNbxvceFSMfEAbEp4mAG { width:12.625rem;height:3.4375rem;top:32rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM9cREMCpVNHBWIKpDcJ9hiVsTd41RZL { display:block; }
 }@media only screen and (max-width: 763px) { #Cc5WDlPKeMq5lR8wHkMl74NHIeMx6UsP { width:19.375rem;height:36rem;top:0.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agm4PAPs8ux8TqViRcAB4POxTIup08mH { width:9.1875rem;height:1.4375rem;top:21.3125rem;left:22.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzyWie4dCxNsWyMlcLpXdHcsxqOTQCGE { width:18.125rem;height:7.1875rem;top:1.3125rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfFya3fJ0Fp4iDD0cNgdIuoQKOS07usB { width:9.1875rem;height:1.4375rem;top:23.5625rem;left:22.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmlKFzm2wysFOk1TNkG0Ht0zftXrWy6P { width:15.625rem;height:7rem;top:9.875rem;left:15.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1L2LKfxXtyQFgiOFzOMkMkSH0e4hVsQ { width:12.4375rem;height:3.25rem;top:27.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRB1C9tGTw98fP4suD5oqErkT2yxZfT4 { display:block; }
 }@media only screen and (max-width: 763px) { #t4J07zXkHQOPNyDPMEb4N0B0lh95Vq5b { width:12.625rem;height:3.4375rem;top:32.25rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2TbJsA4atZNV17Xgc2MZSVH6VPBkm9F { display:block; }
 }@media only screen and (max-width: 763px) { #B24TbVDH2uSkm4aVSkoPghwduRgwWT9b { width:7.875rem;height:1.75rem;top:21.125rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZTRkQMde3PsBaWJRtyEAZrBRuPBGTg { width:4.6875rem;height:2.125rem;top:23.25rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:47.75rem;height:2.75rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:47.75rem;height:6.375rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.5rem;height:10.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:47.75rem;height:2.4375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTMIbJiccfsdMckQWsMySBrxOibQiPs { width:47.75rem;height:2.75rem;top:15.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnrDM4kIApLr1xH6MTBsZNbpJiRasvav { width:47.75rem;height:2.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:4.25rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:6.6875rem;top:7.5rem;left:16.124782562256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:18.125rem;height:14.125rem;top:1rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:4.25rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuqsCz1Xv5KF6xIpQoVpU26EIgQ6vUeX { width:2.1875rem;height:2.125rem;top:3.125rem;left:6.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG3E6t17Ouo1bWapiCqBy9TD1yzsUnRi { width:2.1875rem;height:2.125rem;top:3.0625rem;left:22.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMa79szGtfp4Xz5BaZskW5XvLm25MfmU { width:2.1875rem;height:2.125rem;top:3.125rem;left:38.842231750488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:18.125rem;height:14.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:17.6875rem;height:14.25rem;top:0.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLravhlr5VkBqC5oA0oh9Z1cETXsvRJS { display:none; }
 }@media only screen and (max-width: 763px) { #tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF { display:block; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPeptd2UAx99qHmDaBxVsTpFImrdkZXT { width:18.5rem;height:13.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utvfJ9XgXTc8A40ATqEsXKeZNZtRrGT9 { width:15.625rem;height:;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN3d3SFqJDrlcPiRqT7DcTySkqB0g1nf { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CotFoQGIJt4vLszV31MrcX01CqO6DLdU { width:15.8125rem;height:6.4375rem;top:7.5rem;left:16.12428855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDWVX1by08CLuFcxf4p94EdiNAz44WgZ { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67mTQQ4id4kSlTC4FxrO2FBQEeUSakE { width:18rem;height:13rem;top:1.0625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWUkGXdaae81vGAp9faZTBlbXLMuWiPh { width:15.625rem;height:4.25rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuzQhywZPDluDDiUuOREIAs1foL98z97 { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVrKuaFd2DI8oK2SwlyvTGtcfdWwe3TX { width:2.1875rem;height:2.125rem;top:3.125rem;left:6.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loZqPfhI5MPiTWM6Znutr2D7LiMcyd3s { width:2.1875rem;height:2.125rem;top:3.0625rem;left:22.843536376953rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft1V9dAuQM268qTsHBhR7zt3fGtVpvbh { width:2.1875rem;height:2.125rem;top:3.125rem;left:38.842231750488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPPnlnbP1PHgz1IxwkX1gUzLbtofTsm { width:18rem;height:13.125rem;top:1.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVBzR8ytnGHosfnQ5NPl1eBMSeLuGDJU { display:none; }
 }@media only screen and (max-width: 763px) { #iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 { display:block; }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EM8I381qNomeUq53g2OS6cu73NInLOKk { width:32.8125rem;height:16.1875rem;top:4.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTTPCBN29KtB3VzA5n5fnp29cVd5TTy { width:36rem;height:18.8125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-regular-label { display:block;width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-text {padding-top: 0; padding-bottom: 0;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-select {padding-top: 0; padding-bottom: 0;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-button { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi  { width:16.1875rem;height:auto;top:4.375rem;left:29.0625rem; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi {display:block;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi { width:16.1875rem;height:auto;top:4.375rem;left:29.0625rem; }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #PaJ6XAXOpQ8TbZ2JOmAL4L8OSvaBH3Kf {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #TF4hLc1mWpMfTr2QeQWWThHCi5gNp3xx { display:none; }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #rdAoPewK3N9rmdpVUgeSZV3yBzMVxmPE {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #pkmZbTG0ZXEnDmN1JrJRnhhtTH0fgEUJ {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #Q2vVQ7chJcrA4mOaq9b5IBOVQF2Ro4Vf {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #iMQsbs85yHEfo5NmWBFGksRTKG2hx0S4 {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #LTMZiM4TZtgt2fTnp7A1yAFkN22K1lcb {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #qToUVsUDdsxwrQIM2J3x7IUmwgJU2mtQ {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #ole6CTNiBllLTm45VugXVJkKaGQmfMP0 {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #LCTm2UR2qTXl7tknu3kWro28GMuMVrrZ {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #iKdP2hgP6msAwecZ9BMJXfTITpKIJ98W {  }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmAAb0Z3CalPD9dD2l1P157xwATI8Toi { width:39rem;height:21.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18.4375rem;height:3rem;top:5.75rem;left:29.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:17.9375rem;height:12.8125rem;top:10.625rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:47.75rem;height:4.875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:46.5625rem;height:4.3125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 { display:block; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDEZ3hNfqJeV3AWDwK0Ra1GW8L4zv8Gx { width:47.75rem;height:3rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQJKCTerQTaBQcixRQfUPaCuMcHGwyRD { width:47.75rem;height:22.25rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:18.5625rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:2.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:38.5625rem;height:14.375rem;top:3.875rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:18rem;height:2.125rem;top:16.875rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { width:25.4375rem;height:10.625rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { width:17.9375rem;height:2.875rem;top:13.6875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { width:27.375rem;height:8.5rem;top:3rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { width:17.9375rem;height:2.875rem;top:13.6875rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { width:0.0625rem;height:10.4375rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:47.75rem;height:18.1875rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:47.75rem;height:6rem;top:3.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5mkpNSUhJxtbeJXrgxRB4yH6cMmN9au { width:18.25rem;height:3.4375rem;top:34.0625rem;left:14.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGezGpTdPBaKV5Uc73sEgkEAzyqcNVWG { display:block; }
 }@media only screen and (max-width: 763px) { #oRRxuGWLttEAnpIoozqI5bVy5I6SE2fv { top:1.25rem;left:0rem;width:47.625rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx { display:block; }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoEgVu356FMmKin9fV7gRWbsTKrB9qa7 { width:3rem;height:3rem;top:12.9375rem;left:20.546007156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBqVc7CTToiWcZuBkduAthr03RXbHrv { width:8.875rem;height:2.125rem;top:9.6875rem;left:19.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET7mOT0SkdImqhZTLqHvMdOgD78JXBua { width:3rem;height:3rem;top:12.9375rem;left:24.171876907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuKTS2rTz1zhZn4U6yxAJDqusvB4gmsv { width:23.0625rem;height:8.0625rem;top:0.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnHDadbch47485wKP56tpELHPOwZdko0 { width:1.3125rem;height:1.3125rem;top:13.6875rem;left:21.358507156372rem;display:block; }
#XnHDadbch47485wKP56tpELHPOwZdko0 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #y76wRTHE7Mkq0XCEKmVTSOaXSJ0VMaZZ { width:1.3125rem;height:1.3125rem;top:13.6875rem;left:24.984376907349rem;display:block; }
#y76wRTHE7Mkq0XCEKmVTSOaXSJ0VMaZZ > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #P1XWb5sJSH56NJkQkMIJdabV0GvipVTr { width:23rem;height:2rem;top:4.0625rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtPiafTk6kchIb5g7pnC7PnaNua1MTZn { width:7.5625rem;height:2.625rem;top:1.4375rem;left:32.319444656372rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTVi5LrcEA6zzq267qePVemRPTem1a41 { display:block; }
 }@media only screen and (max-width: 763px) { #Z0S62r1hoTIHMGfhlTA05kEfcRqgFGro { width:7.5625rem;height:2.625rem;top:1.4375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keIUDfxAnzTsaizHOcseiMEXeWVMD1mh { display:block; }
 }@media only screen and (max-width: 763px) { #FBL1ne6J1oKrvTKtB58FSidvNARvBBqP { width:23.0625rem;height:2rem;top:6.6875rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:4.8046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { width:5.25rem;height:2.9375rem;top:1.8680555820465rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block; }
 }@media only screen and (max-width: 763px) { #MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { width:1.5625rem;height:1.5625rem;top:0.36111110448838rem;left:17.243056416511rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { width:1.375rem;height:1.375rem;top:3.8125rem;left:9.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #E57XUTtBEvm4x26ZeJO2iB7ooEOd2UK1 { width:7.5625rem;height:1.3125rem;top:5.75rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLBSro0Ibh2JMR1ZiL8wDvOQt9qUZf7K { display:block; }
 }@media only screen and (max-width: 763px) { #dPXpuT2PTCm1SLQPp9JETrvlTm7I55a3 { width:3.3125rem;height:2.5625rem;top:2.0555555820465rem;left:6.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuPrBuyNUtuRMozb8zEbUhqSnZclEwz6 { width:4.0625rem;height:1.3125rem;top:2.6805555820465rem;left:14.687500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:18rem;height:7.1484375rem;top:2.185546875rem;left:0.9375rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:18rem;height:13.9941125rem;top:11.993055343628rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.4027775rem;height:3.3402775rem;top:28.5625rem;left:3.2977429628372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:33.6875rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.1875rem;top:53.8046875rem;left:3.296875rem;background-color:rgba(5,11,38,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) { #x90q2ASi4JHcnRESbgAowJzIcctsephw { width:1.375rem;height:1.375rem;top:53.2109375rem;left:13.296875rem;display:block; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { width:1.375rem;height:1.375rem;top:53.1796875rem;left:14.796875rem;display:block; }
#RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:12.8125rem;height:12.5625rem;top:38.75rem;left:3.296875rem;box-shadow: 0rem 0rem 0rem rgba(5,11,38,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:18rem;height:10.9960625rem;top:0rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:45.4296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:9.6875rem;height:6.5rem;top:24.71875rem;left:10.311632275581rem;display:block; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:10.0625rem;height:6.625rem;top:24.687501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:6.0625rem;height:4.0625rem;top:24.8125rem;left:1.9375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:5.75rem;height:2.1005rem;top:28.375rem;left:2.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:9.375rem;height:13.3125rem;top:32rem;left:10.501723586021rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:9.9375rem;height:6.75rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:9.9375rem;height:6.75rem;top:38.680555343628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:18rem;height:1.69921875rem;top:0.68750190734863rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:18rem;height:20.390625rem;top:3.5rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#fafafa;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:18rem;height:8.796875rem;top:1.0625rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #onwD5wc5CAAr7dWLuvMFPAemsPiR2VmD { width:18.875rem;height:16.9921875rem;top:12.058380126953rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR3H6Zv62haMwODETQAohGlCpy1ux5R4 { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z31nKRIn55DKCNHTHwvJiqfX8zUaL8kA { width:17.6875rem;height:6.597625rem;top:2.8125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BvduOcrszOFUqOTvNIfDMf9NSQuNPGto { width:18.25rem;height:11.89453125rem;top:13.3125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pxtncMTDImADmJsqHfXO5hI6246S7dfk { width:18.125rem;height:8.49609375rem;top:29.437499761581rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TQ86er2wJJOUAuufWTReQ8o8WQvhlNKk { width:20rem;height:15rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUfU1dUfnItrAk41lQzSs2UqkKXr1KZK { width:20rem;height:11.625rem;top:27.999999761581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:block; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:18rem;height:4.00035625rem;top:1.1875rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { width:18rem;height:15.7421875rem;top:5.6865234375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q { display:block; }#ZqTgnkVoxbhDxMOTW1h8H2z60mcDKS3q > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzVCuZDWSgEUcHHNiQwTA1ru7dXiQBpH { width:19.875rem;height:29.5625rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huHexwuXRVT8afXiQzXuLS5uLOlIwua3 { width:18rem;height:6.39845rem;top:2.0302734375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTQuSOtVTTTmmdO4PqeIuAoJqTQBRSvl { width:12.7011875rem;height:3.201175rem;top:20.4169921875rem;left:3.6484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkPXsceBiizeIbGNT6uITh29eEsylrnf { display:block; }
 }@media only screen and (max-width: 763px) { #RtcQFGnkV2un4t7RneQWP1lz2nTBX7UT { width:6.375rem;height:1.3808625rem;top:18.4111328125rem;left:6.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPb1XrazUP0ZNbVrAHuqR9PLcP1gv2lF { width:2.9375rem;height:1.69921875rem;top:16.7119140625rem;left:8.53125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #d9sgtDCwQXus8Lg6EZfuuBP1vpSQtqHv { width:15.625rem;height:4.87305rem;top:8.4287109375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kCvoJuB3e5ml0BToOGTCpVB0P3uZtd7Z { width:7.8125rem;height:1.59375rem;top:74.125rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Nzkx5Qitx9DSIpahs276NGI9WfnKiOXA { width:9.1875rem;height:1.3808625rem;top:15.392578125rem;left:5.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBxVViEbNhG35TUF2A2PpHqJTbI6atQq { width:12.625rem;height:3.4375rem;top:24.3359375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy9SoPXUBeCTtWq0SvXh4M9VDLD4R1qV { display:block; }
 }@media only screen and (max-width: 763px) { #U9AWqP5WBaleXTHqJbT6HUKbLUwTR2uN { width:20rem;height:27.375rem;top:1.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2TxqEoWemuGQ6NnUqz09qPlJ7PSUxV9 { width:18rem;height:6.39845rem;top:30.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqQCvAtnwA1K32CXQe2fBGzUHBocXqAv { width:15.625rem;height:5.09765625rem;top:37rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Fvt2VyVBhUTPsTuTTNrlFSEuK9lnE2Q4 { width:7.8125rem;height:1.59375rem;top:13.861328125rem;left:6.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #REbIvvs7mxlalDNL0JWBoBC13Nrh0lyt { width:2.9375rem;height:1.69921875rem;top:77.0625rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eLpWgUpAnqF4ATHVTl1q9xI87v0iBEZM { width:12.6875rem;height:3.3125rem;top:50.125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzsosnRRHzwglWelgyoTsZqG135PZAk7 { display:block; }
 }@media only screen and (max-width: 763px) { #hmitGLEVmXsXhMJqlaeei4WhhENUkZKI { width:6.375rem;height:1.3808625rem;top:47.125rem;left:6.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JltKgplgmZ6XsfxPPuHcyndm9Z4v7UQT { width:9.1875rem;height:1.3808625rem;top:44rem;left:5.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNSrkT7MVCzPq8Vt3g49S2PxfAmgixlV { width:12.625rem;height:3.4375rem;top:54.9375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbLn5CqsMm8gNADl2Oe1rCuG9KFEvtUk { display:block; }
 }@media only screen and (max-width: 763px) { #OTsu4hd2l8TNBq7HywHzhVXm4r5oxIS9 { width:20rem;height:30.0625rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xafDVLyGUNSA8AaZTyblOTMTDBTF4ple { width:9.1875rem;height:1.3808625rem;top:75.6875rem;left:5.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AApWbIERNVUFDLEP2MSn9spJLv4g6yim { width:18.125rem;height:6.39844375rem;top:61.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyGnELaAJxam8S1ULfBucZF9XBMEi8PS { width:9.1875rem;height:1.3808625rem;top:78.8125rem;left:5.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAtz2gFOvBKsko9GMxbO1bgEp81MGqma { width:15.625rem;height:5.09765625rem;top:68.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fuinUD2UnZNQSyk0KL86W0B0yKxaValc { width:7.8125rem;height:1.59375rem;top:42.6875rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WTlgL0N1DbO561ndbq8FSgUvrW7DcsJe { width:4.6875rem;height:1.69921875rem;top:45.4375rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #E1dHWVKgZ8mSEvsTJ0X1C4Bx4xDtz9cZ { width:12.4375rem;height:3.25rem;top:80.9375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFmuJnH3ypTZQf57cfDGWLxd4VAT9sla { display:block; }
 }@media only screen and (max-width: 763px) { #gXz7aZVMdcQhU8482C7Mdo1cxKXXSbD2 { width:12.625rem;height:3.4375rem;top:85.8125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPpideviAu5E5vEoosu0kCZ9ADHf99NB { display:block; }
 }@media only screen and (max-width: 763px) { #hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 { display:block; }#hXuVTKDf15OGIpgEbibVGOEfCOnFKkL2 > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEOtdqeLiBtdGd6BvgcGuKZqVPxcGRHE { width:20rem;height:29.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2ZhDXvVIbDtpgKnV4hCtt0ENB4NAXy { width:18.125rem;height:6.39845rem;top:2rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvoJdyEIMz3o4c9FHxlmt75c5838MDcU { width:15.625rem;height:5.09765625rem;top:8.3984375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZWvJqalh7bZ8quLauVJsfLsV0B71doGd { width:7.8125rem;height:1.59375rem;top:14.1875rem;left:6.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #iV76MmAnbIrJk8lhefk97U8HdoANygO9 { width:9.1875rem;height:1.29980625rem;top:15.78125rem;left:5.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X77ONxNG3g0oFbEsSkEoNDUKM1o7rvlZ { width:4.6875rem;height:1.69921875rem;top:17.0810546875rem;left:7.65625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zJS16S3CauX9d16hyztF3vPqJagXuTyy { width:9.1875rem;height:1.3808625rem;top:18.7802734375rem;left:5.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKcDO37m1bTEt7zGFLQ8t3oxbFzPibSm { width:12.5625rem;height:3.375rem;top:20.8125rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsdW4N4cdKAgavuK2CAehlzO8tA33FSW { display:block; }
 }@media only screen and (max-width: 763px) { #toxHIKLZXeVlGNbxvceFSMfEAbEp4mAG { width:12.625rem;height:3.4375rem;top:25.125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM9cREMCpVNHBWIKpDcJ9hiVsTd41RZL { display:block; }
 }@media only screen and (max-width: 763px) { #Cc5WDlPKeMq5lR8wHkMl74NHIeMx6UsP { width:20rem;height:31.75rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agm4PAPs8ux8TqViRcAB4POxTIup08mH { width:9.1875rem;height:1.3808625rem;top:48.3125rem;left:5.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzyWie4dCxNsWyMlcLpXdHcsxqOTQCGE { width:18.125rem;height:6.39845rem;top:32.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfFya3fJ0Fp4iDD0cNgdIuoQKOS07usB { width:9.1875rem;height:1.3808625rem;top:52.5rem;left:5.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmlKFzm2wysFOk1TNkG0Ht0zftXrWy6P { width:15.625rem;height:5.09765625rem;top:40.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T1L2LKfxXtyQFgiOFzOMkMkSH0e4hVsQ { width:12.625rem;height:3.125rem;top:54.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRB1C9tGTw98fP4suD5oqErkT2yxZfT4 { display:block; }
 }@media only screen and (max-width: 763px) { #t4J07zXkHQOPNyDPMEb4N0B0lh95Vq5b { width:12.625rem;height:3.4375rem;top:59.3125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2TbJsA4atZNV17Xgc2MZSVH6VPBkm9F { display:block; }
 }@media only screen and (max-width: 763px) { #B24TbVDH2uSkm4aVSkoPghwduRgwWT9b { width:7.875rem;height:1.59375rem;top:47.125rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZTRkQMde3PsBaWJRtyEAZrBRuPBGTg { width:4.6875rem;height:1.69921875rem;top:50.75rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:16.25rem;height:6.597625rem;top:1.9184026718139rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18rem;height:10.1953125rem;top:9.6171884536744rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.875rem;height:19.5625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:18.375rem;height:5.3125rem;top:2.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTMIbJiccfsdMckQWsMySBrxOibQiPs { width:18.625rem;height:6.597625rem;top:21.377604484558rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnrDM4kIApLr1xH6MTBsZNbpJiRasvav { width:17.5rem;height:2.4375rem;top:22.877604484558rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { background-color:#fafafa;background-image:none;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:20rem;height:37.998046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:1.69921875rem;top:7.9314441680906rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:3.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:3.89941875rem;top:17.626914978028rem;left:2.1874998807907rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:13.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:18.75rem;height:4.87413125rem;top:29.615886688233rem;left:0.55447047948838rem;border-top:0.0625rem solid #152a94;border-left:0.0625rem solid #152a94;border-right:0.0625rem solid #152a94;border-bottom:0.0625rem solid #152a94;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:3.3984375rem;top:30.424479007721rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:26.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuqsCz1Xv5KF6xIpQoVpU26EIgQ6vUeX { width:2.1875rem;height:1.69921875rem;top:4rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GG3E6t17Ouo1bWapiCqBy9TD1yzsUnRi { width:2.1875rem;height:1.69921875rem;top:14.4375rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dMa79szGtfp4Xz5BaZskW5XvLm25MfmU { width:2.1875rem;height:1.69921875rem;top:27.0625rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:18.75rem;height:3.9375rem;top:6.8120727539062rem;left:0.62478297948838rem;border-top:0.0625rem solid #152a94;border-left:0.0625rem solid #152a94;border-right:0.0625rem solid #152a94;border-bottom:0.0625rem solid #152a94;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.125rem;height:5.3125rem;top:17.124567031861rem;left:0.36675351858139rem;border-top:0.0625rem solid #152a94;border-left:0.0625rem solid #152a94;border-right:0.0625rem solid #152a94;border-bottom:0.0625rem solid #152a94;display:block; }
 }@media only screen and (max-width: 763px) { #WLravhlr5VkBqC5oA0oh9Z1cETXsvRJS { top:4.7487570643425rem;left:9.9066051244737rem;width:0.1875rem;height:33.25rem;z-index:15014;background-color:#152a94;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF { background-color:#fafafa;background-image:none;display:block; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container { background-color: transparent; background-image: none; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container > .video-iframe-container { display: none; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row > .video-iframe-container { display: none; }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .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); }#tvCuTHCT3DT2GAEFuf7HmRvGG0TtsLPF > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPeptd2UAx99qHmDaBxVsTpFImrdkZXT { width:18.75rem;height:4.74935rem;top:3.875rem;left:0.5625rem;border-top:0.0625rem solid #152a94;border-left:0.0625rem solid #152a94;border-right:0.0625rem solid #152a94;border-bottom:0.0625rem solid #152a94;display:block; }
 }@media only screen and (max-width: 763px) { #utvfJ9XgXTc8A40ATqEsXKeZNZtRrGT9 { width:15.625rem;height:3.3984375rem;top:4.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bN3d3SFqJDrlcPiRqT7DcTySkqB0g1nf { width:2.74956875rem;height:2.74956875rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CotFoQGIJt4vLszV31MrcX01CqO6DLdU { width:15.625rem;height:5.09765625rem;top:16.9375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uDWVX1by08CLuFcxf4p94EdiNAz44WgZ { width:2.75rem;height:2.75rem;top:12.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67mTQQ4id4kSlTC4FxrO2FBQEeUSakE { width:18.8125rem;height:4.8125rem;top:16.125rem;left:0.625rem;z-index:15013;border-top:0.0625rem solid #152a94;border-left:0.0625rem solid #152a94;border-right:0.0625rem solid #152a94;border-bottom:0.0625rem solid #152a94;display:block; }
 }@media only screen and (max-width: 763px) { #ZWUkGXdaae81vGAp9faZTBlbXLMuWiPh { width:15.625rem;height:3.3984375rem;top:29.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;color:#152a94;display:block; }
 }@media only screen and (max-width: 763px) { #HuzQhywZPDluDDiUuOREIAs1foL98z97 { width:2.75rem;height:2.75rem;top:24.625rem;left:8.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #DVrKuaFd2DI8oK2SwlyvTGtcfdWwe3TX { width:2.1875rem;height:1.69921875rem;top:0.5rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #loZqPfhI5MPiTWM6Znutr2D7LiMcyd3s { width:2.1875rem;height:1.69921875rem;top:12.8125rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Ft1V9dAuQM268qTsHBhR7zt3fGtVpvbh { width:2.1875rem;height:1.69921875rem;top:25.125rem;left:9rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NDPPnlnbP1PHgz1IxwkX1gUzLbtofTsm { width:18.75rem;height:5.18663125rem;top:28.1875rem;left:0.625rem;border-top:0.0625rem solid #152a94;border-left:0.0625rem solid #152a94;border-right:0.0625rem solid #152a94;border-bottom:0.0625rem solid #152a94;display:block; }
 }@media only screen and (max-width: 763px) { #bVBzR8ytnGHosfnQ5NPl1eBMSeLuGDJU { top:1.181640625rem;left:9.9058946371081rem;width:0.1873225rem;height:27.0623125rem;z-index:15011;background-color:#152a94;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 { display:block; }#iwor5IVVfo1GWB6ATXPoUCaofAnBTgX0 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EM8I381qNomeUq53g2OS6cu73NInLOKk { width:18rem;height:10.1953125rem;top:3.6032991409302rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NBTTPCBN29KtB3VzA5n5fnp29cVd5TTy { width:19.75rem;height:11.6875rem;top:2.7499456405639rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-regular-label { display:block;width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-text {padding-top: 0; padding-bottom: 0;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-select {padding-top: 0; padding-bottom: 0;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-input-button { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi  { width:16.1875rem;height:auto;top:16.072916984558rem;left:0.65625rem; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi {display:block;}#mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi { width:16.1875rem;height:auto;top:16.072916984558rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #PaJ6XAXOpQ8TbZ2JOmAL4L8OSvaBH3Kf {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #TF4hLc1mWpMfTr2QeQWWThHCi5gNp3xx { display:none; }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #rdAoPewK3N9rmdpVUgeSZV3yBzMVxmPE {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #pkmZbTG0ZXEnDmN1JrJRnhhtTH0fgEUJ {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #Q2vVQ7chJcrA4mOaq9b5IBOVQF2Ro4Vf {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #iMQsbs85yHEfo5NmWBFGksRTKG2hx0S4 {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #LTMZiM4TZtgt2fTnp7A1yAFkN22K1lcb {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #qToUVsUDdsxwrQIM2J3x7IUmwgJU2mtQ {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #ole6CTNiBllLTm45VugXVJkKaGQmfMP0 {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #LCTm2UR2qTXl7tknu3kWro28GMuMVrrZ {  }
 }@media only screen and (max-width: 763px) { #mMRk0W4nDLqLTsIDdrlvvfdlucG14TDi #iKdP2hgP6msAwecZ9BMJXfTITpKIJ98W {  }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmAAb0Z3CalPD9dD2l1P157xwATI8Toi { height:10.75rem;width:19.25rem;top:15.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18rem;height:2.39968125rem;top:0.625rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:18rem;height:10.1953125rem;top:3.875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:7.5rem;height:0.375rem;top:14.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.375rem;height:6.25rem;top:18.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 { background-color:#fafafa;background-image:none;display:block; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container { background-color: transparent; background-image: none; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container > .video-iframe-container { display: none; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row > .video-iframe-container { display: none; }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .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); }#BsDNHVzOdPOEDpElUAJxhREAG6HgItq4 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDEZ3hNfqJeV3AWDwK0Ra1GW8L4zv8Gx { width:18rem;height:2.19993125rem;top:1.7499847412109rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xQJKCTerQTaBQcixRQfUPaCuMcHGwyRD { width:18.8125rem;height:39.08203125rem;top:5.2604179382324rem;left:1.1866319179535rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:9.3125rem;height:11.0625rem;top:1.375rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:20rem;height:8.875rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:12.436631202697rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:18rem;height:12.50975rem;top:15.999999046326rem;left:1rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:18rem;height:1.69921875rem;top:28.461804389954rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { width:18rem;height:10.1953125rem;top:1rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { width:18rem;height:3.3984375rem;top:11.811631679535rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { width:18.1875rem;height:11.8945rem;top:17.572917461395rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { width:18rem;height:3.3984375rem;top:29.414063930511rem;left:1.9991320371627rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { width:18rem;height:0.0625rem;top:16.516492366791rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:18rem;height:36.2070625rem;top:17.686604499817rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:18rem;height:11.25rem;top:5.0616052746772rem;left:1rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5mkpNSUhJxtbeJXrgxRB4yH6cMmN9au { width:18.25rem;height:3.4375rem;top:0.56076335906982rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGezGpTdPBaKV5Uc73sEgkEAzyqcNVWG { display:block; }
 }@media only screen and (max-width: 763px) { #oRRxuGWLttEAnpIoozqI5bVy5I6SE2fv { width:20rem;height:5.375rem;top:43.402765274048rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx { display:block; }#TBZbLJkDdpRusOPIOEhiUDqwM7mTIRgx > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoEgVu356FMmKin9fV7gRWbsTKrB9qa7 { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBqVc7CTToiWcZuBkduAthr03RXbHrv { width:6.3125rem;height:3.798825rem;top:1.375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET7mOT0SkdImqhZTLqHvMdOgD78JXBua { width:3rem;height:2.9375rem;top:5.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuKTS2rTz1zhZn4U6yxAJDqusvB4gmsv { width:20rem;height:6.296875rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnHDadbch47485wKP56tpELHPOwZdko0 { width:1.3125rem;height:1.3125rem;top:6rem;left:7.5625001192094rem;display:block; }
#XnHDadbch47485wKP56tpELHPOwZdko0 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #y76wRTHE7Mkq0XCEKmVTSOaXSJ0VMaZZ { width:1.3125rem;height:1.3125rem;top:6rem;left:11.093750119209rem;display:block; }
#y76wRTHE7Mkq0XCEKmVTSOaXSJ0VMaZZ > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #P1XWb5sJSH56NJkQkMIJdabV0GvipVTr { width:20rem;height:1.57493125rem;top:15.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtPiafTk6kchIb5g7pnC7PnaNua1MTZn { width:7.5625rem;height:2.625rem;top:1.4375rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTVi5LrcEA6zzq267qePVemRPTem1a41 { display:block; }
 }@media only screen and (max-width: 763px) { #Z0S62r1hoTIHMGfhlTA05kEfcRqgFGro { width:7.5625rem;height:2.625rem;top:1.4375rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #keIUDfxAnzTsaizHOcseiMEXeWVMD1mh { display:block; }
 }@media only screen and (max-width: 763px) { #FBL1ne6J1oKrvTKtB58FSidvNARvBBqP { width:20rem;height:1.57493125rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }