.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0635c9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { border-width: 0; border-radius: 0; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:16.4375rem;top:1.28125rem;left:0rem;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
#kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.71875rem;left:46.0625rem; }
#XeSbB5KDA8lnNSq0RNBzRhkrbBRkDnln { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:4.71857213974rem;left:48.124998092651rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/59caa501-48df-41d6-9233-47bab671f615/Desktop11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo.adaptive-delivery-prevent-bg, #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo.lazyload, #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo.lazyloading { background-image: none; } #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo *:focus-visible, #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo input[type="text"]:focus-visible, #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo input[type="email"]:focus-visible, #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo input[type="tel"]:focus-visible, #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo textarea:focus-visible { outline:0.125rem solid rgba(5,13,158,1);; } #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container { background-color: transparent; background-image: none; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container > .video-iframe-container { display: none; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row > .video-iframe-container { display: none; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .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); }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container { border-width: 0; border-radius: 0; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#XX0wN4HdTJSUVVcvUHo6KQ9fBEzkphpI { z-index:15003;top:4.375rem;left:31.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#s7AsTL2yTBIGhB6SNlDoa5335sTm6yHM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Br3OcOMuHkRT0ayQUpSXGIbyEz6HOXSo { z-index:15003;top:4.375rem;left:31.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#KuryBmilDAnId7yeVugJTcAHGBhylwMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k11d6oN6whefl50TDmANUTXEEQtBlqP7 { z-index:15003;top:4.375rem;left:31.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#DqMiTb9ChI5zAVTmFvnKzsxFxmti6F18 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EteTVsXP58UzAiC9rQke9AWFdQNHfsuJ { background-color:#00e5ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.1875rem;left:4.5rem;display:block; }
#zszfnTfshQT43cdApUm6fzkclRHOz0hM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLumPtlRfLtg9fbT4ctVwJauwh1CQbhR { color:#ffffff;display:block;width:62.749375rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:34.125rem;left:0.625rem;height:0;font-style:normal;display:none; }
#Q14PLcV0IJTKhNu40gatV4T5bWLuDpuQ { color:#ffffff;display:block;width:18.6851875rem;position:absolute;font-family:"bebas neue";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:.6;letter-spacing:0;top:0.55841541290283rem;left:5.8043308258057rem;height:0.78735625rem;display:block; }
#oin9vvll4NOByLUJLluKMqhQwkIfHUlx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.29740715026856rem;left:4.4966259002686rem; }
#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA { z-index:;position:relative;display:none; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA { border-width: 0; border-radius: 0; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/f4b8e838-2124-4c03-92f9-d519ae491893/Desktop4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container.adaptive-delivery-prevent-bg, #PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container.lazyload, #PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container.lazyloading { background-image: none; }#raxhrLVK8HgZvEXMIzOOx9vpmKIRxiVG { color:#ffffff;display:block;width:44.9370625rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.728294372559rem;left:0rem;height:0.89323125rem;display:block; }
#JniCNpFTDJgIg7Rzwa9lebvwXI5VKzLI { z-index:15003;top:20.436197280884rem;left:50.055337905884rem;background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4995625rem;height:4.81228125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VOXC3Q9gm5I4MfG9OZQLv9xyiOcntMtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hB2CbWIkv2FCnacFGn1Ixt15x5U9vyLz { color:#ffffff;display:block;width:27.249375rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.6866321563721rem;left:47.178819656372rem;height:2.51844375rem;font-style:italic;display:block; }
#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;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; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { background-color: transparent; background-image: none; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container > .video-iframe-container { display: none; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row > .video-iframe-container { display: none; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .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); }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { border-width: 0; border-radius: 0; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#lD9iT26NQOBHoTU2gBg1yqTcp3LhHG8P { color:#ffffff;display:block;width:12.249375rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:5.830078125rem;left:56.250001907349rem;height:7.4243125rem;display:block; }
#cxXnXUE07hgf05i9x65mml4VBoR5M8Zh { color:#ffffff;display:block;width:10.2495625rem;position:absolute;font-family:"bebas neue";font-size:3.4375rem;font-weight:normal;z-index:15010;line-height:.9;letter-spacing:0;top:13.185766220092rem;left:56.250001907349rem;height:3.09375rem;display:block; }
#g99dhih9DW8zhVimBdy9OT9T0yyzHKRN { color:#ffffff;display:block;width:15.811625rem;position:absolute;font-family:"bebas neue";font-size:2.8125rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:13.185766220092rem;left:18.750001907349rem;height:2.53051875rem;display:block; }
#JIL3sGwhUMJUOi4xSpBO63nXH1JOOJsZ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"bebas neue";font-size:8.4375rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:6.1875rem;left:18.75rem;height:7.59375rem;display:block; }
#oJgc40PKUhUGFAHDRxVUmTBgLpmDST1T { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:3.4375rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:6.1875rem;left:37.5rem;height:3.09375rem;display:block; }
#S7iGJmL0yccCDWAyI4kPnfBiydzDaI7y { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:9.1872863769531rem;left:37.500001907349rem;height:7.4243125rem;display:block; }
#RtEAQPew1kJ7h1UlwOO78gksp7fxDa1T { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:3rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:6.1875rem;left:0rem;height:2.70019375rem;display:block; }
#qWfSICkSiwK7K0lqxSR0daUB5IVfS9Zs { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:9.1875rem;left:0rem;height:7.4243125rem;display:block; }
#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 { 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; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { background-color: transparent; background-image: none; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container > .video-iframe-container { display: none; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row > .video-iframe-container { display: none; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .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); }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { border-width: 0; border-radius: 0; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#tZWtM7rMPQoSw50hhABxPDTBe6QvpOdM { color:#0635c9;display:block;width:75rem;position:absolute;font-family:figtree;font-size:3.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.168701171875rem;left:0rem;height:7.4243125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsMJdZNclDkEyRS5rEtiUlLhAIGCZ52V { background-color:#2229bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.375rem solid #050d9e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:figtree;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.31511125rem;height:4.078339375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.682861328125rem;left:39.62158203125rem;display:block; }
#BPfSxs3TizwTTw3vbTESNTa77ckJfFLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3BCnVJ3qaZIwlfIPVuu1Sy3nVKSqqSN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:18.374rem;top:11.373291015625rem;left:8.4375rem;overflow:hidden;display:block; }
#Uz1xIMxlmD5R2FkBTq1z4IPu0qogIgTJ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:figtree;font-size:3.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.5rem;left:41.25rem;height:;font-style:italic;display:block; }
#nuL5romwv0MnfgPGBsxIMup4x1h61FId { color:#050d9e;display:block;width:27.99925rem;position:absolute;font-family:figtree;font-size:3.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.875rem;left:39.3125rem;height:;font-style:italic;display:block; }
#eGGizmZJGtgbGCQbiFyws4uJbuXS3cTC { color:#04cdff;display:block;width:5.81176875rem;position:absolute;font-family:"archivo black";font-size:7.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.8125rem;left:36.1875rem;height:9.505625rem;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; }
#zw61QElhvaTikT7sqCTRaz8VE2yeOWnu { box-sizing:content-box;height:5.37475625rem;width:26.25rem;position:absolute;display:block;z-index:15010;background-color:#04cdff;background-image:none;top:16.25rem;left:35.625rem;display:block; }
#MsgrPoRtSM6IcqqRORR1rZh2XXL8JIqW { color:#050d9e;display:block;width:25rem;position:absolute;font-family:"archivo black";font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.4208984375rem;left:36.278076171875rem;height:5.15625rem;font-style:normal;display:block; }
#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT { z-index:;position:relative;display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT { border-width: 0; border-radius: 0; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/3395a6ed-7dcb-4f34-9b79-ecf6d5fe0393/desktop4666221182aa06.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.adaptive-delivery-prevent-bg, #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.lazyload, #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.lazyloading { background-image: none; }#WRu4cUqVawkC6p0glI7Qb1b7S6SH6mWH { color:#ffffff;display:block;width:41.186rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.124567508697rem;left:2.3090286254883rem;height:0.82465rem;font-style:normal;display:none; }
#aheTapSQSicqGzTLPu5IGlZmUZC1U7Tn { background-color:#ddff00;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.25rem solid #a5be05;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#050d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6865rem;height:4.6035125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.3984375rem;left:50.625000953674rem;display:block; }
#yeBsF4Wk73FK9gCoy8wo8xTIhlLNIbRs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { background-color: transparent; background-image: none; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container > .video-iframe-container { display: none; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row > .video-iframe-container { display: none; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .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); }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { border-width: 0; border-radius: 0; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#rsrI04SWz6SOAN5bICkamLvav7FDqBnH { color:#050d9e;display:block;width:32.874375rem;position:absolute;font-family:figtree;font-size:4rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:3.5612010955811rem;left:21.809896469116rem;height:4.00035625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Af4tVghW94tCwNXA9i1nfLOkZIn5KBVl { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/da62f621-c69b-4a01-bf8c-e3da5e36fc8a/001FachadaBrigadeiro.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:10.06125664711rem;left:0rem;display:block; }#Af4tVghW94tCwNXA9i1nfLOkZIn5KBVl.adaptive-delivery-prevent-bg, #Af4tVghW94tCwNXA9i1nfLOkZIn5KBVl.lazyload, #Af4tVghW94tCwNXA9i1nfLOkZIn5KBVl.lazyloading { background-image: none; }
#tnsU9epASsZ8lhzDPWDam5MiFThJ60DE { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/c3b33a65-0db3-4c85-842f-c090e569ee23/002Recepo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:18.75rem;top:10.061262130738rem;left:18.749109268189rem;display:block; }#tnsU9epASsZ8lhzDPWDam5MiFThJ60DE.adaptive-delivery-prevent-bg, #tnsU9epASsZ8lhzDPWDam5MiFThJ60DE.lazyload, #tnsU9epASsZ8lhzDPWDam5MiFThJ60DE.lazyloading { background-image: none; }
#s7XtekQMEK66xXkcU8q2bifefUeTE4Xr { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/6b730b74-6283-4172-83df-278847b87aea/003FaixaAzul.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:10.061257362366rem;left:37.498224258423rem;display:block; }#s7XtekQMEK66xXkcU8q2bifefUeTE4Xr.adaptive-delivery-prevent-bg, #s7XtekQMEK66xXkcU8q2bifefUeTE4Xr.lazyload, #s7XtekQMEK66xXkcU8q2bifefUeTE4Xr.lazyloading { background-image: none; }
#dinJ7xTt5Gfrhgmfk29vyKdQDtFJETSt { position:absolute;display:block;z-index:15004;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/e6caa492-af0a-49a6-8dd8-52a2bc0a9b2d/006Inferiores3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:10.061257362366rem;left:56.249998092651rem;display:block; }#dinJ7xTt5Gfrhgmfk29vyKdQDtFJETSt.adaptive-delivery-prevent-bg, #dinJ7xTt5Gfrhgmfk29vyKdQDtFJETSt.lazyload, #dinJ7xTt5Gfrhgmfk29vyKdQDtFJETSt.lazyloading { background-image: none; }
#CdUD9rkiaDDgpiRqeJc6sKInzXUaD5Z1 { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/882f99cd-fe69-4a90-a52e-025b6b4c7b15/009PesoLivre4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:0rem;display:none; }#CdUD9rkiaDDgpiRqeJc6sKInzXUaD5Z1.adaptive-delivery-prevent-bg, #CdUD9rkiaDDgpiRqeJc6sKInzXUaD5Z1.lazyload, #CdUD9rkiaDDgpiRqeJc6sKInzXUaD5Z1.lazyloading { background-image: none; }
#gLiIfMxE9iTUsIPnaCpD4QxgeZ3RM9Ut { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/486e9728-a856-4c3f-b2c2-01f846cce7b2/012ArenaMultiusoColetivas.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:18.750001907349rem;display:none; }#gLiIfMxE9iTUsIPnaCpD4QxgeZ3RM9Ut.adaptive-delivery-prevent-bg, #gLiIfMxE9iTUsIPnaCpD4QxgeZ3RM9Ut.lazyload, #gLiIfMxE9iTUsIPnaCpD4QxgeZ3RM9Ut.lazyloading { background-image: none; }
#Bw3edELnaZ86eSyK42Kay7yU2oxqHnzh { 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:50rem;width:49.625rem;display:none; }
#fEPIM7cu4ydfSue8FN9JTeiU1KvpdahQ { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/03f5f98e-1016-4bc5-88fb-a73bb0bfefd1/013VistaSaidaAlta2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:56.250001907349rem;display:none; }#fEPIM7cu4ydfSue8FN9JTeiU1KvpdahQ.adaptive-delivery-prevent-bg, #fEPIM7cu4ydfSue8FN9JTeiU1KvpdahQ.lazyload, #fEPIM7cu4ydfSue8FN9JTeiU1KvpdahQ.lazyloading { background-image: none; }
#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row .container { background-color: transparent; background-image: none; }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row .container > .video-iframe-container { display: none; }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row > .video-iframe-container { display: none; }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .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); }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row .container { border-width: 0; border-radius: 0; }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#kahMPEaPTdR2vXw3XSvxhPwNgDI9s3ZR { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/03f5f98e-1016-4bc5-88fb-a73bb0bfefd1/013VistaSaidaAlta2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:56.250001907349rem;display:block; }#kahMPEaPTdR2vXw3XSvxhPwNgDI9s3ZR.adaptive-delivery-prevent-bg, #kahMPEaPTdR2vXw3XSvxhPwNgDI9s3ZR.lazyload, #kahMPEaPTdR2vXw3XSvxhPwNgDI9s3ZR.lazyloading { background-image: none; }
#NH9kfpxMMTOzRM1pGlnWfXaalDMBaNFR { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/882f99cd-fe69-4a90-a52e-025b6b4c7b15/009PesoLivre4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:0rem;display:block; }#NH9kfpxMMTOzRM1pGlnWfXaalDMBaNFR.adaptive-delivery-prevent-bg, #NH9kfpxMMTOzRM1pGlnWfXaalDMBaNFR.lazyload, #NH9kfpxMMTOzRM1pGlnWfXaalDMBaNFR.lazyloading { background-image: none; }
#QMsR217Uoa7BB2lDKEcqNFHNkERV9EKT { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/1cb763c2-841c-4896-8cea-ece3cdce3c76/012ArenaMultiusoLutas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:18.75rem;top:18.749998092651rem;left:37.500001907349rem;display:block; }#QMsR217Uoa7BB2lDKEcqNFHNkERV9EKT.adaptive-delivery-prevent-bg, #QMsR217Uoa7BB2lDKEcqNFHNkERV9EKT.lazyload, #QMsR217Uoa7BB2lDKEcqNFHNkERV9EKT.lazyloading { background-image: none; }
#THTT77oTn6Cp080zUUTeHtP0vku6tNMQ { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/486e9728-a856-4c3f-b2c2-01f846cce7b2/012ArenaMultiusoColetivas.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:18.750001907349rem;display:block; }#THTT77oTn6Cp080zUUTeHtP0vku6tNMQ.adaptive-delivery-prevent-bg, #THTT77oTn6Cp080zUUTeHtP0vku6tNMQ.lazyload, #THTT77oTn6Cp080zUUTeHtP0vku6tNMQ.lazyloading { background-image: none; }
#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { background-color: transparent; background-image: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .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); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { border-width: 0; border-radius: 0; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { background-color:#e4e4e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { background-color: transparent; background-image: none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container > .video-iframe-container { display: none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row > .video-iframe-container { display: none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .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); }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { border-width: 0; border-radius: 0; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;overflow:visible;position:relative;display:block; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row .container { border-width: 0; border-radius: 0; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#X5q4Zk1nBu3huLudq03a1S7PSPdFyi4k { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"bebas neue";font-size:3.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.3422317504882rem;left:10.623914718628rem;height:6.749125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row .container { border-width: 0; border-radius: 0; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#f0MfOTZUt68d0yQeFcG3V1AMFIRZl1uX { 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:49.1875rem;width:54.375rem;display:none; }
#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row .container { border-width: 0; border-radius: 0; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#DZQaKTPuTlEVBmiOlbL8yfT6p2zx81IB { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15002;background-color:#050d9e;background-image:none;top:2.5625rem;left:18.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#l4y8aFOyrrPuCNaCmzVqZRuUkPJ4FFAS { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:18.0625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gEoEOvAEsuJzh4TKM1p3of5SslFtbUc4 { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15003;background-color:#050d9e;background-image:none;top:7rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#dM9ruTKgZBnBG4inDhbRggdaoT7mPxdq { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#FAzo7B1AwvhQp8s249UnN4J1lHI0pbK7 { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15005;background-color:#050d9e;background-image:none;top:10.75rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#GrH2afBiT8trc3TanuxBbaHumiIiPwKP { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#xiH2IQHZKr3UFiFre1OlM5ae3aSwuTg5 { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15004;background-color:#050d9e;background-image:none;top:2.5625rem;left:27.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ayV99MfaMA7UM0qDDw3MPqIM65fcuC1o { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:27.5rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWzThHm95TiJ5IfXz1uMX2olr53gkRTO { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15006;background-color:#050d9e;background-image:none;top:2.5625rem;left:37rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Um5f7ZGu0dKQKhhvGAspPt0ZPxN6erpB { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:37rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHcsUTTfEo466GrJ8nWcbpCXhtKJ6HA5 { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15008;background-color:#050d9e;background-image:none;top:2.5625rem;left:46.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#UO8sgKHRvPlHT0OFIiTIt2FmWggmJuEb { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:46.375rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bAqiEZRURnIG2bMinG2srxFLrBE1x7yl { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#050d9e;background-image:none;top:2.5625rem;left:55.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#kF0I1BDtT4LImXx1TSCkr3qiC3sBywIW { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3125rem;left:55.75rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5dZzoWmWqlpSUQWHnfKnyTBikNvrrsq { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#O1Wbr1I8pc1UqxPyVURxS1wBEUt4HpTE { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.7556838989256rem;left:18.030004501342rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wK2zU5CIAr7nwgz6xo4f6RJnQZuh46MO { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:6.875rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#uC9KxW0I9zn32zTh84AmwTK8rrS1FWJK { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.7556838989256rem;left:27.62428855896rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hfoQfxZJhlekDFRUULkdVPg6E9M1xzvS { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#yWItdET7wBHNw587MFFT8dDueCL06wGa { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.6875rem;left:37.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#MPRqPAIPUABsTcaoWPyDHMy4Sxus6yB0 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#wTAhB3x7TTNQ5lup7TcTbrZP4b3062Ct { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.7556838989256rem;left:46.498579025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kPSgiOkn2v9II5wDrEnSrpx5b8nsXFVw { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:55.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#iZ1ql06CFIJzVgMTgH8TqkaL18x52fTU { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.7556838989256rem;left:55.873579025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xxaWZoWccBB8ES2EoHfXobWfhaodHalP { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#URIMtLIfqAH1qi0CPttmh4mGQ0l9D9KR { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.505693435669rem;left:18.030004501342rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gTWyvThl6tDo7Lg73RF7IkvtfBMJ3kCK { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Nudr5K55o6n8tO6pFJp0T3weCse68ka0 { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.505694389343rem;left:27.46803855896rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hDf3UnEUv4H9KhWQODAkALiJ15rpeU9p { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#XwvXPCOTLiu4Z9OxSQV7MB5omu9ywy7I { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.505693435669rem;left:36.967329025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CaKWNCFnUbuDNDOdvaE0LXShIa0eBqDB { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:10.625rem;left:46.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ByxNvPt2Gxz46SFoMk2edGknfeoBFJLn { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.505694389343rem;left:46.342329025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VAAF8dgh2WpdFWxITUgeo9kavNLeT5IG { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:55.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#QGopTRpP3H97kDCMSd0kRieafyWTB0sV { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.505689620972rem;left:55.717329025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bJIGyavQW2U6Zm4qLGOHa3c0T2A2Sg48 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;top:21.875rem;left:46.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ElC75T3A7H9fUV4UTS9OznWiJ0bW8QKL { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:22.75rem;left:46.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Jec8pu7e4GfT3IdXu854TCshsTw5Qh5q { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:22rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#vUdT02c6rBeTlVkW1VSnLyWMaXwufG2g { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:22.75rem;left:27.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qvdw8TfzpzXPQDiKfmoTuDK4c5v4wCyG { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;top:22rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#JWrq78d8lTcRLWqmsItoCZWIaDyM8IWz { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:22.719257354736rem;left:18.030004501342rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Gopkns6vGrxXkzyf0n0GNDwwpRGt6OIq { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15029;background-color:#050d9e;background-image:none;top:22rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#p0Ct4NCsWfJqQdqVTQSGOUnmBf3VSDhc { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:22.5625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#g9qAiT8ebbIC1ArzDmOdI5qqksz9Jlrw { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;top:14.5rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#dX1MzTnpmzqyVnIO4ISETgWxRCTglbz3 { box-sizing:content-box;height:2.87464375rem;width:8.5618125rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:14.498420715332rem;left:36.972654342651rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#OqsL34D8fGR9Dsp9S53dQ6Dl8g63gNCm { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;top:14.5rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ofbLA7qlNfyhcGp8vTF6dRMVOAc81C0A { box-sizing:content-box;height:2.87464375rem;width:8.5618125rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;top:14.498402357101rem;left:55.722654342651rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#sEIkR97XH9HcgpmEsAL7aDXNKk682Q9d { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15027;background-color:#050d9e;background-image:none;top:14.5rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#FDhTiT48wBK3k2SB12GLeLsua4XwSlbd { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;top:14.375rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#c3eUAFJg8ozsER0mcq2L8nsII4CHTzz9 { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:15.1875rem;left:46.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tEarJBCTP55bm7sGTfK9znpUgP6JTmAN { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.0625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#LsfTTwDBHudwFXnt8SesTwDKVJWJRUKL { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.375rem;left:18.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uzrTlGcImXBLMZ8SaH8vvyigCD49TV3r { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:15.0625rem;left:27.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uGT6foVaG0GVrenlGCiXG7XbUksPvoft { color:#050d9e;display:block;width:8.686rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.375rem;left:37rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ai3osdmcdB2SMVgwICqbQ5E0rVSFwLT3 { color:#050d9e;display:block;width:8.686rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.375rem;left:55.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#pFwRrN8FmF6LmBHUGXmS4ibVRgkwTs3T { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15088;background-color:rgba(0,0,0,0);background-image:none;top:33.1875rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#yTzTZNWto2WLpSx35afgUMaDZrO8XThP { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15084;background-color:rgba(0,0,0,0);background-image:none;top:33.0625rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#IalBlARu0ncwUsew4TkhFiQhKKrebRH4 { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:33.921441853046rem;left:46.499567031861rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#N8IFvhyrFpOapvFznSdNHWbyuIsTXJtR { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:33.921441853046rem;left:27.624784469604rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mCap4h0T28BifCcRuKoL97hH3t0atFpx { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15082;background-color:rgba(0,0,0,0);background-image:none;top:33.1875rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Dq0gcRWT2gtCgOvcdVR3SEMOXNpD1mRu { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:34.0625rem;left:18rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#SH4xnkyPV6cMVS0AuOPGv4tzB9ON5rPe { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:none;top:29.4375rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#HUbgnM4rlxcMvJXs3koWUd2CW1ucGblF { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15062;background-color:rgba(0,0,0,0);background-image:none;top:29.4375rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#MLnlQScMXIC0d623xMRth4OoshK6sx1b { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:none;top:29.4375rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#wQkiu4FCT5LuAkuq4HS25UcQDuWTeXD5 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:none;top:29.3125rem;left:46.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#TT6ZcIwl3KkTWTRgTF4Rsb6e8kPTwLGh { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:30.281407356262rem;left:18.030004501342rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wH06T8aHr2XqHErW6tyANauNMIa4poUB { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:30.171441853046rem;left:27.467451095581rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xNlXk0e4NZ5aANHLOpBM154DkACip9cK { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:30.281407356262rem;left:36.967329025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cpPrJ8tkH8FBDt9y2LbGmqM2b8q4Joue { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:30.171441853046rem;left:46.342233657837rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#rs6MREZPAmnbIcwi5gXK4zQi1UFMyyVn { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15051;background-color:#050d9e;background-image:none;top:29.4375rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#DgoFg2sw2uilFyyCuSAbARMFqd3uxIbg { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:30rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ibXdXFXrsm0dzrcwZ8B43CkGzDWnIaoe { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15075;background-color:#050d9e;background-image:none;top:36.9375rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ihsPsQI7xPc4Ikw5T5dbMkFJTxdQ16Pz { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:37.5rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Emokk82LpNot5fVVG09zOuXAhr3LEhV4 { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15073;background-color:#050d9e;background-image:none;top:33.1875rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#iHykqIRq7A1LrIZKVsrsqQyg6ADaQuxs { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:33.75rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#gQIMiLDaW2nimkXdWSVOQZ8F8sQaCDoF { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15049;background-color:#050d9e;background-image:none;top:25.6875rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#XyoEQT8xrDqT6Q1t7lPbqxGLo5IoAF3c { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15058;background-color:rgba(0,0,0,0);background-image:none;top:25.6875rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#BuqVSabJLG483oGPqzSUJbXCrTkSr7yr { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:none;top:25.5625rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Immh3dOavG7PFg1AQc5uLlxa2p4NVI2D { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15062;background-color:rgba(0,0,0,0);background-image:none;top:25.6875rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#QOfDJJAvpihbBQznpiqE3mawB6M8T5qI { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:none;top:25.6875rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#XayQ9TL3ChWQX1XTGL2TXvqZaSWwmFJr { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:none;top:29.4375rem;left:55.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#oEhKBatBXF550gXcfTM5FFxShWphBUbV { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:26.25rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#FVWuxc25BweGoK5WUB1yZKQyo8m18Lfm { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:26.4375rem;left:18.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nEzhTHy4fpSktkgxXXpDxMAG8S5orf8g { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:26.443516731262rem;left:27.62428855896rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cyuE2pyirT29VSenZ7unm91l1aWCc1zX { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:26.375rem;left:37.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nwsKpurlV0G15UKSNgb1HlyyPL36f61U { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:26.375rem;left:46.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VIlEKCIg4oTC4f3VxX5vyPAIVzEdnWEq { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:30.1875rem;left:55.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#W7grN8PnufdNxIq7dC2Eaa7PdtuBKLJA { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:21.875rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Fsde7XMWhfwZQ69rpDGXuQU82zJcgT5x { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:22.719257354736rem;left:36.967329025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ULUXffhMeLV6f4GzAZfhdL912p5R3Pci { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15084;background-color:rgba(0,0,0,0);background-image:none;top:33.3125rem;left:37.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#JWqudQoeWCZPTkfhUpJ9ar6vx5Tqx832 { color:#050d9e;display:block;width:8.686rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:33.921441853046rem;left:36.968317031861rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bP5wJRZ5zXW6sTKbgyldEby6z7DMWTZT { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15066;background-color:rgba(0,0,0,0);background-image:none;top:36.8125rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#KUKRo19TWT13yTOn3hLqak3baPnXveyc { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:37.5625rem;left:18.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#p9D0yrIr1K9OSnO4OOQocZFEd0LOhoBZ { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15066;background-color:rgba(0,0,0,0);background-image:none;top:36.8125rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#CG5fyVePGxHeacf0C7vLMaCeSEDlSshC { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:37.6875rem;left:27.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#WPk6XAIr68Hlxl6V8r5xchKbi2KCoWEN { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0);background-image:none;top:36.9375rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#wZvzFE5zflFVBq96gOeOVQa4N2tcPDxd { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:37.8125rem;left:46.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iAVbOVLxZEQ57BxTRfUL0nJcEpdEN0Sx { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0);background-image:none;top:36.9375rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#SCkz76vROkhSZBshDJDN6dLs0PGBKr48 { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:37.6875rem;left:37.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#luglEopQ7TuLc8hQpvEZrDGzfmkTlPxy { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0);background-image:none;top:40.75rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#cKN4vArETvxh106aTsUBwaXw7QUTIRAm { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:41.593551635743rem;left:46.342329025269rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ZIzzmKgT85teTeu0Z20SBdacJedJVHun { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0);background-image:none;top:40.75rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#tVpE2HP4g12HxTU3KoaSkPHzxHT4KeKH { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:41.5rem;left:37.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#AAcIsqmMGMxbUxHumkuhnx1sb1HFDG9k { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0);background-image:none;top:40.625rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#CDkFCzgbg6pvRiVRnxFqHSoLnxOEaBPT { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:41.593551635743rem;left:27.46803855896rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#RoPpxTwRgyZoksniqArLAPvkv8JDHENJ { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0);background-image:none;top:40.625rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#NMMluirZXhqyNzXgsbAvaL8MOzl3I7nu { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:41.375rem;left:18.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fofmzqhquyCww74DnOboHShqnUPbL9BS { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15085;background-color:#050d9e;background-image:none;top:40.75rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Wxa50CJ18CE22hQZduQEwvawqMNszGSl { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:41.3125rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#L77mgTxRJcaiux9RV6zgzTeVzo6HfdwH { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15086;background-color:rgba(0,0,0,0);background-image:none;top:44.3125rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ImRTmA2gRVe0mP4CAuPyJ4tylC2hB7bf { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:45.1875rem;left:27.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#epD4b0HQHLff42HTcUcTe93Kvq2lBpLO { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15095;background-color:#050d9e;background-image:none;top:44.4375rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#zyK1TSx6mGfCFgG72sMTgxZ2OovKZtKk { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:45rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#V9X4WbKTTOQEESsWHZAraAbMGeuiML5s { box-sizing:content-box;height:2.87464375rem;width:8.5618125rem;position:absolute;display:block;z-index:15088;background-color:rgba(0,0,0,0);background-image:none;top:44.31107711792rem;left:46.347654342651rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#UcbDwA3BhR9PV5wGZgOOHuFV4RF8gCFr { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:45.3125rem;left:46.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#gznwVUdAACiWABd4EmtZrsOQztCsburZ { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15054;background-color:rgba(0,0,0,0);background-image:none;top:18.1875rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#pqq76RQCqSlb6e25EHfGmPw1B0a9l549 { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:19.031446456909rem;left:46.498579025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ggPfur6OOg2OicO7flWIQwtnXitr7TTT { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15050;background-color:rgba(0,0,0,0);background-image:none;top:18.0625rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#qdeSguq1wwo1nd6zMKTNvA70nnO9TUq8 { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:19.042970478535rem;left:27.624784469604rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kHzQvEddbTmMaOdDhsu3t8swlMDDsT2S { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0);background-image:none;top:18.1875rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Uhn2TTFCTrmgEBH2wi7wmCmvFzQGCV1i { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:19.0625rem;left:18.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dzoV5p3x6u9kBZ5c49fnxFms2KzHKWZd { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15039;background-color:#050d9e;background-image:none;top:18.1875rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#NtJQH6hlfPeowLTrCEqUVNtn8p3UJVli { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:18.75rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#iTEVypHuCwNAAuvPPcoQMUiC18gawLeE { 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:19.375rem;width:44.9375rem;display:none; }
#iydAk0Nv4pgcNy2IKsOkVIN6ZhNJSpTT { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15066;background-color:rgba(0,0,0,0);background-image:none;top:33.1875rem;left:55.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#TPITKPtQGHpXRq3J3Pa03LTBC37vRKZo { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:33.9375rem;left:55.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qDh2bfdhLVgAX4f9zs5MZB8itZBI2led { box-sizing:content-box;height:2.8125rem;width:7.249625rem;position:absolute;display:block;z-index:15096;background-color:#050d9e;background-image:none;top:48.187143325806rem;left:10.560190200806rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Lx0s0kyN1TFdpiKxDDk1eKZ6ERuy5TDx { color:#ffffff;display:block;width:7.0623125rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:48.740232467651rem;left:10.654296875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#F678xginVtRlGnUxMAfw5QQRR79A0VCf { box-sizing:content-box;height:2.87464375rem;width:8.5618125rem;position:absolute;display:block;z-index:15087;background-color:rgba(0,0,0,0);background-image:none;top:48.125rem;left:37.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ZKSJqZVJhEVKrG5rfmOsUgbVPnlQ5vTm { box-sizing:content-box;height:2.87464375rem;width:8.5618125rem;position:absolute;display:block;z-index:15088;background-color:rgba(0,0,0,0);background-image:none;top:48.125rem;left:18.125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#qrU3TVTaOrzGuX54sfs1pxve5vylJwtT { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15088;background-color:rgba(0,0,0,0);background-image:none;top:44.375rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#J51uzXkT8gpUZlKvf5iMEBKJmOxS07R1 { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:45.25rem;left:18rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OzA88Xg8MtafHc4ySNxnZ6fC6TbmiK62 { box-sizing:content-box;height:2.87375625rem;width:8.5618125rem;position:absolute;display:block;z-index:15089;background-color:rgba(0,0,0,0);background-image:none;top:44.31107711792rem;left:36.972654342651rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#K6o9TufimsiLT8HlJvZrvqvVNTel8Eqt { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:45.156248092651rem;left:37.055219650269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cdUGnsZMxLLiTUqxa9blHAHZuiik1OgL { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:49rem;left:18.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wXGKMGSyoTTWgOo0IWIzSOOrdErI2a54 { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:49rem;left:37rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row .container { border-width: 0; border-radius: 0; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#J45MNgTV47LIoInXPGi5DvHqnXoqIT29 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"bebas neue";font-size:3.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:2.1527786254883rem;left:10.437284469604rem;height:3.37535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { border-width: 0; border-radius: 0; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#hbON6yctM5bTMRRdCV8LveSufkax19Jr { 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:19.375rem;width:54.3125rem;display:none; }
#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row .container { border-width: 0; border-radius: 0; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#ocedVxVwuE89lE6dQJwquLJ1DWw99bOh { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15002;background-color:#050d9e;background-image:none;top:2.5625rem;left:18.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#TIpqUag0oBoa1oB4a4Gsthcm7m9kCD5m { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:18.0625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ih6hLqATGhOttUlwqzqOtBuayzX43RTw { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15003;background-color:#050d9e;background-image:none;top:7rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#amI3rg8M7RCp9oDwChynCZ9RPCbIEyRv { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Fy8cq3u364b9x1S3Wr1QgWzaH2tIPlhC { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15005;background-color:#050d9e;background-image:none;top:10.75rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#TJTz6dl7il2zNqbtsTTrCWdT7irnrtoA { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#RaUb2frI7UaIPkl73ME5Vfb1UTKg5ll8 { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15004;background-color:#050d9e;background-image:none;top:2.5625rem;left:27.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#cBsnp2CwQu1k80tOsirbxGEHAcnlizOW { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:27.5rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSx6IUhRoiRJTRUkQZO8mzMPHbaedVQw { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15006;background-color:#050d9e;background-image:none;top:2.5625rem;left:37rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#er318ocmhq5EGua8TPR1zFBWRAUCKUMb { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:37rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3BpuKZ9WSdPrflGcty3HPX5ikK7LbRD { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15008;background-color:#050d9e;background-image:none;top:2.5625rem;left:46.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#yXTPTKITfF8h8pNwUewWTQOWZqJiNnrL { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:46.375rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DTVyGfAKl92q0h71S95CUwOcn3gJMNs7 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:6.875rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#sDkHTsXEOwpfPGVIbPAPrGqnylRCIqQB { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.7556772232056rem;left:27.62428855896rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Hy2P16OpJS8EVIGu4PnrrnQarvV7wfKm { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#p2G43nrvfcD3AbnNLII7nkgWiPpZRy1f { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.7556772232056rem;left:46.498579025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wK2C2P7Vb7SesIRWLAWHgBODZ7TBJ1OQ { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#zpIUmvJW4KcCBUQ5fFmf1e9bqxhZ4M9H { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.50567817688rem;left:18.030004501342rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tW92kXQAgtgHxnMTNiGf758rH6TO0cys { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#TLb6R9Bshl1WzHCvKDV547XwB9rEtTlT { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.50567817688rem;left:36.967329025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#coEMZ5m8wqHTZKxxagwcFJTRTn1CyZeU { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;top:18.25rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#R3oWwdT65dudoRpN8uboupJr2ER0uUah { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:19.093572616577rem;left:18.030004501342rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hN4mTCdntAZshoQx1F7LE5c5t0ccsuGh { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15029;background-color:#050d9e;background-image:none;top:18.25rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#xDTUkkUq5xxIviK4mswlIie0MQs2FutV { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:18.8125rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#IAeaqRzRyU2qMJKMVwZZlE1whMstMBxH { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15027;background-color:#050d9e;background-image:none;top:14.5rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#KMckmcclEOKPnMcWzdn7AVt4KI2l6vku { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.0625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#DuyLN1pE9mWOumva035TUOpHEvnZ4Jzu { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:14.625rem;left:27.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#kfUKkPZGsHRBTdpfdANTdZrvKGUAKe8P { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.25567817688rem;left:27.62428855896rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tnTvP2sqn1H9myaib1O8zeb2DeS1vgrE { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;top:14.5rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#aCu6aB7JPAekJmkghOiGXAVPlpKpE4xK { color:#050d9e;display:block;width:8.3744375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.25567817688rem;left:46.498579025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#eNDmedoteBPm5fCeiTKU9nEKK1TC2IWR { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:18.25rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#tnFkFmeb2wmX1IeLHp1qVuJnCkVaWIfT { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:19.093572616577rem;left:36.967329025269rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mJsmJvxSx03tPlwBBxXdGKWnTbsKWSMo { box-sizing:content-box;height:2.87464375rem;width:8.5618125rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:55.8125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#sPcLVqfZat1payIghFAb06s9rqbb1xFX { color:#050d9e;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.50567817688rem;left:55.806104660034rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nSM1WN6ariakatambu8C7SMWPv5TeHww { box-sizing:content-box;height:3.75rem;width:8.6248125rem;position:absolute;display:block;z-index:15009;background-color:#050d9e;background-image:none;top:2.5621452331543rem;left:55.811429977417rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#irKXb30xLBX2tJDNMq4s77wIfOIhMwA2 { color:#ffffff;display:block;width:8.6869375rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.33984375rem;left:55.7776927948rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/4b399b0f-b8e1-4e00-b96e-68178590f345/dividerg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.adaptive-delivery-prevent-bg, #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.lazyload, #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.lazyloading { background-image: none; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { border-width: 0; border-radius: 0; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;overflow:visible;position:relative;display:none; }#XnVgO7074rDOmTCzv5sUBIhLuNQbhE6d { 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:7.8125rem;width:14.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#fZ40MDwLgB8yoLcsiCqPJ2OQ95dLGB4a { 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:7.8125rem;width:14.125rem;top:0.625rem;left:15.5rem;overflow:hidden;display:block; }
#l5ymb3LsXuZpMwChZSUePpITW1fE8nBC { 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:7.8125rem;width:14.125rem;top:0.625rem;left:30.4375rem;overflow:hidden;display:block; }
#rvirZUViCr5V3QTiAeJtCqM9631DUGTD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:14.125rem;top:0.625rem;left:46.25rem;overflow:hidden;display:block; }
#NWkCnDL21To7Dc5wiF1uRzR0EIkOiBRh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:14.125rem;top:0.625rem;left:60.875rem;overflow:hidden;display:block; }
#yeTqJJFKEdNKKZiShHJPBhilCG9lagT9 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.875rem;left:16.53125rem;height:20.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bNtSAS4moTCezGPfZBJd7LMredGCZnvG { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:1.03125rem;height:19.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4NiOywhcyA2waAt0lO2lXDi9mvldeEE { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.875rem;left:31.46875rem;height:15.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZPNZouITWlvEbHaSvstM74BXX2110ye { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:47.28125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#na5M5U2cOQcfWVNE3iRLlUTTO7QpeTVR { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.875rem;left:61.90625rem;height:11.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIopsgpPe42J7xzAhGCMSMRibAXClEZd { position:relative;display:block; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd { background-color: transparent; background-image: none; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container > .video-iframe-container { display: none; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row > .video-iframe-container { display: none; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .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); }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd { border-width: 0; border-radius: 0; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .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; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RvWP1DpQh9TqTZDVerFKnna2eKZG5kVu { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:17rem;left:0rem;height:3.1860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qawJyh85QEKvpOI9gMnitbnyaLLe9IOn { color:#ffffff;display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:16.999786376953rem;left:21.216363906861rem;height:3.1860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yT4Dobk8fvtaa5lxxDUxbB8tairyaWsC { color:#ffffff;display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.125rem;left:41.125rem;height:3.1860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bh1qrHSEpoPiaVfyb8hZ7lvceNai9Z7v { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.937149047851rem;left:57.749998092651rem;height:3.1860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ouvzqmZknI5TM3M0TFikfXSXqEfPe9aZ { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:7.375rem;left:3.5625rem;display:block; }
#Ay2uHmrxd7nM35Mu2Sk8nX15FaXpfZil { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.125rem;left:5.3125rem; }
#hz20zspzsQ2LK2hpFnETDpaEwAbAi2Ti { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:7.125rem;left:24.75rem;display:block; }
#CwUSNiXhSML2FtK5zrmok6pD3c5bfJuM { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:7.25rem;left:44.6875rem;display:block; }
#sEnc8hiVWQWVBXVKniqSPFNmxQMSTVbF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.125rem;left:46.5rem; }
#xBO2R915NvsLxHcSkngH1uS8ndAyF5sC { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:7.125rem;left:62.9375rem;display:block; }
#zXSgmlTrfUZDphNAlum6DW3vxZwGCwiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:8.75rem;left:64.5625rem; }
#vuoggRiXINZN6T2I0tF5JEgsDTInWmRo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.4055438041687rem;left:26.027166366577rem; }
#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { position:relative;display:block; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { background-color: transparent; background-image: none; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container > .video-iframe-container { display: none; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row > .video-iframe-container { display: none; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .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); }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { border-width: 0; border-radius: 0; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .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; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yZi0sKZStgfDVGTqV68R5TAZxX9HGbJ4 { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:13.5rem;left:0.125rem;height:3.1860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ai37JQ6ZlWqgBcolCnr8zPvTGTKn2RfA { color:#ffffff;display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:13.5625rem;left:41.5625rem;height:3.1860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hpqo0ow36GdHvlT6LPsJOJg9eoPT1d3C { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:13.498756408691rem;left:21.779119491577rem;height:3.18715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rRx1ZpDTHwZa7n7TWQZsyXvm0TCx9bR6 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:13.4375rem;left:57.375rem;height:3.18715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUGs0ISh6RPu1cRntlkddry4iCsB4C25 { background-color:#0078ff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:figtree;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499375rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.9970703125rem;left:28.248046875rem;display:block; }
#Zw4USQXu8yDP6B1PUvrRJq01R8oP4xsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q8nPbr2q7w4E6ql1MwMyT7LfWQSRS7UV { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:3.875rem;left:3.6875rem;display:block; }
#BftPsqPQsM2bvTgPTZJpvAcnisTSXIcx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.625rem;left:5.4375rem; }
#Vc8A5zH66rg77pdI0kgAxZMlIHfauxtD { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:3.9375rem;left:45.125rem;display:block; }
#eDxWQLmbkcAcCOFi6onpGGDZ1EF3a8bR { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:4rem;left:25.1875rem;display:block; }
#Z4D7lNrqdExWOOvVmtevl3haiKDlcuuD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562325rem;width:4.562325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.5291194915771rem;left:26.841264724731rem; }
#AwIBCvN4hvKZOuCPbBzZtmudRMpaUp2m { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:3.875rem;left:62.25rem;display:block; }
#TmViAR90lTUIzf79wZfyFTiT9xfefQ4W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:5.5rem;left:63.875rem; }
#MN3fmcVFmw8HFn8Vzw9XvQslM2nT2JCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12435rem;width:4.12435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.8125rem;left:46.9375rem; }
#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row .container { background-color: transparent; background-image: none; }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row .container > .video-iframe-container { display: none; }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row > .video-iframe-container { display: none; }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .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); }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row .container { border-width: 0; border-radius: 0; }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#l64cyCm9Vv2c6KterT1He4vTq0ESe8FX { color:#0635c9;display:block;width:50.686875rem;position:absolute;font-family:figtree;font-size:3.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.5625rem;left:10.375rem;height:3.50043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kvIKbvDwEt1RpDrDM7B7JQJThVNM8qfa { color:#808080;display:block;width:38.2498125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:15.875rem;height:8.24584375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qL0LgNuLgTDc5TWQT8a51Pl79uq1wgTt { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:figtree;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.499125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.6875rem;left:25.4375rem;display:block; }
#hpOCNFLOUIrCQdrAZzQzpoMnptngoNVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bMBfr9Gm5W7Tga5oMHDoUp2ILO3rmzhT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.875rem;left:25.4375rem; }
#V9mNBz3QxmRVlXzh9fRfm8WkLR48EEPW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:19.8125rem;top:2.6245660781861rem;left:54.749353408814rem;overflow:hidden;display:block; }
#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { border-width: 0; border-radius: 0; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:none; }#sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { 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:6.0625rem;width:6.0625rem;top:25.3125rem;left:62.8125rem;overflow:hidden;display:block; }
#vZxUU6sJClQIVRloe1fKzsSehvet7iHL { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.125rem;left:59.8125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.1875rem;left:59.8125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { 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:6.0625rem;width:6.0625rem;top:5.375rem;left:62.8125rem;overflow:hidden;display:block; }
#UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:33.125rem;left:41.0625rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:25.3125rem;left:44.0625rem;overflow:hidden;display:block; }
#whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.25rem;left:41.0625rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:5.4375rem;left:44.0625rem;overflow:hidden;display:block; }
#QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { position:absolute;display:block;z-index:15013;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:45.25rem;width:29rem;top:1.125rem;left:8.51171875rem;overflow:hidden;display:block; }
#FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { position:absolute;display:block;z-index:14999;background-color:#2229bf;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:45.6875rem;width:59.9375rem;top:1rem;left:37.4375rem;display:block; }
#WttadMaA9cLRmMwxIHBQugsKFXel7N8k { 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:none; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row .container { border-width: 0; border-radius: 0; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:none; }#iUiORqEA6lFLyB9fesEhuCJI3mQhFTZV { color:#050d9e;display:block;width:34.5rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:20.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lQIuNSsTHFM8Ha9pS4vm7KMUO0bLTKli { color:#808080;display:block;width:45.9375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:9.75rem;left:14.5625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c { 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:none; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row .container { border-width: 0; border-radius: 0; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#CFSMKdDPTnWMb3q8aztT3HU9b5qNQuUg { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:3.90625rem;overflow:hidden;display:block; }
#kamisKwW3i6BTmFrs9qpBTXMJHSEx2Ut { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:22.65625rem;overflow:hidden;display:block; }
#aZBZkc5dTQXk29Oqonlxp6O10yFasKav { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:41.40625rem;overflow:hidden;display:block; }
#dymmU3ZzdEIWfrpXnekSEP2Csk6u4e0x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:3.90625rem;left:60.15625rem;overflow:hidden;display:block; }
#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL { 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:none; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row .container { border-width: 0; border-radius: 0; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:none; }#w8hVpRkfboP9Lo5c482GhJBQ75DLOyXN { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:3.90625rem;overflow:hidden;display:block; }
#ZW7cz19krozfybIcdBDbTkTiUNUywnyy { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:22.65625rem;overflow:hidden;display:block; }
#BZIGQhWnIPL7RTLMnE9ictyyRpRJnPHL { 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:10.5rem;width:10.5rem;top:4.125rem;left:41.625rem;overflow:hidden;display:block; }
#t04ElQUQcH9etXt8rRzul61f8xBxSMmC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:3.90625rem;left:60.15625rem;overflow:hidden;display:block; }
#zD2GhV3QouZDqtnRu39ehuObwQgfkyka { color:rgba(128,128,128,0.67);display:block;width:75rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.28125rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#idTyirunOVoVnHwIvZvbp3ygio17WFXb { 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:none; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row .container { border-width: 0; border-radius: 0; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#Zv6dPdADDTnOer2i2uwcmpMZCXRsLboS { color:#050d9e;display:block;width:34.5rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.09375rem;left:20.25rem;height:5.6857625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG { 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:none; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row .container { border-width: 0; border-radius: 0; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;position:relative;display:none; }#K0m7bz1HxiBI5empdVfAWrHXM06d6m2P { color:#808080;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.1875rem;left:5.875rem;height:23.62195rem;text-align:left;text-align-last:left;display:block; }
#HISfPiFuVHIOBc4FXLQ211BUpcuCy0Qb { 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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.4375rem 1.25rem rgba(6,27,93,0.28) ;height:45.9375rem;width:20.1875rem;top:7.0625rem;left:2.40625rem;display:block; }
#M9L4itq1DskioNzy0ifn4AEdknLEB98h { color:#25d366;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.1875rem;left:4rem;height:26.9965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JHE3VCThPRlf0JKmWpxB6ZdWE5rOxT5g { background-color:#050d9e;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.8125rem;left:4.4375rem;display:block; }
#byyRVDKWhZXXJNNO1fwXK2osW1diXhDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVuWd76D8DfNxP6qwgNPeCdXttTT81Wd { 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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.4375rem 1.25rem rgba(6,27,93,0.28) ;height:45.9375rem;width:20.1875rem;top:7.6875rem;left:28.625rem;display:block; }
#a7uEo7BVf6TUD8WNpFS2D7rckK0JQzuh { color:#808080;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.1875rem;left:30.875rem;height:25.3092375rem;text-align:left;text-align-last:left;display:block; }
#uivx6zd2eWV21LXMmbsvWEZbQ6alVsge { background-color:#050d9e;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.8125rem;left:29.4375rem;display:block; }
#uk9UxwQX5XZu1vRZqWTWPUWiOVqUd0En { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsvmTAUfwCwUzsV2zuttbOzrtkTVW1sZ { color:#25d366;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.1875rem;left:29rem;height:28.68378125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GEbHmKJ2HexQTemCkQlxiRnn92UTlHJo { 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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.4375rem 1.25rem rgba(6,27,93,0.28) ;height:45.9375rem;width:20.1875rem;top:7.0625rem;left:52.4375rem;display:block; }
#oQDCKDFwILJtHDVqMJFGKWk3atg2fZmT { color:#808080;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.1875rem;left:55.875rem;height:26.996525rem;text-align:left;text-align-last:left;display:block; }
#A4lsocdg8dxk2UnsPymcIGkdb8PsaRfp { color:#25d366;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.1875rem;left:54rem;height:30.3710625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQrCnNVTmT24lnQk7O9FnHsXOtuoC28m { background-color:#050d9e;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.8125rem;left:54.4375rem;display:block; }
#klOMihr9umoQPDFrZwyJTdnexEfHFcfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCOPmnhMbl73ldvTX4muEqFsMQPyeTng { color:rgba(128,128,128,0.67);display:block;width:75rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:57.21875rem;left:0rem;height:8.56769375rem;text-align:left;text-align-last:left;display:block; }
#wwvCT2uTU9wTOxp6gS1pipXrTHg1dJ5O { box-sizing:content-box;height:13.9375rem;width:14.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#00ea8d;background-image:none;top:0.25rem;left:31.53125rem;display:block; }
#BSgbQyyxhhyFy5KDXFExTvvmvg4J282T { box-sizing:content-box;height:13.9375rem;width:14.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#0078ff;background-image:none;top:0rem;left:55.3125rem;display:block; }
#VmwgSpWgbMtibqZI2gyBokz4XtNNk7sr { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.9140720367432rem;left:8.46875rem;height:1.625rem;display:block; }
#K6r3KTedr5UyP78cb8J2FFKVN7mXq6yN { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.28515625rem;left:5.875rem;height:1.86875rem;display:block; }
#VkDNcayaJuvCy4NzW5tG0FO0fXlZCtl2 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:figtree;font-size:3.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.61328125rem;left:7.989585876465rem;height:4.7125rem;display:block; }
#vxIlkTv0fTaFkXznqWzy1SJ9b65RgVX5 { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.7890625rem;left:9.59375rem;height:1.625rem;display:block; }
#ObeSDMJeyDx13lJmsVvPCJWJQTiKusht { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5611991882324rem;left:33.624135971069rem;height:1.625rem;display:block; }
#xMQphT3xIEPSfGm0GIkZp7TfSpM1d2yz { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.9375rem;left:32.0625rem;height:1.86875rem;display:block; }
#WF77xuvdK71X234TTNPGrt6dmPQyGxTa { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:figtree;font-size:3.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.8216145038605rem;left:33.833335876465rem;height:4.79375rem;font-style:normal;display:block; }
#iDfDF7RAsziJGZe3vSkHQTpUODTMdBVI { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.7890625rem;left:35.8125rem;height:1.625rem;display:block; }
#x2w0TvWilZmK67AI6NL9C6e2f9KRzmFM { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6848964691162rem;left:56.40625rem;height:1.381075rem;display:block; }
#GAWxrbXTeNplV4EuS68HvOAVWgEsaz55 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:figtree;font-size:3.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.8216152191162rem;left:58.020835876465rem;height:4.79375rem;font-style:normal;display:block; }
#Ku4cGOHu2MfTvIx4Aws4gFBf7M1HKW7E { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.28515625rem;left:55.875rem;height:1.86875rem;display:block; }
#KEGcEctq0fXvR5xb8G0LR89kuPwZK7pJ { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.2109375rem;left:59.59375rem;height:1.625rem;display:block; }
#ktPraMTEulbXP7TLk49BOEU5RvxAXx9J { box-sizing:content-box;height:13.9375rem;width:14.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#0078ff;background-image:none;top:0rem;left:5.34375rem;display:block; }
#bU92GWiz7pAivWJJV8oWJCKe12xrLovv { box-sizing:content-box;height:2.37413125rem;width:8.0620625rem;position:absolute;display:block;z-index:15017;background-color:#0635c9;background-image:none;top:12.6875rem;left:34.6875rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#EI9IFClvVrWd5Zz8fq2cVekP7z2EBlgc { color:#ffffff;display:block;width:6.6873125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.1875rem;left:35.375rem;height:1.3rem;display:block; }
#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;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; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { background-color: transparent; background-image: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container > .video-iframe-container { display: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container { display: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .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); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { border-width: 0; border-radius: 0; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11rem;top:3.609375rem;left:0rem;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.adaptive-delivery-prevent-bg, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyload, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyloading { background-image: none; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.9375rem;left:71.75rem; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; }#kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:5.703125rem;left:64.375rem;height:1.71875rem;font-style:normal;display:block; }
#JO2eeABXh8kD171CbdIlg1J9fTlFwJln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2229bf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { border-width: 0; border-radius: 0; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { background-color:#deff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #afc800;border-left:0rem solid #afc800;border-right:0rem solid #afc800;border-bottom:0.3125rem solid #afc800;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#050d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:62.75rem;display:block; }
#s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.65625rem;left:42.9375rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { position:absolute;display:block;z-index:15005;background-color:#ed1c24;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.3125rem;left:72.90625rem;display:block; }
#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { background-color: transparent; background-image: none; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container > .video-iframe-container { display: none; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row > .video-iframe-container { display: none; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .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); }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { border-width: 0; border-radius: 0; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .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; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SeGtXq2yBBUrurwKKPKpLts1MXXT9V7k { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0635c9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.25rem;display:block; }
#HHHnO8RcRZEZz5dbHWQvyIKrrIKmv1dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbBUKamBqo7rkKT0qRFs63yBHh9X73VJ { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#bXCWRWnqfhoziT1ThGoDfPSeCBgd4eE0 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#FCdTHNZmi3qOAg5PxtTl4Hz5NVOBthy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6mAnP68ngzrT8ulH7KPLFGEmEOW6ECE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#WT3JyTUR7n9dNAeU2MspNKNbODlwrTb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:16.4375rem;height:6rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { width:1.4375rem;height:1.4375rem;top:4.6875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeSbB5KDA8lnNSq0RNBzRhkrbBRkDnln { width:26.875rem;height:1.3125rem;top:4.6875rem;left:20.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo { display:block; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX0wN4HdTJSUVVcvUHo6KQ9fBEzkphpI { top:17.375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7AsTL2yTBIGhB6SNlDoa5335sTm6yHM { display:block; }
 }@media only screen and (max-width: 763px) { #Br3OcOMuHkRT0ayQUpSXGIbyEz6HOXSo { top:16.6875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuryBmilDAnId7yeVugJTcAHGBhylwMV { display:block; }
 }@media only screen and (max-width: 763px) { #k11d6oN6whefl50TDmANUTXEEQtBlqP7 { top:15.1875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqMiTb9ChI5zAVTmFvnKzsxFxmti6F18 { display:block; }
 }@media only screen and (max-width: 763px) { #EteTVsXP58UzAiC9rQke9AWFdQNHfsuJ { width:19.125rem;height:5rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zszfnTfshQT43cdApUm6fzkclRHOz0hM { display:block; }
 }@media only screen and (max-width: 763px) { #cLumPtlRfLtg9fbT4ctVwJauwh1CQbhR { width:47.75rem;height:0.8125rem;top:34.125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q14PLcV0IJTKhNu40gatV4T5bWLuDpuQ { width:18.625rem;height:0.75rem;top:0.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oin9vvll4NOByLUJLluKMqhQwkIfHUlx { width:1.0625rem;height:1.0625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA { display:none; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #raxhrLVK8HgZvEXMIzOOx9vpmKIRxiVG { width:44.875rem;height:0.875rem;top:28.6875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JniCNpFTDJgIg7Rzwa9lebvwXI5VKzLI { top:20.375rem;left:26.25rem;width:21.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOXC3Q9gm5I4MfG9OZQLv9xyiOcntMtf { display:block; }
 }@media only screen and (max-width: 763px) { #hB2CbWIkv2FCnacFGn1Ixt15x5U9vyLz { width:27.1875rem;height:2.5rem;top:2.625rem;left:20.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql { display:block; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD9iT26NQOBHoTU2gBg1yqTcp3LhHG8P { width:12.1875rem;height:7.375rem;top:5.8125rem;left:35.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxXnXUE07hgf05i9x65mml4VBoR5M8Zh { width:10.1875rem;height:3.0625rem;top:13.125rem;left:35.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99dhih9DW8zhVimBdy9OT9T0yyzHKRN { width:15.75rem;height:2.5rem;top:13.125rem;left:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIL3sGwhUMJUOi4xSpBO63nXH1JOOJsZ { width:13.75rem;height:7.5625rem;top:6.125rem;left:10.125rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJgc40PKUhUGFAHDRxVUmTBgLpmDST1T { width:10.1875rem;height:3.0625rem;top:6.1875rem;left:23.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7iGJmL0yccCDWAyI4kPnfBiydzDaI7y { width:14rem;height:7.4375rem;top:9.125rem;left:23.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtEAQPew1kJ7h1UlwOO78gksp7fxDa1T { width:10.1875rem;height:2.6875rem;top:6.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfSICkSiwK7K0lqxSR0daUB5IVfS9Zs { width:10.1875rem;height:7.375rem;top:9.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 { display:block; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZWtM7rMPQoSw50hhABxPDTBe6QvpOdM { width:47.75rem;height:;top:4.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMJdZNclDkEyRS5rEtiUlLhAIGCZ52V { width:18.3125rem;height:4.0625rem;top:33.625rem;left:25.99658203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPfSxs3TizwTTw3vbTESNTa77ckJfFLV { display:block; }
 }@media only screen and (max-width: 763px) { #a3BCnVJ3qaZIwlfIPVuu1Sy3nVKSqqSN { width:18.3125rem;height:31.145402470883rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz1xIMxlmD5R2FkBTq1z4IPu0qogIgTJ { width:16.875rem;height:;top:21.4375rem;left:27.625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuL5romwv0MnfgPGBsxIMup4x1h61FId { width:27.9375rem;height:;top:24.8125rem;left:19.8125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGGizmZJGtgbGCQbiFyws4uJbuXS3cTC { width:5.75rem;height:9.5rem;top:19.8125rem;left:22.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw61QElhvaTikT7sqCTRaz8VE2yeOWnu { width:26.25rem;height:5.3125rem;top:16.25rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsgrPoRtSM6IcqqRORR1rZh2XXL8JIqW { width:25rem;height:5.125rem;top:16.375rem;left:22.653076171875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT { display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WRu4cUqVawkC6p0glI7Qb1b7S6SH6mWH { width:41.125rem;height:0.8125rem;top:27.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aheTapSQSicqGzTLPu5IGlZmUZC1U7Tn { width:21.625rem;height:4.5625rem;top:14.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeBsF4Wk73FK9gCoy8wo8xTIhlLNIbRs { display:block; }
 }@media only screen and (max-width: 763px) { #pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB { display:block; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsrI04SWz6SOAN5bICkamLvav7FDqBnH { width:32.8125rem;height:3.9375rem;top:3.5rem;left:8.1848964691163rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af4tVghW94tCwNXA9i1nfLOkZIn5KBVl { width:18.75rem;height:18.75rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnsU9epASsZ8lhzDPWDam5MiFThJ60DE { width:18.75rem;height:18.75rem;top:10rem;left:5.1241092681885rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7XtekQMEK66xXkcU8q2bifefUeTE4Xr { width:18.75rem;height:18.75rem;top:10rem;left:23.873224258423rem;display:block; }
 }@media only screen and (max-width: 763px) { #dinJ7xTt5Gfrhgmfk29vyKdQDtFJETSt { width:18.75rem;height:18.75rem;top:10rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdUD9rkiaDDgpiRqeJc6sKInzXUaD5Z1 { width:18.75rem;height:18.75rem;top:18.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLiIfMxE9iTUsIPnaCpD4QxgeZ3RM9Ut { width:18.75rem;height:18.75rem;top:18.6875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bw3edELnaZ86eSyK42Kay7yU2oxqHnzh { width:31.5625rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEPIM7cu4ydfSue8FN9JTeiU1KvpdahQ { width:18.75rem;height:18.75rem;top:18.6875rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH { display:block; }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kahMPEaPTdR2vXw3XSvxhPwNgDI9s3ZR { width:18.75rem;height:18.75rem;top:18.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH9kfpxMMTOzRM1pGlnWfXaalDMBaNFR { width:18.75rem;height:18.75rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMsR217Uoa7BB2lDKEcqNFHNkERV9EKT { width:18.75rem;height:18.75rem;top:18.6875rem;left:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THTT77oTn6Cp080zUUTeHtP0vku6tNMQ { width:18.75rem;height:18.75rem;top:18.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { display:none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOJf0o7srRlHmJcc370aSfgPk5EKskNi { display:none; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X5q4Zk1nBu3huLudq03a1S7PSPdFyi4k { width:21.5625rem;height:3.3125rem;top:1.3125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g17M4qMCbN043cAnAITL7NPU2zwvqIo4 { display:none; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f0MfOTZUt68d0yQeFcG3V1AMFIRZl1uX { width:47.3125rem;height:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkPW4OCUniE37TAd0ibtkJ11RnCEr00d { display:none; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZQaKTPuTlEVBmiOlbL8yfT6p2zx81IB { width:8.5625rem;height:3.75rem;top:2.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4y8aFOyrrPuCNaCmzVqZRuUkPJ4FFAS { width:8.625rem;height:2.1875rem;top:3.3125rem;left:4.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEoEOvAEsuJzh4TKM1p3of5SslFtbUc4 { width:7.1875rem;height:2.8125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM9ruTKgZBnBG4inDhbRggdaoT7mPxdq { width:7rem;height:1.6875rem;top:7.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzo7B1AwvhQp8s249UnN4J1lHI0pbK7 { width:7.1875rem;height:2.8125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrH2afBiT8trc3TanuxBbaHumiIiPwKP { width:7rem;height:1.6875rem;top:11.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiH2IQHZKr3UFiFre1OlM5ae3aSwuTg5 { width:8.5625rem;height:3.75rem;top:2.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayV99MfaMA7UM0qDDw3MPqIM65fcuC1o { width:8.625rem;height:2.1875rem;top:3.3125rem;left:13.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzThHm95TiJ5IfXz1uMX2olr53gkRTO { width:8.5625rem;height:3.75rem;top:2.5625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5f7ZGu0dKQKhhvGAspPt0ZPxN6erpB { width:8.625rem;height:2.1875rem;top:3.3125rem;left:23.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHcsUTTfEo466GrJ8nWcbpCXhtKJ6HA5 { width:8.5625rem;height:3.75rem;top:2.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO8sgKHRvPlHT0OFIiTIt2FmWggmJuEb { width:8.625rem;height:2.1875rem;top:3.3125rem;left:32.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAqiEZRURnIG2bMinG2srxFLrBE1x7yl { width:8.5625rem;height:3.75rem;top:2.5625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0I1BDtT4LImXx1TSCkr3qiC3sBywIW { width:8.625rem;height:2.1875rem;top:3.3125rem;left:39.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dZzoWmWqlpSUQWHnfKnyTBikNvrrsq { width:8.5rem;height:2.8125rem;top:7rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Wbr1I8pc1UqxPyVURxS1wBEUt4HpTE { width:8.625rem;height:1.25rem;top:7.75rem;left:4.4050045013428rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2zU5CIAr7nwgz6xo4f6RJnQZuh46MO { width:8.5rem;height:2.8125rem;top:6.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC9KxW0I9zn32zTh84AmwTK8rrS1FWJK { width:8.3125rem;height:1.25rem;top:7.75rem;left:13.99928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfoQfxZJhlekDFRUULkdVPg6E9M1xzvS { width:8.5rem;height:2.8125rem;top:7rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWItdET7wBHNw587MFFT8dDueCL06wGa { width:8.3125rem;height:1.25rem;top:7.625rem;left:23.562498092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPRqPAIPUABsTcaoWPyDHMy4Sxus6yB0 { width:8.5rem;height:2.8125rem;top:7rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAhB3x7TTNQ5lup7TcTbrZP4b3062Ct { width:8.3125rem;height:1.25rem;top:7.75rem;left:32.873579025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPSgiOkn2v9II5wDrEnSrpx5b8nsXFVw { width:8.5rem;height:2.8125rem;top:7rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ1ql06CFIJzVgMTgH8TqkaL18x52fTU { width:8.3125rem;height:1.25rem;top:7.75rem;left:39.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxaWZoWccBB8ES2EoHfXobWfhaodHalP { width:8.5rem;height:2.8125rem;top:10.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIMtLIfqAH1qi0CPttmh4mGQ0l9D9KR { width:8.625rem;height:1.25rem;top:11.5rem;left:4.4050045013428rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWyvThl6tDo7Lg73RF7IkvtfBMJ3kCK { width:8.5rem;height:2.8125rem;top:10.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nudr5K55o6n8tO6pFJp0T3weCse68ka0 { width:8.625rem;height:1.25rem;top:11.5rem;left:13.84303855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDf3UnEUv4H9KhWQODAkALiJ15rpeU9p { width:8.5rem;height:2.8125rem;top:10.75rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvXPCOTLiu4Z9OxSQV7MB5omu9ywy7I { width:8.625rem;height:1.25rem;top:11.5rem;left:23.342329025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaKWNCFnUbuDNDOdvaE0LXShIa0eBqDB { width:8.5rem;height:2.8125rem;top:10.625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxNvPt2Gxz46SFoMk2edGknfeoBFJLn { width:8.625rem;height:1.25rem;top:11.5rem;left:32.717329025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAAF8dgh2WpdFWxITUgeo9kavNLeT5IG { width:8.5rem;height:2.8125rem;top:10.75rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGopTRpP3H97kDCMSd0kRieafyWTB0sV { width:8.625rem;height:1.25rem;top:11.5rem;left:39.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJIGyavQW2U6Zm4qLGOHa3c0T2A2Sg48 { width:8.5rem;height:2.8125rem;top:21.875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElC75T3A7H9fUV4UTS9OznWiJ0bW8QKL { width:8.625rem;height:1.25rem;top:22.6875rem;left:32.74928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jec8pu7e4GfT3IdXu854TCshsTw5Qh5q { width:8.5rem;height:2.8125rem;top:22rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUdT02c6rBeTlVkW1VSnLyWMaXwufG2g { width:8.625rem;height:1.25rem;top:22.6875rem;left:13.874998092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvdw8TfzpzXPQDiKfmoTuDK4c5v4wCyG { width:8.5rem;height:2.8125rem;top:22rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWrq78d8lTcRLWqmsItoCZWIaDyM8IWz { width:8.625rem;height:1.25rem;top:22.6875rem;left:4.4050045013428rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gopkns6vGrxXkzyf0n0GNDwwpRGt6OIq { width:7.1875rem;height:2.8125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Ct4NCsWfJqQdqVTQSGOUnmBf3VSDhc { width:7rem;height:1.6875rem;top:22.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qAiT8ebbIC1ArzDmOdI5qqksz9Jlrw { width:8.5rem;height:2.8125rem;top:14.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX1MzTnpmzqyVnIO4ISETgWxRCTglbz3 { width:8.5rem;height:2.8125rem;top:14.4375rem;left:23.347654342651rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqsL34D8fGR9Dsp9S53dQ6Dl8g63gNCm { width:8.5rem;height:2.8125rem;top:14.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofbLA7qlNfyhcGp8vTF6dRMVOAc81C0A { width:8.5rem;height:2.8125rem;top:14.4375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEIkR97XH9HcgpmEsAL7aDXNKk682Q9d { width:7.1875rem;height:2.8125rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDhTiT48wBK3k2SB12GLeLsua4XwSlbd { width:8.5rem;height:2.8125rem;top:14.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3eUAFJg8ozsER0mcq2L8nsII4CHTzz9 { width:8.3125rem;height:1.25rem;top:15.125rem;left:32.937498092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEarJBCTP55bm7sGTfK9znpUgP6JTmAN { width:7rem;height:1.6875rem;top:15.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsfTTwDBHudwFXnt8SesTwDKVJWJRUKL { width:8.625rem;height:1.25rem;top:15.3125rem;left:4.4369678497314rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrTlGcImXBLMZ8SaH8vvyigCD49TV3r { width:8.3125rem;height:1.25rem;top:15rem;left:13.99928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGT6foVaG0GVrenlGCiXG7XbUksPvoft { width:8.625rem;height:1.25rem;top:15.3125rem;left:23.37428855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai3osdmcdB2SMVgwICqbQ5E0rVSFwLT3 { width:8.625rem;height:1.25rem;top:15.3125rem;left:39.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFwRrN8FmF6LmBHUGXmS4ibVRgkwTs3T { width:8.5rem;height:2.8125rem;top:33.1875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzTZNWto2WLpSx35afgUMaDZrO8XThP { width:8.5rem;height:2.8125rem;top:33.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IalBlARu0ncwUsew4TkhFiQhKKrebRH4 { width:8.3125rem;height:1.25rem;top:33.875rem;left:32.874464035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8IFvhyrFpOapvFznSdNHWbyuIsTXJtR { width:8.3125rem;height:1.25rem;top:33.875rem;left:13.99928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCap4h0T28BifCcRuKoL97hH3t0atFpx { width:8.5rem;height:2.8125rem;top:33.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0gcRWT2gtCgOvcdVR3SEMOXNpD1mRu { width:8.625rem;height:1.25rem;top:34rem;left:4.3748226165771rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH4xnkyPV6cMVS0AuOPGv4tzB9ON5rPe { width:8.5rem;height:2.8125rem;top:29.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbgnM4rlxcMvJXs3koWUd2CW1ucGblF { width:8.5rem;height:2.8125rem;top:29.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLnlQScMXIC0d623xMRth4OoshK6sx1b { width:8.5rem;height:2.8125rem;top:29.4375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQkiu4FCT5LuAkuq4HS25UcQDuWTeXD5 { width:8.5rem;height:2.8125rem;top:29.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6ZcIwl3KkTWTRgTF4Rsb6e8kPTwLGh { width:8.625rem;height:1.25rem;top:30.25rem;left:4.4050045013428rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH06T8aHr2XqHErW6tyANauNMIa4poUB { width:8.625rem;height:1.25rem;top:30.125rem;left:13.842149734497rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlXk0e4NZ5aANHLOpBM154DkACip9cK { width:8.625rem;height:1.25rem;top:30.25rem;left:23.342329025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpPrJ8tkH8FBDt9y2LbGmqM2b8q4Joue { width:8.625rem;height:1.25rem;top:30.125rem;left:32.716440200806rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs6MREZPAmnbIcwi5gXK4zQi1UFMyyVn { width:7.1875rem;height:2.8125rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgoFg2sw2uilFyyCuSAbARMFqd3uxIbg { width:7rem;height:1.6875rem;top:30rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXdXFXrsm0dzrcwZ8B43CkGzDWnIaoe { width:7.1875rem;height:2.8125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihsPsQI7xPc4Ikw5T5dbMkFJTxdQ16Pz { width:7rem;height:1.6875rem;top:37.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emokk82LpNot5fVVG09zOuXAhr3LEhV4 { width:7.1875rem;height:2.8125rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHykqIRq7A1LrIZKVsrsqQyg6ADaQuxs { width:7rem;height:1.6875rem;top:33.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQIMiLDaW2nimkXdWSVOQZ8F8sQaCDoF { width:7.1875rem;height:2.8125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyoEQT8xrDqT6Q1t7lPbqxGLo5IoAF3c { width:8.5rem;height:2.8125rem;top:25.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqVSabJLG483oGPqzSUJbXCrTkSr7yr { width:8.5rem;height:2.8125rem;top:25.5625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Immh3dOavG7PFg1AQc5uLlxa2p4NVI2D { width:8.5rem;height:2.8125rem;top:25.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfDJJAvpihbBQznpiqE3mawB6M8T5qI { width:8.5rem;height:2.8125rem;top:25.6875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XayQ9TL3ChWQX1XTGL2TXvqZaSWwmFJr { width:8.5rem;height:2.8125rem;top:29.4375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhKBatBXF550gXcfTM5FFxShWphBUbV { width:7rem;height:1.6875rem;top:26.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVWuxc25BweGoK5WUB1yZKQyo8m18Lfm { width:8.625rem;height:1.25rem;top:26.375rem;left:4.4369678497314rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEzhTHy4fpSktkgxXXpDxMAG8S5orf8g { width:8.3125rem;height:1.25rem;top:26.4375rem;left:13.99928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuE2pyirT29VSenZ7unm91l1aWCc1zX { width:8.3125rem;height:1.25rem;top:26.3125rem;left:23.562498092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsKpurlV0G15UKSNgb1HlyyPL36f61U { width:8.3125rem;height:1.25rem;top:26.3125rem;left:32.937498092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIlEKCIg4oTC4f3VxX5vyPAIVzEdnWEq { width:8.3125rem;height:1.25rem;top:30.1875rem;left:39.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7grN8PnufdNxIq7dC2Eaa7PdtuBKLJA { width:8.5rem;height:2.8125rem;top:21.875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsde7XMWhfwZQ69rpDGXuQU82zJcgT5x { width:8.625rem;height:1.25rem;top:22.6875rem;left:23.342329025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULUXffhMeLV6f4GzAZfhdL912p5R3Pci { width:8.5rem;height:2.8125rem;top:33.3125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWqudQoeWCZPTkfhUpJ9ar6vx5Tqx832 { width:8.625rem;height:1.25rem;top:33.875rem;left:23.343214035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP5wJRZ5zXW6sTKbgyldEby6z7DMWTZT { width:8.5rem;height:2.8125rem;top:36.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKRo19TWT13yTOn3hLqak3baPnXveyc { width:8.3125rem;height:1.25rem;top:37.5rem;left:4.5621433258057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9D0yrIr1K9OSnO4OOQocZFEd0LOhoBZ { width:8.5rem;height:2.8125rem;top:36.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG5fyVePGxHeacf0C7vLMaCeSEDlSshC { width:8.625rem;height:1.25rem;top:37.625rem;left:13.811964035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPk6XAIr68Hlxl6V8r5xchKbi2KCoWEN { width:8.5rem;height:2.8125rem;top:36.9375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvzFE5zflFVBq96gOeOVQa4N2tcPDxd { width:8.625rem;height:1.25rem;top:37.75rem;left:32.74928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVbOVLxZEQ57BxTRfUL0nJcEpdEN0Sx { width:8.5rem;height:2.8125rem;top:36.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCkz76vROkhSZBshDJDN6dLs0PGBKr48 { width:8.3125rem;height:1.25rem;top:37.625rem;left:23.499464035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luglEopQ7TuLc8hQpvEZrDGzfmkTlPxy { width:8.5rem;height:2.8125rem;top:40.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKN4vArETvxh106aTsUBwaXw7QUTIRAm { width:8.625rem;height:1.25rem;top:41.5625rem;left:32.717233657837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzzmKgT85teTeu0Z20SBdacJedJVHun { width:8.5rem;height:2.8125rem;top:40.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVpE2HP4g12HxTU3KoaSkPHzxHT4KeKH { width:8.3125rem;height:1.25rem;top:41.4375rem;left:23.499464035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAcIsqmMGMxbUxHumkuhnx1sb1HFDG9k { width:8.5rem;height:2.8125rem;top:40.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkFCzgbg6pvRiVRnxFqHSoLnxOEaBPT { width:8.625rem;height:1.25rem;top:41.5625rem;left:13.842451095581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPpxTwRgyZoksniqArLAPvkv8JDHENJ { width:8.5rem;height:2.8125rem;top:40.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMMluirZXhqyNzXgsbAvaL8MOzl3I7nu { width:8.3125rem;height:1.25rem;top:41.3125rem;left:4.5621433258057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofmzqhquyCww74DnOboHShqnUPbL9BS { width:7.1875rem;height:2.8125rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxa50CJ18CE22hQZduQEwvawqMNszGSl { width:7rem;height:1.6875rem;top:41.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L77mgTxRJcaiux9RV6zgzTeVzo6HfdwH { width:8.5rem;height:2.8125rem;top:44.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRTmA2gRVe0mP4CAuPyJ4tylC2hB7bf { width:8.625rem;height:1.25rem;top:45.125rem;left:13.812067031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epD4b0HQHLff42HTcUcTe93Kvq2lBpLO { width:7.1875rem;height:2.8125rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyK1TSx6mGfCFgG72sMTgxZ2OovKZtKk { width:7rem;height:1.6875rem;top:45rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9X4WbKTTOQEESsWHZAraAbMGeuiML5s { width:8.5rem;height:2.8125rem;top:44.25rem;left:32.722654342651rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbDwA3BhR9PV5wGZgOOHuFV4RF8gCFr { width:8.625rem;height:1.25rem;top:45.3125rem;left:32.686853408814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gznwVUdAACiWABd4EmtZrsOQztCsburZ { width:8.5rem;height:2.8125rem;top:18.1875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqq76RQCqSlb6e25EHfGmPw1B0a9l549 { width:8.3125rem;height:1.25rem;top:19rem;left:32.873579025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggPfur6OOg2OicO7flWIQwtnXitr7TTT { width:8.5rem;height:2.8125rem;top:18.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeSguq1wwo1nd6zMKTNvA70nnO9TUq8 { width:8.3125rem;height:1.25rem;top:19rem;left:13.99928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzQvEddbTmMaOdDhsu3t8swlMDDsT2S { width:8.5rem;height:2.8125rem;top:18.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhn2TTFCTrmgEBH2wi7wmCmvFzQGCV1i { width:8.625rem;height:1.25rem;top:19rem;left:4.4369678497314rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzoV5p3x6u9kBZ5c49fnxFms2KzHKWZd { width:7.1875rem;height:2.8125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJQH6hlfPeowLTrCEqUVNtn8p3UJVli { width:7rem;height:1.6875rem;top:18.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEVypHuCwNAAuvPPcoQMUiC18gawLeE { width:44.9375rem;height:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iydAk0Nv4pgcNy2IKsOkVIN6ZhNJSpTT { width:8.5rem;height:2.8125rem;top:33.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPITKPtQGHpXRq3J3Pa03LTBC37vRKZo { width:8.3125rem;height:1.25rem;top:33.9375rem;left:39.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDh2bfdhLVgAX4f9zs5MZB8itZBI2led { width:7.1875rem;height:2.8125rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx0s0kyN1TFdpiKxDDk1eKZ6ERuy5TDx { width:7rem;height:1.6875rem;top:48.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F678xginVtRlGnUxMAfw5QQRR79A0VCf { width:8.5rem;height:2.8125rem;top:48.125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSJqZVJhEVKrG5rfmOsUgbVPnlQ5vTm { width:8.5rem;height:2.8125rem;top:48.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrU3TVTaOrzGuX54sfs1pxve5vylJwtT { width:8.5rem;height:2.8125rem;top:44.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51uzXkT8gpUZlKvf5iMEBKJmOxS07R1 { width:8.625rem;height:1.25rem;top:45.25rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzA88Xg8MtafHc4ySNxnZ6fC6TbmiK62 { width:8.5rem;height:2.8125rem;top:44.25rem;left:23.347654342651rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6o9TufimsiLT8HlJvZrvqvVNTel8Eqt { width:8.625rem;height:1.25rem;top:45.125rem;left:23.430219650269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdUGnsZMxLLiTUqxa9blHAHZuiik1OgL { width:8.625rem;height:1.25rem;top:49rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXGKMGSyoTTWgOo0IWIzSOOrdErI2a54 { width:8.625rem;height:1.25rem;top:49rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z { display:none; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J45MNgTV47LIoInXPGi5DvHqnXoqIT29 { width:21.5625rem;height:3.3125rem;top:2.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa { display:none; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hbON6yctM5bTMRRdCV8LveSufkax19Jr { width:47.75rem;height:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X { display:none; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ocedVxVwuE89lE6dQJwquLJ1DWw99bOh { width:8.5625rem;height:3.75rem;top:2.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpqUag0oBoa1oB4a4Gsthcm7m9kCD5m { width:8.625rem;height:2.1875rem;top:3.3125rem;left:4.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih6hLqATGhOttUlwqzqOtBuayzX43RTw { width:7.1875rem;height:2.8125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amI3rg8M7RCp9oDwChynCZ9RPCbIEyRv { width:7rem;height:1.6875rem;top:7.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy8cq3u364b9x1S3Wr1QgWzaH2tIPlhC { width:7.1875rem;height:2.8125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTz6dl7il2zNqbtsTTrCWdT7irnrtoA { width:7rem;height:1.6875rem;top:11.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaUb2frI7UaIPkl73ME5Vfb1UTKg5ll8 { width:8.5625rem;height:3.75rem;top:2.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBsnp2CwQu1k80tOsirbxGEHAcnlizOW { width:8.625rem;height:2.1875rem;top:3.3125rem;left:13.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSx6IUhRoiRJTRUkQZO8mzMPHbaedVQw { width:8.5625rem;height:3.75rem;top:2.5625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #er318ocmhq5EGua8TPR1zFBWRAUCKUMb { width:8.625rem;height:2.1875rem;top:3.3125rem;left:23.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BpuKZ9WSdPrflGcty3HPX5ikK7LbRD { width:8.5625rem;height:3.75rem;top:2.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXTPTKITfF8h8pNwUewWTQOWZqJiNnrL { width:8.625rem;height:2.1875rem;top:3.3125rem;left:32.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVyGfAKl92q0h71S95CUwOcn3gJMNs7 { width:8.5rem;height:2.8125rem;top:6.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkHTsXEOwpfPGVIbPAPrGqnylRCIqQB { width:8.3125rem;height:1.25rem;top:7.75rem;left:13.99928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2P16OpJS8EVIGu4PnrrnQarvV7wfKm { width:8.5rem;height:2.8125rem;top:7rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2G43nrvfcD3AbnNLII7nkgWiPpZRy1f { width:8.3125rem;height:1.25rem;top:7.75rem;left:32.873579025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2C2P7Vb7SesIRWLAWHgBODZ7TBJ1OQ { width:8.5rem;height:2.8125rem;top:10.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpIUmvJW4KcCBUQ5fFmf1e9bqxhZ4M9H { width:8.625rem;height:1.25rem;top:11.5rem;left:4.4050045013428rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW92kXQAgtgHxnMTNiGf758rH6TO0cys { width:8.5rem;height:2.8125rem;top:10.75rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLb6R9Bshl1WzHCvKDV547XwB9rEtTlT { width:8.625rem;height:1.25rem;top:11.5rem;left:23.342329025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEMZ5m8wqHTZKxxagwcFJTRTn1CyZeU { width:8.5rem;height:2.8125rem;top:18.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3oWwdT65dudoRpN8uboupJr2ER0uUah { width:8.625rem;height:1.25rem;top:19.0625rem;left:4.4050045013428rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN4mTCdntAZshoQx1F7LE5c5t0ccsuGh { width:7.1875rem;height:2.8125rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTUkkUq5xxIviK4mswlIie0MQs2FutV { width:7rem;height:1.6875rem;top:18.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeaqRzRyU2qMJKMVwZZlE1whMstMBxH { width:7.1875rem;height:2.8125rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMckmcclEOKPnMcWzdn7AVt4KI2l6vku { width:7rem;height:1.6875rem;top:15rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuyLN1pE9mWOumva035TUOpHEvnZ4Jzu { width:8.5rem;height:2.8125rem;top:14.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfUKkPZGsHRBTdpfdANTdZrvKGUAKe8P { width:8.3125rem;height:1.25rem;top:15.25rem;left:13.99928855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTvP2sqn1H9myaib1O8zeb2DeS1vgrE { width:8.5rem;height:2.8125rem;top:14.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCu6aB7JPAekJmkghOiGXAVPlpKpE4xK { width:8.3125rem;height:1.25rem;top:15.25rem;left:32.873579025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNDmedoteBPm5fCeiTKU9nEKK1TC2IWR { width:8.5rem;height:2.8125rem;top:18.25rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnFkFmeb2wmX1IeLHp1qVuJnCkVaWIfT { width:8.625rem;height:1.25rem;top:19.0625rem;left:23.342329025269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJsmJvxSx03tPlwBBxXdGKWnTbsKWSMo { width:8.5rem;height:2.8125rem;top:10.75rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcLVqfZat1payIghFAb06s9rqbb1xFX { width:8.625rem;height:1.25rem;top:11.5rem;left:39.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSM1WN6ariakatambu8C7SMWPv5TeHww { width:8.5625rem;height:3.75rem;top:2.5rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irKXb30xLBX2tJDNMq4s77wIfOIhMwA2 { width:8.625rem;height:2.1875rem;top:3.3125rem;left:39.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG { display:block; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnVgO7074rDOmTCzv5sUBIhLuNQbhE6d { width:14.125rem;height:7.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ40MDwLgB8yoLcsiCqPJ2OQ95dLGB4a { width:14.125rem;height:7.8125rem;top:0.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ymb3LsXuZpMwChZSUePpITW1fE8nBC { width:14.125rem;height:7.8125rem;top:0.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvirZUViCr5V3QTiAeJtCqM9631DUGTD { width:14.125rem;height:7.8125rem;top:0.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkCnDL21To7Dc5wiF1uRzR0EIkOiBRh { width:14.125rem;height:7.8125rem;top:0.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTqJJFKEdNKKZiShHJPBhilCG9lagT9 { width:12.0625rem;height:20.6875rem;top:8.875rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNtSAS4moTCezGPfZBJd7LMredGCZnvG { width:12.0625rem;height:19.125rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4NiOywhcyA2waAt0lO2lXDi9mvldeEE { width:12.0625rem;height:15.9375rem;top:8.875rem;left:17.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPNZouITWlvEbHaSvstM74BXX2110ye { width:12.0625rem;height:6.375rem;top:8.875rem;left:33.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5M5U2cOQcfWVNE3iRLlUTTO7QpeTVR { width:12.0625rem;height:11.125rem;top:8.875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIopsgpPe42J7xzAhGCMSMRibAXClEZd { display:block; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvWP1DpQh9TqTZDVerFKnna2eKZG5kVu { width:14.875rem;height:3.125rem;top:17rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qawJyh85QEKvpOI9gMnitbnyaLLe9IOn { width:14.875rem;height:3.125rem;top:16.9375rem;left:7.5913639068606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4Dobk8fvtaa5lxxDUxbB8tairyaWsC { width:14.875rem;height:3.1875rem;top:17.125rem;left:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh1qrHSEpoPiaVfyb8hZ7lvceNai9Z7v { width:16.9375rem;height:3.125rem;top:16.875rem;left:30.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouvzqmZknI5TM3M0TFikfXSXqEfPe9aZ { width:7.8125rem;height:7.8125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay2uHmrxd7nM35Mu2Sk8nX15FaXpfZil { width:4.25rem;height:4.25rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz20zspzsQ2LK2hpFnETDpaEwAbAi2Ti { width:7.8125rem;height:7.8125rem;top:7.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwUSNiXhSML2FtK5zrmok6pD3c5bfJuM { width:7.8125rem;height:7.8125rem;top:7.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEnc8hiVWQWVBXVKniqSPFNmxQMSTVbF { width:4.0625rem;height:4.0625rem;top:9.125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBO2R915NvsLxHcSkngH1uS8ndAyF5sC { width:7.8125rem;height:7.8125rem;top:7.125rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXSgmlTrfUZDphNAlum6DW3vxZwGCwiy { width:4.5625rem;height:4.5625rem;top:8.75rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuoggRiXINZN6T2I0tF5JEgsDTInWmRo { width:5.3125rem;height:5.3125rem;top:8.375rem;left:12.402166366577rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { display:block; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZi0sKZStgfDVGTqV68R5TAZxX9HGbJ4 { width:16.125rem;height:3.125rem;top:13.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai37JQ6ZlWqgBcolCnr8zPvTGTKn2RfA { width:14.875rem;height:3.125rem;top:13.5625rem;left:27.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpqo0ow36GdHvlT6LPsJOJg9eoPT1d3C { width:14.6875rem;height:3.125rem;top:13.4375rem;left:8.1541194915769rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRx1ZpDTHwZa7n7TWQZsyXvm0TCx9bR6 { width:17.625rem;height:3.125rem;top:13.4375rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUGs0ISh6RPu1cRntlkddry4iCsB4C25 { width:18.4375rem;height:4.375rem;top:23.9375rem;left:14.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw4USQXu8yDP6B1PUvrRJq01R8oP4xsr { display:block; }
 }@media only screen and (max-width: 763px) { #q8nPbr2q7w4E6ql1MwMyT7LfWQSRS7UV { width:7.8125rem;height:7.8125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftPsqPQsM2bvTgPTZJpvAcnisTSXIcx { width:4.25rem;height:4.25rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc8A5zH66rg77pdI0kgAxZMlIHfauxtD { width:7.8125rem;height:7.8125rem;top:3.9375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDxWQLmbkcAcCOFi6onpGGDZ1EF3a8bR { width:7.8125rem;height:7.8125rem;top:4rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4D7lNrqdExWOOvVmtevl3haiKDlcuuD { width:4.5rem;height:4.5rem;top:5.5rem;left:13.216264724731rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwIBCvN4hvKZOuCPbBzZtmudRMpaUp2m { width:7.8125rem;height:7.8125rem;top:3.875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmViAR90lTUIzf79wZfyFTiT9xfefQ4W { width:4.5625rem;height:4.5625rem;top:5.5rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN3fmcVFmw8HFn8Vzw9XvQslM2nT2JCZ { width:4.0625rem;height:4.0625rem;top:5.8125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P { display:block; }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l64cyCm9Vv2c6KterT1He4vTq0ESe8FX { width:47.75rem;height:3.5rem;top:5.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvIKbvDwEt1RpDrDM7B7JQJThVNM8qfa { width:38.1875rem;height:8.1875rem;top:9.0625rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL0LgNuLgTDc5TWQT8a51Pl79uq1wgTt { width:20.4375rem;height:3.4375rem;top:19.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpOCNFLOUIrCQdrAZzQzpoMnptngoNVl { display:block; }
 }@media only screen and (max-width: 763px) { #bMBfr9Gm5W7Tga5oMHDoUp2ILO3rmzhT { width:3.125rem;height:3.125rem;top:19.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9mNBz3QxmRVlXzh9fRfm8WkLR48EEPW { width:19.8125rem;height:33.875rem;top:2.5625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { display:none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { width:6.0625rem;height:6.0625rem;top:25.3125rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxUU6sJClQIVRloe1fKzsSehvet7iHL { width:12.0625rem;height:6.375rem;top:33.125rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { width:12.0625rem;height:6.375rem;top:13.1875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { width:6.0625rem;height:6.0625rem;top:5.375rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { width:12.0625rem;height:6.375rem;top:33.125rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { width:6.0625rem;height:6.0625rem;top:25.3125rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { width:12.0625rem;height:6.375rem;top:13.25rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { width:6.0625rem;height:6.0625rem;top:5.4375rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { width:29rem;height:45.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { width:47.75rem;height:45.6875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WttadMaA9cLRmMwxIHBQugsKFXel7N8k { display:none; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iUiORqEA6lFLyB9fesEhuCJI3mQhFTZV { width:34.5rem;height:2.8125rem;top:6.875rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQIuNSsTHFM8Ha9pS4vm7KMUO0bLTKli { width:45.9375rem;height:3.5rem;top:9.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c { display:none; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CFSMKdDPTnWMb3q8aztT3HU9b5qNQuUg { width:10.9375rem;height:10.9375rem;top:3.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kamisKwW3i6BTmFrs9qpBTXMJHSEx2Ut { width:10.9375rem;height:10.9375rem;top:3.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZBZkc5dTQXk29Oqonlxp6O10yFasKav { width:10.9375rem;height:10.9375rem;top:3.875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymmU3ZzdEIWfrpXnekSEP2Csk6u4e0x { width:10.9375rem;height:10.9375rem;top:3.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL { display:none; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hVpRkfboP9Lo5c482GhJBQ75DLOyXN { width:10.9375rem;height:10.9375rem;top:3.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW7cz19krozfybIcdBDbTkTiUNUywnyy { width:10.9375rem;height:10.9375rem;top:3.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIGQhWnIPL7RTLMnE9ictyyRpRJnPHL { width:10.5rem;height:10.5rem;top:4.125rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t04ElQUQcH9etXt8rRzul61f8xBxSMmC { width:10.9375rem;height:10.9375rem;top:3.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD2GhV3QouZDqtnRu39ehuObwQgfkyka { width:47.75rem;height:1.3125rem;top:19.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idTyirunOVoVnHwIvZvbp3ygio17WFXb { display:none; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zv6dPdADDTnOer2i2uwcmpMZCXRsLboS { width:34.4375rem;height:5.625rem;top:5.0625rem;left:6.6244678497312rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG { display:none; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K0m7bz1HxiBI5empdVfAWrHXM06d6m2P { width:15.625rem;height:26.9375rem;top:16.125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HISfPiFuVHIOBc4FXLQ211BUpcuCy0Qb { width:20.1875rem;height:45.9375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9L4itq1DskioNzy0ifn4AEdknLEB98h { width:1.875rem;height:26.9375rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHE3VCThPRlf0JKmWpxB6ZdWE5rOxT5g { width:16.125rem;height:3.125rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byyRVDKWhZXXJNNO1fwXK2osW1diXhDG { display:block; }
 }@media only screen and (max-width: 763px) { #lVuWd76D8DfNxP6qwgNPeCdXttTT81Wd { width:20.1875rem;height:45.9375rem;top:7.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uEo7BVf6TUD8WNpFS2D7rckK0JQzuh { width:15.625rem;height:30.3125rem;top:16.125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivx6zd2eWV21LXMmbsvWEZbQ6alVsge { width:16.125rem;height:3.125rem;top:47.8125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9UxwQX5XZu1vRZqWTWPUWiOVqUd0En { display:block; }
 }@media only screen and (max-width: 763px) { #zsvmTAUfwCwUzsV2zuttbOzrtkTVW1sZ { width:1.875rem;height:28.6875rem;top:16.1875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbHmKJ2HexQTemCkQlxiRnn92UTlHJo { width:20.1875rem;height:45.9375rem;top:7.0625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQDCKDFwILJtHDVqMJFGKWk3atg2fZmT { width:15.6875rem;height:32.0625rem;top:16.1875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lsocdg8dxk2UnsPymcIGkdb8PsaRfp { width:1.875rem;height:30.375rem;top:16.1875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrCnNVTmT24lnQk7O9FnHsXOtuoC28m { width:16.125rem;height:3.125rem;top:47.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOMihr9umoQPDFrZwyJTdnexEfHFcfb { display:block; }
 }@media only screen and (max-width: 763px) { #fCOPmnhMbl73ldvTX4muEqFsMQPyeTng { width:47.75rem;height:8.5625rem;top:57.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwvCT2uTU9wTOxp6gS1pipXrTHg1dJ5O { width:14.3125rem;height:13.9375rem;top:0.25rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSgbQyyxhhyFy5KDXFExTvvmvg4J282T { width:14.3125rem;height:13.9375rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmwgSpWgbMtibqZI2gyBokz4XtNNk7sr { width:8.0625rem;height:1.625rem;top:2.875rem;left:3.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6r3KTedr5UyP78cb8J2FFKVN7mXq6yN { width:1.5625rem;height:1.8125rem;top:6.25rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkDNcayaJuvCy4NzW5tG0FO0fXlZCtl2 { width:11.8125rem;height:4.6875rem;top:4.5625rem;left:3.4270858764649rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxIlkTv0fTaFkXznqWzy1SJ9b65RgVX5 { width:5.8125rem;height:1.625rem;top:9.75rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObeSDMJeyDx13lJmsVvPCJWJQTiKusht { width:11.5625rem;height:1.5625rem;top:3.5rem;left:19.936635971069rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMQphT3xIEPSfGm0GIkZp7TfSpM1d2yz { width:1.5625rem;height:3.6875rem;top:6.875rem;left:18.374135971069rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF77xuvdK71X234TTNPGrt6dmPQyGxTa { width:11.75rem;height:4.75rem;top:4.8125rem;left:20rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDfDF7RAsziJGZe3vSkHQTpUODTMdBVI { width:5.75rem;height:1.5625rem;top:9.75rem;left:22.124132156372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2w0TvWilZmK67AI6NL9C6e2f9KRzmFM { width:12.1875rem;height:1.375rem;top:3.625rem;left:33.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWxrbXTeNplV4EuS68HvOAVWgEsaz55 { width:11.75rem;height:4.75rem;top:4.8125rem;left:35.208337783814rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4cGOHu2MfTvIx4Aws4gFBf7M1HKW7E { width:1.5625rem;height:3.6875rem;top:6.25rem;left:33.062067031861rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEGcEctq0fXvR5xb8G0LR89kuPwZK7pJ { width:5.75rem;height:1.5625rem;top:10.1875rem;left:36.780603408814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktPraMTEulbXP7TLk49BOEU5RvxAXx9J { width:14.3125rem;height:13.9375rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU92GWiz7pAivWJJV8oWJCKe12xrLovv { width:8rem;height:2.3125rem;top:12.6875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI9IFClvVrWd5Zz8fq2cVekP7z2EBlgc { width:6.625rem;height:1.25rem;top:13.1875rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:11rem;height:3.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:3.25rem;height:3.25rem;top:4.9375rem;left:44.5rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.6875rem;top:5.6875rem;left:41.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:12.25rem;height:3.4375rem;top:0.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:18.625rem;height:1.375rem;top:1.625rem;left:29.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.625rem;height:0.625rem;top:0.3125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { display:block; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeGtXq2yBBUrurwKKPKpLts1MXXT9V7k { width:8.0625rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHHnO8RcRZEZz5dbHWQvyIKrrIKmv1dt { display:block; }
 }@media only screen and (max-width: 763px) { #sbBUKamBqo7rkKT0qRFs63yBHh9X73VJ { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXCWRWnqfhoziT1ThGoDfPSeCBgd4eE0 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCdTHNZmi3qOAg5PxtTl4Hz5NVOBthy8 { display:block; }
 }@media only screen and (max-width: 763px) { #l6mAnP68ngzrT8ulH7KPLFGEmEOW6ECE { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3JyTUR7n9dNAeU2MspNKNbODlwrTb5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#050d9e;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:9.75rem;height:3.25rem;top:1.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { width:1.061525rem;height:1.061525rem;top:1.875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeSbB5KDA8lnNSq0RNBzRhkrbBRkDnln { width:7.5rem;height:1.64795rem;top:3.2990055084229rem;left:12.499999403954rem;font-size:0.75rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ced2a585-626e-4afd-8d57-e40726b758e4/Mobile7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo.adaptive-delivery-prevent-bg, #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo.lazyload, #FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo.lazyloading { background-image: none; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container { background-color: transparent; background-image: none; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container > .video-iframe-container { display: none; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row > .video-iframe-container { display: none; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .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); }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container { border-width: 0; border-radius: 0; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVfwsWG37VcQh77IgsT1ZJqxfPzA9Afo > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX0wN4HdTJSUVVcvUHo6KQ9fBEzkphpI { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7AsTL2yTBIGhB6SNlDoa5335sTm6yHM { display:block; }
 }@media only screen and (max-width: 763px) { #Br3OcOMuHkRT0ayQUpSXGIbyEz6HOXSo { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuryBmilDAnId7yeVugJTcAHGBhylwMV { display:block; }
 }@media only screen and (max-width: 763px) { #k11d6oN6whefl50TDmANUTXEEQtBlqP7 { top:62.012499237061rem;left:0.11841874201788rem;width:19rem;height:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqMiTb9ChI5zAVTmFvnKzsxFxmti6F18 { display:block; }
 }@media only screen and (max-width: 763px) { #EteTVsXP58UzAiC9rQke9AWFdQNHfsuJ { width:15.3125rem;height:4.0625rem;top:16.25rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#00e5ff;background-image:none;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zszfnTfshQT43cdApUm6fzkclRHOz0hM { display:block; }
 }@media only screen and (max-width: 763px) { #cLumPtlRfLtg9fbT4ctVwJauwh1CQbhR { width:20rem;height:0;top:37.75rem;left:0rem;font-size:0.625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q14PLcV0IJTKhNu40gatV4T5bWLuDpuQ { width:9.437125rem;height:0.67505rem;top:1.2144885063171rem;left:2.4298650026321rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oin9vvll4NOByLUJLluKMqhQwkIfHUlx { width:0.8125rem;height:0.8125rem;top:0.98721551895144rem;left:1.3609730005264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA { display:none; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA { border-width: 0; border-radius: 0; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container { width:20rem;height:27.1875rem;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9adf4384-26c8-400e-a850-4e58088eabaa/Mobile2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container.adaptive-delivery-prevent-bg, #PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container.lazyload, #PqRD7poWJHAR1cEkpJdKpTVhGb18XtyA > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #raxhrLVK8HgZvEXMIzOOx9vpmKIRxiVG { width:20rem;height:0.7309rem;top:25.8203125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JniCNpFTDJgIg7Rzwa9lebvwXI5VKzLI { top:20.559895992279rem;left:3.1564672589302rem;width:13.6870625rem;height:3.5625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOXC3Q9gm5I4MfG9OZQLv9xyiOcntMtf { display:block; }
 }@media only screen and (max-width: 763px) { #hB2CbWIkv2FCnacFGn1Ixt15x5U9vyLz { width:20rem;height:1.787325rem;top:13.335504055023rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql { display:block; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD9iT26NQOBHoTU2gBg1yqTcp3LhHG8P { width:7.25rem;height:4.16015625rem;top:11.375rem;left:1.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxXnXUE07hgf05i9x65mml4VBoR5M8Zh { width:5rem;height:2.025rem;top:15.5625rem;left:1.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99dhih9DW8zhVimBdy9OT9T0yyzHKRN { width:7.375rem;height:1.35031875rem;top:6.125rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIL3sGwhUMJUOi4xSpBO63nXH1JOOJsZ { width:7.5rem;height:3.76875rem;top:2.4375rem;left:10.6875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJgc40PKUhUGFAHDRxVUmTBgLpmDST1T { width:6.125rem;height:1.8566875rem;top:11.375rem;left:11.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7iGJmL0yccCDWAyI4kPnfBiydzDaI7y { width:6.75rem;height:4.2749rem;top:13.125rem;left:11.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtEAQPew1kJ7h1UlwOO78gksp7fxDa1T { width:7.25rem;height:1.63125rem;top:2.4375rem;left:1.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfSICkSiwK7K0lqxSR0daUB5IVfS9Zs { width:7.5rem;height:4.724125rem;top:4.25rem;left:1.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 { display:block; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZWtM7rMPQoSw50hhABxPDTBe6QvpOdM { width:20rem;height:3.7109375rem;top:3.804931640625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hsMJdZNclDkEyRS5rEtiUlLhAIGCZ52V { width:16.34325rem;height:5.79614375rem;top:33.253173828125rem;left:1.827392578125rem;font-size:1.6875rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPfSxs3TizwTTw3vbTESNTa77ckJfFLV { display:block; }
 }@media only screen and (max-width: 763px) { #a3BCnVJ3qaZIwlfIPVuu1Sy3nVKSqqSN { width:7.99925rem;height:13.6865rem;top:19.56787109375rem;left:5.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz1xIMxlmD5R2FkBTq1z4IPu0qogIgTJ { width:7.4365rem;height:2.19238125rem;top:13.9375rem;left:6.3125rem;font-size:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nuL5romwv0MnfgPGBsxIMup4x1h61FId { width:11.74925rem;height:2.19238125rem;top:16.0625rem;left:5.8125rem;font-size:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eGGizmZJGtgbGCQbiFyws4uJbuXS3cTC { width:1.9995125rem;height:4.5483375rem;top:13.8125rem;left:4.1875rem;font-size:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zw61QElhvaTikT7sqCTRaz8VE2yeOWnu { width:15.125rem;height:3.625rem;top:9.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsgrPoRtSM6IcqqRORR1rZh2XXL8JIqW { width:14.9353125rem;height:2.99926875rem;top:9.6875rem;left:2.6875rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT { display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container { width:20rem;height:26.5625rem;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/72d064b5-4782-44ad-81ba-92177248aea4/mobile266621ff717492.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.adaptive-delivery-prevent-bg, #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.lazyload, #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #WRu4cUqVawkC6p0glI7Qb1b7S6SH6mWH { width:20rem;height:0;top:25.0625rem;left:0rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aheTapSQSicqGzTLPu5IGlZmUZC1U7Tn { width:10.686875rem;height:2.6108925rem;top:21.999782562256rem;left:9.3120663762094rem;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #a6c000;box-shadow: none;background-color:#ddff00;background-image:none;color:#050d9e;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeBsF4Wk73FK9gCoy8wo8xTIhlLNIbRs { display:block; }
 }@media only screen and (max-width: 763px) { #pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB { display:block; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { width:20rem;height:46.990955078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsrI04SWz6SOAN5bICkamLvav7FDqBnH { width:20rem;height:2.000175rem;top:2.125rem;left:0rem;font-size:2rem;color:#050d9e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Af4tVghW94tCwNXA9i1nfLOkZIn5KBVl { width:10.125rem;height:10.125rem;top:6.6202054023744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnsU9epASsZ8lhzDPWDam5MiFThJ60DE { width:10.125rem;height:10.125rem;top:6.6193122863769rem;left:10.072083632896rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7XtekQMEK66xXkcU8q2bifefUeTE4Xr { width:10.125rem;height:10.125rem;top:16.742720007896rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dinJ7xTt5Gfrhgmfk29vyKdQDtFJETSt { width:10.125rem;height:10.125rem;top:16.743607521057rem;left:10.155367874474rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdUD9rkiaDDgpiRqeJc6sKInzXUaD5Z1 { width:10rem;height:10rem;top:26.867910385132rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gLiIfMxE9iTUsIPnaCpD4QxgeZ3RM9Ut { width:10rem;height:10rem;top:26.867904663086rem;left:9.9999994039537rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Bw3edELnaZ86eSyK42Kay7yU2oxqHnzh { top:36.866997718811rem;left:0rem;width:10rem;height:10.0625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fEPIM7cu4ydfSue8FN9JTeiU1KvpdahQ { width:10.125rem;height:10.125rem;top:36.866997718811rem;left:9.9999994039537rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH { display:none; }#ZAkH3rTtRQcT344aZ3dVhcnK03TeCGfH > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kahMPEaPTdR2vXw3XSvxhPwNgDI9s3ZR { width:10rem;height:10rem;top:29.999998092651rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH9kfpxMMTOzRM1pGlnWfXaalDMBaNFR { width:10rem;height:10rem;top:0.92862224578856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMsR217Uoa7BB2lDKEcqNFHNkERV9EKT { width:10rem;height:10rem;top:0rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #THTT77oTn6Cp080zUUTeHtP0vku6tNMQ { width:10rem;height:10rem;top:2.6802139282226rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { display:none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOJf0o7srRlHmJcc370aSfgPk5EKskNi { display:none; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X5q4Zk1nBu3huLudq03a1S7PSPdFyi4k { width:10.4375rem;height:1.875rem;top:1.625rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #g17M4qMCbN043cAnAITL7NPU2zwvqIo4 { display:none; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f0MfOTZUt68d0yQeFcG3V1AMFIRZl1uX { top:0.59303855895996rem;left:0rem;width:19.6875rem;height:17.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IkPW4OCUniE37TAd0ibtkJ11RnCEr00d { display:none; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row .container { width:20rem;height:340.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZQaKTPuTlEVBmiOlbL8yfT6p2zx81IB { width:3.375rem;height:1.5rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4y8aFOyrrPuCNaCmzVqZRuUkPJ4FFAS { width:3.4375rem;height:0.8125rem;top:1.59375rem;left:1.96875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEoEOvAEsuJzh4TKM1p3of5SslFtbUc4 { width:2rem;height:1.5625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM9ruTKgZBnBG4inDhbRggdaoT7mPxdq { width:2rem;height:0.8125rem;top:3.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzo7B1AwvhQp8s249UnN4J1lHI0pbK7 { width:7.1875rem;height:2.8125rem;top:59.953125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrH2afBiT8trc3TanuxBbaHumiIiPwKP { width:6.999rem;height:1.70605625rem;top:60.515625rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiH2IQHZKr3UFiFre1OlM5ae3aSwuTg5 { width:3.375rem;height:1.5rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayV99MfaMA7UM0qDDw3MPqIM65fcuC1o { width:2.8125rem;height:0.8125rem;top:1.625rem;left:6.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzThHm95TiJ5IfXz1uMX2olr53gkRTO { width:3.375rem;height:1.5rem;top:1.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5f7ZGu0dKQKhhvGAspPt0ZPxN6erpB { width:2.8125rem;height:0.8125rem;top:1.59375rem;left:10.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHcsUTTfEo466GrJ8nWcbpCXhtKJ6HA5 { width:3.75rem;height:1.5rem;top:1.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO8sgKHRvPlHT0OFIiTIt2FmWggmJuEb { width:2.5625rem;height:0.8125rem;top:1.625rem;left:12.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAqiEZRURnIG2bMinG2srxFLrBE1x7yl { width:3.75rem;height:1.5rem;top:1.25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0I1BDtT4LImXx1TSCkr3qiC3sBywIW { width:3.0625rem;height:0.8125rem;top:1.59375rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dZzoWmWqlpSUQWHnfKnyTBikNvrrsq { width:8.5rem;height:2.8125rem;top:39.015625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Wbr1I8pc1UqxPyVURxS1wBEUt4HpTE { width:8.624rem;height:1.54385625rem;top:39.515625rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2zU5CIAr7nwgz6xo4f6RJnQZuh46MO { width:8.5rem;height:2.8125rem;top:43.203125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC9KxW0I9zn32zTh84AmwTK8rrS1FWJK { width:8.3115rem;height:1.54385625rem;top:9.46875rem;left:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfoQfxZJhlekDFRUULkdVPg6E9M1xzvS { width:8.5rem;height:2.8125rem;top:47.390625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWItdET7wBHNw587MFFT8dDueCL06wGa { width:8.3115rem;height:1.54385625rem;top:17.38671875rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPRqPAIPUABsTcaoWPyDHMy4Sxus6yB0 { width:8.5rem;height:2.8125rem;top:51.578125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAhB3x7TTNQ5lup7TcTbrZP4b3062Ct { width:8.3115rem;height:1.54385625rem;top:25.3046875rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPSgiOkn2v9II5wDrEnSrpx5b8nsXFVw { width:8.5rem;height:2.8125rem;top:55.765625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ1ql06CFIJzVgMTgH8TqkaL18x52fTU { width:8.3115rem;height:1.54385625rem;top:33.22265625rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxaWZoWccBB8ES2EoHfXobWfhaodHalP { width:8.5rem;height:2.8125rem;top:64.015625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIMtLIfqAH1qi0CPttmh4mGQ0l9D9KR { width:8.624rem;height:1.54385625rem;top:64.515625rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWyvThl6tDo7Lg73RF7IkvtfBMJ3kCK { width:8.5rem;height:2.8125rem;top:68.203125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nudr5K55o6n8tO6pFJp0T3weCse68ka0 { width:8.624rem;height:1.54385625rem;top:68.703125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDf3UnEUv4H9KhWQODAkALiJ15rpeU9p { width:8.5rem;height:2.8125rem;top:75.30859375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvXPCOTLiu4Z9OxSQV7MB5omu9ywy7I { width:8.624rem;height:1.54385625rem;top:75.80859375rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaKWNCFnUbuDNDOdvaE0LXShIa0eBqDB { width:8.5rem;height:2.8125rem;top:79.49609375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxNvPt2Gxz46SFoMk2edGknfeoBFJLn { width:8.624rem;height:1.54385625rem;top:80.24609375rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAAF8dgh2WpdFWxITUgeo9kavNLeT5IG { width:8.5rem;height:2.8125rem;top:83.68359375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGopTRpP3H97kDCMSd0kRieafyWTB0sV { width:8.624rem;height:1.54385625rem;top:84.18359375rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJIGyavQW2U6Zm4qLGOHa3c0T2A2Sg48 { width:8.5rem;height:2.8125rem;top:155.96386875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElC75T3A7H9fUV4UTS9OznWiJ0bW8QKL { width:8.624rem;height:1.54385625rem;top:156.83886875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jec8pu7e4GfT3IdXu854TCshsTw5Qh5q { width:8.5rem;height:2.8125rem;top:144.7334rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUdT02c6rBeTlVkW1VSnLyWMaXwufG2g { width:8.624rem;height:1.54385625rem;top:145.4834rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvdw8TfzpzXPQDiKfmoTuDK4c5v4wCyG { width:8.5rem;height:2.8125rem;top:140.5459rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWrq78d8lTcRLWqmsItoCZWIaDyM8IWz { width:8.624rem;height:1.54385625rem;top:141.1709rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gopkns6vGrxXkzyf0n0GNDwwpRGt6OIq { width:7.1875rem;height:2.8125rem;top:136.4834rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Ct4NCsWfJqQdqVTQSGOUnmBf3VSDhc { width:6.999rem;height:1.70605625rem;top:137.0459rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qAiT8ebbIC1ArzDmOdI5qqksz9Jlrw { width:8.5rem;height:2.8125rem;top:91.93359375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX1MzTnpmzqyVnIO4ISETgWxRCTglbz3 { width:8.5rem;height:2.8125rem;top:100.30859375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqsL34D8fGR9Dsp9S53dQ6Dl8g63gNCm { width:8.5rem;height:2.8125rem;top:104.49609375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofbLA7qlNfyhcGp8vTF6dRMVOAc81C0A { width:8.5rem;height:2.8125rem;top:111.4209rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEIkR97XH9HcgpmEsAL7aDXNKk682Q9d { width:7.1875rem;height:2.8125rem;top:87.87109375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDhTiT48wBK3k2SB12GLeLsua4XwSlbd { width:8.5rem;height:2.8125rem;top:96.12109375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3eUAFJg8ozsER0mcq2L8nsII4CHTzz9 { width:8.3115rem;height:1.54385625rem;top:105.18359375rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEarJBCTP55bm7sGTfK9znpUgP6JTmAN { width:6.999rem;height:1.70605625rem;top:88.43359375rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsfTTwDBHudwFXnt8SesTwDKVJWJRUKL { width:8.624rem;height:1.298825rem;top:92.80859375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrTlGcImXBLMZ8SaH8vvyigCD49TV3r { width:8.3115rem;height:1.54385625rem;top:72.515625rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGT6foVaG0GVrenlGCiXG7XbUksPvoft { width:8.624rem;height:1.298825rem;top:101.18359375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai3osdmcdB2SMVgwICqbQ5E0rVSFwLT3 { width:8.624rem;height:1.298825rem;top:112.2959rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFwRrN8FmF6LmBHUGXmS4ibVRgkwTs3T { width:8.5rem;height:2.8125rem;top:237.83691875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzTZNWto2WLpSx35afgUMaDZrO8XThP { width:8.5rem;height:2.8125rem;top:223.93164375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IalBlARu0ncwUsew4TkhFiQhKKrebRH4 { width:8.3115rem;height:1.54385625rem;top:238.57001201172rem;left:5.8112030029297rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8IFvhyrFpOapvFznSdNHWbyuIsTXJtR { width:8.3115rem;height:1.54385625rem;top:224.78973701172rem;left:5.8737030029297rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCap4h0T28BifCcRuKoL97hH3t0atFpx { width:8.5rem;height:2.8125rem;top:217.0068375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0gcRWT2gtCgOvcdVR3SEMOXNpD1mRu { width:8.624rem;height:1.54385625rem;top:214.21386875rem;left:5.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SH4xnkyPV6cMVS0AuOPGv4tzB9ON5rPe { width:8.5rem;height:2.8125rem;top:193.40136875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbgnM4rlxcMvJXs3koWUd2CW1ucGblF { width:8.5rem;height:2.8125rem;top:197.58886875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLnlQScMXIC0d623xMRth4OoshK6sx1b { width:8.5rem;height:2.8125rem;top:201.77636875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQkiu4FCT5LuAkuq4HS25UcQDuWTeXD5 { width:8.5rem;height:2.8125rem;top:205.96386875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6ZcIwl3KkTWTRgTF4Rsb6e8kPTwLGh { width:8.624rem;height:1.54385625rem;top:194.15136875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH06T8aHr2XqHErW6tyANauNMIa4poUB { width:8.624rem;height:1.54385625rem;top:198.32196201172rem;left:5.7174530029297rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlXk0e4NZ5aANHLOpBM154DkACip9cK { width:8.624rem;height:1.54385625rem;top:202.65136875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpPrJ8tkH8FBDt9y2LbGmqM2b8q4Joue { width:8.624rem;height:1.54385625rem;top:206.82196201172rem;left:5.7161483764649rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs6MREZPAmnbIcwi5gXK4zQi1UFMyyVn { width:7.1875rem;height:2.8125rem;top:189.33886875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgoFg2sw2uilFyyCuSAbARMFqd3uxIbg { width:6.999rem;height:1.70605625rem;top:189.90136875rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXdXFXrsm0dzrcwZ8B43CkGzDWnIaoe { width:7.1875rem;height:2.8125rem;top:242.02441875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihsPsQI7xPc4Ikw5T5dbMkFJTxdQ16Pz { width:6.999rem;height:1.70605625rem;top:242.58691875rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emokk82LpNot5fVVG09zOuXAhr3LEhV4 { width:7.1875rem;height:2.8125rem;top:210.15136875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHykqIRq7A1LrIZKVsrsqQyg6ADaQuxs { width:6.999rem;height:1.70605625rem;top:210.71386875rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQIMiLDaW2nimkXdWSVOQZ8F8sQaCDoF { width:7.1875rem;height:2.8125rem;top:164.33886875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyoEQT8xrDqT6Q1t7lPbqxGLo5IoAF3c { width:8.5rem;height:2.8125rem;top:168.40136875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqVSabJLG483oGPqzSUJbXCrTkSr7yr { width:8.5rem;height:2.8125rem;top:172.58886875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Immh3dOavG7PFg1AQc5uLlxa2p4NVI2D { width:8.5rem;height:2.8125rem;top:176.77636875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfDJJAvpihbBQznpiqE3mawB6M8T5qI { width:8.5rem;height:2.8125rem;top:180.96386875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XayQ9TL3ChWQX1XTGL2TXvqZaSWwmFJr { width:8.5rem;height:2.8125rem;top:185.15136875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhKBatBXF550gXcfTM5FFxShWphBUbV { width:6.999rem;height:1.70605625rem;top:164.90136875rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVWuxc25BweGoK5WUB1yZKQyo8m18Lfm { width:8.624rem;height:1.298825rem;top:169.15136875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEzhTHy4fpSktkgxXXpDxMAG8S5orf8g { width:8.3115rem;height:1.54385625rem;top:148.9834rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuE2pyirT29VSenZ7unm91l1aWCc1zX { width:8.3115rem;height:1.298825rem;top:177.46386875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsKpurlV0G15UKSNgb1HlyyPL36f61U { width:8.3115rem;height:1.54385625rem;top:181.65136875rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIlEKCIg4oTC4f3VxX5vyPAIVzEdnWEq { width:8.3115rem;height:1.298825rem;top:185.90136875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7grN8PnufdNxIq7dC2Eaa7PdtuBKLJA { width:8.5rem;height:2.8125rem;top:151.77636875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsde7XMWhfwZQ69rpDGXuQU82zJcgT5x { width:8.624rem;height:1.54385625rem;top:152.40136875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULUXffhMeLV6f4GzAZfhdL912p5R3Pci { width:8.5rem;height:2.8125rem;top:230.9121125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWqudQoeWCZPTkfhUpJ9ar6vx5Tqx832 { width:8.624rem;height:1.54385625rem;top:228.11914375rem;left:5.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bP5wJRZ5zXW6sTKbgyldEby6z7DMWTZT { width:8.5rem;height:2.8125rem;top:246.08691875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKRo19TWT13yTOn3hLqak3baPnXveyc { width:8.3115rem;height:1.298825rem;top:221.3818375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9D0yrIr1K9OSnO4OOQocZFEd0LOhoBZ { width:8.5rem;height:2.8125rem;top:253.199225rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG5fyVePGxHeacf0C7vLMaCeSEDlSshC { width:8.624rem;height:1.298825rem;top:254.074225rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPk6XAIr68Hlxl6V8r5xchKbi2KCoWEN { width:8.5rem;height:2.8125rem;top:264.49903125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvzFE5zflFVBq96gOeOVQa4N2tcPDxd { width:8.624rem;height:1.298825rem;top:265.37403125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVbOVLxZEQ57BxTRfUL0nJcEpdEN0Sx { width:8.5rem;height:2.8125rem;top:257.386725rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCkz76vROkhSZBshDJDN6dLs0PGBKr48 { width:8.3115rem;height:1.298825rem;top:235.2871125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luglEopQ7TuLc8hQpvEZrDGzfmkTlPxy { width:8.5rem;height:2.8125rem;top:285.31153125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKN4vArETvxh106aTsUBwaXw7QUTIRAm { width:8.624rem;height:1.54385625rem;top:286.18653125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzzmKgT85teTeu0Z20SBdacJedJVHun { width:8.5rem;height:2.8125rem;top:281.12403125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVpE2HP4g12HxTU3KoaSkPHzxHT4KeKH { width:8.3115rem;height:1.298825rem;top:261.949225rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAcIsqmMGMxbUxHumkuhnx1sb1HFDG9k { width:8.5rem;height:2.8125rem;top:276.93653125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkFCzgbg6pvRiVRnxFqHSoLnxOEaBPT { width:8.624rem;height:1.54385625rem;top:277.81153125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPpxTwRgyZoksniqArLAPvkv8JDHENJ { width:8.5rem;height:2.8125rem;top:272.74903125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMMluirZXhqyNzXgsbAvaL8MOzl3I7nu { width:8.3115rem;height:1.298825rem;top:250.64941875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofmzqhquyCww74DnOboHShqnUPbL9BS { width:7.1875rem;height:2.8125rem;top:268.68653125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxa50CJ18CE22hQZduQEwvawqMNszGSl { width:6.999rem;height:1.70605625rem;top:269.24903125rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L77mgTxRJcaiux9RV6zgzTeVzo6HfdwH { width:8.5rem;height:2.8125rem;top:293.56153125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRTmA2gRVe0mP4CAuPyJ4tylC2hB7bf { width:8.624rem;height:1.298825rem;top:294.43653125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epD4b0HQHLff42HTcUcTe93Kvq2lBpLO { width:7.1875rem;height:2.8125rem;top:289.49903125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyK1TSx6mGfCFgG72sMTgxZ2OovKZtKk { width:6.999rem;height:1.70605625rem;top:290.06153125rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9X4WbKTTOQEESsWHZAraAbMGeuiML5s { width:8.5rem;height:2.8125rem;top:297.74903125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbDwA3BhR9PV5wGZgOOHuFV4RF8gCFr { width:8.624rem;height:1.298825rem;top:298.62403125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gznwVUdAACiWABd4EmtZrsOQztCsburZ { width:8.5rem;height:2.8125rem;top:132.2959rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqq76RQCqSlb6e25EHfGmPw1B0a9l549 { width:8.3115rem;height:1.298825rem;top:108.87109375rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggPfur6OOg2OicO7flWIQwtnXitr7TTT { width:8.5rem;height:2.8125rem;top:123.8584rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeSguq1wwo1nd6zMKTNvA70nnO9TUq8 { width:8.3115rem;height:1.298825rem;top:141.77636875rem;left:5.8737030029297rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzQvEddbTmMaOdDhsu3t8swlMDDsT2S { width:8.5rem;height:2.8125rem;top:119.6709rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhn2TTFCTrmgEBH2wi7wmCmvFzQGCV1i { width:8.624rem;height:1.54385625rem;top:120.5459rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzoV5p3x6u9kBZ5c49fnxFms2KzHKWZd { width:7.1875rem;height:2.8125rem;top:115.6084rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJQH6hlfPeowLTrCEqUVNtn8p3UJVli { width:6.999rem;height:1.70605625rem;top:116.1709rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEVypHuCwNAAuvPPcoQMUiC18gawLeE { top:300.56198310852rem;left:0rem;width:20rem;height:8.5618125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iydAk0Nv4pgcNy2IKsOkVIN6ZhNJSpTT { width:8.5rem;height:2.8125rem;top:310.37379560852rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPITKPtQGHpXRq3J3Pa03LTBC37vRKZo { width:8.3125rem;height:0;top:311.12379560852rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDh2bfdhLVgAX4f9zs5MZB8itZBI2led { width:7.1875rem;height:2.8125rem;top:322.90220473352rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx0s0kyN1TFdpiKxDDk1eKZ6ERuy5TDx { width:7rem;height:0;top:323.45529387536rem;left:6.4691066741944rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F678xginVtRlGnUxMAfw5QQRR79A0VCf { width:8.5rem;height:2.8125rem;top:336.14084110852rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSJqZVJhEVKrG5rfmOsUgbVPnlQ5vTm { width:8.5rem;height:2.8125rem;top:329.46470473352rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrU3TVTaOrzGuX54sfs1pxve5vylJwtT { width:8.5rem;height:2.8125rem;top:314.54993198352rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51uzXkT8gpUZlKvf5iMEBKJmOxS07R1 { width:8.625rem;height:0;top:315.42493198352rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzA88Xg8MtafHc4ySNxnZ6fC6TbmiK62 { width:8.5rem;height:2.8125rem;top:318.72606835852rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6o9TufimsiLT8HlJvZrvqvVNTel8Eqt { width:8.625rem;height:0;top:319.57123933325rem;left:5.8325653076172rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdUGnsZMxLLiTUqxa9blHAHZuiik1OgL { width:8.625rem;height:0;top:326.96470473352rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXGKMGSyoTTWgOo0IWIzSOOrdErI2a54 { width:8.625rem;height:0;top:333.64084110852rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z { display:none; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J45MNgTV47LIoInXPGi5DvHqnXoqIT29 { width:20rem;height:1.875rem;top:2.0303554534912rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { border-width: 0; border-radius: 0; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hbON6yctM5bTMRRdCV8LveSufkax19Jr { top:2.0916194915771rem;left:0rem;width:20rem;height:7.125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X { display:none; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row .container { width:20rem;height:105.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ocedVxVwuE89lE6dQJwquLJ1DWw99bOh { width:8.5625rem;height:3.75rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpqUag0oBoa1oB4a4Gsthcm7m9kCD5m { width:8.624125rem;height:2.1937125rem;top:1.9997863769531rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih6hLqATGhOttUlwqzqOtBuayzX43RTw { width:7.1875rem;height:2.8125rem;top:29.878479003906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amI3rg8M7RCp9oDwChynCZ9RPCbIEyRv { width:6.9998125rem;height:1.70543125rem;top:30.440544128418rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy8cq3u364b9x1S3Wr1QgWzaH2tIPlhC { width:7.1875rem;height:2.8125rem;top:53.539502753906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTz6dl7il2zNqbtsTTrCWdT7irnrtoA { width:6.9998125rem;height:1.70543125rem;top:54.101567878418rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaUb2frI7UaIPkl73ME5Vfb1UTKg5ll8 { width:8.5625rem;height:3.75rem;top:6.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBsnp2CwQu1k80tOsirbxGEHAcnlizOW { width:8.624125rem;height:2.1937125rem;top:6.9997863769531rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSx6IUhRoiRJTRUkQZO8mzMPHbaedVQw { width:8.5625rem;height:3.75rem;top:14.04296875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er318ocmhq5EGua8TPR1zFBWRAUCKUMb { width:8.624125rem;height:2.1937125rem;top:14.792755126953rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BpuKZ9WSdPrflGcty3HPX5ikK7LbRD { width:8.5625rem;height:3.75rem;top:21.960723876953rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXTPTKITfF8h8pNwUewWTQOWZqJiNnrL { width:8.624125rem;height:2.1937125rem;top:22.710510253906rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVyGfAKl92q0h71S95CUwOcn3gJMNs7 { width:8.5rem;height:2.8125rem;top:40.935336503906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkHTsXEOwpfPGVIbPAPrGqnylRCIqQB { width:8.311625rem;height:1.54385625rem;top:11.25rem;left:5.8122825622559rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2P16OpJS8EVIGu4PnrrnQarvV7wfKm { width:8.5rem;height:2.8125rem;top:49.338114003906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2G43nrvfcD3AbnNLII7nkgWiPpZRy1f { width:8.311625rem;height:1.54385625rem;top:27.085510253906rem;left:5.8752136230469rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2C2P7Vb7SesIRWLAWHgBODZ7TBJ1OQ { width:8.5rem;height:2.8125rem;top:57.602002753906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpIUmvJW4KcCBUQ5fFmf1e9bqxhZ4M9H { width:8.624125rem;height:1.54385625rem;top:58.236772670441rem;left:5.716796875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW92kXQAgtgHxnMTNiGf758rH6TO0cys { width:8.5rem;height:2.8125rem;top:61.803391503906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLb6R9Bshl1WzHCvKDV547XwB9rEtTlT { width:8.624125rem;height:1.54385625rem;top:62.438161420441rem;left:5.7178802490234rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEMZ5m8wqHTZKxxagwcFJTRTn1CyZeU { width:8.5rem;height:2.8125rem;top:82.532557753906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3oWwdT65dudoRpN8uboupJr2ER0uUah { width:8.624125rem;height:1.54385625rem;top:83.157557753906rem;left:5.7504348754883rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN4mTCdntAZshoQx1F7LE5c5t0ccsuGh { width:7.1875rem;height:2.8125rem;top:78.470057753906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTUkkUq5xxIviK4mswlIie0MQs2FutV { width:6.9998125rem;height:1.70543125rem;top:79.032122878419rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeaqRzRyU2qMJKMVwZZlE1whMstMBxH { width:7.1875rem;height:2.8125rem;top:66.004780253906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMckmcclEOKPnMcWzdn7AVt4KI2l6vku { width:6.9998125rem;height:1.70543125rem;top:66.566845378419rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuyLN1pE9mWOumva035TUOpHEvnZ4Jzu { width:8.5rem;height:2.8125rem;top:70.067280253906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfUKkPZGsHRBTdpfdANTdZrvKGUAKe8P { width:8.311625rem;height:1.54385625rem;top:70.754780253906rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTvP2sqn1H9myaib1O8zeb2DeS1vgrE { width:8.5rem;height:2.8125rem;top:74.268669003906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCu6aB7JPAekJmkghOiGXAVPlpKpE4xK { width:8.311625rem;height:1.54385625rem;top:74.956169003906rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNDmedoteBPm5fCeiTKU9nEKK1TC2IWR { width:8.5rem;height:2.8125rem;top:86.733946503906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnFkFmeb2wmX1IeLHp1qVuJnCkVaWIfT { width:8.624125rem;height:1.54385625rem;top:87.358946503906rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJsmJvxSx03tPlwBBxXdGKWnTbsKWSMo { width:8.5rem;height:2.8125rem;top:101.84746205859rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcLVqfZat1payIghFAb06s9rqbb1xFX { width:8.625rem;height:0;top:99.347462058594rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSM1WN6ariakatambu8C7SMWPv5TeHww { width:8.5625rem;height:3.75rem;top:94.347462058594rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irKXb30xLBX2tJDNMq4s77wIfOIhMwA2 { width:8.625rem;height:0;top:90.909962058594rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/4b399b0f-b8e1-4e00-b96e-68178590f345/dividerg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.adaptive-delivery-prevent-bg, #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.lazyload, #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.lazyloading { background-image: none; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { border-width: 0; border-radius: 0; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XnVgO7074rDOmTCzv5sUBIhLuNQbhE6d { width:9.9375rem;height:5.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ40MDwLgB8yoLcsiCqPJ2OQ95dLGB4a { width:9.8125rem;height:5.4375rem;top:1.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ymb3LsXuZpMwChZSUePpITW1fE8nBC { width:10.0625rem;height:5.5rem;top:28.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvirZUViCr5V3QTiAeJtCqM9631DUGTD { width:9.8125rem;height:5.4375rem;top:47.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkCnDL21To7Dc5wiF1uRzR0EIkOiBRh { width:9.875rem;height:5.4375rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTqJJFKEdNKKZiShHJPBhilCG9lagT9 { width:9.9375rem;height:18.28125rem;top:7.3125rem;left:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNtSAS4moTCezGPfZBJd7LMredGCZnvG { width:9.9375rem;height:16.875rem;top:7.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4NiOywhcyA2waAt0lO2lXDi9mvldeEE { width:9.9375rem;height:14.0625rem;top:34rem;left:9.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPNZouITWlvEbHaSvstM74BXX2110ye { width:9.9375rem;height:5.625rem;top:53rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5M5U2cOQcfWVNE3iRLlUTTO7QpeTVR { width:9.9375rem;height:9.84375rem;top:33.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIopsgpPe42J7xzAhGCMSMRibAXClEZd { display:block; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvWP1DpQh9TqTZDVerFKnna2eKZG5kVu { width:12.4369375rem;height:2.8125rem;top:2.7476921081543rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qawJyh85QEKvpOI9gMnitbnyaLLe9IOn { width:11.4373125rem;height:2.8125rem;top:9.49840259552rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yT4Dobk8fvtaa5lxxDUxbB8tairyaWsC { width:9.9369375rem;height:2.8125rem;top:16.436433851719rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bh1qrHSEpoPiaVfyb8hZ7lvceNai9Z7v { width:14.2489375rem;height:2.8125rem;top:22.796530246734rem;left:5.7510651350021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ouvzqmZknI5TM3M0TFikfXSXqEfPe9aZ { width:4.4375rem;height:4.4375rem;top:1.9371337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay2uHmrxd7nM35Mu2Sk8nX15FaXpfZil { display:flex;width:2.875rem;height:2.875rem;top:2.7156963348389rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #hz20zspzsQ2LK2hpFnETDpaEwAbAi2Ti { width:4.4375rem;height:4.4375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwUSNiXhSML2FtK5zrmok6pD3c5bfJuM { width:4.4375rem;height:4.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEnc8hiVWQWVBXVKniqSPFNmxQMSTVbF { display:flex;width:2.875rem;height:2.875rem;top:16.404479980469rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #xBO2R915NvsLxHcSkngH1uS8ndAyF5sC { width:4.4375rem;height:4.4375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXSgmlTrfUZDphNAlum6DW3vxZwGCwiy { display:flex;width:2.875rem;height:2.875rem;top:23.466811984778rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #vuoggRiXINZN6T2I0tF5JEgsDTInWmRo { display:flex;width:3.25rem;height:3.25rem;top:9.3119668960569rem;left:0.59303975105286rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { display:block; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZi0sKZStgfDVGTqV68R5TAZxX9HGbJ4 { width:14.2498125rem;height:2.8125rem;top:2.74769115448rem;left:5.7501772642136rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ai37JQ6ZlWqgBcolCnr8zPvTGTKn2RfA { width:11.4373125rem;height:2.8125rem;top:9.4975137710569rem;left:5.9312852621079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hpqo0ow36GdHvlT6LPsJOJg9eoPT1d3C { width:12.6875rem;height:2.8125rem;top:16.436431884766rem;left:5.9312852621079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rRx1ZpDTHwZa7n7TWQZsyXvm0TCx9bR6 { width:13.4375rem;height:2.8125rem;top:23.499644756317rem;left:6.1558946371079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUGs0ISh6RPu1cRntlkddry4iCsB4C25 { width:18.499625rem;height:4.375rem;top:31.93620634079rem;left:0.74928975105287rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw4USQXu8yDP6B1PUvrRJq01R8oP4xsr { display:block; }
 }@media only screen and (max-width: 763px) { #q8nPbr2q7w4E6ql1MwMyT7LfWQSRS7UV { width:4.4375rem;height:4.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftPsqPQsM2bvTgPTZJpvAcnisTSXIcx { display:flex;width:3.2492875rem;height:3.2492875rem;top:2.5284032821655rem;left:0.74928975105287rem; }
 }@media only screen and (max-width: 763px) { #Vc8A5zH66rg77pdI0kgAxZMlIHfauxtD { width:4.4375rem;height:4.4375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDxWQLmbkcAcCOFi6onpGGDZ1EF3a8bR { width:4.4375rem;height:4.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4D7lNrqdExWOOvVmtevl3haiKDlcuuD { display:flex;width:2.875rem;height:2.875rem;top:16.218039512634rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #AwIBCvN4hvKZOuCPbBzZtmudRMpaUp2m { width:4.4375rem;height:4.4375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmViAR90lTUIzf79wZfyFTiT9xfefQ4W { display:flex;width:2.875rem;height:2.875rem;top:23.874299049377rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #MN3fmcVFmw8HFn8Vzw9XvQslM2nT2JCZ { display:flex;width:2.875rem;height:2.875rem;top:9.2800068855287rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P { display:block; }#nxg89aAHl9tuh8ZMPnB7k2kSz7gZgt7P > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l64cyCm9Vv2c6KterT1He4vTq0ESe8FX { width:20rem;height:3.999025rem;top:3.1347661018372rem;left:0rem;font-size:2rem;color:#0635c9;display:block; }
 }@media only screen and (max-width: 763px) { #kvIKbvDwEt1RpDrDM7B7JQJThVNM8qfa { width:13.6870625rem;height:6.2890625rem;top:8.2172317504881rem;left:5.4036462903022rem;font-size:0.75rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #qL0LgNuLgTDc5TWQT8a51Pl79uq1wgTt { width:19rem;height:3.4375rem;top:17.747396945953rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpOCNFLOUIrCQdrAZzQzpoMnptngoNVl { display:block; }
 }@media only screen and (max-width: 763px) { #bMBfr9Gm5W7Tga5oMHDoUp2ILO3rmzhT { display:flex;width:2.5rem;height:2.5rem;top:18.090637207031rem;left:0.99921882152556rem; }
 }@media only screen and (max-width: 763px) { #V9mNBz3QxmRVlXzh9fRfm8WkLR48EEPW { width:7.125rem;height:12.625rem;top:5.0538196563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { background-color:#2229bf;background-image:none;display:none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { width:4.0625rem;height:4.0625rem;top:2.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxUU6sJClQIVRloe1fKzsSehvet7iHL { width:9.375rem;height:5.625rem;top:7.5rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { width:9.375rem;height:5.625rem;top:7.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { width:4.0625rem;height:4.0625rem;top:2.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { width:9.375rem;height:0;top:20.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { width:4.0625rem;height:4.0625rem;top:15.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { width:9.375rem;height:0;top:20.5rem;left:10.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { width:4.0625rem;height:4.0625rem;top:15.25rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { width:9.125rem;height:14.3125rem;top:0.90625rem;left:10.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { width:20rem;height:48.875rem;top:62.2998125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WttadMaA9cLRmMwxIHBQugsKFXel7N8k { display:none; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iUiORqEA6lFLyB9fesEhuCJI3mQhFTZV { width:20rem;height:1.800425rem;top:3.6875rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQIuNSsTHFM8Ha9pS4vm7KMUO0bLTKli { width:20rem;height:7.8701875rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c { display:none; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CFSMKdDPTnWMb3q8aztT3HU9b5qNQuUg { width:6.625rem;height:6.625rem;top:2.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kamisKwW3i6BTmFrs9qpBTXMJHSEx2Ut { width:6.875rem;height:6.875rem;top:1.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZBZkc5dTQXk29Oqonlxp6O10yFasKav { width:6.4375rem;height:6.4375rem;top:12.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymmU3ZzdEIWfrpXnekSEP2Csk6u4e0x { width:7.3125rem;height:7.3125rem;top:11.8125rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL { display:none; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hVpRkfboP9Lo5c482GhJBQ75DLOyXN { width:6.625rem;height:6.625rem;top:2.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW7cz19krozfybIcdBDbTkTiUNUywnyy { width:6.875rem;height:6.875rem;top:1.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIGQhWnIPL7RTLMnE9ictyyRpRJnPHL { width:6.4375rem;height:6.375rem;top:12.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t04ElQUQcH9etXt8rRzul61f8xBxSMmC { width:7.3125rem;height:7.3125rem;top:11.8125rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD2GhV3QouZDqtnRu39ehuObwQgfkyka { width:20rem;height:3.9364375rem;top:20.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idTyirunOVoVnHwIvZvbp3ygio17WFXb { display:none; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zv6dPdADDTnOer2i2uwcmpMZCXRsLboS { width:20rem;height:5.3971375rem;top:3.375rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG { display:none; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row .container { width:20rem;height:160.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K0m7bz1HxiBI5empdVfAWrHXM06d6m2P { width:13.4375rem;height:22.5rem;top:63.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HISfPiFuVHIOBc4FXLQ211BUpcuCy0Qb { width:17.8125rem;height:39.1875rem;top:54.499267578125rem;left:1.1248223781586rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9L4itq1DskioNzy0ifn4AEdknLEB98h { width:1.875rem;height:24rem;top:61.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHE3VCThPRlf0JKmWpxB6ZdWE5rOxT5g { width:14.9369375rem;height:3.125rem;top:88.561786651612rem;left:2.5301846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #byyRVDKWhZXXJNNO1fwXK2osW1diXhDG { display:block; }
 }@media only screen and (max-width: 763px) { #lVuWd76D8DfNxP6qwgNPeCdXttTT81Wd { width:17.8125rem;height:39.125rem;top:7.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uEo7BVf6TUD8WNpFS2D7rckK0JQzuh { width:13.4375rem;height:25.5rem;top:13.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivx6zd2eWV21LXMmbsvWEZbQ6alVsge { width:14.9375rem;height:3.125rem;top:40.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9UxwQX5XZu1vRZqWTWPUWiOVqUd0En { display:block; }
 }@media only screen and (max-width: 763px) { #zsvmTAUfwCwUzsV2zuttbOzrtkTVW1sZ { width:1.875rem;height:25.5rem;top:13.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbHmKJ2HexQTemCkQlxiRnn92UTlHJo { width:17.8125rem;height:40.5625rem;top:102rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQDCKDFwILJtHDVqMJFGKWk3atg2fZmT { width:13.4375rem;height:27rem;top:108.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lsocdg8dxk2UnsPymcIGkdb8PsaRfp { width:1.875rem;height:27rem;top:108.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrCnNVTmT24lnQk7O9FnHsXOtuoC28m { width:14.9375rem;height:3.125rem;top:137.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOMihr9umoQPDFrZwyJTdnexEfHFcfb { display:block; }
 }@media only screen and (max-width: 763px) { #fCOPmnhMbl73ldvTX4muEqFsMQPyeTng { width:20rem;height:10.58104375rem;top:145.56016540528rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwvCT2uTU9wTOxp6gS1pipXrTHg1dJ5O { width:11.75rem;height:11.375rem;top:1.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSgbQyyxhhyFy5KDXFExTvvmvg4J282T { width:11.75rem;height:11.375rem;top:96.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmwgSpWgbMtibqZI2gyBokz4XtNNk7sr { width:8.0625rem;height:1.625rem;top:51.25rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6r3KTedr5UyP78cb8J2FFKVN7mXq6yN { width:1.5625rem;height:1.86875rem;top:53.625rem;left:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkDNcayaJuvCy4NzW5tG0FO0fXlZCtl2 { width:8.1875rem;height:3.412325rem;top:52.875rem;left:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxIlkTv0fTaFkXznqWzy1SJ9b65RgVX5 { width:4.625rem;height:1.3rem;top:56.3125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObeSDMJeyDx13lJmsVvPCJWJQTiKusht { width:9.3125rem;height:1.381075rem;top:3.8125rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMQphT3xIEPSfGm0GIkZp7TfSpM1d2yz { width:1.5625rem;height:1.86875rem;top:6.25rem;left:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF77xuvdK71X234TTNPGrt6dmPQyGxTa { width:9.125rem;height:3.57510625rem;top:5.375rem;left:6.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDfDF7RAsziJGZe3vSkHQTpUODTMdBVI { width:4.8125rem;height:1.3rem;top:9.4375rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2w0TvWilZmK67AI6NL9C6e2f9KRzmFM { width:10.625rem;height:1.13715rem;top:99.125rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWxrbXTeNplV4EuS68HvOAVWgEsaz55 { width:8.6875rem;height:3.57510625rem;top:100.1875rem;left:6.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4cGOHu2MfTvIx4Aws4gFBf7M1HKW7E { width:1.5625rem;height:1.86875rem;top:101.125rem;left:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEGcEctq0fXvR5xb8G0LR89kuPwZK7pJ { width:5rem;height:1.3rem;top:103.8125rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktPraMTEulbXP7TLk49BOEU5RvxAXx9J { width:11.25rem;height:10.9375rem;top:49.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU92GWiz7pAivWJJV8oWJCKe12xrLovv { width:7.9998125rem;height:2.3117875rem;top:1.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI9IFClvVrWd5Zz8fq2cVekP7z2EBlgc { width:6.624625rem;height:1.3rem;top:2rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:6.875rem;height:2.375rem;top:3.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:2rem;height:2rem;top:9.65625rem;left:9rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.16875rem;top:8.17578125rem;left:6.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:6.0625rem;height:2.0625rem;top:0.41796875rem;left:13.9375rem;font-size:0.75rem;border-top:0rem solid #afc800;border-left:0rem solid #afc800;border-right:0rem solid #afc800;border-bottom:0.125rem solid #afc800;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:11.625rem;height:0.89355625rem;top:0.9375rem;left:1.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.4375rem;height:0.4375rem;top:0.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeGtXq2yBBUrurwKKPKpLts1MXXT9V7k { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHHnO8RcRZEZz5dbHWQvyIKrrIKmv1dt { display:block; }
 }@media only screen and (max-width: 763px) { #sbBUKamBqo7rkKT0qRFs63yBHh9X73VJ { width:2.375rem;height:2.375rem;top:0.5625rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bXCWRWnqfhoziT1ThGoDfPSeCBgd4eE0 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCdTHNZmi3qOAg5PxtTl4Hz5NVOBthy8 { display:block; }
 }@media only screen and (max-width: 763px) { #l6mAnP68ngzrT8ulH7KPLFGEmEOW6ECE { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3JyTUR7n9dNAeU2MspNKNbODlwrTb5 { display:block; }
 }