.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN { position:relative;display:block; }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN { background-color: transparent; background-image: none; }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .row .container > .video-iframe-container { display: none; }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .row > .video-iframe-container { display: none; }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .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); }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN { border-width: 0; border-radius: 0; }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .row .container > .video-iframe-container {  }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#wdoTQrG8Hrn3HIf5hoOy73yTwVsGlaop { position:absolute;display:block;z-index:100013;height:4.3125rem;width:20rem;top:0rem;left:27.500001907349rem;display:block; }
#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { position:relative;display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { background-color: transparent; background-image: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container > .video-iframe-container { display: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row > .video-iframe-container { display: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .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); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { border-width: 0; border-radius: 0; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container > .video-iframe-container {  }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .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:39.0625rem;width:75rem;position:relative;display:block; }#ZEWaoJh9uni8aOISWV4wKuSENv031A9L { color:#2c3241;display:block;width:34.25rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:10.375rem;left:34.9375rem;height:5.5rem;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:center;text-align-last:center;display:block; }
#WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.0625rem;width:33.1875rem;top:3.125rem;left:5.375rem;overflow:hidden;display:block; }
#TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { background-color:#004e8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:25.25rem;left:43.3125rem;display:block; }
#xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uPMEKsVGz8sutlCRUrTlpm39x6PoQlM4 { color:#2c3241;display:block;width:34.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:17.9375rem;left:34.9375rem;height:;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:center;text-align-last:center;display:block; }
#fDg85JRuFsEtLtMndF3RH50Fhg07Wywu { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.375rem;top:0rem;left:65.62499809265rem;overflow:hidden;display:block; }
#E2HPcnFbukXmDnVPy3uHSxlQxoyCEafX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:28.6875rem;left:45.812501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2bO1Setj/kryzys_w_zwiazku_banner2.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt.adaptive-delivery-prevent-bg, #cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt.lazyload, #cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt.lazyloading { background-image: none; }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row .container { background-color: transparent; background-image: none; }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row .container > .video-iframe-container { display: none; }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row > .video-iframe-container { display: none; }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .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); }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row .container { border-width: 0; border-radius: 0; }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row > .video-iframe-container {  }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#LKllMP9PnTR0QI8AALEZVcmIZTnyx6XL { color:#2c3241;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:6.53125rem;left:5.0625rem;height:25.59375rem;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; }
#mOW3e67AhCWNDlvFiaxde4qGr8UCVKAq { position:absolute;display:block;z-index:100004;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;height:29.5rem;width:32.8125rem;top:4.125rem;left:2.25rem;display:block; }
#twalEOs5BsKOgQef3MQkMQQH1lELU5fV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { background-color: transparent; background-image: none; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container > .video-iframe-container { display: none; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row > .video-iframe-container { display: none; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .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); }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { border-width: 0; border-radius: 0; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row > .video-iframe-container {  }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#B3zkSzV8Kbr6tEEt6ZuPQuPgQXr356vJ { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:4.875rem;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:center;text-align-last:center;display:block; }
#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { position:relative;display:block; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { background-color: transparent; background-image: none; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container > .video-iframe-container { display: none; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row > .video-iframe-container { display: none; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .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); }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { border-width: 0; border-radius: 0; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container > .video-iframe-container {  }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .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:32.25rem;width:75rem;position:relative;display:block; }#GOrNO3xupIlUIQX8lg4nwv5OOH5IMmo3 { color:#2c3241;display:block;width:45.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:4.21875rem;left:14.96875rem;height:23.625rem;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:center;text-align-last:center;display:block; }
#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row .container { background-color: transparent; background-image: none; }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row .container > .video-iframe-container { display: none; }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row > .video-iframe-container { display: none; }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .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); }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row .container { border-width: 0; border-radius: 0; }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row > .video-iframe-container {  }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#Tv1aHgURgb8qOckgNwJKWb907eoU8iWd { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:4.875rem;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:center;text-align-last:center;display:block; }
#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { background-color: transparent; background-image: none; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container > .video-iframe-container { display: none; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row > .video-iframe-container { display: none; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .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); }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { border-width: 0; border-radius: 0; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row > .video-iframe-container {  }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#eXcvCeL5krzt9EoKpbNNKyv14iVxdDRH { color:#222f3d;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:2.13671875rem;left:14.9375rem;height:23.625rem;text-align:center;text-align-last:center;display:block; }
#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row .container { background-color: transparent; background-image: none; }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row .container > .video-iframe-container { display: none; }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row > .video-iframe-container { display: none; }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .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); }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row .container { border-width: 0; border-radius: 0; }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row > .video-iframe-container {  }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#UhtKAB8KXTfbRJXCpDNGfuMQVAPR1lOF { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:4.875rem;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:center;text-align-last:center;display:block; }
#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/94zJbXdu/kryzys_w_zwiazku_banner.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL.adaptive-delivery-prevent-bg, #Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL.lazyload, #Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL.lazyloading { background-image: none; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { background-color: transparent; background-image: none; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container > .video-iframe-container { display: none; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row > .video-iframe-container { display: none; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .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); }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { border-width: 0; border-radius: 0; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row > .video-iframe-container {  }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#Gf3K4e2rU8nhhzDOpT6zRJ7yX9TA5Pd9 { color:#2c3241;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:4.8125rem;left:40.875001192093rem;height:24.9375rem;text-align:left;text-align-last:left;display:block; }
#Ug3TTitTiISU7T4RuVt7wZdWJH1VNPZS { position:absolute;display:block;z-index:100000;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;height:30.5rem;width:34.375rem;top:2.6875rem;left:39.062501192093rem;display:block; }
#TTmcAVluHorw6hrqxEy77QSEt7zkplsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { background-color: transparent; background-image: none; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container > .video-iframe-container { display: none; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row > .video-iframe-container { display: none; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .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); }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { border-width: 0; border-radius: 0; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row > .video-iframe-container {  }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#mlNO5KhSlAh4FTsuOA3TCoxLWqZooESB { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:4.875rem;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:center;text-align-last:center;display:block; }
#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ { position:relative;display:block; }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ { background-color: transparent; background-image: none; }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .row .container > .video-iframe-container { display: none; }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .row > .video-iframe-container { display: none; }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .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); }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ { border-width: 0; border-radius: 0; }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .row .container > .video-iframe-container {  }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .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:14.6875rem;width:75rem;position:relative;display:block; }#xdEOGf5Uc82l1bsCLqT2WwxlXFVVgRLs { color:#2c3241;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:2.96875rem;left:10rem;height:7.125rem;text-align:center;text-align-last:center;display:block; }
#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { position:relative;display:block; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { background-color: transparent; background-image: none; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container > .video-iframe-container { display: none; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row > .video-iframe-container { display: none; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .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); }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { border-width: 0; border-radius: 0; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container > .video-iframe-container {  }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .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:30.0625rem;width:75rem;position:relative;display:block; }#THoNkGS5HTerG8h7ebbETKUJr43Tyk2a { color:#2c3241;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:2.78125rem;left:3.375rem;height:24.9375rem;text-align:left;text-align-last:left;display:block; }
#p7Dl7BQTggMc5A6KX0K88fShZMnJQviD { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23rem;width:34.75rem;top:3.1875rem;left:38.875001907349rem;overflow:hidden;display:block; }
#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl { position:relative;display:block; }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl { background-color: transparent; background-image: none; }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .row .container > .video-iframe-container { display: none; }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .row > .video-iframe-container { display: none; }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .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); }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl { border-width: 0; border-radius: 0; }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .row .container > .video-iframe-container {  }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#r6D5SS6fXIGU8iJsvDTDKvskxiTcwzbT { color:#2c3241;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:3.6875rem;left:10rem;height:10.6875rem;text-align:center;text-align-last:center;display:block; }
#QCaap2CQcMxfR3a01icw4PZcBeoXXtXH { background-color:#004e8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:18.71875rem;left:28.750001192093rem;display:block; }
#m2vWnNSQgguDuAT6bL6p7uvHCax22gUH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ou5uZy6nor21KggUiGPFdfO0tGifta0P { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:22.15625rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { background-color: transparent; background-image: none; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container > .video-iframe-container { display: none; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row > .video-iframe-container { display: none; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .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); }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { border-width: 0; border-radius: 0; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row > .video-iframe-container {  }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#qBQ3eUx4qDWyQar7IxbdTJdeukKTuRti { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:2.4375rem;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:center;text-align-last:center;display:block; }
#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk { position:relative;display:block; }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk { background-color: transparent; background-image: none; }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .row .container > .video-iframe-container { display: none; }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .row > .video-iframe-container { display: none; }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .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); }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk { border-width: 0; border-radius: 0; }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .row .container > .video-iframe-container {  }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .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:56.9375rem;width:75rem;position:relative;display:block; }#CfeXuCGRFgKOVhpJHwuHu7AWynTsA26f { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:14.5rem;top:4.0625rem;left:5.25rem;overflow:hidden;display:block; }
#Ki1LzOHWmTGT9sIJALF692WZeir8LQks { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:14.5rem;top:4.0625rem;left:30.25rem;overflow:hidden;display:block; }
#lEK3EMJykq9GF0BuERquhDpEQ8OPP3sm { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:14.5rem;top:4.0625rem;left:55.25rem;overflow:hidden;display:block; }
#foy56TzPkhKzVTAc8FO0Z2bq0Z0K2cw2 { color:#a31919;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:20.375rem;left:1.09375rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gExQCR5epi4lSGSfVLbkvyTg6wWCfKQb { color:#a31919;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:20.375rem;left:26.09375rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DbTiMkBFFP0hyHt4F08hup08EvFGfJgH { color:#a31919;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:20.28125rem;left:51.09375rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EUNCyqluLQnxlkDGAW4sNcnXuqZBvBa3 { color:#2c3241;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:27.15625rem;left:3.53125rem;height:23.15625rem;text-align:center;text-align-last:center;display:block; }
#i4TlMmqgKhIZrGq2RSD0BvwVZQTaqmAe { color:#2c3241;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:27.15625rem;left:28.53125rem;height:23.15625rem;text-align:center;text-align-last:center;display:block; }
#rPFiDHP8sWZQDw2cS9Nx2yJytOmbMMou { color:#2c3241;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:27.15625rem;left:53.53125rem;height:24.9375rem;text-align:center;text-align-last:center;display:block; }
#Z9nkLOntALXbM80SuskSd3TETX405Pev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { background-color: transparent; background-image: none; }#Z9nkLOntALXbM80SuskSd3TETX405Pev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container > .video-iframe-container { display: none; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row > .video-iframe-container { display: none; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .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); }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { border-width: 0; border-radius: 0; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row > .video-iframe-container {  }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KLqD9MlrihqwCsxGJRTgyw2mACLCtF7P { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:2.4375rem;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:center;text-align-last:center;display:block; }
#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 { position:relative;display:block; }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 { background-color: transparent; background-image: none; }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .row .container > .video-iframe-container { display: none; }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .row > .video-iframe-container { display: none; }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .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); }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 { border-width: 0; border-radius: 0; }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .row .container > .video-iframe-container {  }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .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:147.5rem;width:75rem;position:relative;display:block; }#nmEu22ObMMQ4DFC3EwImEncsEQpMaqxv { color:#a31919;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8111982345581rem;left:10.000000238419rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfDPsNSAooPNxg1azF1gP8GMmAmeAslw { color:#2c3241;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:6.1242198944092rem;left:10rem;height:7.125rem;text-align:center;text-align-last:center;display:block; }
#X7LBlIgzk7mJyJmTvg8gmtnulLUK4GtG { color:#a31919;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:17.625rem;left:25.5625rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dkwLdMt893vgKgnTN2nQZGZtL95bOkwo { color:#2c3241;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:20.6875rem;left:10rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#IMSnZTniqvRoNLZ2xiRDmspCX5K5fV87 { position:absolute;display:block;z-index:100006;background-color:#a31919;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;height:0.125rem;width:13.75rem;top:19.79947912693rem;left:30.625001192093rem;display:block; }
#ADlTFdPrgZGGSFqhMT3JN32QSS1XAxPd { position:absolute;display:block;z-index:100007;background-color:#a31919;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;height:0.125rem;width:13.75rem;top:35.0625rem;left:30.625rem;display:block; }
#mAdXgOpJohKDTzCK4zTTB8ggoSfuc74H { color:#a31919;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:32.4375rem;left:10rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UsQKi2BgXQipWqkOsm283JdUIWW5bVtD { color:#2c3241;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:36.125rem;left:10.0625rem;height:10.6875rem;text-align:center;text-align-last:center;display:block; }
#HadInQf11Kl4k84zTBTebcP69PBDD5Ht { color:#a31919;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:51.75rem;left:10rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lFDkb1LPV6Zmm6WKoAqUTLXZwv3y0MJC { position:absolute;display:block;z-index:100008;background-color:#a31919;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;height:0.125rem;width:13.75rem;top:54.25rem;left:30.625rem;display:block; }
#z0fT0xcu5GfVkTdTgIXWskoMda4HxglD { color:#2c3241;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:55.3125rem;left:10rem;height:14.25rem;text-align:center;text-align-last:center;display:block; }
#kTQ3EZd5wOUpgTAvSl85ruOT6IpBgs2O { color:#a31919;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:74.062502861025rem;left:10.000000238419rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFsqcs9TmUaTxpdGMKAgQJftfL7i4sD8 { position:absolute;display:block;z-index:100009;background-color:#a31919;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;height:0.125rem;width:13.75rem;top:78.1875038147rem;left:30.625001192093rem;display:block; }
#AJapqAJ8Omac5gZpCZa0ZRy4AqThk31m { color:#2c3241;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:79.000002861025rem;left:10.000000238419rem;height:14.25rem;text-align:center;text-align-last:center;display:block; }
#IXfO1a3MydFKIFeawyztTCWTW3uQho0z { position:absolute;display:block;z-index:99999;background-color:#a31919;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;height:9.5rem;width:59.375rem;top:99.0625rem;left:7.8125rem;display:block; }
#h4BkpLtqPXpCVN9JONasdazZA9bqBEnb { color:#ffffff;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:100.31250572204rem;left:10.000000238419rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ef9x82OfabeAe6SQ1TSlK83P08n2D12m { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.0625rem;width:33.125rem;top:111.1875rem;left:24.406251192093rem;overflow:hidden;display:block; }
#FFXNUUh3JUTxXeeTsQTKPdvphLLxAPQG { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:29.4375rem;top:142.25001013279rem;left:22.781251192093rem;overflow:hidden;display:block; }
#WSTSZnVdf63cUsvtcZ0JTtb1VrEln5LU { position:absolute;display:block;z-index:100007;background-color:#a31919;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;height:0.125rem;width:13.75rem;top:5.2369794845581rem;left:30.625001192093rem;display:block; }
#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG { position:relative;display:block; }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG { background-color: transparent; background-image: none; }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .row .container > .video-iframe-container { display: none; }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .row > .video-iframe-container { display: none; }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .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); }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG { border-width: 0; border-radius: 0; }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .row .container > .video-iframe-container {  }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .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:24rem;width:75rem;position:relative;display:block; }#Tc9upsq8Et7fn5gGAJV6DmcMPWRnH9d8 { background-color:#004e8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:16.500010490417rem;left:28.750001192093rem;display:block; }
#PrmLu2GcTApsZdfednf6zT7tTO1WTXmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I48zxOHFDNv0AFAsuzoLrEOur31C7qSz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:19.9375rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { background-color: transparent; background-image: none; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container > .video-iframe-container { display: none; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row > .video-iframe-container { display: none; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .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); }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { border-width: 0; border-radius: 0; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row > .video-iframe-container {  }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KI2rxHNtd7N2MwbyAZvr2V3y9u2cH3Jt { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.875rem;left:14.34375rem;height:2.4375rem;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:center;text-align-last:center;display:block; }
#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rJAkjHkD/kryzys_w_zwiazku2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa.adaptive-delivery-prevent-bg, #VQ0g8ViOr830DD8daHLXhmM2obyt6ACa.lazyload, #VQ0g8ViOr830DD8daHLXhmM2obyt6ACa.lazyloading { background-image: none; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container { background-color: transparent; background-image: none; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container > .video-iframe-container { display: none; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row > .video-iframe-container { display: none; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .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); }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container { border-width: 0; border-radius: 0; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row > .video-iframe-container {  }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;position:relative;display:block; }#tgLKUMkIiCf4BRrW8JLoBUA21NVrSTTn { color:#2c3241;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.125rem;left:6.5rem;height:46.2890625rem;text-align:left;text-align-last:left;display:block; }
#wEhIfZsIZE7uJNPhUb8AgQHGyABEGp7x { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.8125rem;left:3.3125rem;display:block; }
#TliCaWk5pXHseCqdJXdAqxEprvkz66W6 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:15.875rem;left:3.3125rem;display:block; }
#H0VuRTSlqVDvLTwaCDcKqc2iywm4TmbO { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:18.8125rem;left:3.3125rem;display:block; }
#FvKHxTGrBOKFytTdbzQ5e5iWHWLpxZqf { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:21.8125rem;left:3.3125rem;display:block; }
#G8ynb4wg3faCEmAmS98nMAqmHBXlDk7y { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:24.8125rem;left:3.3125rem;display:block; }
#U6kDSidI1cKfTktmh4NTEFxXTV3TNunh { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:29.3125rem;left:3.3125rem;display:block; }
#wmVKoxSqXQwS5EqxJbNa0OBt8F9gHPrP { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:33.8125rem;left:3.3125rem;display:block; }
#skfwTNvBsuUgZ9ayLK0mN9p1V9M5lHh5 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:38.3125rem;left:3.3125rem;display:block; }
#s9d1bgutRHnEVtEcSau3r39CZDrqP9xu { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:42.6875rem;left:3.3125rem;display:block; }
#AwBz5m4Dz6ZtTSs4fBiXMQwToTfcqZn1 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:45.875rem;left:3.3125rem;display:block; }
#kyJrNwczzN1gLL2UVvZ14KZTnCCIA2UR { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:51.75rem;left:3.3125rem;display:block; }
#Ld7zwNanPA5argmG1mNL1PaDSOD1s7pc { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:54.9375rem;left:3.3125rem;display:block; }
#mtaVXNvqLnX10DR5PRHzgHd1dvFFac7E { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:59.25rem;left:3.3125rem;display:block; }
#FTns8F6CXCWSDatdikeH7vw9R2fOr38m { color:#2c3241;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:6.8125rem;left:3.8125rem;height:2.4375rem;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; }
#vsmqNTnR3KRyErVE7ZcXQ74aAzvQkuPD { position:absolute;display:block;z-index:100005;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;height:61.0625rem;width:32.8125rem;top:3.9375rem;left:2.34375rem;display:block; }
#ozTV9uw2xy1DUTFMBU2eUeq6ulB0t7Ap { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo { position:relative;display:block; }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo { background-color: transparent; background-image: none; }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .row .container > .video-iframe-container { display: none; }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .row > .video-iframe-container { display: none; }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .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); }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo { border-width: 0; border-radius: 0; }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .row .container > .video-iframe-container {  }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#mQ3C6nx19Mle5u8gliLMwxi1thg5V6uQ { color:#2c3241;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.8750247955323rem;left:10rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LsPm4QeqH3na2dXTJ3TGHGeVpldskzlS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:72.4375rem;top:10.125000476837rem;left:1.28125rem;overflow:hidden;display:block; }
#Qb5T7VpNCc1DW2E6yv5MwVNniOGCxZ62 { background-color:#004e8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:18.187500476837rem;left:28.750001907349rem;display:block; }
#DFh3VWFe1A8SapLUJS7oCdg71DhDz8ni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rfslCsFpL6DslvxxX2EWLMHLO1t5gbrF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:21.625rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { background-color: transparent; background-image: none; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container > .video-iframe-container { display: none; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row > .video-iframe-container { display: none; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .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); }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { border-width: 0; border-radius: 0; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row > .video-iframe-container {  }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#Tx1XLgWrPTO32vHZfGsJSZICEDwR6Ef6 { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.5625rem;left:14.34375rem;height:4.875rem;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:center;text-align-last:center;display:block; }
#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { position:relative;display:block; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { background-color: transparent; background-image: none; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container > .video-iframe-container { display: none; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row > .video-iframe-container { display: none; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .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); }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { border-width: 0; border-radius: 0; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container > .video-iframe-container {  }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .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:21rem;width:75rem;position:relative;display:block; }#PrHT5FnkSJgT7x3TgTZd5J3SvgW5XFwx { position:absolute;display:block;z-index:100000;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.25rem;left:2.40625rem;display:block; }
#k54bSTBEu73aBUcq2auZe5cZAdZgCeJF { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:7rem;left:4.53125rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmLPiT0a3SnQgQSAToRu5VuSbNyLA8BM { box-sizing:content-box;color:#a31919;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:9.59375rem;display:block; }
#WUa6NKcdBgLZ0QpUUwecHO8e0Ve9T9mw { position:absolute;display:block;z-index:100003;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.3125rem;left:27.5rem;display:block; }
#SBnJ2NF395IEyptmwIF0tvT4uWIq8ngm { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7rem;left:29.531251907349rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J7hil5JS0thkfXEol98sXJNiBco1DzKQ { box-sizing:content-box;color:#a31919;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.1875rem;left:34.6875rem;display:block; }
#og4NlqlcnI0KotR5vL5cfP6mFIrgALHz { position:absolute;display:block;z-index:100006;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.3125rem;left:52.5rem;display:block; }
#PAU5ZO8BVOMEPx6GT3UHKcyTChEO6uKX { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:7rem;left:54.531248092651rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0S8HHQS3VbAPy7sZbC3zOZdbmpdzKDc { box-sizing:content-box;color:#a31919;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.1875rem;left:59.6875rem;display:block; }
#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { position:relative;display:block; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { background-color: transparent; background-image: none; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container > .video-iframe-container { display: none; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row > .video-iframe-container { display: none; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .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); }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { border-width: 0; border-radius: 0; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container > .video-iframe-container {  }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .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:21rem;width:75rem;position:relative;display:block; }#atULid6iorePizVghac4p8P4WU3qTtSX { position:absolute;display:block;z-index:100000;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.25rem;left:2.40625rem;display:block; }
#MZynUrPZ1QRzoJtAMOUZEv01h2nq8kiB { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:7rem;left:4.53125rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BB92vEzD6CtvtCJtpOqcNRrB9TD6H1VM { box-sizing:content-box;color:#a31919;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:9.59375rem;display:block; }
#TIxhy6iyavLr5vg9hu7ssuiKx1W48GzE { position:absolute;display:block;z-index:100003;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.3125rem;left:52.5rem;display:block; }
#pbH9qr3qKKxv2sheOOU1klynwK8Iftl7 { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7rem;left:54.531248092651rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEACpVB2pGICSacRI80MalAmaz2771IH { box-sizing:content-box;color:#a31919;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.1875rem;left:59.6875rem;display:block; }
#wkn22sBwWANH3Twk93X2smJNNBa3TxNu { position:absolute;display:block;z-index:100003;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.25rem;left:27.5rem;display:block; }
#QurgGmLLzOKQdc6An6FTJyZRSrF87tlS { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7rem;left:29.531251907349rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bLdzpPD0QZif9pxBG2fGzM1XldEQqMfc { box-sizing:content-box;color:#a31919;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.125rem;left:34.59375rem;display:block; }
#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge { position:relative;display:block; }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge { background-color: transparent; background-image: none; }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .row .container > .video-iframe-container { display: none; }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .row > .video-iframe-container { display: none; }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .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); }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge { border-width: 0; border-radius: 0; }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .row .container > .video-iframe-container {  }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .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:21rem;width:75rem;position:relative;display:block; }#Xig7QnBhNnOndutiDWg4WIo2OySoJxxg { position:absolute;display:block;z-index:100000;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.25rem;left:2.40625rem;display:block; }
#oKx8s9Lfb8RcKmCgXXTJXyeSPcpuAyaJ { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:7rem;left:4.53125rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dd5idETme6Nmmc2Hi75RPllfcPFyC1gI { box-sizing:content-box;color:#a31919;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:9.59375rem;display:block; }
#tQA8BRtvgo4rgmCNTJTdP7MXOkzsG7yC { position:absolute;display:block;z-index:100003;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.3125rem;left:52.5rem;display:block; }
#KAZdtaGiBwF28D45monFfOtntOvzm56I { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7rem;left:54.531248092651rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qT44sxxXKmmASdgfeLIaQaIssUDvrkFz { box-sizing:content-box;color:#a31919;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.1875rem;left:59.6875rem;display:block; }
#pTTp1w8RbQ12CmCcFTOhIZrxyTxnBdsw { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:19.4375rem;top:1.40625rem;left:31.40625rem;overflow:hidden;display:block; }
#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv { position:relative;display:block; }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv { background-color: transparent; background-image: none; }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .row .container > .video-iframe-container { display: none; }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .row > .video-iframe-container { display: none; }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .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); }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv { border-width: 0; border-radius: 0; }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .row .container > .video-iframe-container {  }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#MgGPEVK8TsDwb27nZBCTPxirTWT6p0Lv { position:absolute;display:block;z-index:100013;height:4.3125rem;width:20rem;top:0rem;left:27.500001907349rem;display:block; }
#RShxyxNeLGBuH78LNqGufEfp623xRd2I { position:relative;display:block; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I { background-color: transparent; background-image: none; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container > .video-iframe-container { display: none; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row > .video-iframe-container { display: none; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .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); }#RShxyxNeLGBuH78LNqGufEfp623xRd2I { border-width: 0; border-radius: 0; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container > .video-iframe-container {  }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .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:8rem;width:75rem;position:relative;display:block; }#ElITWwDoNmiRwRxXuy1Ez8mLzRRmATpo { background-color:#004e8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0rem;left:28.75rem;display:block; }
#tA8wBPhkpLAKy4SSaNR8T3qwzJ8Il6Fy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VudAUuEkdW79nBHsQN32wwqm9Vp8md2w { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3.1875rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;background-image:none;position:relative;display:block; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { background-color: transparent; background-image: none; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container > .video-iframe-container { display: none; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row > .video-iframe-container { display: none; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .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); }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { border-width: 0; border-radius: 0; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row > .video-iframe-container {  }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#DicsTP0c5LUnq8IaavdK5mXXQ2w8GRF8 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.0625rem;width:34.375rem;top:7.9375rem;left:39.062501907349rem;overflow:hidden;display:block; }
#EgotLyIb2XQdawMRnxefBruz2qXnw8Dl { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#sApyVNqGv0atO9bUNLvgHUdLWpDTNvG2 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:11.1875rem;left:6.3125rem;height:17.8125rem;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:center;text-align-last:center;display:block; }
#ZkTwGH6fDR7g34Bn6a0EZ3nOUFXbnyEA { background-color:#004e8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:32.1875rem;left:10rem;display:block; }
#rbGw0V2rCci6S3TEzb8odQM7QufZnAiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uqqWz586Bdy1lHNhKCs3HE3gE7gB4J8d { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:35.625rem;left:12.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { background-color: transparent; background-image: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container > .video-iframe-container { display: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row > .video-iframe-container { display: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .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); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { border-width: 0; border-radius: 0; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row > .video-iframe-container {  }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { color:#2c3241;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:;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:center;text-align-last:center;display:block; }
#HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29rem;width:19.6875rem;top:6.686718940735rem;left:6.0625rem;overflow:hidden;display:block; }
#rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { color:#2c3241;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:11.625rem;left:39.312501907349rem;height:13.78125rem;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; }
#Ro4XOs5V03XmGmdmdKD2QBc7DAh1xeOO { background-color:#004e8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:27.8125rem;left:44.625rem;display:block; }
#LoyAUaD4bcFHK9LyDaChnvo1sw9H0Tft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AvLfGZT6ZiJEXDrVV5twv3FPyFzESIyb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:31.25rem;left:47.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN { display:block; }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdoTQrG8Hrn3HIf5hoOy73yTwVsGlaop { top:0rem;left:13.875001907349rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEWaoJh9uni8aOISWV4wKuSENv031A9L { width:34.25rem;height:5.5rem;top:10.375rem;left:13.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { top:3.125rem;left:0rem;width:33.1875rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { width:17.5rem;height:3.4375rem;top:25.25rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block; }
 }@media only screen and (max-width: 763px) { #uPMEKsVGz8sutlCRUrTlpm39x6PoQlM4 { width:34.25rem;height:;top:17.9375rem;left:13.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDg85JRuFsEtLtMndF3RH50Fhg07Wywu { top:0rem;left:38.375rem;width:9.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2HPcnFbukXmDnVPy3uHSxlQxoyCEafX { top:28.6875rem;left:32.1875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt { display:block; }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKllMP9PnTR0QI8AALEZVcmIZTnyx6XL { width:27.375rem;height:25.1875rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOW3e67AhCWNDlvFiaxde4qGr8UCVKAq { top:4.125rem;left:0rem;width:32.8125rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twalEOs5BsKOgQef3MQkMQQH1lELU5fV { display:block; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3zkSzV8Kbr6tEEt6ZuPQuPgQXr356vJ { width:46.3125rem;height:4.875rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { display:block; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOrNO3xupIlUIQX8lg4nwv5OOH5IMmo3 { width:45.0625rem;height:23.25rem;top:4.1875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWFmCKL3OuMSVLC71oAbEx2XoluHulvd { display:block; }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1aHgURgb8qOckgNwJKWb907eoU8iWd { width:46.3125rem;height:4.75rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 { display:block; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXcvCeL5krzt9EoKpbNNKyv14iVxdDRH { top:2.125rem;left:1.3125rem;width:45.0625rem;height:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ { display:block; }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhtKAB8KXTfbRJXCpDNGfuMQVAPR1lOF { width:46.3125rem;height:4.875rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL { display:block; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf3K4e2rU8nhhzDOpT6zRJ7yX9TA5Pd9 { top:4.8125rem;left:17rem;width:30.75rem;height:26.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug3TTitTiISU7T4RuVt7wZdWJH1VNPZS { top:2.6875rem;left:13.375rem;width:34.375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmcAVluHorw6hrqxEy77QSEt7zkplsx { display:block; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlNO5KhSlAh4FTsuOA3TCoxLWqZooESB { width:46.3125rem;height:4.875rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ { display:block; }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdEOGf5Uc82l1bsCLqT2WwxlXFVVgRLs { top:2.9375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { display:block; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THoNkGS5HTerG8h7ebbETKUJr43Tyk2a { top:2.75rem;left:0rem;width:30.75rem;height:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Dl7BQTggMc5A6KX0K88fShZMnJQviD { top:3.1875rem;left:13rem;width:34.75rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl { display:block; }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6D5SS6fXIGU8iJsvDTDKvskxiTcwzbT { top:3.6875rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCaap2CQcMxfR3a01icw4PZcBeoXXtXH { width:17.5rem;height:3.4375rem;top:18.6875rem;left:15.125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2vWnNSQgguDuAT6bL6p7uvHCax22gUH { display:block; }
 }@media only screen and (max-width: 763px) { #Ou5uZy6nor21KggUiGPFdfO0tGifta0P { top:22.125rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RclNHheTVbChUnbaTcgH6cfaaXuzMWFP { display:block; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBQ3eUx4qDWyQar7IxbdTJdeukKTuRti { width:46.3125rem;height:2.4375rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk { display:block; }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfeXuCGRFgKOVhpJHwuHu7AWynTsA26f { top:4.0625rem;left:0.6875rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki1LzOHWmTGT9sIJALF692WZeir8LQks { top:4.0625rem;left:16.5625rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEK3EMJykq9GF0BuERquhDpEQ8OPP3sm { top:4.0625rem;left:32.4375rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #foy56TzPkhKzVTAc8FO0Z2bq0Z0K2cw2 { top:20.375rem;left:0rem;width:22.8125rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gExQCR5epi4lSGSfVLbkvyTg6wWCfKQb { top:20.375rem;left:8.9375rem;width:22.8125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTiMkBFFP0hyHt4F08hup08EvFGfJgH { top:20.25rem;left:24.8125rem;width:22.8125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUNCyqluLQnxlkDGAW4sNcnXuqZBvBa3 { top:27.125rem;left:0rem;width:17.9375rem;height:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TlMmqgKhIZrGq2RSD0BvwVZQTaqmAe { top:27.125rem;left:13.8125rem;width:17.9375rem;height:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPFiDHP8sWZQDw2cS9Nx2yJytOmbMMou { top:27.125rem;left:29.6875rem;width:17.9375rem;height:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nkLOntALXbM80SuskSd3TETX405Pev { display:block; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLqD9MlrihqwCsxGJRTgyw2mACLCtF7P { width:46.3125rem;height:2.4375rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 { display:block; }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmEu22ObMMQ4DFC3EwImEncsEQpMaqxv { top:2.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDPsNSAooPNxg1azF1gP8GMmAmeAslw { top:6.0625rem;left:0rem;width:47.75rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LBlIgzk7mJyJmTvg8gmtnulLUK4GtG { top:17.625rem;left:11.9375rem;width:23.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkwLdMt893vgKgnTN2nQZGZtL95bOkwo { top:20.6875rem;left:0rem;width:47.75rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSnZTniqvRoNLZ2xiRDmspCX5K5fV87 { top:19.75rem;left:17.000001192093rem;width:13.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADlTFdPrgZGGSFqhMT3JN32QSS1XAxPd { top:35.0625rem;left:17rem;width:13.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAdXgOpJohKDTzCK4zTTB8ggoSfuc74H { top:32.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQKi2BgXQipWqkOsm283JdUIWW5bVtD { top:36.125rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadInQf11Kl4k84zTBTebcP69PBDD5Ht { top:51.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkb1LPV6Zmm6WKoAqUTLXZwv3y0MJC { top:54.25rem;left:17rem;width:13.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0fT0xcu5GfVkTdTgIXWskoMda4HxglD { top:55.3125rem;left:0rem;width:47.75rem;height:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQ3EZd5wOUpgTAvSl85ruOT6IpBgs2O { top:74.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFsqcs9TmUaTxpdGMKAgQJftfL7i4sD8 { top:78.1875rem;left:17.000001192093rem;width:13.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJapqAJ8Omac5gZpCZa0ZRy4AqThk31m { top:79rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXfO1a3MydFKIFeawyztTCWTW3uQho0z { top:99.0625rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4BkpLtqPXpCVN9JONasdazZA9bqBEnb { top:100.3125rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9x82OfabeAe6SQ1TSlK83P08n2D12m { top:111.1875rem;left:10.781251192093rem;width:33.125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFXNUUh3JUTxXeeTsQTKPdvphLLxAPQG { top:142.25rem;left:9.1562511920931rem;width:29.4375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTSZnVdf63cUsvtcZ0JTtb1VrEln5LU { top:5.1875rem;left:17.000001192093rem;width:13.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmPw8b8kOpd3EluvTmHTqEKXce09VQNG { display:block; }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc9upsq8Et7fn5gGAJV6DmcMPWRnH9d8 { width:17.5rem;height:3.4375rem;top:16.5rem;left:15.125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrmLu2GcTApsZdfednf6zT7tTO1WTXmE { display:block; }
 }@media only screen and (max-width: 763px) { #I48zxOHFDNv0AFAsuzoLrEOur31C7qSz { top:19.9375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn { display:block; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI2rxHNtd7N2MwbyAZvr2V3y9u2cH3Jt { width:46.3125rem;height:2.4375rem;top:1.875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0g8ViOr830DD8daHLXhmM2obyt6ACa { display:block; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgLKUMkIiCf4BRrW8JLoBUA21NVrSTTn { top:13.125rem;left:0rem;width:25.6875rem;height:48rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhIfZsIZE7uJNPhUb8AgQHGyABEGp7x { top:12.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TliCaWk5pXHseCqdJXdAqxEprvkz66W6 { top:15.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VuRTSlqVDvLTwaCDcKqc2iywm4TmbO { top:18.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvKHxTGrBOKFytTdbzQ5e5iWHWLpxZqf { top:21.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ynb4wg3faCEmAmS98nMAqmHBXlDk7y { top:24.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kDSidI1cKfTktmh4NTEFxXTV3TNunh { top:29.3125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmVKoxSqXQwS5EqxJbNa0OBt8F9gHPrP { top:33.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skfwTNvBsuUgZ9ayLK0mN9p1V9M5lHh5 { top:38.3125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9d1bgutRHnEVtEcSau3r39CZDrqP9xu { top:42.6875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwBz5m4Dz6ZtTSs4fBiXMQwToTfcqZn1 { top:45.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyJrNwczzN1gLL2UVvZ14KZTnCCIA2UR { top:51.75rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7zwNanPA5argmG1mNL1PaDSOD1s7pc { top:54.9375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtaVXNvqLnX10DR5PRHzgHd1dvFFac7E { top:59.25rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTns8F6CXCWSDatdikeH7vw9R2fOr38m { width:23.75rem;height:2.375rem;top:6.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmqNTnR3KRyErVE7ZcXQ74aAzvQkuPD { top:3.9375rem;left:0rem;width:32.8125rem;height:61.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozTV9uw2xy1DUTFMBU2eUeq6ulB0t7Ap { display:none; }
 }@media only screen and (max-width: 763px) { #t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo { display:block; }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ3C6nx19Mle5u8gliLMwxi1thg5V6uQ { top:3.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsPm4QeqH3na2dXTJ3TGHGeVpldskzlS { top:10.125rem;left:0rem;width:47.75rem;height:3.7079378774806rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb5T7VpNCc1DW2E6yv5MwVNniOGCxZ62 { width:17.5rem;height:3.4375rem;top:18.1875rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFh3VWFe1A8SapLUJS7oCdg71DhDz8ni { display:block; }
 }@media only screen and (max-width: 763px) { #rfslCsFpL6DslvxxX2EWLMHLO1t5gbrF { top:21.625rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU { display:block; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1XLgWrPTO32vHZfGsJSZICEDwR6Ef6 { width:46.3125rem;height:4.875rem;top:1.5625rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { display:block; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrHT5FnkSJgT7x3TgTZd5J3SvgW5XFwx { top:4.25rem;left:0rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54bSTBEu73aBUcq2auZe5cZAdZgCeJF { top:7rem;left:0rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLPiT0a3SnQgQSAToRu5VuSbNyLA8BM { top:1.125rem;left:5.03125rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUa6NKcdBgLZ0QpUUwecHO8e0Ve9T9mw { top:4.3125rem;left:11.75rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBnJ2NF395IEyptmwIF0tvT4uWIq8ngm { top:7rem;left:15.8125rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7hil5JS0thkfXEol98sXJNiBco1DzKQ { top:1.1875rem;left:21rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #og4NlqlcnI0KotR5vL5cfP6mFIrgALHz { top:4.3125rem;left:27.625rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAU5ZO8BVOMEPx6GT3UHKcyTChEO6uKX { top:7rem;left:31.6875rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0S8HHQS3VbAPy7sZbC3zOZdbmpdzKDc { top:1.1875rem;left:36.875rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { display:block; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atULid6iorePizVghac4p8P4WU3qTtSX { top:4.25rem;left:0rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZynUrPZ1QRzoJtAMOUZEv01h2nq8kiB { top:7rem;left:0rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB92vEzD6CtvtCJtpOqcNRrB9TD6H1VM { top:1.125rem;left:5.03125rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxhy6iyavLr5vg9hu7ssuiKx1W48GzE { top:4.3125rem;left:27.625rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbH9qr3qKKxv2sheOOU1klynwK8Iftl7 { top:7rem;left:31.6875rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEACpVB2pGICSacRI80MalAmaz2771IH { top:1.1875rem;left:36.875rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkn22sBwWANH3Twk93X2smJNNBa3TxNu { top:4.25rem;left:11.75rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QurgGmLLzOKQdc6An6FTJyZRSrF87tlS { top:7rem;left:15.8125rem;width:15.9375rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLdzpPD0QZif9pxBG2fGzM1XldEQqMfc { top:1.125rem;left:20.90625rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJVkilXGUCA1WeNrdcDP17GhTbTwJsge { display:block; }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xig7QnBhNnOndutiDWg4WIo2OySoJxxg { top:4.25rem;left:0rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKx8s9Lfb8RcKmCgXXTJXyeSPcpuAyaJ { top:7rem;left:0rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5idETme6Nmmc2Hi75RPllfcPFyC1gI { top:1.125rem;left:5.03125rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQA8BRtvgo4rgmCNTJTdP7MXOkzsG7yC { top:4.3125rem;left:27.625rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAZdtaGiBwF28D45monFfOtntOvzm56I { top:7rem;left:31.6875rem;width:15.9375rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT44sxxXKmmASdgfeLIaQaIssUDvrkFz { top:1.1875rem;left:36.875rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTp1w8RbQ12CmCcFTOhIZrxyTxnBdsw { top:1.375rem;left:12.3125rem;width:19.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv { display:block; }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgGPEVK8TsDwb27nZBCTPxirTWT6p0Lv { top:0rem;left:13.875001907349rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShxyxNeLGBuH78LNqGufEfp623xRd2I { display:block; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElITWwDoNmiRwRxXuy1Ez8mLzRRmATpo { width:17.5rem;height:3.4375rem;top:0rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8wBPhkpLAKy4SSaNR8T3qwzJ8Il6Fy { display:block; }
 }@media only screen and (max-width: 763px) { #VudAUuEkdW79nBHsQN32wwqm9Vp8md2w { top:3.1875rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 { display:block; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DicsTP0c5LUnq8IaavdK5mXXQ2w8GRF8 { top:7.9375rem;left:13.375rem;width:34.375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgotLyIb2XQdawMRnxefBruz2qXnw8Dl { top:3.375rem;left:0rem;width:25rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sApyVNqGv0atO9bUNLvgHUdLWpDTNvG2 { width:24.9375rem;height:17.5rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTwGH6fDR7g34Bn6a0EZ3nOUFXbnyEA { width:17.5rem;height:3.4375rem;top:32.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGw0V2rCci6S3TEzb8odQM7QufZnAiP { display:block; }
 }@media only screen and (max-width: 763px) { #uqqWz586Bdy1lHNhKCs3HE3gE7gB4J8d { top:35.625rem;left:5.6875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { width:47.75rem;height:;top:4.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { width:19.6875rem;height:29rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { width:28.125rem;height:13.625rem;top:11.625rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4XOs5V03XmGmdmdKD2QBc7DAh1xeOO { width:17.5rem;height:3.4375rem;top:27.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoyAUaD4bcFHK9LyDaChnvo1sw9H0Tft { display:block; }
 }@media only screen and (max-width: 763px) { #AvLfGZT6ZiJEXDrVV5twv3FPyFzESIyb { top:31.25rem;left:33.5rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN { display:block; }#dz4v9gBSe6x8VGO8AOE1NU1htx3IVdyN > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdoTQrG8Hrn3HIf5hoOy73yTwVsGlaop { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEWaoJh9uni8aOISWV4wKuSENv031A9L { width:20rem;height:3.2rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { width:20rem;height:18.6875rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { width:17.5rem;height:3.4375rem;top:38.96875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block; }
 }@media only screen and (max-width: 763px) { #uPMEKsVGz8sutlCRUrTlpm39x6PoQlM4 { width:20rem;height:4.5rem;top:10.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDg85JRuFsEtLtMndF3RH50Fhg07Wywu { width:7.1875rem;height:2.6875rem;top:0rem;left:6.4062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2HPcnFbukXmDnVPy3uHSxlQxoyCEafX { width:12.5rem;height:1.6rem;top:42.34375rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt { display:block; }#cXxGv9w8dUdzCDa6WSTzyixhnJS8Tpqt > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKllMP9PnTR0QI8AALEZVcmIZTnyx6XL { width:18.125rem;height:24rem;top:4.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOW3e67AhCWNDlvFiaxde4qGr8UCVKAq { width:20rem;height:29.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twalEOs5BsKOgQef3MQkMQQH1lELU5fV { display:block; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3zkSzV8Kbr6tEEt6ZuPQuPgQXr356vJ { width:20rem;height:5.85rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { display:block; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOrNO3xupIlUIQX8lg4nwv5OOH5IMmo3 { width:18.75rem;height:33rem;top:1.6249990463257rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWFmCKL3OuMSVLC71oAbEx2XoluHulvd { display:block; }#iWFmCKL3OuMSVLC71oAbEx2XoluHulvd > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1aHgURgb8qOckgNwJKWb907eoU8iWd { width:20rem;height:7.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 { display:block; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXcvCeL5krzt9EoKpbNNKyv14iVxdDRH { width:18.75rem;height:33rem;top:1.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ { display:block; }#PKXmQG6ycKbPfJgHTD2xwMeTDVo1KNiZ > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhtKAB8KXTfbRJXCpDNGfuMQVAPR1lOF { width:20rem;height:5.85rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL { display:block; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf3K4e2rU8nhhzDOpT6zRJ7yX9TA5Pd9 { width:18.125rem;height:28rem;top:1.6562442779541rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug3TTitTiISU7T4RuVt7wZdWJH1VNPZS { width:20rem;height:30.75rem;top:1.2500004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmcAVluHorw6hrqxEy77QSEt7zkplsx { display:block; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlNO5KhSlAh4FTsuOA3TCoxLWqZooESB { width:20rem;height:5.85rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ { display:block; }#SpwlMqKJlduGWnSM3OP1JIdsm8mALftQ > .row .container { width:20rem;height:19.150009155273rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdEOGf5Uc82l1bsCLqT2WwxlXFVVgRLs { width:18.75rem;height:18rem;top:1.1500015258789rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { display:block; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container { width:20rem;height:50.000015258789rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THoNkGS5HTerG8h7ebbETKUJr43Tyk2a { width:18.75rem;height:33rem;top:1.3117132186889rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7Dl7BQTggMc5A6KX0K88fShZMnJQviD { width:20rem;height:13.1875rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl { display:block; }#kEpo7vCKTAfcTvHRZE0pDznTx0WgHkvl > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6D5SS6fXIGU8iJsvDTDKvskxiTcwzbT { width:20rem;height:18rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCaap2CQcMxfR3a01icw4PZcBeoXXtXH { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2vWnNSQgguDuAT6bL6p7uvHCax22gUH { display:block; }
 }@media only screen and (max-width: 763px) { #Ou5uZy6nor21KggUiGPFdfO0tGifta0P { width:12.5rem;height:0;top:25.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RclNHheTVbChUnbaTcgH6cfaaXuzMWFP { display:block; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBQ3eUx4qDWyQar7IxbdTJdeukKTuRti { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk { display:block; }#Zx32uyxkhAPaKXwv4VhW7f6sZxzsywUk > .row .container { width:20rem;height:105.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfeXuCGRFgKOVhpJHwuHu7AWynTsA26f { width:9.0625rem;height:9.0625rem;top:3.0625rem;left:5.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki1LzOHWmTGT9sIJALF692WZeir8LQks { width:9.0625rem;height:9.0625rem;top:38.125rem;left:5.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEK3EMJykq9GF0BuERquhDpEQ8OPP3sm { width:9.0625rem;height:9.0625rem;top:71.6875rem;left:5.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #foy56TzPkhKzVTAc8FO0Z2bq0Z0K2cw2 { width:20rem;height:4.5rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gExQCR5epi4lSGSfVLbkvyTg6wWCfKQb { width:20rem;height:3rem;top:47.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTiMkBFFP0hyHt4F08hup08EvFGfJgH { width:20rem;height:3rem;top:80.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUNCyqluLQnxlkDGAW4sNcnXuqZBvBa3 { width:17.9375rem;height:19.5rem;top:17.25rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TlMmqgKhIZrGq2RSD0BvwVZQTaqmAe { width:17.9375rem;height:19.5rem;top:51rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPFiDHP8sWZQDw2cS9Nx2yJytOmbMMou { width:17.9375rem;height:19.5rem;top:84.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nkLOntALXbM80SuskSd3TETX405Pev { display:block; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLqD9MlrihqwCsxGJRTgyw2mACLCtF7P { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 { display:block; }#dRxvG1BBVCoCWURaypWmwAMa2XDre4X5 > .row .container { width:20rem;height:188.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmEu22ObMMQ4DFC3EwImEncsEQpMaqxv { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDPsNSAooPNxg1azF1gP8GMmAmeAslw { width:18.75rem;height:15rem;top:3.8500003814698rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LBlIgzk7mJyJmTvg8gmtnulLUK4GtG { width:20rem;height:1.3rem;top:21.000000476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkwLdMt893vgKgnTN2nQZGZtL95bOkwo { width:18.75rem;height:12rem;top:22.237499237061rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSnZTniqvRoNLZ2xiRDmspCX5K5fV87 { width:13.75rem;height:0.125rem;top:121.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADlTFdPrgZGGSFqhMT3JN32QSS1XAxPd { width:13.75rem;height:0.125rem;top:122.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAdXgOpJohKDTzCK4zTTB8ggoSfuc74H { width:20rem;height:3.9rem;top:35.812501907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQKi2BgXQipWqkOsm283JdUIWW5bVtD { width:18.75rem;height:24rem;top:39.650000572204rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadInQf11Kl4k84zTBTebcP69PBDD5Ht { width:20rem;height:2.6rem;top:65.37500190735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkb1LPV6Zmm6WKoAqUTLXZwv3y0MJC { width:13.75rem;height:0.125rem;top:124.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0fT0xcu5GfVkTdTgIXWskoMda4HxglD { width:20rem;height:31.5rem;top:67.912501573562rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQ3EZd5wOUpgTAvSl85ruOT6IpBgs2O { width:20rem;height:5.2rem;top:101.23749923706rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFsqcs9TmUaTxpdGMKAgQJftfL7i4sD8 { width:13.75rem;height:0.125rem;top:125.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJapqAJ8Omac5gZpCZa0ZRy4AqThk31m { width:18.75rem;height:33rem;top:106.37501192093rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXfO1a3MydFKIFeawyztTCWTW3uQho0z { width:20rem;height:12.5rem;top:140.12500619888rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4BkpLtqPXpCVN9JONasdazZA9bqBEnb { width:18.75rem;height:11.2rem;top:140.77500629425rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9x82OfabeAe6SQ1TSlK83P08n2D12m { width:20rem;height:18.71875rem;top:154.25470638275rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #FFXNUUh3JUTxXeeTsQTKPdvphLLxAPQG { width:20rem;height:13.5875rem;top:174.09844112396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTSZnVdf63cUsvtcZ0JTtb1VrEln5LU { width:13.75rem;height:0.125rem;top:5.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmPw8b8kOpd3EluvTmHTqEKXce09VQNG { display:block; }#qmPw8b8kOpd3EluvTmHTqEKXce09VQNG > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc9upsq8Et7fn5gGAJV6DmcMPWRnH9d8 { width:17.5rem;height:3.4375rem;top:2.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrmLu2GcTApsZdfednf6zT7tTO1WTXmE { display:block; }
 }@media only screen and (max-width: 763px) { #I48zxOHFDNv0AFAsuzoLrEOur31C7qSz { width:12.5rem;height:0;top:7.5rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn { display:block; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI2rxHNtd7N2MwbyAZvr2V3y9u2cH3Jt { width:20rem;height:5.85rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0g8ViOr830DD8daHLXhmM2obyt6ACa { display:block; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgLKUMkIiCf4BRrW8JLoBUA21NVrSTTn { width:17rem;height:46.8rem;top:5.375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhIfZsIZE7uJNPhUb8AgQHGyABEGp7x { width:2.375rem;height:2.375rem;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TliCaWk5pXHseCqdJXdAqxEprvkz66W6 { width:2.375rem;height:2.375rem;top:7.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VuRTSlqVDvLTwaCDcKqc2iywm4TmbO { width:2.375rem;height:2.375rem;top:9.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvKHxTGrBOKFytTdbzQ5e5iWHWLpxZqf { width:2.375rem;height:2.375rem;top:12.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ynb4wg3faCEmAmS98nMAqmHBXlDk7y { width:2.375rem;height:2.375rem;top:15.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kDSidI1cKfTktmh4NTEFxXTV3TNunh { width:2.375rem;height:2.375rem;top:20.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmVKoxSqXQwS5EqxJbNa0OBt8F9gHPrP { width:2.375rem;height:2.375rem;top:24.437500953674rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skfwTNvBsuUgZ9ayLK0mN9p1V9M5lHh5 { width:2.375rem;height:2.375rem;top:28.250000953674rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9d1bgutRHnEVtEcSau3r39CZDrqP9xu { width:2.375rem;height:2.375rem;top:32.187500953674rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwBz5m4Dz6ZtTSs4fBiXMQwToTfcqZn1 { width:2.375rem;height:2.375rem;top:34.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyJrNwczzN1gLL2UVvZ14KZTnCCIA2UR { width:2.375rem;height:2.375rem;top:41.375000953674rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7zwNanPA5argmG1mNL1PaDSOD1s7pc { width:2.375rem;height:2.375rem;top:45.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtaVXNvqLnX10DR5PRHzgHd1dvFFac7E { width:2.375rem;height:2.375rem;top:49.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTns8F6CXCWSDatdikeH7vw9R2fOr38m { width:20rem;height:1.95rem;top:2.3750019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmqNTnR3KRyErVE7ZcXQ74aAzvQkuPD { width:20rem;height:70.375rem;top:42.187500953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozTV9uw2xy1DUTFMBU2eUeq6ulB0t7Ap { top:1.2874999046326rem;left:0rem;width:20rem;height:52.75rem;z-index:100004;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) { #t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo { display:none; }#t9WQRT7gk1yARlyZGbLNQlc7cFLVfrMo > .row .container { width:20rem;height:30.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mQ3C6nx19Mle5u8gliLMwxi1thg5V6uQ { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsPm4QeqH3na2dXTJ3TGHGeVpldskzlS { width:20rem;height:1.625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb5T7VpNCc1DW2E6yv5MwVNniOGCxZ62 { width:17.5rem;height:3.4375rem;top:11.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFh3VWFe1A8SapLUJS7oCdg71DhDz8ni { display:block; }
 }@media only screen and (max-width: 763px) { #rfslCsFpL6DslvxxX2EWLMHLO1t5gbrF { width:12.5rem;height:0;top:11.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU { display:block; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1XLgWrPTO32vHZfGsJSZICEDwR6Ef6 { width:20rem;height:5.85rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { display:block; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrHT5FnkSJgT7x3TgTZd5J3SvgW5XFwx { width:20rem;height:8.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54bSTBEu73aBUcq2auZe5cZAdZgCeJF { width:15.9375rem;height:4.5rem;top:6.5625rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLPiT0a3SnQgQSAToRu5VuSbNyLA8BM { width:5.8125rem;height:5.8125rem;top:0.75rem;left:7.09375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUa6NKcdBgLZ0QpUUwecHO8e0Ve9T9mw { width:20rem;height:8.75rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBnJ2NF395IEyptmwIF0tvT4uWIq8ngm { width:15.9375rem;height:4.5rem;top:18.5625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7hil5JS0thkfXEol98sXJNiBco1DzKQ { width:5.8125rem;height:5.8125rem;top:12.0625rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #og4NlqlcnI0KotR5vL5cfP6mFIrgALHz { width:20rem;height:9.5625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAU5ZO8BVOMEPx6GT3UHKcyTChEO6uKX { width:15.9375rem;height:4.5rem;top:30.5625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0S8HHQS3VbAPy7sZbC3zOZdbmpdzKDc { width:5.8125rem;height:5.8125rem;top:24.125rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { display:block; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atULid6iorePizVghac4p8P4WU3qTtSX { width:20rem;height:9.875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZynUrPZ1QRzoJtAMOUZEv01h2nq8kiB { width:15.9375rem;height:4.5rem;top:6.6875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB92vEzD6CtvtCJtpOqcNRrB9TD6H1VM { width:5.8125rem;height:5.8125rem;top:0rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxhy6iyavLr5vg9hu7ssuiKx1W48GzE { width:20rem;height:9.8125rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbH9qr3qKKxv2sheOOU1klynwK8Iftl7 { width:15.9375rem;height:4.5rem;top:19.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEACpVB2pGICSacRI80MalAmaz2771IH { width:5.8125rem;height:5.8125rem;top:13.125rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkn22sBwWANH3Twk93X2smJNNBa3TxNu { width:20rem;height:9.125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QurgGmLLzOKQdc6An6FTJyZRSrF87tlS { width:15.9375rem;height:4.5rem;top:31.9375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLdzpPD0QZif9pxBG2fGzM1XldEQqMfc { width:5.8125rem;height:5.8125rem;top:26.1875rem;left:7.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJVkilXGUCA1WeNrdcDP17GhTbTwJsge { display:block; }#xJVkilXGUCA1WeNrdcDP17GhTbTwJsge > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xig7QnBhNnOndutiDWg4WIo2OySoJxxg { width:20rem;height:9.875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKx8s9Lfb8RcKmCgXXTJXyeSPcpuAyaJ { width:15.9375rem;height:4.5rem;top:6.6875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5idETme6Nmmc2Hi75RPllfcPFyC1gI { width:5.8125rem;height:5.8125rem;top:0rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQA8BRtvgo4rgmCNTJTdP7MXOkzsG7yC { width:20rem;height:8.875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAZdtaGiBwF28D45monFfOtntOvzm56I { width:15.9375rem;height:4.5rem;top:19.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT44sxxXKmmASdgfeLIaQaIssUDvrkFz { width:5.8125rem;height:5.8125rem;top:13.125rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTp1w8RbQ12CmCcFTOhIZrxyTxnBdsw { width:19.4375rem;height:18.1875rem;top:27.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv { display:block; }#mwOs2CVGRyNcMtze7iU1GsiSBehKF7Lv > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgGPEVK8TsDwb27nZBCTPxirTWT6p0Lv { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShxyxNeLGBuH78LNqGufEfp623xRd2I { display:block; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElITWwDoNmiRwRxXuy1Ez8mLzRRmATpo { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8wBPhkpLAKy4SSaNR8T3qwzJ8Il6Fy { display:block; }
 }@media only screen and (max-width: 763px) { #VudAUuEkdW79nBHsQN32wwqm9Vp8md2w { width:12.5rem;height:0;top:5.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 { display:block; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DicsTP0c5LUnq8IaavdK5mXXQ2w8GRF8 { width:20rem;height:13.418rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgotLyIb2XQdawMRnxefBruz2qXnw8Dl { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sApyVNqGv0atO9bUNLvgHUdLWpDTNvG2 { width:18.75rem;height:15rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTwGH6fDR7g34Bn6a0EZ3nOUFXbnyEA { width:17.5rem;height:3.4375rem;top:22.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGw0V2rCci6S3TEzb8odQM7QufZnAiP { display:block; }
 }@media only screen and (max-width: 763px) { #uqqWz586Bdy1lHNhKCs3HE3gE7gB4J8d { width:12.5rem;height:0;top:45.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { width:20rem;height:1.7rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { width:12rem;height:17.625rem;top:18.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { width:16.875rem;height:13.5rem;top:4.9375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4XOs5V03XmGmdmdKD2QBc7DAh1xeOO { width:17.5rem;height:3.4375rem;top:39.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoyAUaD4bcFHK9LyDaChnvo1sw9H0Tft { display:block; }
 }@media only screen and (max-width: 763px) { #AvLfGZT6ZiJEXDrVV5twv3FPyFzESIyb { width:12.5rem;height:0;top:44rem;left:3.75rem;font-size:1.25rem;display:block; }
 }