.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; }
#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 { position:relative;display:none; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 { border-width: 0; border-radius: 0; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .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; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .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; }#mtZC4rraigU4pRgc97Vl1E6o3rlkOcSF { 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; }
#D3fl0ACQRs4NehB7M8VH2HF2ThyF05wi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tnb8Al3AV8ekhHstrzcDDQ44X6DVonP3 { 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; }
#sahUMAgoIZsaIkhZV6T6dEvND82wnI3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsqAqLATyKEuxPIWot53pP7ofqGvurVG { 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; }
#S0X7DhHU1zCMcwMRoyzemQmyqlMNIBTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQom1KmozEhwAsWbLiPbksnoyQ5Dwuce { 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; }
#yfPud7bIyhfeOzuxPSQgXPSKtCJsqnTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5xKNithTVVoa3hKlXeKqn8iWd9UfhmC { 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; }
#bbHqSs3ya0A9hIQopp8Po2q3MyRHTUlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcpHUAg6mnToVrx8zT5mQQ3uOImsXPEq { 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; }
#VSAgExk1dqT4Zb9uWTMJJaq9c06lZikQ { 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; }
#Isw1DctF4r18xEDAuDqlL2VvfS5IReOJ { 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; }
#vlNZImWJmUTUZK7fe08Hdxsqmu4kZKoF { 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; }
#EaQcNOl5h7dXkWWSC13liMZF7AhFdCUt { 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; }
#QACybIwTNdHNy90VEJrfbX1A6FuiqmnE { 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; }
#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn { position:relative;display:none; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn { border-width: 0; border-radius: 0; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .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; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .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; }#Ow0Vxp74QkaVqBwIabZrZqgvFI8O11RE { 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; }
#V16sapIrhZd73RCuBwFWJmt2umyobw6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xS82EhhrTcu7xWzZZmleVJxuTeTQe1IV { 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; }
#Bdgygr8V3S5shf030omU8HNrk0FM5H01 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkN582rhxyRO8LyMI3BxhbP7vnqVKPxd { 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; }
#EQdyi9iB3c5qKz9eUndg8VJNEZzdFfBs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnvmkgZ1tKExSXLItNzpJT9zPzHq8npm { 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; }
#cQOl4WWAXg1CiMiao24SBkTdl1xT2ISN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDaEVUggADtAengdhmbZQ1eNNtTx9zCF { 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; }
#CyqToABfx1Ot6dLqkMTGxGDFtkfSrnEg { 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; }
#d7qMtBZPowG09tsXOxmPKM5TWCqZZFaH { 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; }
#VffEAnqfssqhGUiBXVBeV5ao51VBh3TN { 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; }
#dBoNaExhDekWPStgMcquR7WfDhsOzqAx { 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; }
#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG { position:relative;display:none; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG { border-width: 0; border-radius: 0; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .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; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .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; }#ZkFwGZ44tamgGQTcZ2CdarnKMQrrFHRz { 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; }
#seTqpiUttJTDnxEvQ0ypVIqvfm91uKvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XP6i6dT5ncoDinnED3RdI1R3ibaMEH74 { 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; }
#J0yQUTbLvwWl09feiA7CeI5yrGbhVehc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MgTd9qtqgTonhiIDqBQJw1l71w2lKQQK { 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; }
#DZaX1Qqu37UtJN8VaVTJKd12lsg1i0Rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wttz24vx6ZP3bungMuLqsMIDERxUu5Ie { 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; }
#XMc7bwBGtzeZgukkCOMim68ACSsCWgC0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#REne3nus6pFGXBTXa0TNbgcysIb78vXD { 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; }
#F4nUOFQqS2ytXG8G5FXmeVD6UcGTyPCg { 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; }
#VXexlzGKSOFFmHkaUan0780A9O7EVuXh { 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; }
#Agukd0L2Fow5vwvuskNJz6Nneq76lL8O { 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; }
#AQG6ch5q7fuJbh9x2TQQ76yXCdf1xTBy { 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; }
#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T { position:relative;display:none; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T { border-width: 0; border-radius: 0; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .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; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .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; }#LurwKp81GQWnEhBLm6qg3cJhpf2oayhw { 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; }
#AcgseAmSQKIqSWGisi5y1MVkdDHTtEth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNiwpFRXuCDOyTDD0JyFZb0raGsgtNPI { 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; }
#W7BVV16TD6KES2q4ltCXnwaNTsE8MC6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUvdqhHkyOTep2mPzTTLvrQ970Hs1NUG { 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; }
#XXzvkBrTit6PRIBz5Ok0u41zT8cKbSgW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohy0cHhh9x5iuWyvwoEok2VCpR2oGWTc { 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; }
#lCm1M7EaJg31W26IUeN3eKiiNKGBbgHZ { 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; }
#S1UU08GsNfCGctBw63ze1e8RT57I9DZv { 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; }
#Nz8r75EXmUc3NwRC9nBy0UbLGASbBubh { 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; }
#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD { position:relative;display:block; }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD { background-color: transparent; background-image: none; }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .row .container > .video-iframe-container { display: none; }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .row > .video-iframe-container { display: none; }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .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); }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD { border-width: 0; border-radius: 0; }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .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; }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .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; }#VOXrh7Ougpi4zprRCr7wUXIyxAZfvyUa { 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; }
#QrfAQXlLi4yxAOZb0DITpk3AJpmEvEWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHg2mheOOB4yxHkfbx3TUzNs1CoWw3aS { 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; }
#ke6N84vLm5RssFeCM5SfSQWCEl4UTCRm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adgHeCWMQ2p6W8231pRwftAoMfNqno3F { 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; }
#QVJEHNbSILyMyRfZo8WWrLCLoQ6ScwUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlZqJp4zQ5Gaxw8CTfvyLLRuBnSDe0bQ { 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; }
#rkiphCmkp1OoC5sGXRV9HNIq6EJvi9qs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PO3A7CTeaiok1Cm2zJLe2lA03ZhIr1DN { 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; }
#K3mXCqHVEvzZbQT8HzMcR2r2XT8J0wpa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUKbJ6nW17LfZgDBDAU5XWExH3GZNTMr { 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; }
#rER4LzT1zl3TCO3f7gJ6mNqXrwvTFiuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R8xNSsdblRrmPvgo2yzwu8NHUNPqqErD { 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; }
#T3R3Z0VdUXgEqkGAFVbx1Lrq79OFv5hT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWp4V6EWVViEp6nb1rr34ZDpydfU0zmN { 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; }
#nfgpp8JUwl2QhrzOpgofKN1LWQc71Zxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDTcd0OySx2QD166tdnMVXSTR2poSALF { 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; }
#BBncl4fGISEknOphhtTTK9cPV9KmM5hM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTTEqOk9JoZRCPQJ2xzqQ5xBiPHFphdU { 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; }
#FTsgGSRHRCLdCd2q7s7xtVWbe8tLwfMS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDTffsV1hkM9zfz77TfeD3PArJJLywoD { 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; }
#Eupst3G5yrO3QuDKhf41z02nT1qb4TD8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlSG6qcDhiZTm33nwTVu8eTNPT6lu6fT { 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; }
#cd2FuKlIvWAThSng9FfJo6WowGsDIvfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8ZsDaTUJrIfWzUiqKRbWTFODWyt8syn { 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; }
#srQsXhTzMWTyrWwApaZlsVo1tgtskn9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ovEqDaGJSVNxPUCOSMqzb67Ta7TbTUlh { 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; }
#T6evIz2E1AwLfL3A6XKwQTOhu1OxKUln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#azxp8zT29WIbiDwtVaMK5QncdFMZUa8v { 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; }
#Hm0RKnEnWukNTFfgok7APt8MzFQvRDaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbTpahg3iaIcdJRTyK3l4nZotllxR2Wr { 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; }
#wZphwH1aoTxiGkKFgCh6riRPBJms2eLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AI84keX3I9TNrT2I8k3ft90iTaeGlGSL { 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; }
#pUUTnZnTt9O8WorKvb4UdfWM5L7T5lhu { 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; }
#T7oZeSp4aL7oLbtEIVn15afu6VHlaZop { 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; }
#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { position:relative;display:block; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { background-color: transparent; background-image: none; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container > .video-iframe-container { display: none; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row > .video-iframe-container { display: none; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .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); }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { border-width: 0; border-radius: 0; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .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; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width: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; }#Q7gm0nGeItqmkNGhL3GX1u9awCTUnKdm { color:#13223f;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.09375rem;left:0rem;height:7.3125rem;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; }
#ep4FN3sTNQQVsgKpR3V60MOTz7fDNVNZ { color:#1a2d4e;display:block;width:22.0625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:18.90625rem;height:1.625rem;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;text-align:center;text-align-last:center;display:block; }
#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { position:relative;display:block; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { background-color: transparent; background-image: none; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container > .video-iframe-container { display: none; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row > .video-iframe-container { display: none; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .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); }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { border-width: 0; border-radius: 0; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .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; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .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:7.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:block; }#WiRPNAbP2FugNZqNEDBSRBSJIqUJKVEl { color:#1a2d4e;display:block;width:16.875rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:21.5625rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#COlTzrvIALWqo9TJnzQ3vAedii3mSLRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.5rem;left:27.375rem; }
#STokN17CQlnpTiMqg0lzSO26IsvqWsgE { position:relative;display:block; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE { background-color: transparent; background-image: none; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container > .video-iframe-container { display: none; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row > .video-iframe-container { display: none; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .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); }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE { border-width: 0; border-radius: 0; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .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; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .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.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; }#TG51lpe9Z18wBBO26JabLeghGESdluEv { position:absolute;display:block;z-index:15056;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0.0625rem solid #13223f;border-right:0.0625rem solid #13223f;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:16rem;top:1.9375rem;left:2.6875rem;display:block; }
#tx9orha2k3VJEglI9J79oIhmnLw5E6Hp { color:#005692;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.5;letter-spacing:0;top:3.8125rem;left:2.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xlbv6E3uStSdPcKwTCrWDZkDU3EaMMV0 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.375rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC { color:#13223f;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:11.875rem;left:3.4375rem;height:3.2875rem;font-style:normal;display:block; }#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#tMTkAb5SvwsNpf0hhBrCG1J98p78s81B { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15065;line-height:2.1;letter-spacing:0;top:17.1875rem;left:2.59375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VqrNEmdo5NTEBetGfzJrUkolRok0dTTK { position:absolute;display:block;z-index:15055;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #13223f;border-left:0.1875rem solid #13223f;border-right:0.1875rem solid #13223f;border-bottom:0.1875rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:18.25rem;top:0.5625rem;left:21.0625rem;display:block; }
#VSfFPoIL9GGZJJKqVspgJ3irGeTZvFTA { position:absolute;display:block;z-index:15056;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #13223f;border-left:0.125rem solid #13223f;border-right:0.125rem solid #13223f;border-bottom:0.125rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.25rem;top:0.5625rem;left:21.0625rem;display:block; }
#mDJO27u4Dr7nlLvuLDunmZNIko4FkQ3U { color:#005692;display:block;width:18.5625rem;position:absolute;font-family:play;font-size:1.4375rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:2.6875rem;left:20.71875rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHBM7TSIzqTlLDt0MLzQPJTDM1aX9bQz { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:5.9375rem;left:21.6875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT { color:#13223f;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:11.4375rem;left:22.5625rem;height:3.9125rem;font-style:normal;display:block; }#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#ShzJ8P7ou4PAw6QzhPv03olHHi31oVnE { color:#000000;display:block;width:9.75rem;position:absolute;font-family:play;font-size:0.875rem;font-weight:normal;z-index:15064;line-height:2.1;letter-spacing:0;top:0.625rem;left:25.3125rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#J6gXKmZSR3m3dVlSiTz42Kmfx5opKgtn { color:#d3d3d3;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15062;line-height:2.1;letter-spacing:0;top:17.187500953674rem;left:20.875rem;height:2.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muVyqJGMtbrPAhkhrM2Bb2LAyXmh2bhH { position:absolute;display:block;z-index:15063;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0.0625rem solid #13223f;border-right:0.0625rem solid #13223f;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:16rem;top:2rem;left:41.3125rem;display:block; }
#D7vS5A2v3Hlu9iT7vc2VqzQBLEaH6PPr { color:#005692;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.5;letter-spacing:0;top:3.4375rem;left:41.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJLTkfOrmmK3UMsZIG9rV5NsMx6eyAin { color:#d3d3d3;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15071;line-height:2.1;letter-spacing:0;top:16.25rem;left:41.25rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIEhX8nXxZT3qPKXvt4pZ3CSUf6ANB00 { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15072;line-height:2.1;letter-spacing:0;top:17.1875rem;left:41.25rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krXCToAqMU5s1IJzctJrpaHM2i3N2l5q { color:#13223f;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:18.75rem;left:21.140625rem;height:2.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jkq4ceD3d78b4RDSyzOVgBgqrUSuNcTW { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:6.1875rem;left:42rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 { color:#13223f;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.7;letter-spacing:0;top:11.918748855591rem;left:43.182289123535rem;height:2.975rem;font-style:normal;display:block; }#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { position:relative;display:block; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { background-color: transparent; background-image: none; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container > .video-iframe-container { display: none; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row > .video-iframe-container { display: none; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .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); }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { border-width: 0; border-radius: 0; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .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; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .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:7.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; }#sl4LIugZ4TS00R9M4JKZEkE7GqttcAQS { color:#1a2d4e;display:block;width:16.875rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:21.5625rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#w4rAv9aCOmS291M9k2oKnFg4mpde6lsh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.5rem;left:27.375rem; }
#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { position:relative;display:block; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { background-color: transparent; background-image: none; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container > .video-iframe-container { display: none; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row > .video-iframe-container { display: none; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .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); }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { border-width: 0; border-radius: 0; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .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; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .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.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; }#c0wZdisAuwwIR4hnJLZ5FbETPepwgsmE { position:absolute;display:block;z-index:15056;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0.0625rem solid #13223f;border-right:0.0625rem solid #13223f;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:16rem;top:1.9375rem;left:2.6875rem;display:block; }
#GuSS6HKSHyt4rDNvTDe9pmRQEJQucbyw { color:#005692;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.5;letter-spacing:0;top:3.8125rem;left:2.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wem7nzSrLcO66lsN51EKJnIu6z69ADJO { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 { color:#13223f;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:12.662498474121rem;left:3.75rem;height:1.4875rem;font-style:normal;display:block; }#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#p7aTMGrK1Fww6ec57JNBQ5xF0ryRxedo { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15065;line-height:2.1;letter-spacing:0;top:17.1875rem;left:2.59375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGlz1AipL4VvubLMia9AR7qB2BqWk4E7 { position:absolute;display:block;z-index:15055;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #13223f;border-left:0.1875rem solid #13223f;border-right:0.1875rem solid #13223f;border-bottom:0.1875rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:18.25rem;top:0.5625rem;left:21.0625rem;display:block; }
#DgrsvasnCxGv5rpITcJNL5T6F3yaDpbr { position:absolute;display:block;z-index:15056;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #13223f;border-left:0.125rem solid #13223f;border-right:0.125rem solid #13223f;border-bottom:0.125rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.25rem;top:0.5625rem;left:21.0625rem;display:block; }
#mXPcOCXUXW5roKGwgFqqlI40pPc0e3rL { color:#005692;display:block;width:18.5625rem;position:absolute;font-family:play;font-size:1.4375rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:2.6875rem;left:20.9375rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ay0ypN5hxwKKRNL958oDHQl3b2CfkFeq { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:5.9375rem;left:21.6875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO { color:#13223f;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:11.449998855591rem;left:23.895832061767rem;height:3.9125rem;font-style:normal;display:block; }#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#naAcw6l6dN19Sz05KsLFwpfaWU9vQym9 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:play;font-size:0.875rem;font-weight:normal;z-index:15064;line-height:2.1;letter-spacing:0;top:0.625rem;left:25.3125rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#t6wlR3r0EDD2H001vnKVpPqJ7tFVmP1r { color:#d3d3d3;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15062;line-height:2.1;letter-spacing:0;top:17.1875rem;left:21.21875rem;height:2.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQ7FgnUDS5zOGCD1D5Cbbthld5J9LcRn { position:absolute;display:block;z-index:15063;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0.0625rem solid #13223f;border-right:0.0625rem solid #13223f;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:16rem;top:2rem;left:41.3125rem;display:block; }
#WZpeQlcs87WJg9IWONNsc7wCBU9403Bg { color:#005692;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.5;letter-spacing:0;top:3.4375rem;left:41.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GkDCxDboOZXIyH0sBWUKambz3JJ0lS51 { color:#d3d3d3;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15071;line-height:2.1;letter-spacing:0;top:16.25rem;left:41.25rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tdywh05nXIZgByvTSKwudO0H6uyl7AXF { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15072;line-height:2.1;letter-spacing:0;top:17.1875rem;left:41.25rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTocmHUrp7Qf4zrGzoUebaFqNL18v5Jg { color:#13223f;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:18.75rem;left:21.15625rem;height:2.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H6emh4WQOUe4QQJ2BHSTdkBOlI16brdo { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:6.1875rem;left:42rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs { color:#13223f;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.7;letter-spacing:0;top:14.619789123535rem;left:3.75rem;height:1.4875rem;font-style:normal;display:block; }#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD { color:#13223f;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15068;line-height:1.7;letter-spacing:0;top:12.662498474121rem;left:43.244789123535rem;height:2.975rem;font-style:normal;display:block; }#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { position:relative;display:block; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { background-color: transparent; background-image: none; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container > .video-iframe-container { display: none; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row > .video-iframe-container { display: none; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .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); }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { border-width: 0; border-radius: 0; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .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; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width: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; }#edgeAf4n2RaNrTtgpukxHAq8IaspK7De { color:#1a2d4e;display:block;width:16.875rem;position:absolute;font-family:play;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:21.5625rem;height:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#p4ma2nBmnBwixBBZzP5bSqkhrUSu5Pav { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.0000009536743rem;left:28.4375rem; }
#kQgQ67dBAy62R2I29NhAikIbP1OGrDJo { 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:15006;opacity:1;top:6.25rem;left:24.0625rem; }
#KFl2xkXOnzUCx743FHBimJJQfWHivzhb { 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:15007;opacity:1;top:6.25rem;left:28.4375rem; }
#wKBJzi7y1T9T4bqmgAD6TSRSvJDXomu2 { 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:15008;opacity:1;top:6.25rem;left:32.8125rem; }
#AEd9UduF48tAepvvryMSngoTSSdzX5Hp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.125rem;left:23.71875rem;display:block; }
#E9Opbm1n8NV9SwRUrbUbb108Ts2TKEI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { position:relative;display:block; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { background-color: transparent; background-image: none; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container > .video-iframe-container { display: none; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row > .video-iframe-container { display: none; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .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); }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { border-width: 0; border-radius: 0; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .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; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.375rem;width: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; }#AHKOBb6KG1iFNT8HVTs8B9sbk7PRWzpX { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:12.8125rem;left:8rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Un79OeLW55CBGzpNFzoaEycnoFZAldZg { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.96875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#nCciDRXQ0w5wVTyx2REoBlRhHqetVJde { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:8.4375009536744rem;left:7.96875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#cpxaCimBTAmD9kwDGwAsCoqUdFyEtvSB { color:#13223f;display:block;width:11.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:5.3125rem;left:7.96875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#haQMu43IwwCxSGK37oEdIvTCmP8KIkmJ { color:#13223f;display:block;width:13.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.6197900772095rem;left:7.96875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q214sCc1RcCSN1b1nBrqg5UxnRTDD2RC { position:absolute;display:block;z-index:15065;background-color:#13223f;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.3125rem;width:18.75rem;top:6.8177080154419rem;left:7.96875rem;display:block; }
#mafhgOHkGSqEFnWvwkEVx53mzsZVP8mw { color:#13223f;display:block;width:12.0625rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:5.3125rem;left:32.875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vDbVkUozgkSi6U3J09FZFq0ao05w89H6 { color:#13223f;display:block;width:20.3125rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.6197910308838rem;left:32.875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDRNhpNsw071gOJMbpOFOtr3Koqmfdd4 { position:absolute;display:block;z-index:15068;background-color:#13223f;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.3125rem;width:18.75rem;top:6.8125rem;left:32.875rem;display:block; }
#uN2ZbqOM11JbPvbKlnnV0xVi2bRC2Q3Q { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:8.4375rem;left:18.9375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#CWi7bsZ9Sv95PkT2OCfNIBsSMED6sbhE { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:10.625rem;left:21.526042938233rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#nDTsKU2iTfQBIIwGzNvUIXzGqlqSy9mS { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:12.8125rem;left:19.8125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#I9MsvQS2g81ua2XUhlpvmZyPi0UUHbkT { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:12.8125rem;left:44.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#WNHAJBMu8X3LUn605R297ItdrFl7Nai8 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:12.8125rem;left:32.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#D38sAoJ14I9hZFPg4DAM4GK82W0KvrZp { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:10.625rem;left:46.4375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#DZu7oEDG41nnySn3eIKwT77X3arpR1di { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:10.625rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#knTFicPSU9PDhfwUSzlg6tLfZq5woEbe { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:8.4375rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#RN1cBDnIUyaVoFrgeFTTuvcCXk2k5cr4 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:8.4375rem;left:43.875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#Afcc9i2V5t3vCByt8GTxZ3BpC5K1E96E { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:15rem;left:46.4375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#TiZl11hxyPerIoLM7l6DUfJzNwF8hoh6 { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:15rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#kXVQmREyFomRlaz4s081GTo03cV8hCht { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:19.1875rem;left:44.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#zzJK51Zxq2BCgUuBA8BXyNeBSpBnzuy5 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:19.1875rem;left:32.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#wyBRrAovqJwW6dd5pH95koEreesW0ZxI { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:17rem;left:46.4375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#yTGWJNT2ifGFmyvwutUSt2dn7b8ze6O8 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:17rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#VokXvEdWhC53RflF5ZzKN823kdrmKZxw { color:#13223f;display:block;width:20.625rem;position:absolute;font-family:play;font-size:1.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:18rem;left:8rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zWvbEPeMZ7bReMgsPOSh9DtkKRPeErCg { color:#13223f;display:block;width:20.3125rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:16.3125rem;left:8rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCoSR8uGvN0nHvg7T4MB3QC481s1JC6D { position:absolute;display:block;z-index:15088;background-color:#13223f;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.3125rem;width:18.75rem;top:19.5rem;left:8rem;display:block; }
#GLr3p52GDG0XeMZRtFh7Q6ANkTlbOWKp { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:21.125rem;left:8rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#ZmTt4aQX0I2At4FiqB1H2yXe6pqQnhJI { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:21.125rem;left:19rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#mA5utJ6Qtxks00A74do2fptEcN46ltVd { color:#13223f;display:block;width:11.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:25.6875rem;left:33.0625rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTkd95Ge5RsGn9KgsCtWD1UXhunOTSMi { color:#13223f;display:block;width:13.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:24rem;left:33.0625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RsFkas38PlBCERPNJI4Ha3z4H9FOQe4B { position:absolute;display:block;z-index:15077;background-color:#13223f;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.3125rem;width:18.75rem;top:27.1875rem;left:33.0625rem;display:block; }
#FAUOwwof1VV5yWIIyeimxMOe2O0SvAU0 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:28.3125rem;left:33.0625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#TpL0dX8pLmspB8qyWR4oLfN6kPh1K2AK { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:30.5rem;left:33.0625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#MVPJy0NP5XDzAmpFtydgQWq4K8h57R9w { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:32.6875rem;left:33rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#sHxQ3L1AGT9Ax0nhcK19Q739rm9wedP8 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:28.3125rem;left:44.0625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#DDhuvggtnwOOJKlX7xKoNxsTHBxKGriv { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:30.5rem;left:44.0625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#TgkgmD2DPidiKLKhe4NpMe3ONs7T4SAF { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:32.6875rem;left:44.0625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#qV1taKwiVWzLFeoZWHw1FXHTq5nr7DJl { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:39.1875rem;left:32.875rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#RpFxKBaTobN0neCcK3MztLK9s7QTBvs2 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:35.0625rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#NPqV60KukFOzM36ueMTKOfJezM04wx58 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:35.0625rem;left:43.9375rem;height:1.3rem;text-align:right;text-align-last:right;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; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls { 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; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container { background-color: transparent; background-image: none; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container > .video-iframe-container { display: none; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row > .video-iframe-container { display: none; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .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); }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container { border-width: 0; border-radius: 0; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#lsaOWJRFcQ9tzGHJev9WDqmBb7KVZPTn { 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; }
#gD0O8KT2X3eTpM88Qsk90Fz8wEzqqk0x { 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; }
#CBgSWQVZ8tkL8OcxIvrnBHKxk710SV0l { 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; }
#yAlTOM25Pui6wtoSI6mLLHKtQnT4WttS { 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; }
#XQMhp4kgMRqmwpKQu440lA9BXZ3izbS2 { 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; }
#uWyplpu3Fvua771qOJafgTwG53oLZDXX { 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; }
#ctEIh7ndMT9t0M5O2arNTytztnXeW1Eg { 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; }
#Ev9DmJ5XFBIrzHZ1KPrEgne4RbZCB0NF { 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; }
#RxVtpmx5XIXQotvthTyGkm4fQWOgFtbr { 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; }
#T1Nteb3WlIoATn2miF8gnRPEf4lLQhpT { 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; }
#MKFs6vILJU2vF2ThmmGb0dea6pCtcctT { 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; }
#Mm6hgXcpWwvcdQa9vDpETfdysLDrNAod { 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; }
#PJFLUR5V0J4ZSZXkExAZLhk41D5mqGZO { 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; }
#BuS48tZ6bZQ1fSv8Mis5T2WiruO9fSTt { 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; }
#CblXAWCzi338Qlz7rDfmBbsnzGM0KIHK { 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; }
#CblXAWCzi338Qlz7rDfmBbsnzGM0KIHK > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#Hh3uAQn7DD12DmyBJoETxHnbShyOTwXq { 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; }
#Hh3uAQn7DD12DmyBJoETxHnbShyOTwXq > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#f9TPuwIa0LAfaDPy2IsqvgbFxL7ROaTR { 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; }
#cimWezg02MTFcsbCoOU4Tnhrk0wMc2r3 { 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; }
#w5BMeGPwIVzzcWbQSy02V4lrTs2Rd08V { 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; }
#VHpwBWwhJk957TKW6hbCq1SGVXzIrvBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KA6MZ365qLzrfyGVAIbHGrvhApuTxM4F { 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; }
#v8UxITiWKKtA0aTJPTJNTOMrDKhrLbvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNW1nmpLgd1dggoWu55TcAZduMnRmG3F { 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:10.875rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:17.119791030884rem;left:34.1875rem;display:block; }
#r6xm2nVZQWAhe7BOZSAc1dCzftmet26c { 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) { #hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 { display:none; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mtZC4rraigU4pRgc97Vl1E6o3rlkOcSF { width:6rem;height:1.125rem;top:7.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3fl0ACQRs4NehB7M8VH2HF2ThyF05wi { display:block; }
 }@media only screen and (max-width: 763px) { #Tnb8Al3AV8ekhHstrzcDDQ44X6DVonP3 { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sahUMAgoIZsaIkhZV6T6dEvND82wnI3m { display:block; }
 }@media only screen and (max-width: 763px) { #fsqAqLATyKEuxPIWot53pP7ofqGvurVG { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0X7DhHU1zCMcwMRoyzemQmyqlMNIBTA { display:block; }
 }@media only screen and (max-width: 763px) { #tQom1KmozEhwAsWbLiPbksnoyQ5Dwuce { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfPud7bIyhfeOzuxPSQgXPSKtCJsqnTS { display:block; }
 }@media only screen and (max-width: 763px) { #F5xKNithTVVoa3hKlXeKqn8iWd9UfhmC { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbHqSs3ya0A9hIQopp8Po2q3MyRHTUlQ { display:block; }
 }@media only screen and (max-width: 763px) { #hcpHUAg6mnToVrx8zT5mQQ3uOImsXPEq { display:none; }
 }@media only screen and (max-width: 763px) { #VSAgExk1dqT4Zb9uWTMJJaq9c06lZikQ { display:none; }
 }@media only screen and (max-width: 763px) { #Isw1DctF4r18xEDAuDqlL2VvfS5IReOJ { display:none; }
 }@media only screen and (max-width: 763px) { #vlNZImWJmUTUZK7fe08Hdxsqmu4kZKoF { display:none; }
 }@media only screen and (max-width: 763px) { #EaQcNOl5h7dXkWWSC13liMZF7AhFdCUt { display:none; }
 }@media only screen and (max-width: 763px) { #QACybIwTNdHNy90VEJrfbX1A6FuiqmnE { 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) { #KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn { display:none; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ow0Vxp74QkaVqBwIabZrZqgvFI8O11RE { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V16sapIrhZd73RCuBwFWJmt2umyobw6g { display:block; }
 }@media only screen and (max-width: 763px) { #xS82EhhrTcu7xWzZZmleVJxuTeTQe1IV { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bdgygr8V3S5shf030omU8HNrk0FM5H01 { display:block; }
 }@media only screen and (max-width: 763px) { #MkN582rhxyRO8LyMI3BxhbP7vnqVKPxd { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQdyi9iB3c5qKz9eUndg8VJNEZzdFfBs { display:block; }
 }@media only screen and (max-width: 763px) { #FnvmkgZ1tKExSXLItNzpJT9zPzHq8npm { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQOl4WWAXg1CiMiao24SBkTdl1xT2ISN { display:block; }
 }@media only screen and (max-width: 763px) { #pDaEVUggADtAengdhmbZQ1eNNtTx9zCF { display:none; }
 }@media only screen and (max-width: 763px) { #CyqToABfx1Ot6dLqkMTGxGDFtkfSrnEg { display:none; }
 }@media only screen and (max-width: 763px) { #d7qMtBZPowG09tsXOxmPKM5TWCqZZFaH { display:none; }
 }@media only screen and (max-width: 763px) { #VffEAnqfssqhGUiBXVBeV5ao51VBh3TN { display:none; }
 }@media only screen and (max-width: 763px) { #dBoNaExhDekWPStgMcquR7WfDhsOzqAx { 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) { #P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG { display:none; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZkFwGZ44tamgGQTcZ2CdarnKMQrrFHRz { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #seTqpiUttJTDnxEvQ0ypVIqvfm91uKvR { display:block; }
 }@media only screen and (max-width: 763px) { #XP6i6dT5ncoDinnED3RdI1R3ibaMEH74 { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0yQUTbLvwWl09feiA7CeI5yrGbhVehc { display:block; }
 }@media only screen and (max-width: 763px) { #MgTd9qtqgTonhiIDqBQJw1l71w2lKQQK { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZaX1Qqu37UtJN8VaVTJKd12lsg1i0Rm { display:block; }
 }@media only screen and (max-width: 763px) { #Wttz24vx6ZP3bungMuLqsMIDERxUu5Ie { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMc7bwBGtzeZgukkCOMim68ACSsCWgC0 { display:block; }
 }@media only screen and (max-width: 763px) { #REne3nus6pFGXBTXa0TNbgcysIb78vXD { display:none; }
 }@media only screen and (max-width: 763px) { #F4nUOFQqS2ytXG8G5FXmeVD6UcGTyPCg { display:none; }
 }@media only screen and (max-width: 763px) { #VXexlzGKSOFFmHkaUan0780A9O7EVuXh { display:none; }
 }@media only screen and (max-width: 763px) { #Agukd0L2Fow5vwvuskNJz6Nneq76lL8O { display:none; }
 }@media only screen and (max-width: 763px) { #AQG6ch5q7fuJbh9x2TQQ76yXCdf1xTBy { 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) { #Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T { display:none; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LurwKp81GQWnEhBLm6qg3cJhpf2oayhw { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcgseAmSQKIqSWGisi5y1MVkdDHTtEth { display:block; }
 }@media only screen and (max-width: 763px) { #QNiwpFRXuCDOyTDD0JyFZb0raGsgtNPI { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7BVV16TD6KES2q4ltCXnwaNTsE8MC6V { display:block; }
 }@media only screen and (max-width: 763px) { #iUvdqhHkyOTep2mPzTTLvrQ970Hs1NUG { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXzvkBrTit6PRIBz5Ok0u41zT8cKbSgW { display:block; }
 }@media only screen and (max-width: 763px) { #ohy0cHhh9x5iuWyvwoEok2VCpR2oGWTc { display:none; }
 }@media only screen and (max-width: 763px) { #lCm1M7EaJg31W26IUeN3eKiiNKGBbgHZ { display:none; }
 }@media only screen and (max-width: 763px) { #S1UU08GsNfCGctBw63ze1e8RT57I9DZv { display:none; }
 }@media only screen and (max-width: 763px) { #Nz8r75EXmUc3NwRC9nBy0UbLGASbBubh { 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) { #b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD { display:block; }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOXrh7Ougpi4zprRCr7wUXIyxAZfvyUa { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrfAQXlLi4yxAOZb0DITpk3AJpmEvEWG { display:block; }
 }@media only screen and (max-width: 763px) { #pHg2mheOOB4yxHkfbx3TUzNs1CoWw3aS { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke6N84vLm5RssFeCM5SfSQWCEl4UTCRm { display:block; }
 }@media only screen and (max-width: 763px) { #adgHeCWMQ2p6W8231pRwftAoMfNqno3F { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJEHNbSILyMyRfZo8WWrLCLoQ6ScwUe { display:block; }
 }@media only screen and (max-width: 763px) { #qlZqJp4zQ5Gaxw8CTfvyLLRuBnSDe0bQ { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkiphCmkp1OoC5sGXRV9HNIq6EJvi9qs { display:block; }
 }@media only screen and (max-width: 763px) { #PO3A7CTeaiok1Cm2zJLe2lA03ZhIr1DN { width:6rem;height:1.125rem;top:7.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mXCqHVEvzZbQT8HzMcR2r2XT8J0wpa { display:block; }
 }@media only screen and (max-width: 763px) { #lUKbJ6nW17LfZgDBDAU5XWExH3GZNTMr { width:4.3125rem;height:1.125rem;top:1rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rER4LzT1zl3TCO3f7gJ6mNqXrwvTFiuM { display:block; }
 }@media only screen and (max-width: 763px) { #R8xNSsdblRrmPvgo2yzwu8NHUNPqqErD { width:7.75rem;height:3rem;top:2.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3R3Z0VdUXgEqkGAFVbx1Lrq79OFv5hT { display:block; }
 }@media only screen and (max-width: 763px) { #fWp4V6EWVViEp6nb1rr34ZDpydfU0zmN { width:8.3125rem;height:1.125rem;top:6.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfgpp8JUwl2QhrzOpgofKN1LWQc71Zxv { display:block; }
 }@media only screen and (max-width: 763px) { #hDTcd0OySx2QD166tdnMVXSTR2poSALF { width:7.1875rem;height:1.125rem;top:7.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBncl4fGISEknOphhtTTK9cPV9KmM5hM { display:block; }
 }@media only screen and (max-width: 763px) { #TTTEqOk9JoZRCPQJ2xzqQ5xBiPHFphdU { width:5.5rem;height:1.125rem;top:1rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTsgGSRHRCLdCd2q7s7xtVWbe8tLwfMS { display:block; }
 }@media only screen and (max-width: 763px) { #MDTffsV1hkM9zfz77TfeD3PArJJLywoD { width:5.75rem;height:1.125rem;top:2.75rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eupst3G5yrO3QuDKhf41z02nT1qb4TD8 { display:block; }
 }@media only screen and (max-width: 763px) { #tlSG6qcDhiZTm33nwTVu8eTNPT6lu6fT { width:5.6875rem;height:1.125rem;top:4.375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2FuKlIvWAThSng9FfJo6WowGsDIvfc { display:block; }
 }@media only screen and (max-width: 763px) { #l8ZsDaTUJrIfWzUiqKRbWTFODWyt8syn { width:5.75rem;height:1.125rem;top:6.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQsXhTzMWTyrWwApaZlsVo1tgtskn9D { display:block; }
 }@media only screen and (max-width: 763px) { #ovEqDaGJSVNxPUCOSMqzb67Ta7TbTUlh { width:3.5rem;height:1.125rem;top:1rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6evIz2E1AwLfL3A6XKwQTOhu1OxKUln { display:block; }
 }@media only screen and (max-width: 763px) { #azxp8zT29WIbiDwtVaMK5QncdFMZUa8v { width:3.6875rem;height:1.125rem;top:2.75rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm0RKnEnWukNTFfgok7APt8MzFQvRDaU { display:block; }
 }@media only screen and (max-width: 763px) { #hbTpahg3iaIcdJRTyK3l4nZotllxR2Wr { width:3.3125rem;height:1.125rem;top:4.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZphwH1aoTxiGkKFgCh6riRPBJms2eLS { display:block; }
 }@media only screen and (max-width: 763px) { #AI84keX3I9TNrT2I8k3ft90iTaeGlGSL { top:1.1875rem;left:8.9739570617675rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUUTnZnTt9O8WorKvb4UdfWM5L7T5lhu { top:1.1875rem;left:22.161457061767rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oZeSp4aL7oLbtEIVn15afu6VHlaZop { 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) { #VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { display:block; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7gm0nGeItqmkNGhL3GX1u9awCTUnKdm { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep4FN3sTNQQVsgKpR3V60MOTz7fDNVNZ { top:7.625rem;left:12.78125rem;width:22.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { display:block; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiRPNAbP2FugNZqNEDBSRBSJIqUJKVEl { top:5rem;left:15.4375rem;width:16.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COlTzrvIALWqo9TJnzQ3vAedii3mSLRf { top:0.5rem;left:21.25rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STokN17CQlnpTiMqg0lzSO26IsvqWsgE { display:block; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG51lpe9Z18wBBO26JabLeghGESdluEv { top:1.9375rem;left:0rem;width:16rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9orha2k3VJEglI9J79oIhmnLw5E6Hp { top:3.8125rem;left:0rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlbv6E3uStSdPcKwTCrWDZkDU3EaMMV0 { top:6.125rem;left:0rem;width:14.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC { top:11.875rem;left:0rem;width:15.3125rem;height:;font-size:0.875rem;display:block; }#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #tMTkAb5SvwsNpf0hhBrCG1J98p78s81B { top:17.1875rem;left:0rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqrNEmdo5NTEBetGfzJrUkolRok0dTTK { top:0.5625rem;left:14.9375rem;width:18.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSfFPoIL9GGZJJKqVspgJ3irGeTZvFTA { top:0.5625rem;left:14.9375rem;width:18.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDJO27u4Dr7nlLvuLDunmZNIko4FkQ3U { top:2.6875rem;left:14.625rem;width:18.5625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHBM7TSIzqTlLDt0MLzQPJTDM1aX9bQz { top:5.9375rem;left:15.5625rem;width:17.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT { top:11.4375rem;left:16.4375rem;width:15.3125rem;height:;font-size:1rem;display:block; }#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #ShzJ8P7ou4PAw6QzhPv03olHHi31oVnE { top:0.625rem;left:19.1875rem;width:9.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6gXKmZSR3m3dVlSiTz42Kmfx5opKgtn { top:17.1875rem;left:14.75rem;width:18.25rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVyqJGMtbrPAhkhrM2Bb2LAyXmh2bhH { top:2rem;left:31.75rem;width:16rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vS5A2v3Hlu9iT7vc2VqzQBLEaH6PPr { top:3.4375rem;left:31.6875rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLTkfOrmmK3UMsZIG9rV5NsMx6eyAin { top:16.25rem;left:31.625rem;width:16.125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIEhX8nXxZT3qPKXvt4pZ3CSUf6ANB00 { top:17.1875rem;left:31.5625rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXCToAqMU5s1IJzctJrpaHM2i3N2l5q { top:18.75rem;left:15.015625rem;width:18.4375rem;height:2.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkq4ceD3d78b4RDSyzOVgBgqrUSuNcTW { top:6.1875rem;left:33.125rem;width:14.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 { top:11.875rem;left:33.625rem;width:14.125rem;height:;font-size:0.875rem;display:block; }#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { display:block; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl4LIugZ4TS00R9M4JKZEkE7GqttcAQS { top:5rem;left:15.4375rem;width:16.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4rAv9aCOmS291M9k2oKnFg4mpde6lsh { top:0.5rem;left:21.25rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { display:block; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0wZdisAuwwIR4hnJLZ5FbETPepwgsmE { top:1.9375rem;left:0rem;width:16rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSS6HKSHyt4rDNvTDe9pmRQEJQucbyw { top:3.8125rem;left:0rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wem7nzSrLcO66lsN51EKJnIu6z69ADJO { top:6.1875rem;left:0rem;width:14.625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 { top:12.6875rem;left:0rem;width:13.9375rem;height:1.5rem;font-size:0.875rem;display:block; }#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #p7aTMGrK1Fww6ec57JNBQ5xF0ryRxedo { top:17.1875rem;left:0rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGlz1AipL4VvubLMia9AR7qB2BqWk4E7 { top:0.5625rem;left:14.9375rem;width:18.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgrsvasnCxGv5rpITcJNL5T6F3yaDpbr { top:0.5625rem;left:14.9375rem;width:18.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPcOCXUXW5roKGwgFqqlI40pPc0e3rL { top:2.6875rem;left:14.8125rem;width:18.5625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay0ypN5hxwKKRNL958oDHQl3b2CfkFeq { top:5.9375rem;left:15.5625rem;width:17.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO { top:11.4375rem;left:17.770832061767rem;width:12.8125rem;height:;font-size:1rem;display:block; }#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #naAcw6l6dN19Sz05KsLFwpfaWU9vQym9 { top:0.625rem;left:19.1875rem;width:9.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6wlR3r0EDD2H001vnKVpPqJ7tFVmP1r { top:17.1875rem;left:15.09375rem;width:18.25rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ7FgnUDS5zOGCD1D5Cbbthld5J9LcRn { top:2rem;left:31.75rem;width:16rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpeQlcs87WJg9IWONNsc7wCBU9403Bg { top:3.4375rem;left:31.6875rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDCxDboOZXIyH0sBWUKambz3JJ0lS51 { top:16.25rem;left:31.625rem;width:16.125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdywh05nXIZgByvTSKwudO0H6uyl7AXF { top:17.1875rem;left:31.5625rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTocmHUrp7Qf4zrGzoUebaFqNL18v5Jg { top:18.75rem;left:15.03125rem;width:18.4375rem;height:2.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6emh4WQOUe4QQJ2BHSTdkBOlI16brdo { top:6.1875rem;left:33.125rem;width:14.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGrwQOJQU7VprpTorlhdWmxqJydTkcs { top:14.625rem;left:0rem;width:14.5rem;height:;font-size:0.875rem;display:block; }#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #IKfDUXqVvOea8AFKT7OPkxXNg0al44PD { top:12.625rem;left:33.625rem;width:14.125rem;height:;font-size:0.875rem;display:block; }#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { display:block; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edgeAf4n2RaNrTtgpukxHAq8IaspK7De { top:4.125rem;left:15.4375rem;width:16.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ma2nBmnBwixBBZzP5bSqkhrUSu5Pav { top:1rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgQ67dBAy62R2I29NhAikIbP1OGrDJo { top:6.25rem;left:17.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFl2xkXOnzUCx743FHBimJJQfWHivzhb { top:6.25rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKBJzi7y1T9T4bqmgAD6TSRSvJDXomu2 { top:6.25rem;left:26.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEd9UduF48tAepvvryMSngoTSSdzX5Hp { width:12.5625rem;height:4.875rem;top:4.125rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Opbm1n8NV9SwRUrbUbb108Ts2TKEI9 { display:block; }
 }@media only screen and (max-width: 763px) { #fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { display:block; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHKOBb6KG1iFNT8HVTs8B9sbk7PRWzpX { top:12.8125rem;left:1.875rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un79OeLW55CBGzpNFzoaEycnoFZAldZg { top:10.625rem;left:1.875rem;width:4.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCciDRXQ0w5wVTyx2REoBlRhHqetVJde { top:8.4375rem;left:1.84375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpxaCimBTAmD9kwDGwAsCoqUdFyEtvSB { top:5.3125rem;left:1.84375rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haQMu43IwwCxSGK37oEdIvTCmP8KIkmJ { top:3.5625rem;left:1.84375rem;width:13.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q214sCc1RcCSN1b1nBrqg5UxnRTDD2RC { top:6.8125rem;left:1.84375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mafhgOHkGSqEFnWvwkEVx53mzsZVP8mw { top:5.3125rem;left:26.75rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDbVkUozgkSi6U3J09FZFq0ao05w89H6 { top:3.5625rem;left:26.75rem;width:20.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDRNhpNsw071gOJMbpOFOtr3Koqmfdd4 { top:6.8125rem;left:26.75rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN2ZbqOM11JbPvbKlnnV0xVi2bRC2Q3Q { top:8.4375rem;left:12.8125rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWi7bsZ9Sv95PkT2OCfNIBsSMED6sbhE { top:10.625rem;left:15.401042938233rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTsKU2iTfQBIIwGzNvUIXzGqlqSy9mS { top:12.8125rem;left:13.6875rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9MsvQS2g81ua2XUhlpvmZyPi0UUHbkT { top:12.8125rem;left:38.625rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNHAJBMu8X3LUn605R297ItdrFl7Nai8 { top:12.8125rem;left:26.8125rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38sAoJ14I9hZFPg4DAM4GK82W0KvrZp { top:10.625rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZu7oEDG41nnySn3eIKwT77X3arpR1di { top:10.625rem;left:26.75rem;width:8.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knTFicPSU9PDhfwUSzlg6tLfZq5woEbe { top:8.4375rem;left:26.75rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN1cBDnIUyaVoFrgeFTTuvcCXk2k5cr4 { top:8.4375rem;left:37.75rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afcc9i2V5t3vCByt8GTxZ3BpC5K1E96E { top:15rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZl11hxyPerIoLM7l6DUfJzNwF8hoh6 { top:15rem;left:26.75rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXVQmREyFomRlaz4s081GTo03cV8hCht { top:19.1875rem;left:38.625rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJK51Zxq2BCgUuBA8BXyNeBSpBnzuy5 { top:19.1875rem;left:26.8125rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBRrAovqJwW6dd5pH95koEreesW0ZxI { top:17rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGWJNT2ifGFmyvwutUSt2dn7b8ze6O8 { top:17rem;left:26.75rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokXvEdWhC53RflF5ZzKN823kdrmKZxw { top:18rem;left:1.875rem;width:20.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWvbEPeMZ7bReMgsPOSh9DtkKRPeErCg { top:16.3125rem;left:1.875rem;width:20.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCoSR8uGvN0nHvg7T4MB3QC481s1JC6D { top:19.5rem;left:1.875rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLr3p52GDG0XeMZRtFh7Q6ANkTlbOWKp { top:21.125rem;left:1.875rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTt4aQX0I2At4FiqB1H2yXe6pqQnhJI { top:21.125rem;left:12.875rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA5utJ6Qtxks00A74do2fptEcN46ltVd { top:25.6875rem;left:26.9375rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTkd95Ge5RsGn9KgsCtWD1UXhunOTSMi { top:24rem;left:26.9375rem;width:13.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsFkas38PlBCERPNJI4Ha3z4H9FOQe4B { top:27.1875rem;left:26.9375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAUOwwof1VV5yWIIyeimxMOe2O0SvAU0 { top:28.3125rem;left:26.9375rem;width:10.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpL0dX8pLmspB8qyWR4oLfN6kPh1K2AK { top:30.5rem;left:26.9375rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVPJy0NP5XDzAmpFtydgQWq4K8h57R9w { top:32.6875rem;left:26.875rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHxQ3L1AGT9Ax0nhcK19Q739rm9wedP8 { top:28.3125rem;left:37.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDhuvggtnwOOJKlX7xKoNxsTHBxKGriv { top:30.5rem;left:37.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgkgmD2DPidiKLKhe4NpMe3ONs7T4SAF { top:32.6875rem;left:37.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1taKwiVWzLFeoZWHw1FXHTq5nr7DJl { top:39.1875rem;left:26.75rem;width:17.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpFxKBaTobN0neCcK3MztLK9s7QTBvs2 { top:35.0625rem;left:26.75rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqV60KukFOzM36ueMTKOfJezM04wx58 { top:35.0625rem;left:37.8125rem;width:7.8125rem;height:1.25rem;font-size:1rem;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) { #hJmillPpnarQuT0VCmRdiNo1JcZJP9ls { display:block; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsaOWJRFcQ9tzGHJev9WDqmBb7KVZPTn { 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) { #gD0O8KT2X3eTpM88Qsk90Fz8wEzqqk0x { top:15.5rem;left:20.59375rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBgSWQVZ8tkL8OcxIvrnBHKxk710SV0l { top:3.9375rem;left:39.0625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAlTOM25Pui6wtoSI6mLLHKtQnT4WttS { top:3.9375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQMhp4kgMRqmwpKQu440lA9BXZ3izbS2 { top:6.4375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWyplpu3Fvua771qOJafgTwG53oLZDXX { top:6.4375rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEIh7ndMT9t0M5O2arNTytztnXeW1Eg { top:8.8125rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev9DmJ5XFBIrzHZ1KPrEgne4RbZCB0NF { top:8.75rem;left:34.4375rem;width:13.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxVtpmx5XIXQotvthTyGkm4fQWOgFtbr { width:47.75rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Nteb3WlIoATn2miF8gnRPEf4lLQhpT { top:1.375rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKFs6vILJU2vF2ThmmGb0dea6pCtcctT { top:3.9375rem;left:0rem;width:9.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6hgXcpWwvcdQa9vDpETfdysLDrNAod { top:6.4375rem;left:0rem;width:12.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFLUR5V0J4ZSZXkExAZLhk41D5mqGZO { top:7.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuS48tZ6bZQ1fSv8Mis5T2WiruO9fSTt { top:3.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CblXAWCzi338Qlz7rDfmBbsnzGM0KIHK { top:1.5rem;left:17.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
#CblXAWCzi338Qlz7rDfmBbsnzGM0KIHK > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Hh3uAQn7DD12DmyBJoETxHnbShyOTwXq { top:1.375rem;left:21.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#Hh3uAQn7DD12DmyBJoETxHnbShyOTwXq > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #f9TPuwIa0LAfaDPy2IsqvgbFxL7ROaTR { top:1.5rem;left:24.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cimWezg02MTFcsbCoOU4Tnhrk0wMc2r3 { top:1.5rem;left:28.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5BMeGPwIVzzcWbQSy02V4lrTs2Rd08V { width:9.8125rem;height:2.625rem;top:17.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHpwBWwhJk957TKW6hbCq1SGVXzIrvBo { display:block; }
 }@media only screen and (max-width: 763px) { #KA6MZ365qLzrfyGVAIbHGrvhApuTxM4F { width:9.625rem;height:2.625rem;top:17.0625rem;left:18.694793701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8UxITiWKKtA0aTJPTJNTOMrDKhrLbvL { display:block; }
 }@media only screen and (max-width: 763px) { #DNW1nmpLgd1dggoWu55TcAZduMnRmG3F { width:10.875rem;height:2.625rem;top:17.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6xm2nVZQWAhe7BOZSAc1dCzftmet26c { 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) { #hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 { display:block; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 { background-color: transparent; background-image: none; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .row .container > .video-iframe-container { display: none; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .row > .video-iframe-container { display: none; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .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); }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 { border-width: 0; border-radius: 0; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .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; }#hfpiIG47lcdEgkPRLIO1INmdpgdbe3Z4 > .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) { #mtZC4rraigU4pRgc97Vl1E6o3rlkOcSF { 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) { #D3fl0ACQRs4NehB7M8VH2HF2ThyF05wi { display:block; }
 }@media only screen and (max-width: 763px) { #Tnb8Al3AV8ekhHstrzcDDQ44X6DVonP3 { 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) { #sahUMAgoIZsaIkhZV6T6dEvND82wnI3m { display:block; }
 }@media only screen and (max-width: 763px) { #fsqAqLATyKEuxPIWot53pP7ofqGvurVG { 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) { #S0X7DhHU1zCMcwMRoyzemQmyqlMNIBTA { display:block; }
 }@media only screen and (max-width: 763px) { #tQom1KmozEhwAsWbLiPbksnoyQ5Dwuce { 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) { #yfPud7bIyhfeOzuxPSQgXPSKtCJsqnTS { display:block; }
 }@media only screen and (max-width: 763px) { #F5xKNithTVVoa3hKlXeKqn8iWd9UfhmC { 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) { #bbHqSs3ya0A9hIQopp8Po2q3MyRHTUlQ { display:block; }
 }@media only screen and (max-width: 763px) { #hcpHUAg6mnToVrx8zT5mQQ3uOImsXPEq { 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) { #VSAgExk1dqT4Zb9uWTMJJaq9c06lZikQ { 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) { #Isw1DctF4r18xEDAuDqlL2VvfS5IReOJ { 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) { #vlNZImWJmUTUZK7fe08Hdxsqmu4kZKoF { 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) { #EaQcNOl5h7dXkWWSC13liMZF7AhFdCUt { 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) { #QACybIwTNdHNy90VEJrfbX1A6FuiqmnE { 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) { #KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn { display:block; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn { background-color: transparent; background-image: none; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .row .container > .video-iframe-container { display: none; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .row > .video-iframe-container { display: none; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .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); }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn { border-width: 0; border-radius: 0; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .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; }#KDMQf0SB5h8NtcbtaQZUJyARbnGykhnn > .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) { #Ow0Vxp74QkaVqBwIabZrZqgvFI8O11RE { 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) { #V16sapIrhZd73RCuBwFWJmt2umyobw6g { display:block; }
 }@media only screen and (max-width: 763px) { #xS82EhhrTcu7xWzZZmleVJxuTeTQe1IV { 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) { #Bdgygr8V3S5shf030omU8HNrk0FM5H01 { display:block; }
 }@media only screen and (max-width: 763px) { #MkN582rhxyRO8LyMI3BxhbP7vnqVKPxd { 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) { #EQdyi9iB3c5qKz9eUndg8VJNEZzdFfBs { display:block; }
 }@media only screen and (max-width: 763px) { #FnvmkgZ1tKExSXLItNzpJT9zPzHq8npm { 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) { #cQOl4WWAXg1CiMiao24SBkTdl1xT2ISN { display:block; }
 }@media only screen and (max-width: 763px) { #pDaEVUggADtAengdhmbZQ1eNNtTx9zCF { 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) { #CyqToABfx1Ot6dLqkMTGxGDFtkfSrnEg { 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) { #d7qMtBZPowG09tsXOxmPKM5TWCqZZFaH { 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) { #VffEAnqfssqhGUiBXVBeV5ao51VBh3TN { 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) { #dBoNaExhDekWPStgMcquR7WfDhsOzqAx { 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) { #P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG { display:block; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG { background-color: transparent; background-image: none; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .row .container > .video-iframe-container { display: none; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .row > .video-iframe-container { display: none; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .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); }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG { border-width: 0; border-radius: 0; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .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; }#P6Bf1qTy4BG4F9F69Lie6sdkc7FufRwG > .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) { #ZkFwGZ44tamgGQTcZ2CdarnKMQrrFHRz { 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) { #seTqpiUttJTDnxEvQ0ypVIqvfm91uKvR { display:block; }
 }@media only screen and (max-width: 763px) { #XP6i6dT5ncoDinnED3RdI1R3ibaMEH74 { 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) { #J0yQUTbLvwWl09feiA7CeI5yrGbhVehc { display:block; }
 }@media only screen and (max-width: 763px) { #MgTd9qtqgTonhiIDqBQJw1l71w2lKQQK { 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) { #DZaX1Qqu37UtJN8VaVTJKd12lsg1i0Rm { display:block; }
 }@media only screen and (max-width: 763px) { #Wttz24vx6ZP3bungMuLqsMIDERxUu5Ie { 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) { #XMc7bwBGtzeZgukkCOMim68ACSsCWgC0 { display:block; }
 }@media only screen and (max-width: 763px) { #REne3nus6pFGXBTXa0TNbgcysIb78vXD { 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) { #F4nUOFQqS2ytXG8G5FXmeVD6UcGTyPCg { 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) { #VXexlzGKSOFFmHkaUan0780A9O7EVuXh { 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) { #Agukd0L2Fow5vwvuskNJz6Nneq76lL8O { 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) { #AQG6ch5q7fuJbh9x2TQQ76yXCdf1xTBy { 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) { #Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T { display:block; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T { background-color: transparent; background-image: none; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .row .container > .video-iframe-container { display: none; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .row > .video-iframe-container { display: none; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .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); }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T { border-width: 0; border-radius: 0; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .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; }#Vi0iyUuHPaWP1mfDegebNmgmw6yEl01T > .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) { #LurwKp81GQWnEhBLm6qg3cJhpf2oayhw { 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) { #AcgseAmSQKIqSWGisi5y1MVkdDHTtEth { display:block; }
 }@media only screen and (max-width: 763px) { #QNiwpFRXuCDOyTDD0JyFZb0raGsgtNPI { 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) { #W7BVV16TD6KES2q4ltCXnwaNTsE8MC6V { display:block; }
 }@media only screen and (max-width: 763px) { #iUvdqhHkyOTep2mPzTTLvrQ970Hs1NUG { 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) { #XXzvkBrTit6PRIBz5Ok0u41zT8cKbSgW { display:block; }
 }@media only screen and (max-width: 763px) { #ohy0cHhh9x5iuWyvwoEok2VCpR2oGWTc { 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) { #lCm1M7EaJg31W26IUeN3eKiiNKGBbgHZ { 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) { #S1UU08GsNfCGctBw63ze1e8RT57I9DZv { 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) { #Nz8r75EXmUc3NwRC9nBy0UbLGASbBubh { 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) { #b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD { display:none; }#b7VzrM3tZkMPMZikZON4zV7zzzVA3FnD > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VOXrh7Ougpi4zprRCr7wUXIyxAZfvyUa { 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) { #QrfAQXlLi4yxAOZb0DITpk3AJpmEvEWG { display:block; }
 }@media only screen and (max-width: 763px) { #pHg2mheOOB4yxHkfbx3TUzNs1CoWw3aS { 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) { #ke6N84vLm5RssFeCM5SfSQWCEl4UTCRm { display:block; }
 }@media only screen and (max-width: 763px) { #adgHeCWMQ2p6W8231pRwftAoMfNqno3F { 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) { #QVJEHNbSILyMyRfZo8WWrLCLoQ6ScwUe { display:block; }
 }@media only screen and (max-width: 763px) { #qlZqJp4zQ5Gaxw8CTfvyLLRuBnSDe0bQ { 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) { #rkiphCmkp1OoC5sGXRV9HNIq6EJvi9qs { display:block; }
 }@media only screen and (max-width: 763px) { #PO3A7CTeaiok1Cm2zJLe2lA03ZhIr1DN { 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) { #K3mXCqHVEvzZbQT8HzMcR2r2XT8J0wpa { display:block; }
 }@media only screen and (max-width: 763px) { #lUKbJ6nW17LfZgDBDAU5XWExH3GZNTMr { 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) { #rER4LzT1zl3TCO3f7gJ6mNqXrwvTFiuM { display:block; }
 }@media only screen and (max-width: 763px) { #R8xNSsdblRrmPvgo2yzwu8NHUNPqqErD { width:4rem;height:3.1875rem;top:3.0729160308838rem;left:3.8541660308838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3R3Z0VdUXgEqkGAFVbx1Lrq79OFv5hT { display:block; }
 }@media only screen and (max-width: 763px) { #fWp4V6EWVViEp6nb1rr34ZDpydfU0zmN { 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) { #nfgpp8JUwl2QhrzOpgofKN1LWQc71Zxv { display:block; }
 }@media only screen and (max-width: 763px) { #hDTcd0OySx2QD166tdnMVXSTR2poSALF { 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) { #BBncl4fGISEknOphhtTTK9cPV9KmM5hM { display:block; }
 }@media only screen and (max-width: 763px) { #TTTEqOk9JoZRCPQJ2xzqQ5xBiPHFphdU { 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) { #FTsgGSRHRCLdCd2q7s7xtVWbe8tLwfMS { display:block; }
 }@media only screen and (max-width: 763px) { #MDTffsV1hkM9zfz77TfeD3PArJJLywoD { 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) { #Eupst3G5yrO3QuDKhf41z02nT1qb4TD8 { display:block; }
 }@media only screen and (max-width: 763px) { #tlSG6qcDhiZTm33nwTVu8eTNPT6lu6fT { 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) { #cd2FuKlIvWAThSng9FfJo6WowGsDIvfc { display:block; }
 }@media only screen and (max-width: 763px) { #l8ZsDaTUJrIfWzUiqKRbWTFODWyt8syn { 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) { #srQsXhTzMWTyrWwApaZlsVo1tgtskn9D { display:block; }
 }@media only screen and (max-width: 763px) { #ovEqDaGJSVNxPUCOSMqzb67Ta7TbTUlh { 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) { #T6evIz2E1AwLfL3A6XKwQTOhu1OxKUln { display:block; }
 }@media only screen and (max-width: 763px) { #azxp8zT29WIbiDwtVaMK5QncdFMZUa8v { 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) { #Hm0RKnEnWukNTFfgok7APt8MzFQvRDaU { display:block; }
 }@media only screen and (max-width: 763px) { #hbTpahg3iaIcdJRTyK3l4nZotllxR2Wr { 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) { #wZphwH1aoTxiGkKFgCh6riRPBJms2eLS { display:block; }
 }@media only screen and (max-width: 763px) { #AI84keX3I9TNrT2I8k3ft90iTaeGlGSL { width:0.0625rem;height:7.5rem;top:2.7291660308838rem;left:3.8489580154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUUTnZnTt9O8WorKvb4UdfWM5L7T5lhu { width:0.0625rem;height:7.5rem;top:2.4895830154419rem;left:7.828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oZeSp4aL7oLbtEIVn15afu6VHlaZop { 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) { #VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { display:block; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7gm0nGeItqmkNGhL3GX1u9awCTUnKdm { width:20rem;height:5.2rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep4FN3sTNQQVsgKpR3V60MOTz7fDNVNZ { width:20rem;height:1.3rem;top:4.6937513351441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { display:block; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiRPNAbP2FugNZqNEDBSRBSJIqUJKVEl { width:16.875rem;height:2.19375rem;top:1.25rem;left:1.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COlTzrvIALWqo9TJnzQ3vAedii3mSLRf { display:flex;width:5.1875rem;height:5.1875rem;top:5.6375055313111rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #STokN17CQlnpTiMqg0lzSO26IsvqWsgE { display:block; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG51lpe9Z18wBBO26JabLeghGESdluEv { width:16rem;height:19.5625rem;top:1.375rem;left:2rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #tx9orha2k3VJEglI9J79oIhmnLw5E6Hp { width:16.0625rem;height:1.875rem;top:3.375rem;left:2.0260419845581rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #xlbv6E3uStSdPcKwTCrWDZkDU3EaMMV0 { width:14.625rem;height:4.55rem;top:7.7499990463256rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC { width:15.3125rem;height:3.2875rem;top:13.082291603088rem;left:2.4010419845581rem;font-size:0.875rem;display:block; }#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #tMTkAb5SvwsNpf0hhBrCG1J98p78s81B { width:16.1875rem;height:3.4125rem;top:16.9375rem;left:1.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqrNEmdo5NTEBetGfzJrUkolRok0dTTK { width:18.25rem;height:23.625rem;top:22.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSfFPoIL9GGZJJKqVspgJ3irGeTZvFTA { width:18.25rem;height:1.75rem;top:22.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDJO27u4Dr7nlLvuLDunmZNIko4FkQ3U { width:18.5625rem;height:2.15625rem;top:24.8125rem;left:0.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHBM7TSIzqTlLDt0MLzQPJTDM1aX9bQz { width:17.1875rem;height:3.9rem;top:28.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT { width:15.3125rem;height:3.9125rem;top:34.125rem;left:2.3125rem;font-size:1rem;display:block; }#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #ShzJ8P7ou4PAw6QzhPv03olHHi31oVnE { width:9.75rem;height:1.8375rem;top:22.25rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6gXKmZSR3m3dVlSiTz42Kmfx5opKgtn { width:17.1875rem;height:2.1rem;top:39.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVyqJGMtbrPAhkhrM2Bb2LAyXmh2bhH { width:16rem;height:19.375rem;top:47.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vS5A2v3Hlu9iT7vc2VqzQBLEaH6PPr { width:16.1875rem;height:1.875rem;top:48.3125rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJLTkfOrmmK3UMsZIG9rV5NsMx6eyAin { width:16.125rem;height:2.1rem;top:62.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIEhX8nXxZT3qPKXvt4pZ3CSUf6ANB00 { width:16.1875rem;height:3.4125rem;top:63.5rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXCToAqMU5s1IJzctJrpaHM2i3N2l5q { width:17.1875rem;height:2.275rem;top:40.9375rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkq4ceD3d78b4RDSyzOVgBgqrUSuNcTW { width:14.625rem;height:3.4125rem;top:51.9375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 { width:13.625rem;height:2.975rem;top:57.375rem;left:3.125rem;font-size:0.875rem;display:block; }#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { display:block; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl4LIugZ4TS00R9M4JKZEkE7GqttcAQS { width:16.875rem;height:2.19375rem;top:1.25rem;left:1.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4rAv9aCOmS291M9k2oKnFg4mpde6lsh { display:flex;width:5.1875rem;height:5.1875rem;top:5.7499990463257rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { display:block; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0wZdisAuwwIR4hnJLZ5FbETPepwgsmE { width:16rem;height:19.5625rem;top:1.875rem;left:2rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #GuSS6HKSHyt4rDNvTDe9pmRQEJQucbyw { width:16.0625rem;height:1.875rem;top:2.875rem;left:2.0260419845581rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #Wem7nzSrLcO66lsN51EKJnIu6z69ADJO { width:14.625rem;height:5.6875rem;top:6.0625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 { width:13.125rem;height:1.4875rem;top:13.75rem;left:3.4947919845581rem;font-size:0.875rem;display:block; }#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #p7aTMGrK1Fww6ec57JNBQ5xF0ryRxedo { width:16.1875rem;height:3.4125rem;top:17.125rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGlz1AipL4VvubLMia9AR7qB2BqWk4E7 { width:18.25rem;height:23.625rem;top:22.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgrsvasnCxGv5rpITcJNL5T6F3yaDpbr { width:18.25rem;height:1.75rem;top:22.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPcOCXUXW5roKGwgFqqlI40pPc0e3rL { width:18.5625rem;height:2.15625rem;top:25.3125rem;left:0.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ay0ypN5hxwKKRNL958oDHQl3b2CfkFeq { width:17.1875rem;height:3.9rem;top:29.1875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO { width:15.3125rem;height:3.9125rem;top:34.687488555908rem;left:2.859375rem;font-size:1rem;display:block; }#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #naAcw6l6dN19Sz05KsLFwpfaWU9vQym9 { width:9.75rem;height:1.8375rem;top:22.625rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6wlR3r0EDD2H001vnKVpPqJ7tFVmP1r { width:17.1875rem;height:2.3625rem;top:39.125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ7FgnUDS5zOGCD1D5Cbbthld5J9LcRn { width:16rem;height:19.375rem;top:47.5625rem;left:2rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #WZpeQlcs87WJg9IWONNsc7wCBU9403Bg { width:16.0625rem;height:1.875rem;top:49rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkDCxDboOZXIyH0sBWUKambz3JJ0lS51 { width:16.125rem;height:2.1rem;top:61.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdywh05nXIZgByvTSKwudO0H6uyl7AXF { width:16.1875rem;height:3.4125rem;top:62.624988555906rem;left:1.9635419845581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTocmHUrp7Qf4zrGzoUebaFqNL18v5Jg { width:18.25rem;height:2.8875rem;top:40.625rem;left:0.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6emh4WQOUe4QQJ2BHSTdkBOlI16brdo { width:14.625rem;height:3.4125rem;top:51.75rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGrwQOJQU7VprpTorlhdWmxqJydTkcs { width:14.5rem;height:1.4875rem;top:56.5625rem;left:3.6875rem;font-size:0.875rem;display:block; }#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #IKfDUXqVvOea8AFKT7OPkxXNg0al44PD { width:14.125rem;height:2.975rem;top:58.1875rem;left:3.6875rem;font-size:0.875rem;display:block; }#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { display:block; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edgeAf4n2RaNrTtgpukxHAq8IaspK7De { width:16.875rem;height:2.19375rem;top:5.8249998092651rem;left:1.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4ma2nBmnBwixBBZzP5bSqkhrUSu5Pav { display:flex;width:5.1875rem;height:5.1875rem;top:0.63749980926512rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #kQgQ67dBAy62R2I29NhAikIbP1OGrDJo { display:flex;width:3.125rem;height:3.125rem;top:8.637499809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KFl2xkXOnzUCx743FHBimJJQfWHivzhb { display:flex;width:3.125rem;height:3.125rem;top:10.137499809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wKBJzi7y1T9T4bqmgAD6TSRSvJDXomu2 { display:flex;width:3.125rem;height:3.125rem;top:11.762499809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AEd9UduF48tAepvvryMSngoTSSdzX5Hp { width:8.9375rem;height:5.9375rem;top:8.6375122070312rem;left:5.53125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #E9Opbm1n8NV9SwRUrbUbb108Ts2TKEI9 { display:block; }
 }@media only screen and (max-width: 763px) { #fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { display:block; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHKOBb6KG1iFNT8HVTs8B9sbk7PRWzpX { width:5.3125rem;height:1.3rem;top:14.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un79OeLW55CBGzpNFzoaEycnoFZAldZg { width:4.9375rem;height:1.3rem;top:11.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCciDRXQ0w5wVTyx2REoBlRhHqetVJde { width:7.8125rem;height:1.3rem;top:9.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpxaCimBTAmD9kwDGwAsCoqUdFyEtvSB { width:11.5rem;height:1.38125rem;top:6.307289123535rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haQMu43IwwCxSGK37oEdIvTCmP8KIkmJ { width:13.9375rem;height:2.03125rem;top:4.5625rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q214sCc1RcCSN1b1nBrqg5UxnRTDD2RC { width:17.5rem;height:0.3125rem;top:7.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mafhgOHkGSqEFnWvwkEVx53mzsZVP8mw { width:12.0625rem;height:1.38125rem;top:20.5625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDbVkUozgkSi6U3J09FZFq0ao05w89H6 { width:16.3125rem;height:2.03125rem;top:18.8125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDRNhpNsw071gOJMbpOFOtr3Koqmfdd4 { width:17.5rem;height:0.3125rem;top:22.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN2ZbqOM11JbPvbKlnnV0xVi2bRC2Q3Q { width:7.8125rem;height:1.3rem;top:9.375rem;left:11.619791984558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWi7bsZ9Sv95PkT2OCfNIBsSMED6sbhE { width:7.8125rem;height:1.3rem;top:11.875rem;left:11.619791984558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTsKU2iTfQBIIwGzNvUIXzGqlqSy9mS { width:7.8125rem;height:1.3rem;top:14.375rem;left:11.619791984558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9MsvQS2g81ua2XUhlpvmZyPi0UUHbkT { width:7.8125rem;height:1.3rem;top:28.625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNHAJBMu8X3LUn605R297ItdrFl7Nai8 { width:9.6875rem;height:1.3rem;top:28.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38sAoJ14I9hZFPg4DAM4GK82W0KvrZp { width:5.25rem;height:1.3rem;top:26.125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZu7oEDG41nnySn3eIKwT77X3arpR1di { width:8.4375rem;height:1.3rem;top:26.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knTFicPSU9PDhfwUSzlg6tLfZq5woEbe { width:9.6875rem;height:1.3rem;top:23.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN1cBDnIUyaVoFrgeFTTuvcCXk2k5cr4 { width:7.8125rem;height:1.3rem;top:23.625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afcc9i2V5t3vCByt8GTxZ3BpC5K1E96E { width:7.8125rem;height:1.3rem;top:31.125rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZl11hxyPerIoLM7l6DUfJzNwF8hoh6 { width:10rem;height:1.3rem;top:31.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXVQmREyFomRlaz4s081GTo03cV8hCht { width:7.8125rem;height:1.3rem;top:36.125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJK51Zxq2BCgUuBA8BXyNeBSpBnzuy5 { width:11.3125rem;height:1.3rem;top:36.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBRrAovqJwW6dd5pH95koEreesW0ZxI { width:7.8125rem;height:1.3rem;top:33.625rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGWJNT2ifGFmyvwutUSt2dn7b8ze6O8 { width:11.875rem;height:1.3rem;top:33.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokXvEdWhC53RflF5ZzKN823kdrmKZxw { width:11.4375rem;height:1.38125rem;top:41.3125rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWvbEPeMZ7bReMgsPOSh9DtkKRPeErCg { width:14.625rem;height:2.03125rem;top:39.5625rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCoSR8uGvN0nHvg7T4MB3QC481s1JC6D { width:17.5rem;height:0.3125rem;top:42.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLr3p52GDG0XeMZRtFh7Q6ANkTlbOWKp { width:10.25rem;height:1.3rem;top:44.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTt4aQX0I2At4FiqB1H2yXe6pqQnhJI { width:7.8125rem;height:1.3rem;top:44.25rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA5utJ6Qtxks00A74do2fptEcN46ltVd { width:11.5rem;height:1.38125rem;top:50.3125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTkd95Ge5RsGn9KgsCtWD1UXhunOTSMi { width:13.9375rem;height:2.03125rem;top:48.625rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsFkas38PlBCERPNJI4Ha3z4H9FOQe4B { width:17.5rem;height:0.3125rem;top:51.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAUOwwof1VV5yWIIyeimxMOe2O0SvAU0 { width:10.5625rem;height:1.3rem;top:53.1875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpL0dX8pLmspB8qyWR4oLfN6kPh1K2AK { width:14.4375rem;height:1.3rem;top:55.5625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVPJy0NP5XDzAmpFtydgQWq4K8h57R9w { width:14.4375rem;height:1.3rem;top:57.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHxQ3L1AGT9Ax0nhcK19Q739rm9wedP8 { width:7.8125rem;height:1.3rem;top:53.1875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDhuvggtnwOOJKlX7xKoNxsTHBxKGriv { width:7.8125rem;height:1.3rem;top:55.5625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgkgmD2DPidiKLKhe4NpMe3ONs7T4SAF { width:7.8125rem;height:1.3rem;top:57.8125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1taKwiVWzLFeoZWHw1FXHTq5nr7DJl { width:17.75rem;height:2.275rem;top:62.8125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpFxKBaTobN0neCcK3MztLK9s7QTBvs2 { width:14.4375rem;height:1.3rem;top:60.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqV60KukFOzM36ueMTKOfJezM04wx58 { width:7.8125rem;height:1.3rem;top:60.0625rem;left:11.5rem;font-size:1rem;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) { #hJmillPpnarQuT0VCmRdiNo1JcZJP9ls { 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; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls.adaptive-delivery-prevent-bg, #hJmillPpnarQuT0VCmRdiNo1JcZJP9ls.lazyload, #hJmillPpnarQuT0VCmRdiNo1JcZJP9ls.lazyloading { background-image: none; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container { background-color: transparent; background-image: none; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container > .video-iframe-container { display: none; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row > .video-iframe-container { display: none; }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .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); }#hJmillPpnarQuT0VCmRdiNo1JcZJP9ls > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsaOWJRFcQ9tzGHJev9WDqmBb7KVZPTn { 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) { #gD0O8KT2X3eTpM88Qsk90Fz8wEzqqk0x { 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) { #CBgSWQVZ8tkL8OcxIvrnBHKxk710SV0l { 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) { #yAlTOM25Pui6wtoSI6mLLHKtQnT4WttS { display:flex;width:1.5625rem;height:1.5625rem;top:20.5rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #XQMhp4kgMRqmwpKQu440lA9BXZ3izbS2 { display:flex;width:1.5625rem;height:1.5625rem;top:23.625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #uWyplpu3Fvua771qOJafgTwG53oLZDXX { 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) { #ctEIh7ndMT9t0M5O2arNTytztnXeW1Eg { display:flex;width:1.5625rem;height:1.5625rem;top:26.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #Ev9DmJ5XFBIrzHZ1KPrEgne4RbZCB0NF { 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) { #RxVtpmx5XIXQotvthTyGkm4fQWOgFtbr { width:20rem;height:0.0625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Nteb3WlIoATn2miF8gnRPEf4lLQhpT { 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) { #MKFs6vILJU2vF2ThmmGb0dea6pCtcctT { 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) { #Mm6hgXcpWwvcdQa9vDpETfdysLDrNAod { 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) { #PJFLUR5V0J4ZSZXkExAZLhk41D5mqGZO { display:flex;width:1.5625rem;height:1.5625rem;top:12.3125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #BuS48tZ6bZQ1fSv8Mis5T2WiruO9fSTt { display:flex;width:1.5625rem;height:1.5625rem;top:8.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #CblXAWCzi338Qlz7rDfmBbsnzGM0KIHK { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:3.8072919845581rem; }
#CblXAWCzi338Qlz7rDfmBbsnzGM0KIHK > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Hh3uAQn7DD12DmyBJoETxHnbShyOTwXq { display:flex;width:1.8125rem;height:1.8125rem;top:1.3937492370606rem;left:7.6875rem; }
#Hh3uAQn7DD12DmyBJoETxHnbShyOTwXq > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #f9TPuwIa0LAfaDPy2IsqvgbFxL7ROaTR { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:11.807291984558rem; }
 }@media only screen and (max-width: 763px) { #cimWezg02MTFcsbCoOU4Tnhrk0wMc2r3 { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #w5BMeGPwIVzzcWbQSy02V4lrTs2Rd08V { 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) { #VHpwBWwhJk957TKW6hbCq1SGVXzIrvBo { display:block; }
 }@media only screen and (max-width: 763px) { #KA6MZ365qLzrfyGVAIbHGrvhApuTxM4F { 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) { #v8UxITiWKKtA0aTJPTJNTOMrDKhrLbvL { display:block; }
 }@media only screen and (max-width: 763px) { #DNW1nmpLgd1dggoWu55TcAZduMnRmG3F { 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) { #r6xm2nVZQWAhe7BOZSAc1dCzftmet26c { 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; } }