.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; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7da83ed-5819-490f-b601-bbe252145c88/WhatsAppImage20240902at52939PM1.jpeg");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; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::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; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15017;height:13.75rem;width:22.9980625rem;top:7.3187937736513rem;left:49.562721252441rem;display:block; }
#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(35,114,245,0.2) ;height:36.375rem;width:27.75rem;top:2.873046875rem;left:47.1875rem;display:block; }
#aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { position:absolute;display:block;z-index:15000;background-color:rgba(0,31,62,0.77);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:6.3125rem;width:64rem;top:15.9375rem;left:0rem;display:block; }
#le2oVOh8k5x69klODZXbA5bTobExbaCN { 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:4.18728125rem;width:12.8125rem;top:1.4008246660232rem;left:1.3118486404419rem;overflow:hidden;display:block; }
#L9wgtAu78U1KW5XKGl9Gk5Kd97rTFJRt { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.843967437744rem;left:0.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Du9nRrV7OE0BTPwqM7csQUJZhmR0mHxk { box-sizing:content-box;height:4.25rem;width:12.875rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:1.4007812738419rem;left:1.3117189407349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mwqAZTrxxgHChs8A5SfrSSOknP1SdOiZ { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.4993491172791rem;left:49.062721252441rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { position:relative;display:block; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { background-color: transparent; background-image: none; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row .container > .video-iframe-container { display: none; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row > .video-iframe-container { display: none; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .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); }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { border-width: 0; border-radius: 0; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .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; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .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:41.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; }#k857AEdnuVyhoLk6r4ZVvqJmsxQHUyS1 { 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:39.1875rem;width:75rem;top:0.85394954681394rem;left:0rem;overflow:hidden;display:block; }
#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM { 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; }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row .container { background-color: transparent; background-image: none; }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row .container > .video-iframe-container { display: none; }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row > .video-iframe-container { display: none; }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .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); }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row .container { border-width: 0; border-radius: 0; }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#wzO3yJtf9HMNav2xnHlGkAFRzt4auon0 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.619140625rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMlqPATWDEinT6LB0GtkxXvrXglcPXWZ { 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:32.9375rem;width:49.375rem;top:4.0234376192093rem;left:11.029731750488rem;overflow:hidden;display:block; }
#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ { 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; }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row .container { background-color: transparent; background-image: none; }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row .container > .video-iframe-container { display: none; }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row > .video-iframe-container { display: none; }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .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); }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row .container { border-width: 0; border-radius: 0; }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#nDXJlvQfUE5yPGmIMSfMwKWBQomnWOL6 { 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:32.999125rem;width:74.375rem;top:1.4366283416748rem;left:0.625rem;overflow:hidden;display:block; }
#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT { 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; }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row .container { background-color: transparent; background-image: none; }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row .container > .video-iframe-container { display: none; }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row > .video-iframe-container { display: none; }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .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); }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row .container { border-width: 0; border-radius: 0; }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#mwDExsWtz7z6qw6TNGSMGH0lgyP4RC7K { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.63909435272219rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS.adaptive-delivery-prevent-bg, #oO5bXcwq0ToSs9B8etkg171kz1LDG0yS.lazyload, #oO5bXcwq0ToSs9B8etkg171kz1LDG0yS.lazyloading { background-image: none; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row .container { background-color: transparent; background-image: none; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row .container > .video-iframe-container { display: none; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row > .video-iframe-container { display: none; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .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); }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row .container { border-width: 0; border-radius: 0; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#WGuZcxRfqJppF2MGT9goUJPz2FRSNPPM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:17.625rem;width:33.75rem;top:1.1241319179535rem;left:21.567926406861rem;overflow:hidden;display:block; }
#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U.adaptive-delivery-prevent-bg, #emJpVsdBJEbigNBKWQf7oNzH6fon9o0U.lazyload, #emJpVsdBJEbigNBKWQf7oNzH6fon9o0U.lazyloading { background-image: none; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { background-color: transparent; background-image: none; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container > .video-iframe-container { display: none; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row > .video-iframe-container { display: none; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .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); }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { border-width: 0; border-radius: 0; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#ExE2HZk7dbo01muGsRUJSG5Be91Um0JW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:17.3125rem;width:33.125rem;top:1.125rem;left:1.375rem;overflow:hidden;display:block; }
#eUlF7Pnpx1ZkIk6hC4TmQ9WwciywoxpB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:17.625rem;width:33.8125rem;top:0.96875rem;left:40.125rem;overflow:hidden;display:block; }
#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { position:relative;display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { background-color: transparent; background-image: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container > .video-iframe-container { display: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container { display: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { border-width: 0; border-radius: 0; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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.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; }#vQJdibdbPoQddfMJl270PUA3a3w6ETRg { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1867160797119rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MRqiv3hxZDFc52k3429wHtQ0DqH696nT { position:relative;display:block; }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT { background-color: transparent; background-image: none; }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .row .container > .video-iframe-container { display: none; }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .row > .video-iframe-container { display: none; }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .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); }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT { border-width: 0; border-radius: 0; }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .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; }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .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:34.5625rem;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; }#gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:31.5rem;width:20.5rem;top:2.8031234741211rem;left:0rem;display:block; }
#U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.6875rem;left:5.5rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { position:absolute;display:block;z-index:15008;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.2165803909302rem;left:5.5375432968139rem;display:block; }
#TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { position:absolute;display:block;z-index:15028;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 #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.125rem;width:11.9375rem;top:1.4375rem;left:4.76171875rem;display:block; }
#S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { position:absolute;display:block;z-index:15025;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.1875rem;width:18.4375rem;top:4.1226564645767rem;left:1.0484371185302rem;overflow:hidden;display:block; }
#dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { position:absolute;display:block;z-index:15035;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:9.375rem;width:17.0625rem;top:5.549999833107rem;left:28.218751907349rem;overflow:hidden;display:block; }
#t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { position:absolute;display:block;z-index:15018;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.875rem;left:32.4375rem;display:block; }
#FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { position:absolute;display:block;z-index:15038;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 #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:9.625rem;top:1.6872801780701rem;left:32.86697101593rem;display:block; }
#ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:1.9997801780701rem;left:32.217885017395rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { color:#000000;display:block;width:17.7495625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:20.611980676651rem;left:1.4420566558838rem;height:9.5572875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:19.791668176651rem;left:28.999566078186rem;height:11.2033375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:15.817969322204rem;left:54.541410446167rem;height:18.19659375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:1.6872835159302rem;left:59.467232704162rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { position:absolute;display:block;z-index:15028;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.3120625rem;width:9.3120625rem;top:4.5914077758789rem;left:60.092191696167rem;display:block; }
#E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { position:absolute;display:block;z-index:15045;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:9.436875rem;width:7.061625rem;top:4.4468765258789rem;left:61.217191696167rem;overflow:hidden;display:block; }
#aQwsVF7VfcCBLeV2QavMwLqmvX5uKVks { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:1.49956875rem;top:32.567970275879rem;left:9.53750038147rem;overflow:hidden;display:block; }
#Ty9UuH3HDZNQJXWQKXN3ETID3NeR0THS { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:33.098442077637rem;left:3.0679683685302rem;display:block; }
#Q4CCnNUoqThde2QfJx2qqw7EIasJnaqR { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:33.029685974121rem;left:14.125rem;display:block; }
#yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { position:absolute;display:block;z-index:15048;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 #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.06163125rem;width:8.75rem;top:1.3856344223023rem;left:60.303818702697rem;display:block; }
#yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:31.5rem;width:20.5625rem;top:2.875rem;left:27.187501907349rem;display:block; }
#brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:31.5rem;width:20.5625rem;top:2.8046875rem;left:53.991407394409rem;display:block; }
#G4fXP2Mm6doQoSxANGlqZfnLTssXck9x { position:absolute;display:block;z-index:15032;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.1875rem;width:1.5rem;top:32.6875rem;left:36.625001907349rem;overflow:hidden;display:block; }
#i4qhfbaDrGLxP2kTs5qKe08lpyXH7vqE { position:absolute;display:block;z-index:15031;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:33.25rem;left:39.875001907349rem;display:block; }
#APWybyiUAmZKqPlUnncM4T54KOZSo3LV { position:absolute;display:block;z-index:15030;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:33.25rem;left:31.812501907349rem;display:block; }
#NqH9hwvmXW0P3W3ExyFnBkdF7SKVskM6 { position:absolute;display:block;z-index:15035;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.18706875rem;width:1.49956875rem;top:32.567970275879rem;left:63.999219894406rem;overflow:hidden;display:block; }
#A6d9Jai4fbDWmgqkMJn4HNHCe5zfwcmU { position:absolute;display:block;z-index:15034;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:33.098442077637rem;left:68.27734184265rem;display:block; }
#KfQvycUzvJIJbq4Or3bFCobZUHwNmO38 { position:absolute;display:block;z-index:15033;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:33.098442077637rem;left:56.693754196167rem;display:block; }
#bl86Hr0eXRGmgiTEUnBmmzHQdWSVlygb { color:#247e84;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:15.48046875rem;left:3.6312494277954rem;height:3.20095rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ykwzehebAKpgeBGvtkhgcrZhl0pDBSb2 { color:#247e84;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:16.478937149048rem;left:28.750000953674rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#KeszxWwN3ThgigUK4G5MTWcr44WHpOh2 { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.060943603516rem;left:59.468748092651rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 { position:relative;display:block; }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 { background-color: transparent; background-image: none; }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .row .container > .video-iframe-container { display: none; }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .row > .video-iframe-container { display: none; }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .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); }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 { border-width: 0; border-radius: 0; }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .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; }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .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:64.5625rem;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; }#uAl3R0NLZVWEp4eTecJGmLrpNNswO8mb { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:27.4375rem;width:20.5625rem;top:2.8031272888184rem;left:0rem;display:block; }
#FUK7rdZwZmnJl5Nv0wHSw8mq5vrV3Dz5 { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.6875rem;left:5.5rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ErqW5MyUWPQ54vDAKeom4PVk3ScgfF15 { position:absolute;display:block;z-index:15008;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.2165803909302rem;left:5.5375432968139rem;display:block; }
#iIUGsTrJa2nr2PUk31iLZ171somTunDN { position:absolute;display:block;z-index:15028;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 #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.4375rem;left:6.4375rem;display:block; }
#EoJJToBNe1rbeDZWLroLgKlGO0oufnPX { position:absolute;display:block;z-index:15025;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:9.75rem;width:17.6875rem;top:4.5164065361023rem;left:1.4875001907349rem;overflow:hidden;display:block; }
#PiNOom2XbEIXFyx7yuzk09H3f6d4xqWT { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4998125rem;width:25.9375rem;top:0.25rem;left:24.53125rem;overflow:hidden;display:block; }
#dA18dPUMGoZ0b4ANdL6gXEiSQw9Jqx7O { position:absolute;display:block;z-index:15018;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.875rem;left:32.4375rem;display:block; }
#dFa7No0y2KLdUREt0pMUk0T7pI1Xp53o { position:absolute;display:block;z-index:15038;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 #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:9.625rem;top:1.6872801780701rem;left:32.86697101593rem;display:block; }
#vLdgtCoLAWuwd5HQT7yghRpXGisGz3i5 { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:1.9997801780701rem;left:32.217885017395rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ofBzQiTz1FBNdcXByJJ2VRsuW29K6RRI { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:18.224999999627rem;left:0.33125019073486rem;height:7.96440625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CwVKODg1ILsLbLS2zSgLtW7cJ1VIrhSJ { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:19.234375715256rem;left:27.531251907349rem;height:9.5573125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qyOnSAPWvl6InM9CAFCOG4ahLv8eSEKM { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:17.600006103516rem;left:54.197660446167rem;height:10.20183125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vdWLeEVrkUI3sWZmeVPLWBIJ0o8KqQAF { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:1.6872835159302rem;left:59.467232704162rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kNOB66n9oXpFdEKJWi3BIDOr51ogWvyo { position:absolute;display:block;z-index:15028;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.31175rem;width:9.31175rem;top:4.9539061784744rem;left:60.092191696167rem;display:block; }
#TMAJZRExp6tGh9CFprCNCdH2NGJbDrGm { position:absolute;display:block;z-index:15045;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:9.875rem;width:17.75rem;top:4.2789063453674rem;left:55.416410446167rem;overflow:hidden;display:block; }
#WrPgcUQX3QSMuDgmPDchMaD0rEVxqxTB { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:1.49956875rem;top:28.380470275879rem;left:9.53750038147rem;overflow:hidden;display:block; }
#z0IaukBA2KEA2cseuC7b9MEUUhTiLZuT { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:28.910938262939rem;left:3.0679683685302rem;display:block; }
#bdGsTGcqWGvgUbFCpdrbs0NltqRnJc9N { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:28.842189788818rem;left:14.125rem;display:block; }
#bGXvRA3Edvwm5LpeppN3O3O2laVuLmxZ { position:absolute;display:block;z-index:15048;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 #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.06163125rem;width:8.75rem;top:1.3856344223023rem;left:60.303818702697rem;display:block; }
#qPHFm4AEaAfiIvXEG9s1y1PfU8SfnuRy { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:27.4375rem;width:20.5625rem;top:2.875rem;left:27.187501907349rem;display:block; }
#ThJRZu4TzaIdKQuSDpVeKwF14R5LkyUK { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:27.4375rem;width:20.5rem;top:2.8046875rem;left:53.991407394409rem;display:block; }
#AacbTDxgKRI3Z2b88uSF5zPXlMi9777n { position:absolute;display:block;z-index:15032;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.1875rem;width:1.5rem;top:28.5rem;left:36.625001907349rem;overflow:hidden;display:block; }
#ru0rZNlwk91sWHcyfq9fIKeXvcG3iam6 { position:absolute;display:block;z-index:15031;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:29.0625rem;left:39.875001907349rem;display:block; }
#wlzD2LLhraig0DVGTER7LHNnoqO9qatw { position:absolute;display:block;z-index:15030;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:29.0625rem;left:31.812501907349rem;display:block; }
#kn0WBua17b97dsuCnurPKzzuAVLsT79I { position:absolute;display:block;z-index:15035;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.18706875rem;width:1.49956875rem;top:28.380470275879rem;left:63.999219894406rem;overflow:hidden;display:block; }
#bC4ZGHxhiiOmZkaAGvAB3omZWZyKaf5p { position:absolute;display:block;z-index:15034;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:28.910938262939rem;left:68.27734184265rem;display:block; }
#lCaLcLPHlO8zpePNbgZNhJu8bo60tl3R { position:absolute;display:block;z-index:15033;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:28.910938262939rem;left:56.693754196167rem;display:block; }
#OrlWvieJNA50EeJki6UgmsiPIoP4HiQg { color:#247e84;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:14.681250190362rem;left:0.89375019073488rem;height:3.20095rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HOXGUrBKSGQFaXyJSOyqTkASN0R5apVZ { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:15.48046875rem;left:32.21875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WN3Hb1T3owhor52eGPsiAaZUlrSnMw5J { color:#247e84;display:block;width:12.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.543746948243rem;left:57.916410446167rem;height:4.80143125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yMxuzt17rl4nN8qgWsge2lLiKGxHeDcq { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:27.75rem;width:20.5625rem;top:33.4375rem;left:14.6875rem;display:block; }
#MGkUgRTu48Hfs5fVACs5NXVZ0lbMZMxE { position:absolute;display:block;z-index:15058;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 #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:9.625rem;top:32.375rem;left:20.1875rem;display:block; }
#eS1q40o6OKnxkPFby4Hxs1C13lCXflDx { color:#247e84;display:block;width:10.5615rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:32.5625rem;left:19.8125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#igsFKmSckN3021N3i9radNVIaUMpu3QE { position:absolute;display:block;z-index:15055;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.625rem;width:18.9375rem;top:35.1875rem;left:15.875rem;overflow:hidden;display:block; }
#QqFGB6I4vKPPOhzapHTF3hVqcR6IFJX7 { position:absolute;display:block;z-index:15038;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:35.8125rem;left:20rem;display:block; }
#axarLurQGIUyE55SWvVfM0MTAeh2dCAm { color:#247e84;display:block;width:10.5615rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:46.4375rem;left:19.75rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ttQ72eamqTTBsWnid6W1TGbfvVybBW1v { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:49.6875rem;left:15.0625rem;height:7.96440625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PqRxsnze9y8grB82vWITIPlvpob1zQsD { position:absolute;display:block;z-index:15052;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.1875rem;width:1.5rem;top:58.9375rem;left:24.125rem;overflow:hidden;display:block; }
#ByZ3hnfIlKxxtKtCwk1TB9O7SxLTqK5t { position:absolute;display:block;z-index:15051;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:60rem;left:27.375rem;display:block; }
#UCpdhioORFrULVbva3QOp9mPuPPICALQ { position:absolute;display:block;z-index:15050;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:60rem;left:19.3125rem;display:block; }
#rX2MTcQCq9WiOV6vbtTLa3OxAuiUormN { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:27.75rem;width:20.5625rem;top:33.4375rem;left:39.625rem;display:block; }
#wuSxGdhBhMF7sl8igREwLrI5RfqxVIOp { position:absolute;display:block;z-index:15068;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 #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:9.625rem;top:32.375rem;left:45.125rem;display:block; }
#GrdJnThvRlhQXUkL4PwrIubw3o5CWgxJ { color:#247e84;display:block;width:10.5615rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:32.5625rem;left:44.75rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZRNNVWe5KepdALSxliczDoxFrZSPu9up { position:absolute;display:block;z-index:15065;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.625rem;width:15.9375rem;top:35.186608314514rem;left:41.843536376953rem;overflow:hidden;display:block; }
#GNbbZF7xLa0L3SAFxGs9hVTMlhQFyvxX { position:absolute;display:block;z-index:15048;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:35.8125rem;left:44.9375rem;display:block; }
#Em68iWP602n1DbNaAi9fm82vObGRdB8N { color:#247e84;display:block;width:10.5615rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:46.4375rem;left:44.6875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WxVULq3aesEtbJ86MvlN7Fv5OfHSGk4s { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:49.6875rem;left:40rem;height:7.96440625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vfrhpOBwvOOfKeFVDbaV9aZOMgKZsbpZ { position:absolute;display:block;z-index:15062;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.1875rem;width:1.5rem;top:58.9375rem;left:49.0625rem;overflow:hidden;display:block; }
#b6kgqGeRsTbt2SqvLde4GqspxZtOTvHk { position:absolute;display:block;z-index:15061;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:60rem;left:52.3125rem;display:block; }
#m9fRVKcfXTX5HPbr8MKAemldeXyk9dgH { position:absolute;display:block;z-index:15060;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:60rem;left:44.25rem;display:block; }
#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { position:relative;display:block; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { background-color: transparent; background-image: none; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container > .video-iframe-container { display: none; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row > .video-iframe-container { display: none; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .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); }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { border-width: 0; border-radius: 0; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .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; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .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:6.875rem;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; }#saRgN7D4ntHDFgpezw619H6c0iOISp87 { background-color:#001f3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.936625rem;height:3.62413125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6243534088135rem;left:28.030598640442rem;display:block; }
#Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.adaptive-delivery-prevent-bg, #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.lazyload, #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.lazyloading { background-image: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { background-color: transparent; background-image: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container > .video-iframe-container { display: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container { display: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .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); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { border-width: 0; border-radius: 0; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#dJsL8gIr8zIp53yEVrzpM4sKyDVpgJR5 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.12158203125rem;left:0rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { position:relative;display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { background-color: transparent; background-image: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container > .video-iframe-container { display: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row > .video-iframe-container { display: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .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); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { border-width: 0; border-radius: 0; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .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; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .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:11.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; }#C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdcdf17a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdcdf17a' );";background-image: linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.625rem;width:14.0625rem;top:0.8125rem;left:0rem;display:block; }
#qaX1o0FTPrQfQST1PGH67lcrzcUoh4gi { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e6bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e6bd7a' );";background-image: linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:8.625rem;width:14.0625rem;top:0.8125rem;left:14.875rem;display:block; }
#BcyHHoMb8XcAJGltRF2oKJ4Aa6HpeyFU { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f1bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f1bd7a' );";background-image: linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:8.625rem;width:14.0625rem;top:0.8125rem;left:29.8125rem;display:block; }
#aM2J89LPtU21iqoRq7MXSU4I2MoKTOaS { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdf1e37a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdf1e37a' );";background-image: linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:8.625rem;width:14.0625rem;top:0.8125rem;left:44.75rem;display:block; }
#E84QWtVCgket60zLR8pB7L3y75eHGfKC { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1bde47a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1bde47a' );";background-image: linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:8.625rem;width:14.0625rem;top:0.810546875rem;left:59.748268127441rem;display:block; }
#TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { color:#000000;display:block;width:10.811625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8105478286743rem;left:1.6254348754882rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { color:#000000;display:block;width:10.4373125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.0625rem;left:17.0625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.2495660781861rem;left:30.686851501465rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem rgba(0,0,0,0.2);top:5.8105478286743rem;left:46.311851501465rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvmPFd70AvXPTT9hqvb6ySrudqt05W6a { color:#000000;display:block;width:11.749125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.3298606872559rem;left:60.903869628906rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beZPoJK9UxtFpRMsG6UV03rTiz2JcKI7 { 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:15016;opacity:1;top:1.5049915313721rem;left:4.7808170318604rem; }
#FkBwx9v7p3v5XHTpcvOdTnO1E88vfWRE { 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:15017;opacity:1;top:1.5049915313721rem;left:20.342884063721rem; }
#THF4r5O53aGTAMtOQ8rpwGDdrQMO0iwn { 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:15018;opacity:1;top:1.5060758590698rem;left:35.281036376953rem; }
#pLF3BVCm4zkPG7poiM6LdZ0x7g4ZCoGX { 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:15019;opacity:1;top:1.5049915313721rem;left:50.218101501465rem; }
#PegdrEzG7b7fQzMNePoxT6fHCkXKi1MB { 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:15020;opacity:1;top:1.5049915313721rem;left:65.217018127444rem; }
#CnMP25N6pZ0y2LWmV4PLpMHpXmzHanxR { position:relative;display:none; }#CnMP25N6pZ0y2LWmV4PLpMHpXmzHanxR { border-width: 0; border-radius: 0; }#CnMP25N6pZ0y2LWmV4PLpMHpXmzHanxR > .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; }#CnMP25N6pZ0y2LWmV4PLpMHpXmzHanxR > .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:27.5rem;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; }#HDeNlB1u74RQ24yf6kOBqe0PC7xqIJTu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdcdf17a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdcdf17a' );";background-image: linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:10.25rem;width:18.75rem;top:1.8125rem;left:1.625rem;display:block; }
#cahRJNpXtpZDKTBrP9JBA7rbxw51iPb8 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e6bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e6bd7a' );";background-image: linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:1.8125rem;left:28.1875rem;display:block; }
#K6HzkMggEpTkhlXk7HZvhdNRTpgVX2Ur { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f1bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f1bd7a' );";background-image: linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:1.8125rem;left:54.625rem;display:block; }
#IxufLFcAs7dvUO4mUscT933C29DT7NND { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdf1e37a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdf1e37a' );";background-image: linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:14.25rem;left:14.875rem;display:block; }
#EGt01qnJL6EWGV14ngl3EDMATot03FZh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1bde47a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1bde47a' );";background-image: linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:14.186630249024rem;left:41.436635017395rem;display:block; }
#emZJ0Dv0oDF5xZKvIhsvWMiSrI3PfOTT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4t5b7QFyWaXOp6AhXWJRkqCchTfTa1g { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmcZUtz2sap1lm9eIl7flW7QTuQpGB94 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5625rem;left:54.625rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frKzokm2b4QQRAL2S8IrcBblhZmhXMU4 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem rgba(0,0,0,0.2);top:14.83349609375rem;left:16.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oe6T9QrBZdKpTEEeCcJkTTQDgE2h9mzw { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.874567031861rem;left:41.187066078186rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSSCV6bRsF046DD4dLaXSHTnupKIO8Qz { color:#000000;display:block;width:15.499125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.7026910781861rem;left:3.2486982345581rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#L8Ibk1R22QGAulWtZnwkgLsvsvZayFKi { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.70361328125rem;left:28.9375rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#SMGTMzX84FJQcrUBppa9T8e4WTDCH76E { color:#000000;display:block;width:17.6248125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6189236640931rem;left:55.185547828674rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#nAD01Gm4J6qN00NaVt5GP3tnbF7mqUl5 { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.265625rem;left:41.8115234375rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#Amb0wZ80RlVEoWOH8sBLfsGTEP0DbxSr { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.265625rem;left:15.0625rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { 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; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .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); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { color:#26265b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu { 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; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { background-color: transparent; background-image: none; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container > .video-iframe-container { display: none; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row > .video-iframe-container { display: none; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .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); }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { border-width: 0; border-radius: 0; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#QAdxBwyfIap1mAUJZtIWnCPDe94tZ55u { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#ak9J3xwqt4wuCiVmF4repu5yDCDDJqhX { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TgWWWgDEiynSb3ECHg8Pe1QWwK3p3dOT { color:#26265b;display:block;width:55.1865rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.90625rem;left:18.25146484375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC { 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; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { background-color: transparent; background-image: none; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container > .video-iframe-container { display: none; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row > .video-iframe-container { display: none; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .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); }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { border-width: 0; border-radius: 0; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#CpOl3dfKqv7gu6qkRiEN2QVtSVw8DPU2 { color:#4e4e80;display:block;width:52.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.40625rem;left:17.995878219604rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#og32pBP90XvenxqfNhGFB3xB5yn4aprl { 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; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { background-color: transparent; background-image: none; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container > .video-iframe-container { display: none; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row > .video-iframe-container { display: none; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .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); }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { border-width: 0; border-radius: 0; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#mHXsivTFVv7CZTooU4UUrvA2hMFy3PeZ { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRJa7DTNhB7esJOwkS0h6OWu1FtNONFd { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#H3MCm6D53xZCn2Gsmuo8yqOkSckbSDT3 { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd { 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; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { background-color: transparent; background-image: none; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container > .video-iframe-container { display: none; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row > .video-iframe-container { display: none; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .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); }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { border-width: 0; border-radius: 0; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#hu25mvhgpZz4Gp0TpTm9R0kigXtkql9I { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.3726119995118rem;left:18.186848640442rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 { 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; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { background-color: transparent; background-image: none; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container > .video-iframe-container { display: none; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row > .video-iframe-container { display: none; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .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); }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { border-width: 0; border-radius: 0; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#N2P8WEvMMEqGLoBeIAfoCJIacGlEEZuF { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.96875rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NJHsB9oWkZNBg0PNmKum61xDrIPypiIe { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#sCovAuUoeo6yrslAOfn8QTUcPSaABBnd { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD { 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; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { background-color: transparent; background-image: none; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container > .video-iframe-container { display: none; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row > .video-iframe-container { display: none; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .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); }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { border-width: 0; border-radius: 0; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#zO6esk4PhHp5rhIf2fvo7u246eoTI7O4 { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.0308151245118rem;left:18.186848640442rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#nNFXBJemahmXZNONmAdqD5siVwKnorIT { 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; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { background-color: transparent; background-image: none; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container > .video-iframe-container { display: none; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row > .video-iframe-container { display: none; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .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); }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { border-width: 0; border-radius: 0; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#NuELS6PaIu80Ppd3GfSWQUf8Dr2a13FC { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kmRxW0HpW1CXdsMQPii32dlcM5uFn8fa { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#AaGqdBV2Z9xsQ0bTgTEI1itqONMkZ8yS { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs { 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; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { background-color: transparent; background-image: none; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container > .video-iframe-container { display: none; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row > .video-iframe-container { display: none; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .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); }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { border-width: 0; border-radius: 0; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#slVVMNuKeVMt47ATGASytqvIoHI43mcf { color:#4e4e80;display:block;width:55.1855625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.8413581848144rem;left:18.185765266419rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX { 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; }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row .container { background-color: transparent; background-image: none; }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row .container > .video-iframe-container { display: none; }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row > .video-iframe-container { display: none; }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .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); }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row .container { border-width: 0; border-radius: 0; }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#T5n135qDZ28nwIN2WSHAbNQyfJmHJdLo { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M8BJ5TfkrT1Bu6L7R0DG7znS7NMQFxUq { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#bgZMsUaQJJ4sKeTd1iIM9ENepfC41TWT { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu { 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; }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row .container { background-color: transparent; background-image: none; }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row .container > .video-iframe-container { display: none; }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row > .video-iframe-container { display: none; }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .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); }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row .container { border-width: 0; border-radius: 0; }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#p7RtBzE0ctylc5IKQIIWx1trHiFTqnbP { color:#4e4e80;display:block;width:55.186625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0.68685150146487rem;left:17.999133110046rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { background-color: transparent; background-image: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container > .video-iframe-container { display: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row > .video-iframe-container { display: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { border-width: 0; border-radius: 0; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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.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; }#WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { background-color:#001f3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.71171951293944rem;left:27.437501907349rem;display:block; }
#NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:7.3125rem;left:24.8125rem;width:22.9375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:27.75rem;height:36.375rem;top:2.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:15.9375rem;left:0rem;width:47.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { top:1.375rem;left:0rem;width:12.8125rem;height:4.18728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9wgtAu78U1KW5XKGl9Gk5Kd97rTFJRt { top:17.8125rem;left:0rem;width:45.3125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du9nRrV7OE0BTPwqM7csQUJZhmR0mHxk { top:1.375rem;left:0rem;width:12.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwqAZTrxxgHChs8A5SfrSSOknP1SdOiZ { top:3.4375rem;left:19.75rem;width:25.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { display:block; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k857AEdnuVyhoLk6r4ZVvqJmsxQHUyS1 { top:0.8125rem;left:0rem;width:47.75rem;height:24.949375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM { display:block; }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzO3yJtf9HMNav2xnHlGkAFRzt4auon0 { top:0.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMlqPATWDEinT6LB0GtkxXvrXglcPXWZ { top:4rem;left:0rem;width:47.75rem;height:31.853481012658rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqoUf147hbxAWfFOamq2A0d7LPD60cvQ { display:block; }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDXJlvQfUE5yPGmIMSfMwKWBQomnWOL6 { top:1.375rem;left:0rem;width:47.75rem;height:21.185992857143rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtwrBR675K09qdPX5nJmvwxhTXCg6zOT { display:block; }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwDExsWtz7z6qw6TNGSMGH0lgyP4RC7K { top:0.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO5bXcwq0ToSs9B8etkg171kz1LDG0yS { display:block; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGuZcxRfqJppF2MGT9goUJPz2FRSNPPM { top:1.0625rem;left:0rem;width:33.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emJpVsdBJEbigNBKWQf7oNzH6fon9o0U { display:block; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExE2HZk7dbo01muGsRUJSG5Be91Um0JW { top:1.125rem;left:0rem;width:33.125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUlF7Pnpx1ZkIk6hC4TmQ9WwciywoxpB { top:0.9375rem;left:2rem;width:33.8125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { top:1.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRqiv3hxZDFc52k3429wHtQ0DqH696nT { display:block; }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { width:20.5rem;height:31.5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { width:10.5625rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { width:10rem;height:10rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { top:1.4375rem;left:0rem;width:11.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { top:4.0625rem;left:0rem;width:18.4375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { top:5.5rem;left:14.593751907349rem;width:17.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { width:10rem;height:10rem;top:4.875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { top:1.625rem;left:19.24197101593rem;width:9.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { width:10.5rem;height:1.5625rem;top:1.9375rem;left:18.59218788147rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { width:17.6875rem;height:9.5rem;top:20.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { width:16.9375rem;height:11.1875rem;top:19.75rem;left:15.374566078186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { width:19.5rem;height:16.75rem;top:15.8125rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { width:10.5rem;height:1.5625rem;top:1.625rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { width:9.25rem;height:9.25rem;top:4.5625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { top:4.4375rem;left:40.75rem;width:7rem;height:9.3553086966144rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQwsVF7VfcCBLeV2QavMwLqmvX5uKVks { width:1.4375rem;height:1.1378647733194rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9UuH3HDZNQJXWQKXN3ETID3NeR0THS { width:3.4375rem;height:0.0625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4CCnNUoqThde2QfJx2qqw7EIasJnaqR { width:3.4375rem;height:0.0625rem;top:33rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { top:1.375rem;left:38.875rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { width:20.5625rem;height:31.5rem;top:2.875rem;left:13.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { width:20.5625rem;height:31.5rem;top:2.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4fXP2Mm6doQoSxANGlqZfnLTssXck9x { width:1.4375rem;height:1.1380208333333rem;top:32.6875rem;left:23.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4qhfbaDrGLxP2kTs5qKe08lpyXH7vqE { width:3.4375rem;height:0.0625rem;top:33.25rem;left:26.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #APWybyiUAmZKqPlUnncM4T54KOZSo3LV { width:3.4375rem;height:0.0625rem;top:33.25rem;left:18.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqH9hwvmXW0P3W3ExyFnBkdF7SKVskM6 { width:1.4375rem;height:1.1378647733194rem;top:32.5625rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6d9Jai4fbDWmgqkMJn4HNHCe5zfwcmU { width:3.4375rem;height:0.0625rem;top:33.0625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQvycUzvJIJbq4Or3bFCobZUHwNmO38 { width:3.4375rem;height:0.0625rem;top:33.0625rem;left:43.068754196167rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl86Hr0eXRGmgiTEUnBmmzHQdWSVlygb { width:11.6875rem;height:3.1875rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykwzehebAKpgeBGvtkhgcrZhl0pDBSb2 { width:17.5rem;height:1.5625rem;top:16.4375rem;left:15.125000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeszxWwN3ThgigUK4G5MTWcr44WHpOh2 { width:10.5rem;height:1.5625rem;top:14rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQwINSqUubc8keOuFNTeCye8x2rvB1T5 { display:block; }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAl3R0NLZVWEp4eTecJGmLrpNNswO8mb { width:20.5625rem;height:27.4375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUK7rdZwZmnJl5Nv0wHSw8mq5vrV3Dz5 { width:10.5625rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErqW5MyUWPQ54vDAKeom4PVk3ScgfF15 { width:10rem;height:10rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIUGsTrJa2nr2PUk31iLZ171somTunDN { top:1.4375rem;left:0rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoJJToBNe1rbeDZWLroLgKlGO0oufnPX { top:4.5rem;left:0rem;width:17.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiNOom2XbEIXFyx7yuzk09H3f6d4xqWT { top:0.25rem;left:10.90625rem;width:25.9375rem;height:14.4998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA18dPUMGoZ0b4ANdL6gXEiSQw9Jqx7O { width:10rem;height:10rem;top:4.875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFa7No0y2KLdUREt0pMUk0T7pI1Xp53o { top:1.625rem;left:19.24197101593rem;width:9.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdgtCoLAWuwd5HQT7yghRpXGisGz3i5 { width:10.5rem;height:1.5625rem;top:1.9375rem;left:18.592884063721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofBzQiTz1FBNdcXByJJ2VRsuW29K6RRI { width:20rem;height:7.9375rem;top:18.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwVKODg1ILsLbLS2zSgLtW7cJ1VIrhSJ { width:19.875rem;height:7.9375rem;top:19.1875rem;left:13.905384063721rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyOnSAPWvl6InM9CAFCOG4ahLv8eSEKM { width:20.1875rem;height:10.1875rem;top:17.5625rem;left:27.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdWLeEVrkUI3sWZmeVPLWBIJ0o8KqQAF { width:10.5rem;height:1.5625rem;top:1.625rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOB66n9oXpFdEKJWi3BIDOr51ogWvyo { width:9.25rem;height:9.25rem;top:4.9375rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAJZRExp6tGh9CFprCNCdH2NGJbDrGm { top:4.25rem;left:30rem;width:17.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrPgcUQX3QSMuDgmPDchMaD0rEVxqxTB { width:1.4375rem;height:1.1378647733194rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0IaukBA2KEA2cseuC7b9MEUUhTiLZuT { width:3.4375rem;height:0.0625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdGsTGcqWGvgUbFCpdrbs0NltqRnJc9N { width:3.4375rem;height:0.0625rem;top:28.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGXvRA3Edvwm5LpeppN3O3O2laVuLmxZ { top:1.375rem;left:38.875rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPHFm4AEaAfiIvXEG9s1y1PfU8SfnuRy { width:20.5625rem;height:27.4375rem;top:2.875rem;left:13.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJRZu4TzaIdKQuSDpVeKwF14R5LkyUK { width:20.5rem;height:27.4375rem;top:2.75rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AacbTDxgKRI3Z2b88uSF5zPXlMi9777n { width:1.4375rem;height:1.1380208333333rem;top:28.5rem;left:23.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru0rZNlwk91sWHcyfq9fIKeXvcG3iam6 { width:3.4375rem;height:0.0625rem;top:29.0625rem;left:26.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlzD2LLhraig0DVGTER7LHNnoqO9qatw { width:3.4375rem;height:0.0625rem;top:29.0625rem;left:18.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn0WBua17b97dsuCnurPKzzuAVLsT79I { width:1.4375rem;height:1.1378647733194rem;top:28.375rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC4ZGHxhiiOmZkaAGvAB3omZWZyKaf5p { width:3.4375rem;height:0.0625rem;top:28.875rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCaLcLPHlO8zpePNbgZNhJu8bo60tl3R { width:3.4375rem;height:0.0625rem;top:28.875rem;left:43.068754196167rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrlWvieJNA50EeJki6UgmsiPIoP4HiQg { width:18.8125rem;height:3.1875rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXGUrBKSGQFaXyJSOyqTkASN0R5apVZ { width:10.5rem;height:1.5625rem;top:15.4375rem;left:18.592884063721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN3Hb1T3owhor52eGPsiAaZUlrSnMw5J { width:12.75rem;height:3.1875rem;top:14.5rem;left:35rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMxuzt17rl4nN8qgWsge2lLiKGxHeDcq { width:20.5rem;height:27.6875rem;top:33.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGkUgRTu48Hfs5fVACs5NXVZ0lbMZMxE { top:32.375rem;left:6.5625rem;width:9.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1q40o6OKnxkPFby4Hxs1C13lCXflDx { width:10.5rem;height:1.5625rem;top:32.5625rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igsFKmSckN3021N3i9radNVIaUMpu3QE { top:35.1875rem;left:2.25rem;width:18.875rem;height:10.590423319889rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqFGB6I4vKPPOhzapHTF3hVqcR6IFJX7 { width:10rem;height:10rem;top:35.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axarLurQGIUyE55SWvVfM0MTAeh2dCAm { width:10.5rem;height:1.5625rem;top:46.4375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttQ72eamqTTBsWnid6W1TGbfvVybBW1v { width:19.875rem;height:6.3125rem;top:49.6875rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqRxsnze9y8grB82vWITIPlvpob1zQsD { width:1.4375rem;height:1.137934708312rem;top:58.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByZ3hnfIlKxxtKtCwk1TB9O7SxLTqK5t { width:3.4375rem;height:0.0625rem;top:60rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpdhioORFrULVbva3QOp9mPuPPICALQ { width:3.4375rem;height:0.0625rem;top:60rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX2MTcQCq9WiOV6vbtTLa3OxAuiUormN { width:20.5rem;height:27.6875rem;top:33.4375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuSxGdhBhMF7sl8igREwLrI5RfqxVIOp { top:32.375rem;left:31.5rem;width:9.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrdJnThvRlhQXUkL4PwrIubw3o5CWgxJ { width:10.5rem;height:1.5625rem;top:32.5625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRNNVWe5KepdALSxliczDoxFrZSPu9up { top:35.125rem;left:28.218536376953rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNbbZF7xLa0L3SAFxGs9hVTMlhQFyvxX { width:10rem;height:10rem;top:35.8125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em68iWP602n1DbNaAi9fm82vObGRdB8N { width:10.5rem;height:1.5625rem;top:46.4375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxVULq3aesEtbJ86MvlN7Fv5OfHSGk4s { width:19.875rem;height:7.9375rem;top:49.6875rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrhpOBwvOOfKeFVDbaV9aZOMgKZsbpZ { width:1.4375rem;height:1.137934708312rem;top:58.9375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6kgqGeRsTbt2SqvLde4GqspxZtOTvHk { width:3.4375rem;height:0.0625rem;top:60rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9fRVKcfXTX5HPbr8MKAemldeXyk9dgH { width:3.4375rem;height:0.0625rem;top:60rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { display:block; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saRgN7D4ntHDFgpezw619H6c0iOISp87 { width:18.875rem;height:3.5625rem;top:1.5625rem;left:14.405598640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block; }
 }@media only screen and (max-width: 763px) { #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJsL8gIr8zIp53yEVrzpM4sKyDVpgJR5 { top:2.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { top:0.8125rem;left:0rem;width:14.0625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaX1o0FTPrQfQST1PGH67lcrzcUoh4gi { top:0.8125rem;left:1.25rem;width:14.0625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyHHoMb8XcAJGltRF2oKJ4Aa6HpeyFU { top:0.8125rem;left:16.1875rem;width:14.0625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM2J89LPtU21iqoRq7MXSU4I2MoKTOaS { top:0.8125rem;left:29rem;width:14.0625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84QWtVCgket60zLR8pB7L3y75eHGfKC { top:0.75rem;left:33.6875rem;width:14.0625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { top:5.75rem;left:0rem;width:10.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { top:6.0625rem;left:3.4375rem;width:10.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { top:5.1875rem;left:17.061851501465rem;width:12.25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { top:5.75rem;left:31.6875rem;width:11.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvmPFd70AvXPTT9hqvb6ySrudqt05W6a { top:5.3125rem;left:36rem;width:11.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZPoJK9UxtFpRMsG6UV03rTiz2JcKI7 { top:1.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkBwx9v7p3v5XHTpcvOdTnO1E88vfWRE { top:1.5rem;left:6.7178840637206rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THF4r5O53aGTAMtOQ8rpwGDdrQMO0iwn { top:1.5rem;left:21.656036376953rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLF3BVCm4zkPG7poiM6LdZ0x7g4ZCoGX { top:1.5rem;left:36.593101501465rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PegdrEzG7b7fQzMNePoxT6fHCkXKi1MB { top:1.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnMP25N6pZ0y2LWmV4PLpMHpXmzHanxR { display:block; }#CnMP25N6pZ0y2LWmV4PLpMHpXmzHanxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDeNlB1u74RQ24yf6kOBqe0PC7xqIJTu { top:1.8125rem;left:0rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cahRJNpXtpZDKTBrP9JBA7rbxw51iPb8 { top:1.8125rem;left:14.5625rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6HzkMggEpTkhlXk7HZvhdNRTpgVX2Ur { top:1.8125rem;left:29rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxufLFcAs7dvUO4mUscT933C29DT7NND { top:14.25rem;left:1.25rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGt01qnJL6EWGV14ngl3EDMATot03FZh { top:14.125rem;left:27.811635017395rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZJ0Dv0oDF5xZKvIhsvWMiSrI3PfOTT { top:2.5625rem;left:0rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4t5b7QFyWaXOp6AhXWJRkqCchTfTa1g { top:2.5625rem;left:14.5625rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmcZUtz2sap1lm9eIl7flW7QTuQpGB94 { top:2.5625rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKzokm2b4QQRAL2S8IrcBblhZmhXMU4 { top:14.8125rem;left:2.5625rem;width:16.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe6T9QrBZdKpTEEeCcJkTTQDgE2h9mzw { top:14.8125rem;left:27.562066078186rem;width:19.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSSCV6bRsF046DD4dLaXSHTnupKIO8Qz { top:4.6875rem;left:0rem;width:15.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Ibk1R22QGAulWtZnwkgLsvsvZayFKi { top:4.6875rem;left:15.3125rem;width:17.125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMGTMzX84FJQcrUBppa9T8e4WTDCH76E { top:6.5625rem;left:30.1875rem;width:17.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAD01Gm4J6qN00NaVt5GP3tnbF7mqUl5 { top:17.25rem;left:28.1865234375rem;width:18rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amb0wZ80RlVEoWOH8sBLfsGTEP0DbxSr { top:17.25rem;left:1.4375rem;width:18.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { top:1.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKNyxiulWelFa91V1EkGFFrv9UTBXhfu { display:block; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAdxBwyfIap1mAUJZtIWnCPDe94tZ55u { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9J3xwqt4wuCiVmF4repu5yDCDDJqhX { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgWWWgDEiynSb3ECHg8Pe1QWwK3p3dOT { top:0.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC { display:block; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpOl3dfKqv7gu6qkRiEN2QVtSVw8DPU2 { top:1.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #og32pBP90XvenxqfNhGFB3xB5yn4aprl { display:block; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHXsivTFVv7CZTooU4UUrvA2hMFy3PeZ { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRJa7DTNhB7esJOwkS0h6OWu1FtNONFd { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MCm6D53xZCn2Gsmuo8yqOkSckbSDT3 { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8owhpFJC5Z96UUNTPd4xes4VLUZarOd { display:block; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu25mvhgpZz4Gp0TpTm9R0kigXtkql9I { top:1.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 { display:block; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2P8WEvMMEqGLoBeIAfoCJIacGlEEZuF { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJHsB9oWkZNBg0PNmKum61xDrIPypiIe { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCovAuUoeo6yrslAOfn8QTUcPSaABBnd { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbT80wLnSIz6GzFsaOgAK3nx545JRFMD { display:block; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zO6esk4PhHp5rhIf2fvo7u246eoTI7O4 { top:1rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNFXBJemahmXZNONmAdqD5siVwKnorIT { display:block; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuELS6PaIu80Ppd3GfSWQUf8Dr2a13FC { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRxW0HpW1CXdsMQPii32dlcM5uFn8fa { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaGqdBV2Z9xsQ0bTgTEI1itqONMkZ8yS { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs { display:block; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slVVMNuKeVMt47ATGASytqvIoHI43mcf { top:1.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEro1KCph0HBx7iMT24SzGwz3r6o5HOX { display:block; }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5n135qDZ28nwIN2WSHAbNQyfJmHJdLo { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8BJ5TfkrT1Bu6L7R0DG7znS7NMQFxUq { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgZMsUaQJJ4sKeTd1iIM9ENepfC41TWT { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu { display:block; }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7RtBzE0ctylc5IKQIIWx1trHiFTqnbP { top:0.625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { width:20.125rem;height:3.625rem;top:0.6875rem;left:13.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#001f3ec4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#001f3ec4' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-size:contain !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:19.375rem;height:13.125rem;top:13.13134765625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:20rem;height:36.375rem;top:9.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:20rem;height:10.3125rem;top:16.5rem;left:0rem;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { width:9.9370625rem;height:3.18685rem;top:0.875rem;left:5.0624998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L9wgtAu78U1KW5XKGl9Gk5Kd97rTFJRt { width:17.9980625rem;height:3.57421875rem;top:5.154079914093rem;left:1.0004341006279rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#070202;display:block; }
 }@media only screen and (max-width: 763px) { #Du9nRrV7OE0BTPwqM7csQUJZhmR0mHxk { width:10.625rem;height:3.4375rem;top:0.75rem;left:4.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwqAZTrxxgHChs8A5SfrSSOknP1SdOiZ { width:19.436875rem;height:2.599825rem;top:10.43728351593rem;left:0.27994793653488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { display:block; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k857AEdnuVyhoLk6r4ZVvqJmsxQHUyS1 { width:20rem;height:10.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM { display:block; }#RXPFT8vapUQQVTcst8LdyOuzCaDtLTPM > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzO3yJtf9HMNav2xnHlGkAFRzt4auon0 { width:20rem;height:1.94970625rem;top:0.712890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMlqPATWDEinT6LB0GtkxXvrXglcPXWZ { width:20rem;height:13.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqoUf147hbxAWfFOamq2A0d7LPD60cvQ { display:block; }#pqoUf147hbxAWfFOamq2A0d7LPD60cvQ > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDXJlvQfUE5yPGmIMSfMwKWBQomnWOL6 { width:19.6875rem;height:8.75rem;top:0.78580856323244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtwrBR675K09qdPX5nJmvwxhTXCg6zOT { display:block; }#EtwrBR675K09qdPX5nJmvwxhTXCg6zOT > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwDExsWtz7z6qw6TNGSMGH0lgyP4RC7K { width:20rem;height:1.94970625rem;top:1.0557727813721rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oO5bXcwq0ToSs9B8etkg171kz1LDG0yS { display:block; }#oO5bXcwq0ToSs9B8etkg171kz1LDG0yS > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGuZcxRfqJppF2MGT9goUJPz2FRSNPPM { width:19.6875rem;height:10.3125rem;top:1.2841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emJpVsdBJEbigNBKWQf7oNzH6fon9o0U { display:block; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExE2HZk7dbo01muGsRUJSG5Be91Um0JW { width:19.8123125rem;height:10.2495625rem;top:0.81206607818606rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUlF7Pnpx1ZkIk6hC4TmQ9WwciywoxpB { width:19.874125rem;height:10.374375rem;top:12.041010856628rem;left:0.12586808204651rem;display:block; }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:2.275rem;top:0.31011199951172rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRqiv3hxZDFc52k3429wHtQ0DqH696nT { display:block; }#MRqiv3hxZDFc52k3429wHtQ0DqH696nT > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { width:18rem;height:26.375rem;top:1rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { width:16.875rem;height:1.600475rem;top:0.3125rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { width:10rem;height:10rem;top:3rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { width:11.1875rem;height:2.1875rem;top:0rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { width:14.6875rem;height:8.0625rem;top:4.9250030517578rem;left:2.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { width:14.875rem;height:8.1875rem;top:34.300003051757rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { width:10rem;height:10rem;top:32.4375rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { width:9.625rem;height:2.0625rem;top:29.249221801757rem;left:5.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { width:10.5625rem;height:1.600475rem;top:29.561721801757rem;left:5.1874998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { width:17.1875rem;height:9.0039rem;top:16.316406726837rem;left:1.5812500715256rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { width:17.1875rem;height:7.43271875rem;top:45.562502861023rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { width:16.875rem;height:15.7422rem;top:71.998437881469rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { width:10.5625rem;height:1.600475rem;top:57.1875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { width:10rem;height:10rem;top:59.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { width:6.936875rem;height:9.3120625rem;top:60.217193603516rem;left:6.5304688215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQwsVF7VfcCBLeV2QavMwLqmvX5uKVks { width:1.49956875rem;height:1.18706875rem;top:25.436721801757rem;left:9.2484372854231rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9UuH3HDZNQJXWQKXN3ETID3NeR0THS { width:3.4375rem;height:0.124783125rem;top:25.967185974121rem;left:4.6874998807907rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Q4CCnNUoqThde2QfJx2qqw7EIasJnaqR { width:3.4375rem;height:0.124783125rem;top:25.967185974121rem;left:12.235156416893rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { width:8.75rem;height:2.0625rem;top:56.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { width:18.125rem;height:24.9375rem;top:30.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { width:18.1875rem;height:30.9375rem;top:57.874220848084rem;left:0.99921870231631rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4fXP2Mm6doQoSxANGlqZfnLTssXck9x { width:1.5rem;height:1.1875rem;top:53.25rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #i4qhfbaDrGLxP2kTs5qKe08lpyXH7vqE { width:3.4375rem;height:0.125rem;top:53.8125rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #APWybyiUAmZKqPlUnncM4T54KOZSo3LV { width:3.4375rem;height:0.125rem;top:53.8125rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #NqH9hwvmXW0P3W3ExyFnBkdF7SKVskM6 { width:1.49956875rem;height:1.18706875rem;top:87.435942649844rem;left:9.2484372854231rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #A6d9Jai4fbDWmgqkMJn4HNHCe5zfwcmU { width:3.4375rem;height:0.124783125rem;top:87.967192649844rem;left:13.342969298362rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KfQvycUzvJIJbq4Or3bFCobZUHwNmO38 { width:3.4375rem;height:0.124783125rem;top:87.967192649844rem;left:3.430468916893rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bl86Hr0eXRGmgiTEUnBmmzHQdWSVlygb { width:10.497625rem;height:3.20095rem;top:13.000000476837rem;left:4.6874998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykwzehebAKpgeBGvtkhgcrZhl0pDBSb2 { width:18.311625rem;height:1.600475rem;top:43.186855316162rem;left:0.84309893846512rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeszxWwN3ThgigUK4G5MTWcr44WHpOh2 { width:11.8120625rem;height:1.600475rem;top:69.8747882843rem;left:4.0928822159767rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQwINSqUubc8keOuFNTeCye8x2rvB1T5 { display:block; }#wQwINSqUubc8keOuFNTeCye8x2rvB1T5 > .row .container { width:20rem;height:158.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAl3R0NLZVWEp4eTecJGmLrpNNswO8mb { width:18.1875rem;height:26.8125rem;top:1.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUK7rdZwZmnJl5Nv0wHSw8mq5vrV3Dz5 { width:16.875rem;height:1.600475rem;top:0.875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErqW5MyUWPQ54vDAKeom4PVk3ScgfF15 { width:10rem;height:10rem;top:3.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIUGsTrJa2nr2PUk31iLZ171somTunDN { width:8.75rem;height:2.0625rem;top:0.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoJJToBNe1rbeDZWLroLgKlGO0oufnPX { width:16.9375rem;height:9.25rem;top:4.3617186546326rem;left:1.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiNOom2XbEIXFyx7yuzk09H3f6d4xqWT { width:20rem;height:11.1870625rem;top:31.569011688233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA18dPUMGoZ0b4ANdL6gXEiSQw9Jqx7O { width:10rem;height:10rem;top:32.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFa7No0y2KLdUREt0pMUk0T7pI1Xp53o { width:9.625rem;height:2.0625rem;top:29.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdgtCoLAWuwd5HQT7yghRpXGisGz3i5 { width:10.5625rem;height:1.600475rem;top:29.8125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofBzQiTz1FBNdcXByJJ2VRsuW29K6RRI { width:17.1875rem;height:7.4978375rem;top:17.687499582768rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CwVKODg1ILsLbLS2zSgLtW7cJ1VIrhSJ { width:17.1875rem;height:13.38325rem;top:46.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #qyOnSAPWvl6InM9CAFCOG4ahLv8eSEKM { width:16.875rem;height:11.80990625rem;top:78.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #vdWLeEVrkUI3sWZmeVPLWBIJ0o8KqQAF { width:10.5625rem;height:1.600475rem;top:62.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOB66n9oXpFdEKJWi3BIDOr51ogWvyo { width:10rem;height:10rem;top:64.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAJZRExp6tGh9CFprCNCdH2NGJbDrGm { width:15.125rem;height:8.4375rem;top:66.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrPgcUQX3QSMuDgmPDchMaD0rEVxqxTB { width:1.49956875rem;height:1.18706875rem;top:26.625rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #z0IaukBA2KEA2cseuC7b9MEUUhTiLZuT { width:3.4375rem;height:0.124783125rem;top:27.125rem;left:4.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bdGsTGcqWGvgUbFCpdrbs0NltqRnJc9N { width:3.4375rem;height:0.124783125rem;top:27.125rem;left:12.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bGXvRA3Edvwm5LpeppN3O3O2laVuLmxZ { width:8.75rem;height:2.0625rem;top:61.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPHFm4AEaAfiIvXEG9s1y1PfU8SfnuRy { width:18.25rem;height:30.125rem;top:30.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJRZu4TzaIdKQuSDpVeKwF14R5LkyUK { width:18.1875rem;height:30.8125rem;top:62.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AacbTDxgKRI3Z2b88uSF5zPXlMi9777n { width:1.5rem;height:1.1875rem;top:58.5rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ru0rZNlwk91sWHcyfq9fIKeXvcG3iam6 { width:3.4375rem;height:0.125rem;top:59.0625rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wlzD2LLhraig0DVGTER7LHNnoqO9qatw { width:3.4375rem;height:0.125rem;top:59.0625rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kn0WBua17b97dsuCnurPKzzuAVLsT79I { width:1.49956875rem;height:1.18706875rem;top:91.625rem;left:9.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bC4ZGHxhiiOmZkaAGvAB3omZWZyKaf5p { width:3.4375rem;height:0.124783125rem;top:92.125rem;left:13.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lCaLcLPHlO8zpePNbgZNhJu8bo60tl3R { width:3.4375rem;height:0.124783125rem;top:92.125rem;left:3.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OrlWvieJNA50EeJki6UgmsiPIoP4HiQg { width:10.4980625rem;height:3.20095rem;top:13.8125rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXGUrBKSGQFaXyJSOyqTkASN0R5apVZ { width:10.4980625rem;height:1.600475rem;top:43.811851501465rem;left:4.7504342198372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN3Hb1T3owhor52eGPsiAaZUlrSnMw5J { width:13rem;height:3.20095rem;top:75.125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMxuzt17rl4nN8qgWsge2lLiKGxHeDcq { width:18.1875rem;height:30.75rem;top:95.500007629394rem;left:0.84309905767444rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MGkUgRTu48Hfs5fVACs5NXVZ0lbMZMxE { width:9.625rem;height:2.0625rem;top:94.542976379394rem;left:5.3743494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1q40o6OKnxkPFby4Hxs1C13lCXflDx { width:10.5rem;height:1.600475rem;top:94.712242126462rem;left:5.0000002980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igsFKmSckN3021N3i9radNVIaUMpu3QE { width:18.9375rem;height:10.625rem;top:97.355476379394rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqFGB6I4vKPPOhzapHTF3hVqcR6IFJX7 { width:10rem;height:10rem;top:97.980476379394rem;left:5.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #axarLurQGIUyE55SWvVfM0MTAeh2dCAm { width:10.5rem;height:1.600475rem;top:108.60547637939rem;left:4.9674480557442rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttQ72eamqTTBsWnid6W1TGbfvVybBW1v { width:19.9375rem;height:9.55946875rem;top:111.85633850097rem;left:0.061848998069763rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #PqRxsnze9y8grB82vWITIPlvpob1zQsD { width:1.5rem;height:1.1875rem;top:123.93750762939rem;left:9.0625002980231rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ByZ3hnfIlKxxtKtCwk1TB9O7SxLTqK5t { width:3.4375rem;height:0.125rem;top:124.99978637695rem;left:12.312283813953rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UCpdhioORFrULVbva3QOp9mPuPPICALQ { width:3.4375rem;height:0.125rem;top:124.99978637695rem;left:4.2491319775581rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rX2MTcQCq9WiOV6vbtTLa3OxAuiUormN { width:18.75rem;height:27.6875rem;top:128.6875rem;left:0.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wuSxGdhBhMF7sl8igREwLrI5RfqxVIOp { width:9.5625rem;height:2rem;top:127.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrdJnThvRlhQXUkL4PwrIubw3o5CWgxJ { width:10.499125rem;height:1.600475rem;top:127.8125rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRNNVWe5KepdALSxliczDoxFrZSPu9up { width:15.811625rem;height:10.5620625rem;top:130.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNbbZF7xLa0L3SAFxGs9hVTMlhQFyvxX { width:10rem;height:10rem;top:131.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em68iWP602n1DbNaAi9fm82vObGRdB8N { width:10.499125rem;height:1.600475rem;top:141.6875rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxVULq3aesEtbJ86MvlN7Fv5OfHSGk4s { width:19.8730625rem;height:9.55946875rem;top:144.1875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #vfrhpOBwvOOfKeFVDbaV9aZOMgKZsbpZ { width:1.4375rem;height:1.137934708312rem;top:154.1875rem;left:9.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #b6kgqGeRsTbt2SqvLde4GqspxZtOTvHk { width:3.4375rem;height:0.0625rem;top:155.25rem;left:12.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #m9fRVKcfXTX5HPbr8MKAemldeXyk9dgH { width:3.4375rem;height:0.0625rem;top:155.25rem;left:4.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { display:block; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saRgN7D4ntHDFgpezw619H6c0iOISp87 { width:12.6875rem;height:2.375rem;top:1.1662292480469rem;left:3.6555991768837rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block; }
 }@media only screen and (max-width: 763px) { #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJsL8gIr8zIp53yEVrzpM4sKyDVpgJR5 { width:18.125rem;height:3.0869125rem;top:0.60980987548828rem;left:0.93750005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { width:18.75rem;height:7.1875rem;top:1.25rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaX1o0FTPrQfQST1PGH67lcrzcUoh4gi { width:18.75rem;height:6.1875rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyHHoMb8XcAJGltRF2oKJ4Aa6HpeyFU { width:18.75rem;height:8.0625rem;top:17.437062740326rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM2J89LPtU21iqoRq7MXSU4I2MoKTOaS { width:18.75rem;height:7.375rem;top:26.818578243256rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84QWtVCgket60zLR8pB7L3y75eHGfKC { width:18.75rem;height:7.8125rem;top:36.124173641205rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { width:15.374375rem;height:1.62435rem;top:5.7172307968139rem;left:2.3122830986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { width:15.374375rem;height:1.62435rem;top:13.625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { width:15.374375rem;height:3.2487rem;top:21.185981273651rem;left:2.3122830986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { width:16.311875rem;height:1.62435rem;top:31.068793773651rem;left:1.8435330986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvmPFd70AvXPTT9hqvb6ySrudqt05W6a { width:17.999125rem;height:3.2487rem;top:39.998916625976rem;left:0.99934905767444rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #beZPoJK9UxtFpRMsG6UV03rTiz2JcKI7 { display:flex;width:3.125rem;height:3.125rem;top:1.97265625rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #FkBwx9v7p3v5XHTpcvOdTnO1E88vfWRE { display:flex;width:3.125rem;height:3.125rem;top:10.443558692932rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #THF4r5O53aGTAMtOQ8rpwGDdrQMO0iwn { display:flex;width:3.125rem;height:3.125rem;top:18.060981273651rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #pLF3BVCm4zkPG7poiM6LdZ0x7g4ZCoGX { display:flex;width:3.125rem;height:3.125rem;top:27.498916149139rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #PegdrEzG7b7fQzMNePoxT6fHCkXKi1MB { display:flex;width:3.125rem;height:3.125rem;top:36.873916625976rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #CnMP25N6pZ0y2LWmV4PLpMHpXmzHanxR { display:none; }#CnMP25N6pZ0y2LWmV4PLpMHpXmzHanxR > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HDeNlB1u74RQ24yf6kOBqe0PC7xqIJTu { width:18.75rem;height:9.1875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cahRJNpXtpZDKTBrP9JBA7rbxw51iPb8 { width:18.75rem;height:9.1875rem;top:12.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6HzkMggEpTkhlXk7HZvhdNRTpgVX2Ur { width:18.75rem;height:9.1875rem;top:24.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxufLFcAs7dvUO4mUscT933C29DT7NND { width:18.75rem;height:10.125rem;top:35.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGt01qnJL6EWGV14ngl3EDMATot03FZh { width:18.75rem;height:10.125rem;top:47.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZJ0Dv0oDF5xZKvIhsvWMiSrI3PfOTT { width:15.375rem;height:1.625rem;top:1.7375001907349rem;left:2.3125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4t5b7QFyWaXOp6AhXWJRkqCchTfTa1g { width:15.375rem;height:1.625rem;top:13.3125rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmcZUtz2sap1lm9eIl7flW7QTuQpGB94 { width:15.375rem;height:3.2487rem;top:25.125rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKzokm2b4QQRAL2S8IrcBblhZmhXMU4 { width:16.3125rem;height:1.625rem;top:36.875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oe6T9QrBZdKpTEEeCcJkTTQDgE2h9mzw { width:18rem;height:3.2487rem;top:47.81201171875rem;left:1.12451171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSSCV6bRsF046DD4dLaXSHTnupKIO8Qz { width:15.999375rem;height:5.19965625rem;top:4.6864166259766rem;left:1.9997830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Ibk1R22QGAulWtZnwkgLsvsvZayFKi { width:18.0625rem;height:6.4995625rem;top:15.25634765625rem;left:0.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMGTMzX84FJQcrUBppa9T8e4WTDCH76E { width:18.75rem;height:3.8997375rem;top:28.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAD01Gm4J6qN00NaVt5GP3tnbF7mqUl5 { width:18.624125rem;height:6.4995625rem;top:51.13134765625rem;left:0.6865234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Amb0wZ80RlVEoWOH8sBLfsGTEP0DbxSr { width:17.874375rem;height:6.4995625rem;top:39.0068359375rem;left:1.06103515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { width:20rem;height:2.03125rem;top:0.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OKNyxiulWelFa91V1EkGFFrv9UTBXhfu { display:block; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAdxBwyfIap1mAUJZtIWnCPDe94tZ55u { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9J3xwqt4wuCiVmF4repu5yDCDDJqhX { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgWWWgDEiynSb3ECHg8Pe1QWwK3p3dOT { width:20rem;height:3.75rem;top:3.6556072235108rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC { display:block; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpOl3dfKqv7gu6qkRiEN2QVtSVw8DPU2 { width:20rem;height:4.50195rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #og32pBP90XvenxqfNhGFB3xB5yn4aprl { display:block; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHXsivTFVv7CZTooU4UUrvA2hMFy3PeZ { width:20rem;height:1.875rem;top:4.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRJa7DTNhB7esJOwkS0h6OWu1FtNONFd { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MCm6D53xZCn2Gsmuo8yqOkSckbSDT3 { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8owhpFJC5Z96UUNTPd4xes4VLUZarOd { display:block; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu25mvhgpZz4Gp0TpTm9R0kigXtkql9I { width:20rem;height:3.0013rem;top:0.62501716613769rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 { display:block; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2P8WEvMMEqGLoBeIAfoCJIacGlEEZuF { width:20rem;height:1.875rem;top:4.7812557220459rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJHsB9oWkZNBg0PNmKum61xDrIPypiIe { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCovAuUoeo6yrslAOfn8QTUcPSaABBnd { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbT80wLnSIz6GzFsaOgAK3nx545JRFMD { display:block; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zO6esk4PhHp5rhIf2fvo7u246eoTI7O4 { width:20rem;height:3.0013rem;top:0.68684768676756rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNFXBJemahmXZNONmAdqD5siVwKnorIT { display:block; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuELS6PaIu80Ppd3GfSWQUf8Dr2a13FC { width:20rem;height:1.875rem;top:4.0932922363281rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmRxW0HpW1CXdsMQPii32dlcM5uFn8fa { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaGqdBV2Z9xsQ0bTgTEI1itqONMkZ8yS { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs { display:block; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slVVMNuKeVMt47ATGASytqvIoHI43mcf { width:20rem;height:3.0013rem;top:0.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEro1KCph0HBx7iMT24SzGwz3r6o5HOX { display:block; }#zEro1KCph0HBx7iMT24SzGwz3r6o5HOX > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5n135qDZ28nwIN2WSHAbNQyfJmHJdLo { width:20rem;height:3.75rem;top:4.0932922363281rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8BJ5TfkrT1Bu6L7R0DG7znS7NMQFxUq { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgZMsUaQJJ4sKeTd1iIM9ENepfC41TWT { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu { display:block; }#a0scxxiV4W3XsxAChOI6HVwzSXbZfdpu > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7RtBzE0ctylc5IKQIIWx1trHiFTqnbP { width:20rem;height:4.50195rem;top:0.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { width:17.125rem;height:2.375rem;top:0.75000190734863rem;left:1.4375001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block; }
 }