.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { position:relative;display:block; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { background-color: transparent; background-image: none; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container > .video-iframe-container { display: none; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row > .video-iframe-container { display: none; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .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); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { border-width: 0; border-radius: 0; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .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; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .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:4.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { 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:4.5625rem;width:11.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { background-color:#bc264e;background-image:none;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: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.14583125rem;height:2.39583125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.8541669845581rem;left:51.25rem;display:block; }
#kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 { position:relative;display:none; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 { border-width: 0; border-radius: 0; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 > .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; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Fsh1kZLMwALKSchcC9fa0lF167SG66SL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.15625rem;left:4.5625rem;display:none; }
#BMkAbx0Dyvl4pGIy50OxktyvQXQmtWvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXcnGwtn3BugxTKM9NRuHAVWSTKuRECn { 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:15000;opacity:1;display:none; }
#ArBUn7phKzSDbgqwCbOnIfPxoqI7hfBU { 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:15000;opacity:1;display:none; }
#kApNoIVed7kROZFycaxJwchyvbgzTeKb { position:relative;display:none; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb { border-width: 0; border-radius: 0; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .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; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S3XgZpSxCkpZoWqf7pZFMTymTa9zMaRR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:7.75rem;left:6.625rem;display:none; }
#q1cCldr5NA07ZtuS16BuW2uH57FOTIKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLGDyrfSIdDarLfD9CKcNFXMmkuishKP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:6.625rem;display:none; }
#zGrQ9pWavxKokIBfbO9qWNf3ER8pw7Rd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7lDulVWJQUi9Pa4nyT78Pk3vmvDbczs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:none; }
#a5MINDGwieARN5HwstWUJSAEe8g5QX4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qb3DCgHtm81KT0S8VIhOUpaC3JHBDqnV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:none; }
#Kng31PDzWiKfORXwBuVqs9Dt2ZlT21TF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwbXUJ3OK70uA6WUJWz3qhTS3l0w6LBQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:none; }
#FcuQMPm9rDm2JphpFLzbWxbzbJhAVAT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ogl79r057nEsckvlSm68pCdEDxJJkfF1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#UpQ6MiPm1CDO0UnoGMBLaaQv4Hn4sdTa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Wui76Q2iTALeK0MLumcxmvw2MT4rbrIi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ZpTdu7sytXC4Pd4qJrXiqE5bp7ckCchD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#yNUNOs6IuK4GzLkTeblsXl2rvk5WUtEC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pkKNBTE3bFxt5pT9AfDmaLTTdpsaaBfl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT { position:relative;display:none; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT { border-width: 0; border-radius: 0; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT > .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; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SyabDrwfmFOdADZysQKOPR5cqMdV4Zac { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00070b;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.15625rem;left:15.8125rem;display:none; }
#rPFvai9NanKBw1MrouPAv6qeMyRIprs3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6awsTM8w3V96XouDgepy7asnnDEiJcf { 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:15000;opacity:1;display:none; }
#CoxuuDSEV5JD4MD9xtNOpyT1P4GxQzfd { 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:15000;opacity:1;display:none; }
#SEJ1uMzP0faNftKKLogJXxbrXq0auggO { position:relative;display:none; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO { border-width: 0; border-radius: 0; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .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; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XLtITFxMopx5q8uyob3DzCt7HkapwC8Q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:6.625rem;display:none; }
#GWMC84ORnWE1qn06WLDrGdmJecd4PwVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJGVTqBlNoTf5aCwsrRVemsWe09TgdVC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:none; }
#mztwVwd3E52WrfpR6Ialgd0eGMJvu5Xn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpznArwRfMCukoqfN6cllvbxvk2L0n1K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:none; }
#EtgFlMUsNCNldpaHxWVWs6IqZ7kGGUcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yf9J1eFZNqhpdoyTCq8VBRoHPL61142A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:none; }
#WDBn8TfPqPOTVG1lE0WOnoUwkTDoIkHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nb7zcutF7sB1fJiDxp8pBI88PSuHDB9q { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bw8FUwuTEWms7v3V2JaXXnNKgfeZBKZc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#yxXqODrKlQoSKcuOKT5JmGpdiRKDB1Xs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PA636VAWP6wMQw2qaC6IBpR3O3g51kei { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#UbA56X9hDqq19vixRCeWP4UhQGwyQksk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz { position:relative;display:none; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz { border-width: 0; border-radius: 0; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz > .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; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ztXA2O2K3WHmoDKkSdyrP2UDraX7DGAO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.15625rem;left:28.1875rem;display:none; }
#Lzb1nS9UF0T9H5FmEoX8mFv1Jyyry3mo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HbTRgvZW4N3lFf3s4RxCkbILEfzzGsgn { 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:15000;opacity:1;display:none; }
#NiN0roT9wH2TNw4PcukRBuhWwqzZxCWy { 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:15000;opacity:1;display:none; }
#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO { position:relative;display:none; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO { border-width: 0; border-radius: 0; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .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; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qOah7hk50LFepQL5eXegZu7DDkQTgQlF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:6.625rem;display:none; }
#aZHQvxrKaXBMpvKqAmsGBIuyWgCUx4nF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7kglPS7R7Jk0VCLh5VF5ShAg03s913y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:none; }
#mZk1oEzxZXghpx3ILAykGSDfZPZoobuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIHVZtC3ql11CBVNnfV2k1yHwZEBphRo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:none; }
#ARyfqAyfbQGKikmJxB6xZb0DTKkWA7lz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGkd0R01pB3o36ux5O20v3vNCQ6TRhaD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:none; }
#tc3ocAduTswlQRtSw01sFDWX5TmDNu2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGMRZSwxsQWRlHDe3kCLiDUsb6oRnfvE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XRwUH3GDz3Ia7X0NpiDQSLotSfDBV27N { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#DztbCXAbxV4Hf1uTMs0rTXRSNOzHGA09 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#GSX8O5C1DmmpcUzMLE8ygENIS8fvu78b { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#mcfNtiQQJ91Kt0CnCPRA7gcPaOv6Uh5X { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm { position:relative;display:none; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm { border-width: 0; border-radius: 0; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm > .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; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tZ8thsDT3wanFuKs8A3w4FsHHrzbnwtX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.15625rem;left:38.8125rem;display:none; }
#QanxZSmviy9XLbTylkdkwMBNfr9XR7hG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0vClRe3X3014C4FRzRrwJ6saWQuPnI8 { 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:15000;opacity:1;display:none; }
#CCUTFSNw0r0ZBOGVoAITxzSkykkcyEoC { 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:15000;opacity:1;display:none; }
#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB { position:relative;display:none; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB { border-width: 0; border-radius: 0; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .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; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#noO0Do5iMDJ59xfi4txba0UBNO4bJkqb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:none; }
#czDCvVZsHsm6OiQ3aofL6zxNUp49HA22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyxBCf4J9PqSiTI66uezBg1NS8qEPicq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:none; }
#w1Dqtfu8H5ls3dPIi4HPVUaT0VhxtrXF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9y2UvZRdoKsJg3B0FNkJBLgJ0lEONUh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:none; }
#d660X8mydDI9VhZnlMkm9nVC1GO4TDq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nkngys3q7fbq3FkQUz7vXuZlNQm1mkAI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#LSIxouhLHPkSLNuMXl5SvvkpsIyD2twN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#laW3wdqpDrzVxcyVIf0ME78DAFHX71c4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JxSS0xTNpeqV08JOCpplHchhz5Gu5aZ3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { position:relative;display:block; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { background-color: transparent; background-image: none; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container > .video-iframe-container { display: none; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row > .video-iframe-container { display: none; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .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); }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { border-width: 0; border-radius: 0; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .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; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .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:2.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bvaJ6T2Et9J3SgRTinsQNxZUFDBQusgG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.15625rem;left:38.8125rem;display:block; }
#ZKIqwvcpWWFuXp81a7XqpTSfp6DmVIKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvxXJXqTm8lnFSn1GWXFmhTisdfqS2kH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.15625rem;left:28.1875rem;display:block; }
#XkEN6DzOl4n01VgwyV3h8epQvzk4I5Jv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cp8d6JglpiHvwnM4F1FbPiWO2TJwpT1m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00070b;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.15625rem;left:15.8125rem;display:block; }
#kIzSFDNwvpoTGyhKfbTMcp1At5LRW8K8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zqRxixBg58TMzQckLOUHoTv8NRg2Mp0F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.15625rem;left:4.5625rem;display:block; }
#LhSpsGrAvD4TEPfyhVADAK2Iqle9k7g0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO { position:relative;display:block; }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO { background-color: transparent; background-image: none; }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .row .container > .video-iframe-container { display: none; }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .row > .video-iframe-container { display: none; }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .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); }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO { border-width: 0; border-radius: 0; }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .row .container > .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; }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005692;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#UUUlUldAvK7VeH258qCpEaPlETuIBUb6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:block; }
#UpHviAXbt06M828Btc2AUTJogSTDwd8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bChib3RRvHvHOiElfiFaUKCrXW55UMVb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:block; }
#RAB4Kt9CDbbcMS2t92dauRaaufWcSxDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWlfSDnTzCS2MqrsHqvOVuDiI2IuBlKp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:block; }
#ZPHsuwXsbkCJFbMGOaOpemhxEsGpmREx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lk4lBmRqBbo6oK3h0uO7q5s0Zcq0TekO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:6.625rem;display:block; }
#Hqx0FdLOVq39my4ot4AyfLdR42cWhfMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7nXnXOHgnFn1yVobwLxXpiKbO6Lx8oX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fbef00;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:7.75rem;left:6.625rem;display:block; }
#JvLfulTd6tyswPikEkcoMdrWeeIuJXMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfTuFNloyy4aC2Tn3zA3SDlD3mHoFNPw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1rem;left:17.479164123535rem;display:block; }
#z7mACdXL9BMPsNfXNMCrF8luykXqMuAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exHZClrZUTVCTmvK6Z4ONLQ7TbmgnFdT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fbef00;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:2.75rem;left:17.5rem;display:block; }
#ylrJk90TUqHiNm3JbiJLrNMaVbX6hwKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLKOMNChAT3z2w0KibBhHc5vECB3f7nD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:6.0625rem;left:17.5rem;display:block; }
#TlViHoXIBBmyZBOLLBZTBTAsDRVTcDwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3CCWE4bJ47Fq5BRXq9dJ2oSNRcOwxsd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:7.75rem;left:17.5rem;display:block; }
#HPXAOfSS8Zs4M9wsr36d235OpMWHBTs1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R46IuDMx2lPA6C2AMFFNJaatutcW94qh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:1rem;left:31.166664123535rem;display:block; }
#VKHFx8cyPyO9WOPvQGprQgISHHcZ9cxa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFJlHcvqQrsn4kJpxTHw9rBk22KPb4RI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.75rem;left:31.1875rem;display:block; }
#P4QI1swWL2aWZkeFXikqATbPc4FQNSHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M74JDedVO3ycugTwGQinNkPkhwbyCMtv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:4.375rem;left:31.177082061767rem;display:block; }
#TN3bV2xVv6EOoL1TEISLTb8pP7SUNER6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5ryHtH62CNCEopZpCNEIao9qGVsemsP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:31.1875rem;display:block; }
#PEOtkIwtFIaG1ckOdwsv6WZesuTehkUA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxgHvIRhpcup0pDWD6vGQTOlsKo4kzEV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:1rem;left:41.760417938233rem;display:block; }
#ZGSwFiCDemBKUl4rqwXcqd8nTkqy58lX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHF76na0zhIKRStENSODEZ8k2M81w8Dd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.75rem;left:41.770832061767rem;display:block; }
#sqkN7XOVfe5hT7CIFJcT8oPfkDBhvTax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lu8cwCMiicIMyR9mZeQ7GfKPNn8nWJxZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.3125rem;height:1.125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:4.375rem;left:41.75rem;display:block; }
#BCe1Q7F7UdIEIU6HUzQEpTgF4g9JosTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zv3JF4bL2qH2V34d8cXT4SQRaBTcJbb6 { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0.2);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:7.5rem;width:0.0625rem;top:1.2291669845581rem;left:15.098957061767rem;display:block; }
#L631TlT4m4EnIXhKRqwV2n0FPxTntsCQ { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.2);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:7.5rem;width:0.0625rem;top:1.2291669845581rem;left:28.286457061767rem;display:block; }
#F7uz3kNNvGx0rs9LObAnhgBD9ZESfnTg { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.2);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:7.5rem;width:0.0625rem;top:1.2291669845581rem;left:38.953125rem;display:block; }
#pHf4TSkl1v417WIIxxxLLdlJm812z54d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.14);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; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { background-color: transparent; background-image: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .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); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { border-width: 0; border-radius: 0; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#InvfpnpNCIkkOqHKvCJuVrictTxNNZbP { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.375rem;left:1.6875rem;display:block; }
#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX { position:relative;display:block; }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX { background-color: transparent; background-image: none; }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .row .container > .video-iframe-container { display: none; }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .row > .video-iframe-container { display: none; }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .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); }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX { border-width: 0; border-radius: 0; }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .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; }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .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:8.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C83zRBSpdAIIhsn0q6mAv7KOm3UpDiit { color:#071638;display:block;width:60rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UUwbvbV7kOMqABKUigaSPsOUNS8AB6nF { position:relative;display:none; }#UUwbvbV7kOMqABKUigaSPsOUNS8AB6nF { border-width: 0; border-radius: 0; }#UUwbvbV7kOMqABKUigaSPsOUNS8AB6nF > .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; }#UUwbvbV7kOMqABKUigaSPsOUNS8AB6nF > .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:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v6ISWb4ZZbtFmiESbg8JmrJ6v7tz5cbF { color:#13223f;display:block;width:16.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:3.3125rem;left:4.75rem;height:7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpkMgro9vDKL55Vp5bAVUDhtmR646qxd { color:#13223f;display:block;width:16.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:11.6875rem;left:4.75rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NqT34ipQi64bgkzdQoMx1JlT8yPm5wWf { position:absolute;display:block;z-index:15012;background-color:#c70751;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.75rem;width:33.5625rem;top:1.875rem;left:26.4375rem;display:block; }
#FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea914d72-7d1c-4418-ab3e-abf19fa4f1b4/DSC_3292.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:22.375rem;width:33.8125rem;top:1.1875rem;left:25.375rem;display:block; }#FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk.adaptive-delivery-prevent-bg, #FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk.lazyload, #FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk.lazyloading { background-image: none; }
#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau { position:relative;display:block; }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau { background-color: transparent; background-image: none; }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .row .container > .video-iframe-container { display: none; }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .row > .video-iframe-container { display: none; }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .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); }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau { border-width: 0; border-radius: 0; }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .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; }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .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:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G32SgXSO5O0OTJHTyvpog97zgbv7pR2J { position:relative;display:none; }#G32SgXSO5O0OTJHTyvpog97zgbv7pR2J { border-width: 0; border-radius: 0; }#G32SgXSO5O0OTJHTyvpog97zgbv7pR2J > .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; }#G32SgXSO5O0OTJHTyvpog97zgbv7pR2J > .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:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UE3tHfFkEvWAszOWUELRr2ObdXLK12fI { position:absolute;display:block;z-index:15012;background-color:#c70751;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.75rem;width:33.5625rem;top:1.8125rem;left:1.0625rem;display:block; }
#N3RnVkCotCRp6GenNe0PuRq67STOaGXs { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb93825a-7a56-4a83-a7a5-7ae0569067b1/otwarcie6of17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:22.375rem;width:33.8125rem;top:1.125rem;left:0rem;display:block; }#N3RnVkCotCRp6GenNe0PuRq67STOaGXs.adaptive-delivery-prevent-bg, #N3RnVkCotCRp6GenNe0PuRq67STOaGXs.lazyload, #N3RnVkCotCRp6GenNe0PuRq67STOaGXs.lazyloading { background-image: none; }
#f9p3XqJQ98WxezdM7ZGxTl0yml3uGd30 { color:#13223f;display:block;width:16.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:3.4375rem;left:39.3125rem;height:7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KZqkDItQ3rEd64hHqzlmQTADMLKkLJCT { color:#13223f;display:block;width:16.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:11.8125rem;left:39.3125rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RO6MXvxXr3875aJx3mUcNK2zWlNhHkhT { position:relative;display:none; }#RO6MXvxXr3875aJx3mUcNK2zWlNhHkhT { border-width: 0; border-radius: 0; }#RO6MXvxXr3875aJx3mUcNK2zWlNhHkhT > .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; }#RO6MXvxXr3875aJx3mUcNK2zWlNhHkhT > .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:26.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oKgbFo8zZ4T9kiZ7logdtk39DKMqE3Jt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1.90625rem;left:12.3125rem;display:block; }
#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL { position:relative;display:block; }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL { background-color: transparent; background-image: none; }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .row .container > .video-iframe-container { display: none; }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .row > .video-iframe-container { display: none; }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .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); }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL { border-width: 0; border-radius: 0; }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .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; }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .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:52.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { position:relative;display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { background-color: transparent; background-image: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { border-width: 0; border-radius: 0; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13223f;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; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container { background-color: transparent; background-image: none; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container > .video-iframe-container { display: none; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row > .video-iframe-container { display: none; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .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); }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container { border-width: 0; border-radius: 0; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#TPIdlX8XmVnBZ3kVbAFZzFvfrk77eskc { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:42.75rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gxLJiMX4gdLyyPHptogDD5e5t7BFukxy { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.519790649414rem;left:26.71875rem;height:1.6rem;display:block; }
#Tg0okheIgFumGRmRwzs6099HKM9DAVCP { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:45.1875rem;height:1.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XT9sIGdlG8TqbpqQ1CgWJ3U0TrMnTdST { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9375rem;left:42.75rem; }
#nqMl6xEXq6NQhDH4ZHoti9EOBDGSb0dm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.4375rem;left:42.75rem; }
#v9ZSHmUGnxoETvqTh0vIAWCvsnGctcZT { color:#fbfbfb;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4375rem;left:45.1875rem;height:1.6rem;display:block; }
#VDEBrnZkdafOLCWTEZBo1Zy0hbA3rTus { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.8125rem;left:42.75rem; }
#qGtt9IbJVsPqHluvNOOaGn7nP4U3P13C { color:#fbfbfb;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.75rem;left:45.1875rem;height:4.8rem;display:block; }
#ayKfm1hLdIHy2ug8K4ecfq7AmBeVesoC { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:14.875rem;left:1.5625rem;display:block; }
#bIROKJmtRfZhHG5lOK3wpITdcQfTwWad { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.8072929382324rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VV5znFrZtQ9CuGamTKhNMZm6vKvw2ixr { color:#fbfbfb;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:5.1875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#ZOseMl2wb09P9v5vhfeHO1JnkJayxbpe { color:#fbfbfb;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4375rem;left:5.1875rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#HlFUNuPwkcQtpW4Zlkh3Vak3vCWTe1z1 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.307289123535rem;left:2.9010429382324rem; }
#R5LvG93gBE5hlN0PGSUMADFICBPhzwVm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.9562492370606rem;left:2.9010429382324rem; }
#mOTsQGTvLg3BnlagwGvR5qx4vqVcXon1 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.5rem;left:24.0625rem; }
#mOTsQGTvLg3BnlagwGvR5qx4vqVcXon1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#KmWo8pyNiJFVESr3GnkqqBOlHbeTWTJQ { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.375rem;left:27.5rem; }
#KmWo8pyNiJFVESr3GnkqqBOlHbeTWTJQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#yzt0b7PaRwmq2fhdDZDk8fDiyQAVH2x2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.5rem;left:30.875rem; }
#P1wr3cFy4kP5E4T77kir1eMAJb2DAQvy { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.5rem;left:34.375rem; }
#F67sWdH03oTJE4MIMZnHqhyETLqUK5ci { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.8125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:17.119792938233rem;left:14.875rem;display:block; }
#eu31nqS6CG784X2HyKwSiw7feE9O0uO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flkny0y7at3WwO6T0D4JlFJi8UQlHKoT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.625rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:17.119792938233rem;left:24.819793701172rem;display:block; }
#OAXn0kOAtywWr7r0tXXinuw4DpREgr2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkTgQpC1h33e9QiEgeQQq7nfWgL2nR6w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:17.119791030884rem;left:34.1875rem;display:block; }
#Qv63ZOKcmM0tymf5o3VoRia3HVT08s5H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { background-color: transparent; background-image: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .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); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { border-width: 0; border-radius: 0; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.0625rem;left:58rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { display:block; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { top:0rem;left:0rem;width:11.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:6.125rem;height:2.375rem;top:2.8125rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 { display:none; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fsh1kZLMwALKSchcC9fa0lF167SG66SL { width:6.25rem;height:2.5rem;top:0.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMkAbx0Dyvl4pGIy50OxktyvQXQmtWvJ { display:block; }
 }@media only screen and (max-width: 763px) { #gXcnGwtn3BugxTKM9NRuHAVWSTKuRECn { display:none; }
 }@media only screen and (max-width: 763px) { #ArBUn7phKzSDbgqwCbOnIfPxoqI7hfBU { display:none; }
 }@media only screen and (max-width: 763px) { #kApNoIVed7kROZFycaxJwchyvbgzTeKb { display:none; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3XgZpSxCkpZoWqf7pZFMTymTa9zMaRR { width:6rem;height:1.125rem;top:7.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1cCldr5NA07ZtuS16BuW2uH57FOTIKZ { display:block; }
 }@media only screen and (max-width: 763px) { #bLGDyrfSIdDarLfD9CKcNFXMmkuishKP { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGrQ9pWavxKokIBfbO9qWNf3ER8pw7Rd { display:block; }
 }@media only screen and (max-width: 763px) { #A7lDulVWJQUi9Pa4nyT78Pk3vmvDbczs { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5MINDGwieARN5HwstWUJSAEe8g5QX4A { display:block; }
 }@media only screen and (max-width: 763px) { #qb3DCgHtm81KT0S8VIhOUpaC3JHBDqnV { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kng31PDzWiKfORXwBuVqs9Dt2ZlT21TF { display:block; }
 }@media only screen and (max-width: 763px) { #LwbXUJ3OK70uA6WUJWz3qhTS3l0w6LBQ { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcuQMPm9rDm2JphpFLzbWxbzbJhAVAT5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ogl79r057nEsckvlSm68pCdEDxJJkfF1 { display:none; }
 }@media only screen and (max-width: 763px) { #UpQ6MiPm1CDO0UnoGMBLaaQv4Hn4sdTa { display:none; }
 }@media only screen and (max-width: 763px) { #Wui76Q2iTALeK0MLumcxmvw2MT4rbrIi { display:none; }
 }@media only screen and (max-width: 763px) { #ZpTdu7sytXC4Pd4qJrXiqE5bp7ckCchD { display:none; }
 }@media only screen and (max-width: 763px) { #yNUNOs6IuK4GzLkTeblsXl2rvk5WUtEC { display:none; }
 }@media only screen and (max-width: 763px) { #pkKNBTE3bFxt5pT9AfDmaLTTdpsaaBfl { display:none; }
 }@media only screen and (max-width: 763px) { #gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT { display:none; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SyabDrwfmFOdADZysQKOPR5cqMdV4Zac { width:6.25rem;height:2.5rem;top:0.125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPFvai9NanKBw1MrouPAv6qeMyRIprs3 { display:block; }
 }@media only screen and (max-width: 763px) { #N6awsTM8w3V96XouDgepy7asnnDEiJcf { display:none; }
 }@media only screen and (max-width: 763px) { #CoxuuDSEV5JD4MD9xtNOpyT1P4GxQzfd { display:none; }
 }@media only screen and (max-width: 763px) { #SEJ1uMzP0faNftKKLogJXxbrXq0auggO { display:none; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XLtITFxMopx5q8uyob3DzCt7HkapwC8Q { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWMC84ORnWE1qn06WLDrGdmJecd4PwVC { display:block; }
 }@media only screen and (max-width: 763px) { #UJGVTqBlNoTf5aCwsrRVemsWe09TgdVC { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mztwVwd3E52WrfpR6Ialgd0eGMJvu5Xn { display:block; }
 }@media only screen and (max-width: 763px) { #GpznArwRfMCukoqfN6cllvbxvk2L0n1K { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtgFlMUsNCNldpaHxWVWs6IqZ7kGGUcT { display:block; }
 }@media only screen and (max-width: 763px) { #yf9J1eFZNqhpdoyTCq8VBRoHPL61142A { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDBn8TfPqPOTVG1lE0WOnoUwkTDoIkHD { display:block; }
 }@media only screen and (max-width: 763px) { #nb7zcutF7sB1fJiDxp8pBI88PSuHDB9q { display:none; }
 }@media only screen and (max-width: 763px) { #bw8FUwuTEWms7v3V2JaXXnNKgfeZBKZc { display:none; }
 }@media only screen and (max-width: 763px) { #yxXqODrKlQoSKcuOKT5JmGpdiRKDB1Xs { display:none; }
 }@media only screen and (max-width: 763px) { #PA636VAWP6wMQw2qaC6IBpR3O3g51kei { display:none; }
 }@media only screen and (max-width: 763px) { #UbA56X9hDqq19vixRCeWP4UhQGwyQksk { display:none; }
 }@media only screen and (max-width: 763px) { #JtOZvwgISGvt4yBndupUTcNz2bO5VSmz { display:none; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ztXA2O2K3WHmoDKkSdyrP2UDraX7DGAO { width:6.25rem;height:2.5rem;top:0.125rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lzb1nS9UF0T9H5FmEoX8mFv1Jyyry3mo { display:block; }
 }@media only screen and (max-width: 763px) { #HbTRgvZW4N3lFf3s4RxCkbILEfzzGsgn { display:none; }
 }@media only screen and (max-width: 763px) { #NiN0roT9wH2TNw4PcukRBuhWwqzZxCWy { display:none; }
 }@media only screen and (max-width: 763px) { #JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO { display:none; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qOah7hk50LFepQL5eXegZu7DDkQTgQlF { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZHQvxrKaXBMpvKqAmsGBIuyWgCUx4nF { display:block; }
 }@media only screen and (max-width: 763px) { #w7kglPS7R7Jk0VCLh5VF5ShAg03s913y { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZk1oEzxZXghpx3ILAykGSDfZPZoobuD { display:block; }
 }@media only screen and (max-width: 763px) { #BIHVZtC3ql11CBVNnfV2k1yHwZEBphRo { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARyfqAyfbQGKikmJxB6xZb0DTKkWA7lz { display:block; }
 }@media only screen and (max-width: 763px) { #vGkd0R01pB3o36ux5O20v3vNCQ6TRhaD { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tc3ocAduTswlQRtSw01sFDWX5TmDNu2M { display:block; }
 }@media only screen and (max-width: 763px) { #aGMRZSwxsQWRlHDe3kCLiDUsb6oRnfvE { display:none; }
 }@media only screen and (max-width: 763px) { #XRwUH3GDz3Ia7X0NpiDQSLotSfDBV27N { display:none; }
 }@media only screen and (max-width: 763px) { #DztbCXAbxV4Hf1uTMs0rTXRSNOzHGA09 { display:none; }
 }@media only screen and (max-width: 763px) { #GSX8O5C1DmmpcUzMLE8ygENIS8fvu78b { display:none; }
 }@media only screen and (max-width: 763px) { #mcfNtiQQJ91Kt0CnCPRA7gcPaOv6Uh5X { display:none; }
 }@media only screen and (max-width: 763px) { #zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm { display:none; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZ8thsDT3wanFuKs8A3w4FsHHrzbnwtX { width:6.25rem;height:2.5rem;top:0.125rem;left:32.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QanxZSmviy9XLbTylkdkwMBNfr9XR7hG { display:block; }
 }@media only screen and (max-width: 763px) { #m0vClRe3X3014C4FRzRrwJ6saWQuPnI8 { display:none; }
 }@media only screen and (max-width: 763px) { #CCUTFSNw0r0ZBOGVoAITxzSkykkcyEoC { display:none; }
 }@media only screen and (max-width: 763px) { #oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB { display:none; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #noO0Do5iMDJ59xfi4txba0UBNO4bJkqb { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #czDCvVZsHsm6OiQ3aofL6zxNUp49HA22 { display:block; }
 }@media only screen and (max-width: 763px) { #EyxBCf4J9PqSiTI66uezBg1NS8qEPicq { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1Dqtfu8H5ls3dPIi4HPVUaT0VhxtrXF { display:block; }
 }@media only screen and (max-width: 763px) { #T9y2UvZRdoKsJg3B0FNkJBLgJ0lEONUh { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d660X8mydDI9VhZnlMkm9nVC1GO4TDq0 { display:block; }
 }@media only screen and (max-width: 763px) { #Nkngys3q7fbq3FkQUz7vXuZlNQm1mkAI { display:none; }
 }@media only screen and (max-width: 763px) { #LSIxouhLHPkSLNuMXl5SvvkpsIyD2twN { display:none; }
 }@media only screen and (max-width: 763px) { #laW3wdqpDrzVxcyVIf0ME78DAFHX71c4 { display:none; }
 }@media only screen and (max-width: 763px) { #JxSS0xTNpeqV08JOCpplHchhz5Gu5aZ3 { display:none; }
 }@media only screen and (max-width: 763px) { #ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { display:block; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvaJ6T2Et9J3SgRTinsQNxZUFDBQusgG { width:6.25rem;height:2.5rem;top:0.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKIqwvcpWWFuXp81a7XqpTSfp6DmVIKe { display:block; }
 }@media only screen and (max-width: 763px) { #DvxXJXqTm8lnFSn1GWXFmhTisdfqS2kH { width:6.25rem;height:2.5rem;top:0.125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkEN6DzOl4n01VgwyV3h8epQvzk4I5Jv { display:block; }
 }@media only screen and (max-width: 763px) { #cp8d6JglpiHvwnM4F1FbPiWO2TJwpT1m { width:6.25rem;height:2.5rem;top:0.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzSFDNwvpoTGyhKfbTMcp1At5LRW8K8 { display:block; }
 }@media only screen and (max-width: 763px) { #zqRxixBg58TMzQckLOUHoTv8NRg2Mp0F { width:6.25rem;height:2.5rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhSpsGrAvD4TEPfyhVADAK2Iqle9k7g0 { display:block; }
 }@media only screen and (max-width: 763px) { #B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO { display:block; }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUUlUldAvK7VeH258qCpEaPlETuIBUb6 { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpHviAXbt06M828Btc2AUTJogSTDwd8n { display:block; }
 }@media only screen and (max-width: 763px) { #bChib3RRvHvHOiElfiFaUKCrXW55UMVb { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAB4Kt9CDbbcMS2t92dauRaaufWcSxDl { display:block; }
 }@media only screen and (max-width: 763px) { #RWlfSDnTzCS2MqrsHqvOVuDiI2IuBlKp { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPHsuwXsbkCJFbMGOaOpemhxEsGpmREx { display:block; }
 }@media only screen and (max-width: 763px) { #lk4lBmRqBbo6oK3h0uO7q5s0Zcq0TekO { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqx0FdLOVq39my4ot4AyfLdR42cWhfMT { display:block; }
 }@media only screen and (max-width: 763px) { #l7nXnXOHgnFn1yVobwLxXpiKbO6Lx8oX { width:6rem;height:1.125rem;top:7.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLfulTd6tyswPikEkcoMdrWeeIuJXMP { display:block; }
 }@media only screen and (max-width: 763px) { #SfTuFNloyy4aC2Tn3zA3SDlD3mHoFNPw { width:4.3125rem;height:1.125rem;top:1rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mACdXL9BMPsNfXNMCrF8luykXqMuAT { display:block; }
 }@media only screen and (max-width: 763px) { #exHZClrZUTVCTmvK6Z4ONLQ7TbmgnFdT { width:7.75rem;height:3rem;top:2.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylrJk90TUqHiNm3JbiJLrNMaVbX6hwKW { display:block; }
 }@media only screen and (max-width: 763px) { #oLKOMNChAT3z2w0KibBhHc5vECB3f7nD { width:8.3125rem;height:1.125rem;top:6.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlViHoXIBBmyZBOLLBZTBTAsDRVTcDwL { display:block; }
 }@media only screen and (max-width: 763px) { #Z3CCWE4bJ47Fq5BRXq9dJ2oSNRcOwxsd { width:7.1875rem;height:1.125rem;top:7.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPXAOfSS8Zs4M9wsr36d235OpMWHBTs1 { display:block; }
 }@media only screen and (max-width: 763px) { #R46IuDMx2lPA6C2AMFFNJaatutcW94qh { width:5.5rem;height:1.125rem;top:1rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHFx8cyPyO9WOPvQGprQgISHHcZ9cxa { display:block; }
 }@media only screen and (max-width: 763px) { #kFJlHcvqQrsn4kJpxTHw9rBk22KPb4RI { width:5.75rem;height:1.125rem;top:2.75rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4QI1swWL2aWZkeFXikqATbPc4FQNSHL { display:block; }
 }@media only screen and (max-width: 763px) { #M74JDedVO3ycugTwGQinNkPkhwbyCMtv { width:5.6875rem;height:1.125rem;top:4.375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN3bV2xVv6EOoL1TEISLTb8pP7SUNER6 { display:block; }
 }@media only screen and (max-width: 763px) { #h5ryHtH62CNCEopZpCNEIao9qGVsemsP { width:5.75rem;height:1.125rem;top:6.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOtkIwtFIaG1ckOdwsv6WZesuTehkUA { display:block; }
 }@media only screen and (max-width: 763px) { #WxgHvIRhpcup0pDWD6vGQTOlsKo4kzEV { width:3.5rem;height:1.125rem;top:1rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGSwFiCDemBKUl4rqwXcqd8nTkqy58lX { display:block; }
 }@media only screen and (max-width: 763px) { #KHF76na0zhIKRStENSODEZ8k2M81w8Dd { width:3.6875rem;height:1.125rem;top:2.75rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqkN7XOVfe5hT7CIFJcT8oPfkDBhvTax { display:block; }
 }@media only screen and (max-width: 763px) { #lu8cwCMiicIMyR9mZeQ7GfKPNn8nWJxZ { width:3.3125rem;height:1.125rem;top:4.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCe1Q7F7UdIEIU6HUzQEpTgF4g9JosTp { display:block; }
 }@media only screen and (max-width: 763px) { #Zv3JF4bL2qH2V34d8cXT4SQRaBTcJbb6 { top:1.1875rem;left:8.9739570617675rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L631TlT4m4EnIXhKRqwV2n0FPxTntsCQ { top:1.1875rem;left:22.161457061767rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7uz3kNNvGx0rs9LObAnhgBD9ZESfnTg { top:1.1875rem;left:32.828125rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InvfpnpNCIkkOqHKvCJuVrictTxNNZbP { width:47.75rem;height:0.0625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX { display:block; }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C83zRBSpdAIIhsn0q6mAv7KOm3UpDiit { top:1.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUwbvbV7kOMqABKUigaSPsOUNS8AB6nF { display:block; }#UUwbvbV7kOMqABKUigaSPsOUNS8AB6nF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6ISWb4ZZbtFmiESbg8JmrJ6v7tz5cbF { width:16.125rem;height:7rem;top:3.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkMgro9vDKL55Vp5bAVUDhtmR646qxd { width:16.125rem;height:10.5rem;top:11.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqT34ipQi64bgkzdQoMx1JlT8yPm5wWf { width:33.5625rem;height:22.75rem;top:1.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk { width:33.8125rem;height:22.375rem;top:1.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau { display:block; }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G32SgXSO5O0OTJHTyvpog97zgbv7pR2J { display:block; }#G32SgXSO5O0OTJHTyvpog97zgbv7pR2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE3tHfFkEvWAszOWUELRr2ObdXLK12fI { width:33.5625rem;height:22.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3RnVkCotCRp6GenNe0PuRq67STOaGXs { width:33.8125rem;height:22.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9p3XqJQ98WxezdM7ZGxTl0yml3uGd30 { width:16.125rem;height:7rem;top:3.4375rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZqkDItQ3rEd64hHqzlmQTADMLKkLJCT { width:16.125rem;height:10.5rem;top:11.8125rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO6MXvxXr3875aJx3mUcNK2zWlNhHkhT { display:block; }#RO6MXvxXr3875aJx3mUcNK2zWlNhHkhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKgbFo8zZ4T9kiZ7logdtk39DKMqE3Jt { top:1.875rem;left:6.1875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL { display:block; }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRpigegtSTPetd7qD7EbVAVTRTSfZkIH { display:block; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPIdlX8XmVnBZ3kVbAFZzFvfrk77eskc { top:1.375rem;left:36.625rem;width:5.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxLJiMX4gdLyyPHptogDD5e5t7BFukxy { top:15.5rem;left:20.59375rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg0okheIgFumGRmRwzs6099HKM9DAVCP { top:3.9375rem;left:39.0625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT9sIGdlG8TqbpqQ1CgWJ3U0TrMnTdST { top:3.9375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMl6xEXq6NQhDH4ZHoti9EOBDGSb0dm { top:6.4375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ZSHmUGnxoETvqTh0vIAWCvsnGctcZT { top:6.4375rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDEBrnZkdafOLCWTEZBo1Zy0hbA3rTus { top:8.8125rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGtt9IbJVsPqHluvNOOaGn7nP4U3P13C { top:8.75rem;left:34.4375rem;width:13.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKfm1hLdIHy2ug8K4ecfq7AmBeVesoC { width:47.75rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIROKJmtRfZhHG5lOK3wpITdcQfTwWad { top:1.375rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV5znFrZtQ9CuGamTKhNMZm6vKvw2ixr { top:3.9375rem;left:0rem;width:9.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOseMl2wb09P9v5vhfeHO1JnkJayxbpe { top:6.4375rem;left:0rem;width:12.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlFUNuPwkcQtpW4Zlkh3Vak3vCWTe1z1 { top:7.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5LvG93gBE5hlN0PGSUMADFICBPhzwVm { top:3.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOTsQGTvLg3BnlagwGvR5qx4vqVcXon1 { top:1.5rem;left:17.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
#mOTsQGTvLg3BnlagwGvR5qx4vqVcXon1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #KmWo8pyNiJFVESr3GnkqqBOlHbeTWTJQ { top:1.375rem;left:21.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#KmWo8pyNiJFVESr3GnkqqBOlHbeTWTJQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #yzt0b7PaRwmq2fhdDZDk8fDiyQAVH2x2 { top:1.5rem;left:24.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1wr3cFy4kP5E4T77kir1eMAJb2DAQvy { top:1.5rem;left:28.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F67sWdH03oTJE4MIMZnHqhyETLqUK5ci { width:9.8125rem;height:2.625rem;top:17.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu31nqS6CG784X2HyKwSiw7feE9O0uO5 { display:block; }
 }@media only screen and (max-width: 763px) { #flkny0y7at3WwO6T0D4JlFJi8UQlHKoT { width:9.625rem;height:2.625rem;top:17.0625rem;left:18.694793701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAXn0kOAtywWr7r0tXXinuw4DpREgr2l { display:block; }
 }@media only screen and (max-width: 763px) { #nkTgQpC1h33e9QiEgeQQq7nfWgL2nR6w { width:11rem;height:2.625rem;top:17.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv63ZOKcmM0tymf5o3VoRia3HVT08s5H { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { top:0.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { display:block; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { width:12.1875rem;height:5.0625rem;top:0.87446731328963rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:4.3125rem;height:1.8125rem;top:5.78125rem;left:15.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 { display:block; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fsh1kZLMwALKSchcC9fa0lF167SG66SL { width:5.0625rem;height:2.5rem;top:0.3125rem;left:1.4375rem;font-size:1.25rem;z-index:15008;text-align:left;text-align-last:left;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #BMkAbx0Dyvl4pGIy50OxktyvQXQmtWvJ { display:block; }
 }@media only screen and (max-width: 763px) { #gXcnGwtn3BugxTKM9NRuHAVWSTKuRECn { display:flex;top:0.8125rem;left:6.5rem;width:1.5625rem;height:1.5625rem;z-index:15018;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ArBUn7phKzSDbgqwCbOnIfPxoqI7hfBU { display:flex;top:0.8125rem;left:7.125rem;width:1.5625rem;height:1.5625rem;z-index:15019;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #kApNoIVed7kROZFycaxJwchyvbgzTeKb { display:block; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb { background-color: transparent; background-image: none; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .row .container > .video-iframe-container { display: none; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .row > .video-iframe-container { display: none; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .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); }#kApNoIVed7kROZFycaxJwchyvbgzTeKb { border-width: 0; border-radius: 0; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .row .container > .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; }#kApNoIVed7kROZFycaxJwchyvbgzTeKb > .row .container { width:20rem;background-color:#005692;background-image:none;height:14.6875rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3XgZpSxCkpZoWqf7pZFMTymTa9zMaRR { width:7.125rem;height:2.625rem;top:11.28125rem;left:4.71875rem;font-size:1.25rem;z-index:15017;color:#fbef00;display:block; }
 }@media only screen and (max-width: 763px) { #q1cCldr5NA07ZtuS16BuW2uH57FOTIKZ { display:block; }
 }@media only screen and (max-width: 763px) { #bLGDyrfSIdDarLfD9CKcNFXMmkuishKP { width:6.0625rem;height:2.625rem;top:8.65625rem;left:4.71875rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #zGrQ9pWavxKokIBfbO9qWNf3ER8pw7Rd { display:block; }
 }@media only screen and (max-width: 763px) { #A7lDulVWJQUi9Pa4nyT78Pk3vmvDbczs { width:7.875rem;height:2.625rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #a5MINDGwieARN5HwstWUJSAEe8g5QX4A { display:block; }
 }@media only screen and (max-width: 763px) { #qb3DCgHtm81KT0S8VIhOUpaC3JHBDqnV { width:8.75rem;height:2.625rem;top:3.3697929382324rem;left:4.84375rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Kng31PDzWiKfORXwBuVqs9Dt2ZlT21TF { display:block; }
 }@media only screen and (max-width: 763px) { #LwbXUJ3OK70uA6WUJWz3qhTS3l0w6LBQ { width:8.8125rem;height:2.625rem;top:0.80729198455813rem;left:4.8125rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FcuQMPm9rDm2JphpFLzbWxbzbJhAVAT5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ogl79r057nEsckvlSm68pCdEDxJJkfF1 { top:2.09375rem;left:3.7427082061767rem;width:0.125rem;height:10.625rem;z-index:15018;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UpQ6MiPm1CDO0UnoGMBLaaQv4Hn4sdTa { top:1.9010419845581rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15019;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Wui76Q2iTALeK0MLumcxmvw2MT4rbrIi { top:12.375rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZpTdu7sytXC4Pd4qJrXiqE5bp7ckCchD { top:4.4635429382324rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yNUNOs6IuK4GzLkTeblsXl2rvk5WUtEC { top:7.1875rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15021;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pkKNBTE3bFxt5pT9AfDmaLTTdpsaaBfl { top:9.75rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15022;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT { display:block; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyabDrwfmFOdADZysQKOPR5cqMdV4Zac { width:6.5rem;height:2.5rem;top:0.25rem;left:1.4375rem;font-size:1.25rem;z-index:15009;text-align:left;text-align-last:left;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #rPFvai9NanKBw1MrouPAv6qeMyRIprs3 { display:block; }
 }@media only screen and (max-width: 763px) { #N6awsTM8w3V96XouDgepy7asnnDEiJcf { display:flex;top:0.78125rem;left:8.1875rem;width:1.5625rem;height:1.5625rem;z-index:15020;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #CoxuuDSEV5JD4MD9xtNOpyT1P4GxQzfd { display:flex;top:0.78125rem;left:8.8125rem;width:1.5625rem;height:1.5625rem;z-index:15021;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SEJ1uMzP0faNftKKLogJXxbrXq0auggO { display:block; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO { background-color: transparent; background-image: none; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .row .container > .video-iframe-container { display: none; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .row > .video-iframe-container { display: none; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .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); }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO { border-width: 0; border-radius: 0; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .row .container > .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; }#SEJ1uMzP0faNftKKLogJXxbrXq0auggO > .row .container { width:20rem;background-color:#005692;background-image:none;height:12.3125rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLtITFxMopx5q8uyob3DzCt7HkapwC8Q { width:6.0625rem;height:2.625rem;top:8.65625rem;left:4.71875rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GWMC84ORnWE1qn06WLDrGdmJecd4PwVC { display:block; }
 }@media only screen and (max-width: 763px) { #UJGVTqBlNoTf5aCwsrRVemsWe09TgdVC { width:10.875rem;height:2.625rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mztwVwd3E52WrfpR6Ialgd0eGMJvu5Xn { display:block; }
 }@media only screen and (max-width: 763px) { #GpznArwRfMCukoqfN6cllvbxvk2L0n1K { width:10.9375rem;height:2.6875rem;top:3.4010419845581rem;left:4.71875rem;font-size:1.25rem;z-index:15014;color:#fbef00;display:block; }
 }@media only screen and (max-width: 763px) { #EtgFlMUsNCNldpaHxWVWs6IqZ7kGGUcT { display:block; }
 }@media only screen and (max-width: 763px) { #yf9J1eFZNqhpdoyTCq8VBRoHPL61142A { width:8.8125rem;height:2.625rem;top:0.80729198455813rem;left:4.8125rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #WDBn8TfPqPOTVG1lE0WOnoUwkTDoIkHD { display:block; }
 }@media only screen and (max-width: 763px) { #nb7zcutF7sB1fJiDxp8pBI88PSuHDB9q { top:2.09375rem;left:3.7427082061767rem;width:0.125rem;height:8.125rem;z-index:15018;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bw8FUwuTEWms7v3V2JaXXnNKgfeZBKZc { top:1.9010419845581rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15019;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yxXqODrKlQoSKcuOKT5JmGpdiRKDB1Xs { top:4.4635429382324rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PA636VAWP6wMQw2qaC6IBpR3O3g51kei { top:7.1875rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15021;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UbA56X9hDqq19vixRCeWP4UhQGwyQksk { top:9.75rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15022;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JtOZvwgISGvt4yBndupUTcNz2bO5VSmz { display:block; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztXA2O2K3WHmoDKkSdyrP2UDraX7DGAO { width:4.4375rem;height:2.625rem;top:0.3125rem;left:1.4375rem;font-size:1.25rem;z-index:15011;text-align:left;text-align-last:left;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #Lzb1nS9UF0T9H5FmEoX8mFv1Jyyry3mo { display:block; }
 }@media only screen and (max-width: 763px) { #HbTRgvZW4N3lFf3s4RxCkbILEfzzGsgn { display:flex;top:0.78125rem;left:6rem;width:1.5625rem;height:1.5625rem;z-index:15022;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NiN0roT9wH2TNw4PcukRBuhWwqzZxCWy { display:flex;top:0.78125rem;left:6.625rem;width:1.5625rem;height:1.5625rem;z-index:15023;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO { display:block; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO { background-color: transparent; background-image: none; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .row .container > .video-iframe-container { display: none; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .row > .video-iframe-container { display: none; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .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); }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO { border-width: 0; border-radius: 0; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .row .container > .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; }#JDP5AfIv2a2DidniOIXF0Cv1HzcHvwsO > .row .container { width:20rem;background-color:#005692;background-image:none;height:12.3125rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOah7hk50LFepQL5eXegZu7DDkQTgQlF { width:9.0625rem;height:2.625rem;top:8.65625rem;left:4.71875rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #aZHQvxrKaXBMpvKqAmsGBIuyWgCUx4nF { display:block; }
 }@media only screen and (max-width: 763px) { #w7kglPS7R7Jk0VCLh5VF5ShAg03s913y { width:10.875rem;height:2.625rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mZk1oEzxZXghpx3ILAykGSDfZPZoobuD { display:block; }
 }@media only screen and (max-width: 763px) { #BIHVZtC3ql11CBVNnfV2k1yHwZEBphRo { width:10.9375rem;height:2.6875rem;top:3.4010419845581rem;left:4.71875rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ARyfqAyfbQGKikmJxB6xZb0DTKkWA7lz { display:block; }
 }@media only screen and (max-width: 763px) { #vGkd0R01pB3o36ux5O20v3vNCQ6TRhaD { width:8.8125rem;height:2.625rem;top:0.80729198455813rem;left:4.8125rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tc3ocAduTswlQRtSw01sFDWX5TmDNu2M { display:block; }
 }@media only screen and (max-width: 763px) { #aGMRZSwxsQWRlHDe3kCLiDUsb6oRnfvE { top:2.09375rem;left:3.7427082061767rem;width:0.125rem;height:8.125rem;z-index:15018;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XRwUH3GDz3Ia7X0NpiDQSLotSfDBV27N { top:1.9010419845581rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15019;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DztbCXAbxV4Hf1uTMs0rTXRSNOzHGA09 { top:4.4635429382324rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GSX8O5C1DmmpcUzMLE8ygENIS8fvu78b { top:7.1875rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15021;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mcfNtiQQJ91Kt0CnCPRA7gcPaOv6Uh5X { top:9.75rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15022;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm { display:block; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZ8thsDT3wanFuKs8A3w4FsHHrzbnwtX { width:4.0625rem;height:2.625rem;top:0.3125rem;left:1.4375rem;font-size:1.25rem;z-index:15010;text-align:left;text-align-last:left;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #QanxZSmviy9XLbTylkdkwMBNfr9XR7hG { display:block; }
 }@media only screen and (max-width: 763px) { #m0vClRe3X3014C4FRzRrwJ6saWQuPnI8 { display:flex;top:0.78125rem;left:5.5rem;width:1.5625rem;height:1.5625rem;z-index:15024;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #CCUTFSNw0r0ZBOGVoAITxzSkykkcyEoC { display:flex;top:0.78125rem;left:6.125rem;width:1.5625rem;height:1.5625rem;z-index:15025;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB { display:block; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB { background-color: transparent; background-image: none; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .row .container > .video-iframe-container { display: none; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .row > .video-iframe-container { display: none; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .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); }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB { border-width: 0; border-radius: 0; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .row .container > .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; }#oqyhwNOq1TQdJb85LhAb3Dz98pLGWRVB > .row .container { width:20rem;background-color:#005692;background-image:none;height:10.0625rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noO0Do5iMDJ59xfi4txba0UBNO4bJkqb { width:10.875rem;height:2.625rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #czDCvVZsHsm6OiQ3aofL6zxNUp49HA22 { display:block; }
 }@media only screen and (max-width: 763px) { #EyxBCf4J9PqSiTI66uezBg1NS8qEPicq { width:10.9375rem;height:2.6875rem;top:3.4010419845581rem;left:4.71875rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #w1Dqtfu8H5ls3dPIi4HPVUaT0VhxtrXF { display:block; }
 }@media only screen and (max-width: 763px) { #T9y2UvZRdoKsJg3B0FNkJBLgJ0lEONUh { width:8.8125rem;height:2.625rem;top:0.80729198455813rem;left:4.8125rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #d660X8mydDI9VhZnlMkm9nVC1GO4TDq0 { display:block; }
 }@media only screen and (max-width: 763px) { #Nkngys3q7fbq3FkQUz7vXuZlNQm1mkAI { top:2.09375rem;left:3.7427082061767rem;width:0.125rem;height:5.3125rem;z-index:15018;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LSIxouhLHPkSLNuMXl5SvvkpsIyD2twN { top:1.9010419845581rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15019;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #laW3wdqpDrzVxcyVIf0ME78DAFHX71c4 { top:4.4635429382324rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JxSS0xTNpeqV08JOCpplHchhz5Gu5aZ3 { top:7.1875rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15021;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { display:none; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container { width:20rem;height:2.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvaJ6T2Et9J3SgRTinsQNxZUFDBQusgG { width:4.0625rem;height:1.8125rem;top:0.65625rem;left:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKIqwvcpWWFuXp81a7XqpTSfp6DmVIKe { display:block; }
 }@media only screen and (max-width: 763px) { #DvxXJXqTm8lnFSn1GWXFmhTisdfqS2kH { width:6.5625rem;height:2.625rem;top:0.25rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkEN6DzOl4n01VgwyV3h8epQvzk4I5Jv { display:block; }
 }@media only screen and (max-width: 763px) { #cp8d6JglpiHvwnM4F1FbPiWO2TJwpT1m { width:6.5rem;height:1.8125rem;top:0.6875rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzSFDNwvpoTGyhKfbTMcp1At5LRW8K8 { display:block; }
 }@media only screen and (max-width: 763px) { #zqRxixBg58TMzQckLOUHoTv8NRg2Mp0F { width:4.6875rem;height:1.8125rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhSpsGrAvD4TEPfyhVADAK2Iqle9k7g0 { display:block; }
 }@media only screen and (max-width: 763px) { #B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO { display:none; }#B1NGDNOWtB7U53UPJPKQcHAbQtWgXVdO > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UUUlUldAvK7VeH258qCpEaPlETuIBUb6 { width:2.75rem;height:2.625rem;top:1.1875rem;left:0.64583301544187rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpHviAXbt06M828Btc2AUTJogSTDwd8n { display:block; }
 }@media only screen and (max-width: 763px) { #bChib3RRvHvHOiElfiFaUKCrXW55UMVb { width:3.25rem;height:2.625rem;top:3.25rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAB4Kt9CDbbcMS2t92dauRaaufWcSxDl { display:block; }
 }@media only screen and (max-width: 763px) { #RWlfSDnTzCS2MqrsHqvOVuDiI2IuBlKp { width:3.0625rem;height:2.625rem;top:5.0625rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPHsuwXsbkCJFbMGOaOpemhxEsGpmREx { display:block; }
 }@media only screen and (max-width: 763px) { #lk4lBmRqBbo6oK3h0uO7q5s0Zcq0TekO { width:3.75rem;height:2.625rem;top:7.2031259536744rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqx0FdLOVq39my4ot4AyfLdR42cWhfMT { display:block; }
 }@media only screen and (max-width: 763px) { #l7nXnXOHgnFn1yVobwLxXpiKbO6Lx8oX { width:3.0625rem;height:2.625rem;top:8.8333330154419rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLfulTd6tyswPikEkcoMdrWeeIuJXMP { display:block; }
 }@media only screen and (max-width: 763px) { #SfTuFNloyy4aC2Tn3zA3SDlD3mHoFNPw { width:3.875rem;height:2.625rem;top:1.2916660308838rem;left:3.8541660308838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mACdXL9BMPsNfXNMCrF8luykXqMuAT { display:block; }
 }@media only screen and (max-width: 763px) { #exHZClrZUTVCTmvK6Z4ONLQ7TbmgnFdT { width:4rem;height:3.1875rem;top:3.0729160308838rem;left:3.8541660308838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylrJk90TUqHiNm3JbiJLrNMaVbX6hwKW { display:block; }
 }@media only screen and (max-width: 763px) { #oLKOMNChAT3z2w0KibBhHc5vECB3f7nD { width:3.3125rem;height:2.625rem;top:5.1666660308838rem;left:3.8541660308838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlViHoXIBBmyZBOLLBZTBTAsDRVTcDwL { display:block; }
 }@media only screen and (max-width: 763px) { #Z3CCWE4bJ47Fq5BRXq9dJ2oSNRcOwxsd { width:3.375rem;height:2.625rem;top:7.3072900772094rem;left:3.8541660308838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPXAOfSS8Zs4M9wsr36d235OpMWHBTs1 { display:block; }
 }@media only screen and (max-width: 763px) { #R46IuDMx2lPA6C2AMFFNJaatutcW94qh { width:5.0625rem;height:2.625rem;top:2.1875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHFx8cyPyO9WOPvQGprQgISHHcZ9cxa { display:block; }
 }@media only screen and (max-width: 763px) { #kFJlHcvqQrsn4kJpxTHw9rBk22KPb4RI { width:4.875rem;height:2.625rem;top:4.25rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4QI1swWL2aWZkeFXikqATbPc4FQNSHL { display:block; }
 }@media only screen and (max-width: 763px) { #M74JDedVO3ycugTwGQinNkPkhwbyCMtv { width:3.3125rem;height:2.625rem;top:6.0625rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN3bV2xVv6EOoL1TEISLTb8pP7SUNER6 { display:block; }
 }@media only screen and (max-width: 763px) { #h5ryHtH62CNCEopZpCNEIao9qGVsemsP { width:4.6875rem;height:2.625rem;top:8.125rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOtkIwtFIaG1ckOdwsv6WZesuTehkUA { display:block; }
 }@media only screen and (max-width: 763px) { #WxgHvIRhpcup0pDWD6vGQTOlsKo4kzEV { width:3.6875rem;height:2.625rem;top:1.3125rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGSwFiCDemBKUl4rqwXcqd8nTkqy58lX { display:block; }
 }@media only screen and (max-width: 763px) { #KHF76na0zhIKRStENSODEZ8k2M81w8Dd { width:3.875rem;height:2.625rem;top:3.3541641235351rem;left:13.490624427796rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqkN7XOVfe5hT7CIFJcT8oPfkDBhvTax { display:block; }
 }@media only screen and (max-width: 763px) { #lu8cwCMiicIMyR9mZeQ7GfKPNn8nWJxZ { width:4.9375rem;height:2.625rem;top:5.9791641235351rem;left:13.490624427796rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCe1Q7F7UdIEIU6HUzQEpTgF4g9JosTp { display:block; }
 }@media only screen and (max-width: 763px) { #Zv3JF4bL2qH2V34d8cXT4SQRaBTcJbb6 { width:0.0625rem;height:7.5rem;top:2.7291660308838rem;left:3.8489580154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #L631TlT4m4EnIXhKRqwV2n0FPxTntsCQ { width:0.0625rem;height:7.5rem;top:2.4895830154419rem;left:7.828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7uz3kNNvGx0rs9LObAnhgBD9ZESfnTg { width:0.0625rem;height:7.5rem;top:2.7291660308838rem;left:12.973958015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InvfpnpNCIkkOqHKvCJuVrictTxNNZbP { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX { display:block; }#h4zPtNTIiGLb1zSV0aVzkTsPA6JFGNSX > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C83zRBSpdAIIhsn0q6mAv7KOm3UpDiit { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUwbvbV7kOMqABKUigaSPsOUNS8AB6nF { display:none; }#UUwbvbV7kOMqABKUigaSPsOUNS8AB6nF > .row .container { width:20rem;height:45.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v6ISWb4ZZbtFmiESbg8JmrJ6v7tz5cbF { width:16.125rem;height:7rem;top:1.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TpkMgro9vDKL55Vp5bAVUDhtmR646qxd { width:16.125rem;height:10.5rem;top:9.5rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #NqT34ipQi64bgkzdQoMx1JlT8yPm5wWf { width:20rem;height:22.75rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk { width:20rem;height:22.375rem;top:21.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ece39cc3-6ae4-41f7-9f68-511987d982af/Widok_2_0fe10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk.adaptive-delivery-prevent-bg, #FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk.lazyload, #FrxHWbif1MNwmbDTtqX27bcBhdxU5Jxk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau { display:block; }#sSJKHPcHUTkaD0wmTl06oNDDxnOJvTau > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G32SgXSO5O0OTJHTyvpog97zgbv7pR2J { display:none; }#G32SgXSO5O0OTJHTyvpog97zgbv7pR2J > .row .container { width:20rem;height:45.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UE3tHfFkEvWAszOWUELRr2ObdXLK12fI { width:20rem;height:22.75rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3RnVkCotCRp6GenNe0PuRq67STOaGXs { width:20rem;height:22.375rem;top:21.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ece39cc3-6ae4-41f7-9f68-511987d982af/Widok_2_0fe10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N3RnVkCotCRp6GenNe0PuRq67STOaGXs.adaptive-delivery-prevent-bg, #N3RnVkCotCRp6GenNe0PuRq67STOaGXs.lazyload, #N3RnVkCotCRp6GenNe0PuRq67STOaGXs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f9p3XqJQ98WxezdM7ZGxTl0yml3uGd30 { width:16.125rem;height:7rem;top:1.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KZqkDItQ3rEd64hHqzlmQTADMLKkLJCT { width:16.125rem;height:10.5rem;top:9.5rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RO6MXvxXr3875aJx3mUcNK2zWlNhHkhT { display:none; }#RO6MXvxXr3875aJx3mUcNK2zWlNhHkhT > .row .container { width:20rem;height:26.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oKgbFo8zZ4T9kiZ7logdtk39DKMqE3Jt { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL { display:block; }#o7Tk9fIBdiLSSBOgnHgXbUmmgW3G5ZCL > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRpigegtSTPetd7qD7EbVAVTRTSfZkIH { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH.adaptive-delivery-prevent-bg, #eRpigegtSTPetd7qD7EbVAVTRTSfZkIH.lazyload, #eRpigegtSTPetd7qD7EbVAVTRTSfZkIH.lazyloading { background-image: none; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container { background-color: transparent; background-image: none; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container > .video-iframe-container { display: none; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row > .video-iframe-container { display: none; }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .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); }#eRpigegtSTPetd7qD7EbVAVTRTSfZkIH > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPIdlX8XmVnBZ3kVbAFZzFvfrk77eskc { width:17.1875rem;height:1.70625rem;top:17.8125rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxLJiMX4gdLyyPHptogDD5e5t7BFukxy { width:6.5625rem;height:1.6rem;top:36.062500953674rem;left:6.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tg0okheIgFumGRmRwzs6099HKM9DAVCP { width:6.5625rem;height:1.6rem;top:20.5rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XT9sIGdlG8TqbpqQ1CgWJ3U0TrMnTdST { display:flex;width:1.5625rem;height:1.5625rem;top:20.5rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #nqMl6xEXq6NQhDH4ZHoti9EOBDGSb0dm { display:flex;width:1.5625rem;height:1.5625rem;top:23.625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #v9ZSHmUGnxoETvqTh0vIAWCvsnGctcZT { width:12.0625rem;height:1.6rem;top:23.625rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VDEBrnZkdafOLCWTEZBo1Zy0hbA3rTus { display:flex;width:1.5625rem;height:1.5625rem;top:26.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #qGtt9IbJVsPqHluvNOOaGn7nP4U3P13C { width:13.3125rem;height:7.55rem;top:26.9375rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ayKfm1hLdIHy2ug8K4ecfq7AmBeVesoC { width:20rem;height:0.0625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIROKJmtRfZhHG5lOK3wpITdcQfTwWad { width:12.375rem;height:1.70625rem;top:5.6875rem;left:3.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VV5znFrZtQ9CuGamTKhNMZm6vKvw2ixr { width:9.9375rem;height:1.6rem;top:8.9375rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZOseMl2wb09P9v5vhfeHO1JnkJayxbpe { width:12.5625rem;height:3.2rem;top:12.3125rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HlFUNuPwkcQtpW4Zlkh3Vak3vCWTe1z1 { display:flex;width:1.5625rem;height:1.5625rem;top:12.3125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #R5LvG93gBE5hlN0PGSUMADFICBPhzwVm { display:flex;width:1.5625rem;height:1.5625rem;top:8.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #mOTsQGTvLg3BnlagwGvR5qx4vqVcXon1 { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:3.8072919845581rem; }
#mOTsQGTvLg3BnlagwGvR5qx4vqVcXon1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #KmWo8pyNiJFVESr3GnkqqBOlHbeTWTJQ { display:flex;width:1.8125rem;height:1.8125rem;top:1.3937492370606rem;left:7.6875rem; }
#KmWo8pyNiJFVESr3GnkqqBOlHbeTWTJQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #yzt0b7PaRwmq2fhdDZDk8fDiyQAVH2x2 { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:11.807291984558rem; }
 }@media only screen and (max-width: 763px) { #P1wr3cFy4kP5E4T77kir1eMAJb2DAQvy { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #F67sWdH03oTJE4MIMZnHqhyETLqUK5ci { width:8.4375rem;height:2.625rem;top:38.25rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu31nqS6CG784X2HyKwSiw7feE9O0uO5 { display:block; }
 }@media only screen and (max-width: 763px) { #flkny0y7at3WwO6T0D4JlFJi8UQlHKoT { width:9.625rem;height:2.625rem;top:38.25rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAXn0kOAtywWr7r0tXXinuw4DpREgr2l { display:block; }
 }@media only screen and (max-width: 763px) { #nkTgQpC1h33e9QiEgeQQq7nfWgL2nR6w { width:9.625rem;height:2.625rem;top:40.287502288818rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv63ZOKcmM0tymf5o3VoRia3HVT08s5H { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { display:flex;width:2rem;height:2rem;top:1.25rem;left:9rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }