.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;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; }#HOZqRAzZTpQuPRv2OVdToEdQo1fTdtwg { position:absolute;display:block;z-index:15001;background-color:#14297c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:25.6875rem;top:0rem;left:49.3125rem;display:block; }
#RakWPpb7HHu2n0LUI5rg7QmwLQ0TBGsL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68663125rem;width:3.125rem;top:0.4375rem;left:44.068796157837rem;overflow:hidden;display:none; }
#rBsyeysbrxAuo23yVZzlVyNucL52z6Ld { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9368491172791rem;left:54.375001907349rem;height:3.65625rem;font-style:normal;display:block; }
#W9gTx9GRdUWq6VQk5a4cDqAEzJOfMan2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.499025rem;width:3.686525rem;top:5.125rem;left:49.7705078125rem;overflow:hidden;display:block; }
#mK40aC2mid5vF2ccni6VW58UR7S9AuAr { 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:7.875rem;width:12.5rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#T3tk7K5TrOzZMvwiyZ13fsDxftrMaUTt { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:51.25rem;height:1.4625rem;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; }
#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OyVeI2bO/main_f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx.adaptive-delivery-prevent-bg, #DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx.lazyload, #DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx.lazyloading { background-image: none; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row .container { background-color: transparent; background-image: none; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row .container > .video-iframe-container { display: none; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row > .video-iframe-container { display: none; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .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); }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row .container { border-width: 0; border-radius: 0; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#UuId9QpmW6FhlFZEJXidcGWO5wi1dFJc { color:#ffffff;display:block;width:25.4980625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:29rem;left:43.875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKITpm7VXmXUX5NBDK3SadS4x9Ai664K { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.109375rem;left:47.1240234375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#vgTXlNJBvTBTVVicZOTwFdM4rFiQcE9E { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6870625rem;width:18.624125rem;top:8.875rem;left:47.25rem;overflow:hidden;display:block; }
#QsmNQ2tQOtmfQTZytHuHxR9yNuK09yt4 { 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:6.749rem;width:9.375rem;top:34.859375rem;left:51.9365234375rem;overflow:hidden;display:block; }
#zAv9t4T2UArTzwXN3VNW4kQbLSGUyHd4 { color:#ee0403;display:block;width:37.9373125rem;position:absolute;font-family:roboto;font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:16.5rem;left:0rem;height:8.525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GEuIUNqDvz98bw5rD3NSbdyrm5pE8uZJ { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.5rem;left:0rem;height:2.6rem;display:block; }
#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 { position:relative;display:block; }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 { background-color: transparent; background-image: none; }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .row .container > .video-iframe-container { display: none; }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .row > .video-iframe-container { display: none; }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .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); }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 { border-width: 0; border-radius: 0; }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .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; }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;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; }#cXrVO49ZaEOA7nTDAiN6PrGfiqh5CQLZ { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:3.5rem;left:0rem;display:block; }
#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row .container { background-color: transparent; background-image: none; }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row .container > .video-iframe-container { display: none; }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row > .video-iframe-container { display: none; }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .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); }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row .container { border-width: 0; border-radius: 0; }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#cVM9TXJQSKvD2LPo4d5lPwuhPt414tO9 { color:#ee0403;display:block;width:64.624375rem;position:absolute;font-family:roboto;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.4342441558838rem;left:5.1877174377441rem;height:4.2625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghyrRRKzS1z1TaKc5zEvBkTfFSkELDvz { color:#000000;display:block;width:39.749375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A9T13pcgrNkaNTv9Ezwxf0o0GfZ7cHgJ { color:#000000;display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22.8427734375rem;left:0rem;height:18.1875rem;text-align:left;text-align-last:left;display:block; }#A9T13pcgrNkaNTv9Ezwxf0o0GfZ7cHgJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A9T13pcgrNkaNTv9Ezwxf0o0GfZ7cHgJ li:before{  }
#xk8k04M5GNookkWuiys0JTcOkdHMCT82 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:33rem;top:12.342882156372rem;left:42.187501907349rem;overflow:hidden;display:block; }
#Fgz50tBtmtx2izd2z65ORlKywAKIXJfr { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XQioMSqECSTiANaD2CIakdIaWyLazQ21 { color:#000000;display:block;width:52.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:43.4375rem;left:11.125rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X { position:relative;display:none; }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X { border-width: 0; border-radius: 0; }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .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; }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.25rem;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:none; }#EaifTuur2IvGXU0AMQNxJoPLvK5x4cdp { color:#ee0403;display:block;width:64.62375rem;position:absolute;font-family:roboto;font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5763893127441rem;left:5.1877174377441rem;height:4.2361125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C49ZrTEXthRtow6rCBnpFuOk0PgKnXVm { position:absolute;display:block;z-index:15002;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.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:20rem;top:12.514106750488rem;left:0rem;display:block; }
#Gxw0eCN3XNK6ZPvM3k9xyc8WqMqg5ZKb { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.097222805023rem;left:1.2413196563721rem;height:22.361125rem;text-align:center;text-align-last:center;display:block; }
#TS5gWEIO8r8fP301ZcznOnK0qqQmOQ7T { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:37.469620704651rem;left:1.318359375rem;height:2.152775rem;text-align:center;text-align-last:center;display:block; }
#mo3XJzX63egTbgWoxbtRT4uXluH6sMZp { position:absolute;display:block;z-index:15003;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.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:20rem;top:12.514106538613rem;left:27.429471969604rem;display:block; }
#TIa54aXB8uF5SGmaMJtdtBZHfvSp7Vxw { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:13.472223069984rem;left:28.750001907349rem;height:28.75rem;text-align:center;text-align-last:center;display:block; }
#EW4GG5IRNuIM5eFEsPNin6qMiNZFR015 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:43.719619750976rem;left:28.750001907349rem;height:2.152775rem;text-align:center;text-align-last:center;display:block; }
#PrEg72c21mqFxdgL9y84EIUb7M3FrTaB { position:absolute;display:block;z-index:15004;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.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:20rem;top:12.514106538613rem;left:54.860029220581rem;display:block; }
#zONiWFW4uXV7itiWklgh1634DbyV54WF { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:14.097223069984rem;left:56.179471969604rem;height:19.1666875rem;text-align:center;text-align-last:center;display:block; }
#bMMh2d6vRT2t5OB1p7kEq3NcfHuoiEEl { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:35.387371063233rem;left:56.179471969604rem;height:2.152775rem;text-align:center;text-align-last:center;display:block; }
#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14297c;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; }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row .container { background-color: transparent; background-image: none; }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row .container > .video-iframe-container { display: none; }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row > .video-iframe-container { display: none; }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .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); }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row .container { border-width: 0; border-radius: 0; }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#KdWssB5p95WIPgC3BOHrz19IsO8AT87V { color:#000000;display:block;width:47.9373125rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.58984375rem;left:13.498264312744rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kxe9bXTTq5269FDGbfgCLVUpJs4FTStq { position:absolute;display:block;z-index:15003;height:26.4995625rem;width:57.999125rem;top:11.219619274139rem;left:8.4993495941163rem;display:block; }
#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA { 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; }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row .container { background-color: transparent; background-image: none; }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row .container > .video-iframe-container { display: none; }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row > .video-iframe-container { display: none; }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .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); }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row .container { border-width: 0; border-radius: 0; }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;position:relative;display:block; }#I938lQq41GBBBW6ycIzwdae8PSPJ4qpz { color:#000000;display:block;width:44.1873125rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.9375rem;left:15.375rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qW7SKlPJzrfEurmhlqPtnDzsHcmcFSl0 { 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: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.125rem;top:15.125rem;left:0rem;overflow:hidden;display:block; }
#ZQfaToo2FNOafxFMdeBKuExR0ZLrLrAm { 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: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.125rem;top:15.125rem;left:25.9375rem;overflow:hidden;display:block; }
#P6i422mxqqwK1MyMce6NfOQ2yKTPBMzT { 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: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.125rem;top:15.125rem;left:51.875rem;overflow:hidden;display:block; }
#LUCH6wmi07LraMyrGkVZccTf1s96p1XB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.125rem;top:38.1875rem;left:0rem;overflow:hidden;display:block; }
#k78FveDfXT1r9ntZk1RVSbzT7ZxEFqP7 { 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: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.125rem;top:38.1875rem;left:25.9375rem;overflow:hidden;display:block; }
#bTTFzbxI6tOt1i8V9NHTP05OE9law5rf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.125rem;top:38.1875rem;left:51.875rem;overflow:hidden;display:block; }
#fdlSORLrQMJZs24GFWLcmZSC0acKNBia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JV6YOSoO/bg_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia.adaptive-delivery-prevent-bg, #fdlSORLrQMJZs24GFWLcmZSC0acKNBia.lazyload, #fdlSORLrQMJZs24GFWLcmZSC0acKNBia.lazyloading { background-image: none; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row .container { background-color: transparent; background-image: none; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row .container > .video-iframe-container { display: none; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row > .video-iframe-container { display: none; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .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); }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row .container { border-width: 0; border-radius: 0; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#pMRxcpnUABd7NFJs5dz7kBuqZlpLoTmH { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.25rem;left:0rem;height:3.9875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZZxysXozRMqBzKOim8aRcZEmAnle1Kv { color:#000000;display:block;width:63.99875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:6.75rem;left:5.5rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WBfPysEe2XBkIolMo7NZAE21G49wCDRe { color:#000000;display:block;width:63.998125rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:18.4375rem;left:5.5rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t7BigrhAINR7Flu7aS9dm11e8S2JoxIl { 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:28.75rem;width:19.2480625rem;top:25.571831941604rem;left:28.187936782837rem;overflow:hidden;display:block; }
#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee0706;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; }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row .container { background-color: transparent; background-image: none; }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row .container > .video-iframe-container { display: none; }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row > .video-iframe-container { display: none; }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .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); }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row .container { border-width: 0; border-radius: 0; }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#JvfMI5fVr7a8DsWc9dOGbkVSn3vlJDST { 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:7.874rem;width:12.5rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14297c;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; }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row .container { background-color: transparent; background-image: none; }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row .container > .video-iframe-container { display: none; }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row > .video-iframe-container { display: none; }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .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); }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row .container { border-width: 0; border-radius: 0; }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#yeGTes00wsIU4Re3t84HhKyaOXIp3lZ2 { color:#000000;display:block;width:14.3115rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.875rem;left:30.3427734375rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BEGuohxwTXykHDvqHKddCagq2DEeTXzG { color:#000000;display:block;width:14.311rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6896715164188rem;left:31.185766220092rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ktpK5O2GDa9lTVLXRRBNGdlsTCRhnOP3 { 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.125rem solid #14297c;border-left:0.125rem solid #14297c;border-right:0.125rem solid #14297c;border-bottom:0.125rem solid #14297c;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:#ee0706;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75024625rem;height:3.37478375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.897135734558rem;left:31.402780532837rem;display:none; }
#R0gksZc3d3yJnb5ZTKC43P2mu03tI3FT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EqWsgonwM6FV36cSTJRM5qyd7P4qaNFO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.125rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#OzTnww2S0uoDBaK7vEALPEtcTkwoHOuL { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:1.4625rem;font-style:normal;display:block; }
#WOiTcMMbNp3yHvGzF9L8JQJ1QSdk1dEm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.3125rem;top:10.3125rem;left:0.375rem;overflow:hidden;display:block; }
#XbclhfBTT3eURZvGEKGZzZu0dJW8PWei { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.375rem;left:3.9375rem;height:1.4625rem;font-style:normal;display:block; }
#ApHUGbq3ImT74G6MhmrNchcQA4WUqMgF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:5.9635429382324rem;left:53.130429267883rem;overflow:hidden;display:block; }
#i4mVa2Zka1V6fPotcXJvRQJaFOEozphJ { color:#000000;display:block;width:11.0623125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3921451568606rem;left:57.371964454651rem;height:1.4625rem;font-style:normal;display:block; }
#KCa6cAgaus0rT6rwWRZGPcvAkwFOfMnb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.3125rem;top:10.083551406861rem;left:53.097874641419rem;overflow:hidden;display:block; }
#cOpbT5PlXaVxDt6dE4PTqXWZONDUeif2 { color:#000000;display:block;width:15.811625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.235678672791rem;left:57.371961593628rem;height:2.925rem;font-style:normal;display:block; }
#re1R3B9iZevbuWCDHOq8B1wNN92lpQBp { 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:28.75rem;width:19.25rem;display:none; }
#K1WnHKBRlJzua8rIEhgTKF5hT4otysdU { 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.875rem;width:12.5rem;display:none; }
#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 { position:relative;display:block; }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 { background-color: transparent; background-image: none; }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .row .container > .video-iframe-container { display: none; }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .row > .video-iframe-container { display: none; }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .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); }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 { border-width: 0; border-radius: 0; }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .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; }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;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; }#Zxlt2qVvLkBsVhZgN78SWaKQrCRPFt4R { color:#ee0706;display:block;width:36.624375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.955078125rem;left:19.187284469604rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOZqRAzZTpQuPRv2OVdToEdQo1fTdtwg { width:25.6875rem;height:3.9375rem;top:0rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RakWPpb7HHu2n0LUI5rg7QmwLQ0TBGsL { width:3.125rem;height:2.68663125rem;top:0.4375rem;left:30.443796157837rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBsyeysbrxAuo23yVZzlVyNucL52z6Ld { width:20.625rem;height:3.625rem;top:4.875rem;left:27.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9gTx9GRdUWq6VQk5a4cDqAEzJOfMan2 { width:3.625rem;height:3.4406292172167rem;top:5.125rem;left:36.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK40aC2mid5vF2ccni6VW58UR7S9AuAr { width:12.5rem;height:7.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tk7K5TrOzZMvwiyZ13fsDxftrMaUTt { width:21.8125rem;height:1.4375rem;top:1.25rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx { display:block; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuId9QpmW6FhlFZEJXidcGWO5wi1dFJc { width:25.4375rem;height:3.125rem;top:29rem;left:22.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKITpm7VXmXUX5NBDK3SadS4x9Ai664K { width:19rem;height:1.75rem;top:33.0625rem;left:28.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTXlNJBvTBTVVicZOTwFdM4rFiQcE9E { width:18.5625rem;height:18.625229247348rem;top:8.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsmNQ2tQOtmfQTZytHuHxR9yNuK09yt4 { width:9.375rem;height:6.749rem;top:34.8125rem;left:38.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAv9t4T2UArTzwXN3VNW4kQbLSGUyHd4 { width:37.875rem;height:8.5rem;top:16.5rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEuIUNqDvz98bw5rD3NSbdyrm5pE8uZJ { width:32.9375rem;height:2.5625rem;top:26.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNSR8iwRhWQI3veeqsRfwxiglzBktF50 { display:block; }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXrVO49ZaEOA7nTDAiN6PrGfiqh5CQLZ { width:47.75rem;height:21.75rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T { display:block; }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVM9TXJQSKvD2LPo4d5lPwuhPt414tO9 { width:47.75rem;height:4.1875rem;top:3.375rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghyrRRKzS1z1TaKc5zEvBkTfFSkELDvz { width:39.6875rem;height:6.5rem;top:11.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9T13pcgrNkaNTv9Ezwxf0o0GfZ7cHgJ { width:36.875rem;height:;top:22.8125rem;left:0rem;font-size:1.25rem;display:block; }#A9T13pcgrNkaNTv9Ezwxf0o0GfZ7cHgJ li:before{  }
 }@media only screen and (max-width: 763px) { #xk8k04M5GNookkWuiys0JTcOkdHMCT82 { width:33rem;height:28.625rem;top:12.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgz50tBtmtx2izd2z65ORlKywAKIXJfr { width:40.9375rem;height:4.5rem;top:17.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQioMSqECSTiANaD2CIakdIaWyLazQ21 { width:47.75rem;height:4.5rem;top:43.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X { display:block; }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaifTuur2IvGXU0AMQNxJoPLvK5x4cdp { width:20rem;height:3.5625rem;top:1.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C49ZrTEXthRtow6rCBnpFuOk0PgKnXVm { width:20rem;height:28.6875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxw0eCN3XNK6ZPvM3k9xyc8WqMqg5ZKb { width:17.5rem;height:23.9375rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5gWEIO8r8fP301ZcznOnK0qqQmOQ7T { width:17.5rem;height:2.125rem;top:37.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo3XJzX63egTbgWoxbtRT4uXluH6sMZp { width:20rem;height:35.4375rem;top:12.5rem;left:13.804471969604rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIa54aXB8uF5SGmaMJtdtBZHfvSp7Vxw { width:17.5rem;height:28.75rem;top:13.4375rem;left:15.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW4GG5IRNuIM5eFEsPNin6qMiNZFR015 { width:17.5rem;height:2.125rem;top:43.6875rem;left:15.125001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrEg72c21mqFxdgL9y84EIUb7M3FrTaB { width:20rem;height:26.8125rem;top:12.5rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zONiWFW4uXV7itiWklgh1634DbyV54WF { width:17.5rem;height:19.125rem;top:14.0625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMMh2d6vRT2t5OB1p7kEq3NcfHuoiEEl { width:17.5rem;height:2.125rem;top:35.375rem;left:30.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R { display:block; }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdWssB5p95WIPgC3BOHrz19IsO8AT87V { width:47.75rem;height:3.625rem;top:4.5625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxe9bXTTq5269FDGbfgCLVUpJs4FTStq { width:47.75rem;height:26.4375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA { display:block; }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I938lQq41GBBBW6ycIzwdae8PSPJ4qpz { width:44.125rem;height:3.625rem;top:5.9375rem;left:1.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW7SKlPJzrfEurmhlqPtnDzsHcmcFSl0 { width:23.125rem;height:20.625rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQfaToo2FNOafxFMdeBKuExR0ZLrLrAm { width:23.125rem;height:20.625rem;top:15.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6i422mxqqwK1MyMce6NfOQ2yKTPBMzT { width:23.125rem;height:20.625rem;top:15.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUCH6wmi07LraMyrGkVZccTf1s96p1XB { width:23.125rem;height:20.625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k78FveDfXT1r9ntZk1RVSbzT7ZxEFqP7 { width:23.125rem;height:20.625rem;top:38.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTFzbxI6tOt1i8V9NHTP05OE9law5rf { width:23.125rem;height:20.625rem;top:38.1875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdlSORLrQMJZs24GFWLcmZSC0acKNBia { display:block; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMRxcpnUABd7NFJs5dz7kBuqZlpLoTmH { width:47.75rem;height:3.9375rem;top:2.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZZxysXozRMqBzKOim8aRcZEmAnle1Kv { width:47.75rem;height:8.25rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBfPysEe2XBkIolMo7NZAE21G49wCDRe { width:47.75rem;height:3.875rem;top:18.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7BigrhAINR7Flu7aS9dm11e8S2JoxIl { width:19.1875rem;height:28.659540408288rem;top:25.5625rem;left:14.562936782837rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM { display:block; }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvfMI5fVr7a8DsWc9dOGbkVSn3vlJDST { width:12.5rem;height:7.874rem;top:3rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV { display:block; }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeGTes00wsIU4Re3t84HhKyaOXIp3lZ2 { width:14.25rem;height:5.1875rem;top:7.875rem;left:16.71718788147rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEGuohxwTXykHDvqHKddCagq2DEeTXzG { width:14.25rem;height:2.5625rem;top:9.6875rem;left:17.560766220092rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktpK5O2GDa9lTVLXRRBNGdlsTCRhnOP3 { width:13.75rem;height:3.3125rem;top:12.875rem;left:17.777780532837rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0gksZc3d3yJnb5ZTKC43P2mu03tI3FT { display:block; }
 }@media only screen and (max-width: 763px) { #EqWsgonwM6FV36cSTJRM5qyd7P4qaNFO { width:3.125rem;height:2.6875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTnww2S0uoDBaK7vEALPEtcTkwoHOuL { width:22.1875rem;height:1.4375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOiTcMMbNp3yHvGzF9L8JQJ1QSdk1dEm { width:2.3125rem;height:1.4375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbclhfBTT3eURZvGEKGZzZu0dJW8PWei { width:22.1875rem;height:1.4375rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApHUGbq3ImT74G6MhmrNchcQA4WUqMgF { width:2.3125rem;height:2.3125rem;top:5.9375rem;left:39.505429267883rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4mVa2Zka1V6fPotcXJvRQJaFOEozphJ { width:11rem;height:1.4375rem;top:6.375rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCa6cAgaus0rT6rwWRZGPcvAkwFOfMnb { width:2.3125rem;height:2.1875rem;top:10.0625rem;left:39.472874641419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOpbT5PlXaVxDt6dE4PTqXWZONDUeif2 { width:15.75rem;height:2.875rem;top:10.1875rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re1R3B9iZevbuWCDHOq8B1wNN92lpQBp { width:19.25rem;height:28.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1WnHKBRlJzua8rIEhgTKF5hT4otysdU { width:12.5rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 { display:block; }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zxlt2qVvLkBsVhZgN78SWaKQrCRPFt4R { width:36.5625rem;height:1.5rem;top:1.9375rem;left:5.5617189407349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOZqRAzZTpQuPRv2OVdToEdQo1fTdtwg { width:20rem;height:3.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RakWPpb7HHu2n0LUI5rg7QmwLQ0TBGsL { width:3.125rem;height:2.6875rem;top:0.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBsyeysbrxAuo23yVZzlVyNucL52z6Ld { width:14.5rem;height:2.578125rem;top:10.4990234375rem;left:4.4052734375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9gTx9GRdUWq6VQk5a4cDqAEzJOfMan2 { width:3.1875rem;height:3.0625rem;top:10.2490234375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK40aC2mid5vF2ccni6VW58UR7S9AuAr { width:12.5rem;height:7.874rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tk7K5TrOzZMvwiyZ13fsDxftrMaUTt { width:20rem;height:2.875rem;top:14.5615234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx { display:block; }#DGQrOynmCyUAMB5rO4kBlTx04BhmBRcx > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuId9QpmW6FhlFZEJXidcGWO5wi1dFJc { width:20rem;height:1.953125rem;top:26.9355625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKITpm7VXmXUX5NBDK3SadS4x9Ai664K { width:12.5rem;height:3.4375rem;top:30.1855625rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgTXlNJBvTBTVVicZOTwFdM4rFiQcE9E { width:16.1855625rem;height:16.1855625rem;top:9.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsmNQ2tQOtmfQTZytHuHxR9yNuK09yt4 { width:9.375rem;height:6.7480625rem;top:34.9355625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAv9t4T2UArTzwXN3VNW4kQbLSGUyHd4 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEuIUNqDvz98bw5rD3NSbdyrm5pE8uZJ { width:20rem;height:1.328125rem;top:6.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNSR8iwRhWQI3veeqsRfwxiglzBktF50 { display:block; }#DNSR8iwRhWQI3veeqsRfwxiglzBktF50 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXrVO49ZaEOA7nTDAiN6PrGfiqh5CQLZ { width:20rem;height:21.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T { display:block; }#uxHODKal6vGv0CKTt3VqTFFV1U5WdS7T > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVM9TXJQSKvD2LPo4d5lPwuhPt414tO9 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghyrRRKzS1z1TaKc5zEvBkTfFSkELDvz { width:17.3730625rem;height:7.734375rem;top:6.875rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9T13pcgrNkaNTv9Ezwxf0o0GfZ7cHgJ { width:17.9355625rem;height:14.6875rem;top:19.4375rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#A9T13pcgrNkaNTv9Ezwxf0o0GfZ7cHgJ li:before{  }
 }@media only screen and (max-width: 763px) { #xk8k04M5GNookkWuiys0JTcOkdHMCT82 { width:20rem;height:17.3779375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgz50tBtmtx2izd2z65ORlKywAKIXJfr { width:20rem;height:3.75rem;top:14.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQioMSqECSTiANaD2CIakdIaWyLazQ21 { width:20rem;height:9.0625rem;top:55.5029375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X { display:block; }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X { background-color: transparent; background-image: none; }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .row .container > .video-iframe-container { display: none; }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .row > .video-iframe-container { display: none; }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .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); }#PuMWJhwVWdiWIsLvW9SWMzfDbMqKAp4X > .row .container { width:20rem;height:103.1875rem;background-color:#14297c;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaifTuur2IvGXU0AMQNxJoPLvK5x4cdp { width:20rem;height:3.59375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C49ZrTEXthRtow6rCBnpFuOk0PgKnXVm { width:19.875rem;height:28.6875rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxw0eCN3XNK6ZPvM3k9xyc8WqMqg5ZKb { width:17.5rem;height:21.875rem;top:7.7081146240238rem;left:1.2413196563721rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS5gWEIO8r8fP301ZcznOnK0qqQmOQ7T { width:17.5rem;height:2.1875rem;top:31.080513000488rem;left:1.318359375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mo3XJzX63egTbgWoxbtRT4uXluH6sMZp { width:19.875rem;height:35.4375rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIa54aXB8uF5SGmaMJtdtBZHfvSp7Vxw { width:17.5rem;height:28.125rem;top:37.145614624024rem;left:1.3205299377441rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EW4GG5IRNuIM5eFEsPNin6qMiNZFR015 { width:17.5rem;height:2.1875rem;top:67.393013000487rem;left:1.3205299377441rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrEg72c21mqFxdgL9y84EIUb7M3FrTaB { width:19.875rem;height:26.8125rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zONiWFW4uXV7itiWklgh1634DbyV54WF { width:17.5rem;height:18.75rem;top:74.583114624025rem;left:1.3194427490234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMMh2d6vRT2t5OB1p7kEq3NcfHuoiEEl { width:17.5rem;height:2.1875rem;top:95.873268127444rem;left:1.3194427490234rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R { display:none; }#i5zF5eJSUB2Nmm26RllWw3dU2HQs2O1R > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KdWssB5p95WIPgC3BOHrz19IsO8AT87V { width:20rem;height:4.30555625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kxe9bXTTq5269FDGbfgCLVUpJs4FTStq { width:20rem;height:18.186875rem;top:6.8046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA { display:block; }#sQCkixtTtf8VAiXSSN4aqn0nB6nh5pnA > .row .container { width:20rem;height:121rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I938lQq41GBBBW6ycIzwdae8PSPJ4qpz { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW7SKlPJzrfEurmhlqPtnDzsHcmcFSl0 { width:20rem;height:17.8369375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQfaToo2FNOafxFMdeBKuExR0ZLrLrAm { width:20rem;height:17.8369375rem;top:23.7744375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6i422mxqqwK1MyMce6NfOQ2yKTPBMzT { width:20rem;height:17.8369375rem;top:42.923875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUCH6wmi07LraMyrGkVZccTf1s96p1XB { width:20rem;height:17.8369375rem;top:62.0108125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k78FveDfXT1r9ntZk1RVSbzT7ZxEFqP7 { width:20rem;height:17.8369375rem;top:81.16025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTFzbxI6tOt1i8V9NHTP05OE9law5rf { width:20rem;height:17.8369375rem;top:100.2471875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdlSORLrQMJZs24GFWLcmZSC0acKNBia { display:block; }#fdlSORLrQMJZs24GFWLcmZSC0acKNBia > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMRxcpnUABd7NFJs5dz7kBuqZlpLoTmH { width:20rem;height:3.90625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZZxysXozRMqBzKOim8aRcZEmAnle1Kv { width:18.374rem;height:17.96875rem;top:6.375rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBfPysEe2XBkIolMo7NZAE21G49wCDRe { width:20rem;height:6.25rem;top:25.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7BigrhAINR7Flu7aS9dm11e8S2JoxIl { width:19.25rem;height:28.75rem;top:100.18663787842rem;left:0.68793410062787rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM { display:block; }#ciRr1WBaUTHnG2Z9IsE196fcfFBiRqkM > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvfMI5fVr7a8DsWc9dOGbkVSn3vlJDST { width:12.5rem;height:7.874rem;top:3rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV { display:block; }#UIHwAcMP6dX3ZVRIc8DeBanLWnNDOcEV > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeGTes00wsIU4Re3t84HhKyaOXIp3lZ2 { width:14.2480625rem;height:5.15625rem;top:20.123046875rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEGuohxwTXykHDvqHKddCagq2DEeTXzG { width:14.249125rem;height:2.5625rem;top:50.5625rem;left:3.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ktpK5O2GDa9lTVLXRRBNGdlsTCRhnOP3 { width:13.75rem;height:3.3125rem;top:53.875rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0gksZc3d3yJnb5ZTKC43P2mu03tI3FT { display:block; }
 }@media only screen and (max-width: 763px) { #EqWsgonwM6FV36cSTJRM5qyd7P4qaNFO { width:3.125rem;height:2.6875rem;top:35.310546875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTnww2S0uoDBaK7vEALPEtcTkwoHOuL { width:20rem;height:2.8125rem;top:39.873046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOiTcMMbNp3yHvGzF9L8JQJ1QSdk1dEm { width:2.3125rem;height:1.4375rem;top:51.060546875rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbclhfBTT3eURZvGEKGZzZu0dJW8PWei { width:20rem;height:1.40625rem;top:54.123046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApHUGbq3ImT74G6MhmrNchcQA4WUqMgF { width:2.3125rem;height:2.3125rem;top:44.310546875rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4mVa2Zka1V6fPotcXJvRQJaFOEozphJ { width:10.9980625rem;height:1.40625rem;top:48.123046875rem;left:4.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCa6cAgaus0rT6rwWRZGPcvAkwFOfMnb { width:2.3125rem;height:2.1875rem;top:57.560546875rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOpbT5PlXaVxDt6dE4PTqXWZONDUeif2 { width:15.7480625rem;height:2.8125rem;top:61.498046875rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #re1R3B9iZevbuWCDHOq8B1wNN92lpQBp { top:4.748046875rem;left:0.375rem;width:19.25rem;height:28.75rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K1WnHKBRlJzua8rIEhgTKF5hT4otysdU { top:11.5rem;left:4.90625rem;width:10.1855625rem;height:6.3105625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 { display:block; }#eliRe5p6QXdUpCBkmdDrtTGm7TLPGDS8 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zxlt2qVvLkBsVhZgN78SWaKQrCRPFt4R { width:20rem;height:2.96875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }