.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#OBCkS4E86Zu8geogLxddgaN2oM1M19TO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:17.5625rem;top:1.53125rem;left:21.21875rem;overflow:hidden;display:block; }
#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yKDrWspu/Dorota_i_Robert4.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.adaptive-delivery-prevent-bg, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyload, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyloading { background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { background-color: transparent; background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .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); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { border-width: 0; border-radius: 0; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container {  }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { color:#2f2f2f;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:20.9375rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:50rem;top:7.1875rem;left:5rem;overflow:hidden;display:block; }
#qh2Mo8cWlH1mohrPcckRmWrUhGTcXZT4 { color:#0075b2;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.875rem;left:10.15625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KShbedDDwW5XsIw2laMkVHgBTipXirnP { color:#e43b2c;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.3125rem;left:10.15625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yKDrWspu/Dorota_i_Robert4.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:none; }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc.adaptive-delivery-prevent-bg, #nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc.lazyload, #nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc.lazyloading { background-image: none; }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row .container { border-width: 0; border-radius: 0; }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row > .video-iframe-container {  }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:none; }#Gp2r8zaDWAayIHIMORb4PTJt0bPTiHq9 { color:#2f2f2f;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:20.9375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#Pp04r3aT7IGUTn2gzTP0TXePhpTXXvZb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:50rem;top:7.1875rem;left:5rem;overflow:hidden;display:block; }
#aeN7KnZ0ZKX3iVZsl9iq9iT0x4q8HAbA { color:#0075b2;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.875rem;left:10.15625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcHdQBU3bsHOTs9ncnsl4JMm8G6wznxO { color:#e43b2c;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.3125rem;left:10.15625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmVmtEkoIgM5KgrdUUBBJamnJyLedKka { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.1875rem;width:29.1875rem;display:none; }
#CsAFagnGotraONkUA73Vfsm8PRd8sxaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { background-color: transparent; background-image: none; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container > .video-iframe-container { display: none; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row > .video-iframe-container { display: none; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .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); }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { border-width: 0; border-radius: 0; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row > .video-iframe-container {  }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { font-size:0.875rem;font-family:arial;height:1.4375rem;width:60rem;position:relative;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BxBtAi3R/pod_film5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.adaptive-delivery-prevent-bg, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyload, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyloading { background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { background-color: transparent; background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .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); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { border-width: 0; border-radius: 0; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container {  }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:60rem;position:relative;display:block; }#Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { position:absolute;display:block;z-index:15000;border-top:0.4375rem solid #111111;border-left:0.4375rem solid #111111;border-right:0.4375rem solid #111111;border-bottom:0.4375rem solid #111111;height:28.0625rem;width:50rem;top:2.5rem;left:4.5625rem;display:block; }
#PbAM5Th1TLwSq9EndSZVRoiTJQ9o22rZ { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:ubuntu;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:55.25rem;left:17.375rem;display:block; }
#spWNlE54di4e4flK0nwGIxQ2LTbm86LT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1En2PmF5py6CFAk5ekHQyngB9xegHdt { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:59.5rem;left:20.625rem;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; }
#Chox92U5vqXc9BpuhiW8n7VWJTI5AC2u { color:#e43b2c;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:51.375rem;left:18.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJl7O9mDE9czNmOBawrByrrT42oydttc { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:49.75rem;left:20.625rem;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; }
#Ndgq0blraVTZ8W0tSe1T0Pk4sFD4XmZy { position:absolute;display:block;z-index:15002;height:11.25rem;width:20rem;top:37.875rem;left:20.000000953674rem;display:block; }
#diVryKmO5Sg3pJx96ykE2RE83XMqhAvZ { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:35.0625rem;left:20.625000953674rem;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; }
#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { background-color: transparent; background-image: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container > .video-iframe-container { display: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container { display: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .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); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { border-width: 0; border-radius: 0; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container {  }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#VMnCHkqUpsd288d9OFJpkFPafJTPp7PE { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:4.9375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yabFLvz5PKTFT43elVanUtnH7zaKaTnb { position:relative;display:block; }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb { background-color: transparent; background-image: none; }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .row .container > .video-iframe-container { display: none; }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .row > .video-iframe-container { display: none; }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .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); }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb { border-width: 0; border-radius: 0; }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .row .container > .video-iframe-container {  }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .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:15.5rem;width:60rem;position:relative;display:block; }#l6Ew8ocXGP4P973hlypT19kQ3Fc111Ss { color:#2f2f2f;display:block;width:58.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.53125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { background-color: transparent; background-image: none; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container > .video-iframe-container { display: none; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row > .video-iframe-container { display: none; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .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); }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { border-width: 0; border-radius: 0; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row > .video-iframe-container {  }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#vFROQBO0Bb9ydsZuayapOTOw6vUfRNJu { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { position:relative;display:block; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { background-color: transparent; background-image: none; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container > .video-iframe-container { display: none; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row > .video-iframe-container { display: none; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .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); }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { border-width: 0; border-radius: 0; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container > .video-iframe-container {  }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .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:60.4375rem;width:60rem;position:relative;display:block; }#klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:1.25rem;overflow:hidden;display:block; }
#kqnmOQT48tRylqqRLDAXk9SCpORd1QeX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:16.25rem;overflow:hidden;display:block; }
#z5WHGIuKKx534TZcyhB1FTOGPuKqBnNn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:31.25rem;overflow:hidden;display:block; }
#bBwCF1LBoWXLPuBRVbGl6NraXFqxXhbf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:46.25rem;overflow:hidden;display:block; }
#ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { color:#e43b2c;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.25rem;left:0.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWw0wHu6hSylbMaK79xhrqoVFG1qmmQW { position:absolute;display:block;z-index:15005;background-color:#e43b2c;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.4375rem;top:24.25rem;left:0.78125rem;display:block; }
#l7PTnDp6mnGzgN9TdHTg0mVIvLZa9Ehq { position:absolute;display:block;z-index:15007;background-color:#e43b2c;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.4375rem;top:24.25rem;left:15.78125rem;display:block; }
#N33QbeWnVym2LTkzHZcHnhUJu6iMqKId { color:#e43b2c;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5625rem;left:15.3125rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tD02Qzogq9gwegqMLzru0L5JB2nbnF9e { position:absolute;display:block;z-index:15009;background-color:#e43b2c;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.4375rem;top:24.25rem;left:30.78125rem;display:block; }
#WWCoGXzoAzVrLiMUcvQmStTkaWQdmrqZ { color:#e43b2c;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.25rem;left:30.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBpQD11TPOgfcRE8IWTILIgMSR7FFHie { position:absolute;display:block;z-index:15011;background-color:#e43b2c;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.4375rem;top:24.25rem;left:45.78125rem;display:block; }
#Ff7GkR0nSR7yQmmgadFzFlgifdKlHmKM { color:#e43b2c;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.25rem;left:45.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxv8ggt4Qirwv0bwRWbvB47OliM3238L { color:#2f2f2f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.75rem;left:1.25rem;height:19.0125rem;text-align:center;text-align-last:center;display:block; }
#T6HBHBryAxiKOEA4NrFRoWpkCewyhiLk { color:#2f2f2f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.75rem;left:16.25rem;height:17.55rem;text-align:center;text-align-last:center;display:block; }
#LzfQ0TKKZgF3PDhahM7drmklXI75pHKe { color:#2f2f2f;display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.75rem;left:31.09375rem;height:27.7875rem;text-align:center;text-align-last:center;display:block; }
#rNcRM2hk5LhdaOQJyptsrl9VsBxnmKZl { color:#2f2f2f;display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.75rem;left:46.09375rem;height:23.4rem;text-align:center;text-align-last:center;display:block; }
#BB7TD05GWQTSx2m2vGiOriSHaD57QECo { position:absolute;display:block;z-index:15006;background-color:#e43b2c;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.4375rem;top:56.625rem;left:0.78125rem;display:block; }
#OIOTXAemoVD0TIvSgpgZMK3KJ2w5D9kG { position:absolute;display:block;z-index:15007;background-color:#e43b2c;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.4375rem;top:56.625rem;left:15.78125rem;display:block; }
#R3mGbuFw5pPcf9QoQfKed6G65KFtFzSO { position:absolute;display:block;z-index:15008;background-color:#e43b2c;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.4375rem;top:56.625rem;left:30.78125rem;display:block; }
#ZvrFFAmupwKA6BT99nwpICRo5cT8dEfP { position:absolute;display:block;z-index:15009;background-color:#e43b2c;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.4375rem;top:56.625rem;left:45.78125rem;display:block; }
#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { position:relative;display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { background-color: transparent; background-image: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container { display: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row > .video-iframe-container { display: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .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); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { border-width: 0; border-radius: 0; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container {  }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .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:60.6875rem;width:60rem;position:relative;display:block; }#FVDUC4lqRGDSSIEd0TzPrMoStNRvL1t0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:18.75rem;top:1.4364487342536rem;left:20.625rem;overflow:hidden;display:block; }
#uNMOlbV8KZBITBv16FBDM6uKJKpoW0fv { color:#e43b2c;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.8125rem;left:18.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kIz9SUr5bGNETIqHsxD6pn23Ey3An6xm { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:ubuntu;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:50.6875rem;left:17.375rem;display:block; }
#I4OHqgu9hZ3qTgzwCzzrFBB4JZflwLD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXaa6ftCPhJII4iR8NStkta5aa2TEJZv { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:45.1875rem;left:20.625rem;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; }
#AKG5szP9k4HIvqdXx2a0EUAnbO8oSw0N { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:54.9375rem;left:20.625rem;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; }
#DH2V0qveeqZkavhmIJtsL9yBfXAwI7sM { position:absolute;display:block;z-index:15003;height:11.25rem;width:20rem;top:33.1875rem;left:20.000000953674rem;display:block; }
#xueGIeDNeaTeNlf50bFPIbnlVaz2PCrM { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:30.572916984558rem;left:20.625000953674rem;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; }
#fVPphD3llro5huEUAzvGp9hbShVhXG9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { background-color: transparent; background-image: none; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container > .video-iframe-container { display: none; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row > .video-iframe-container { display: none; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .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); }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { border-width: 0; border-radius: 0; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row > .video-iframe-container {  }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#ESIEfiTNbBfSbkih7K5iZibGwDhCnA79 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ndOOs7Yj/dwojka.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.adaptive-delivery-prevent-bg, #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.lazyload, #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.lazyloading { background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { background-color: transparent; background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .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); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { border-width: 0; border-radius: 0; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container {  }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:60rem;position:relative;display:block; }#TReGXbJXBu4OxuOMGr7viDwbeXGz1JZ3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.875rem;height:2.6rem;font-style:normal;display:block; }
#qDDinhxN3abHggAMvOpDM3TJkTGQ5VJH { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.65625rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#Z55EmOuwXrEASXlRBT7XUyr0NZOfBX52 { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.6875rem;left:1.875rem;height:1.4625rem;display:block; }
#noUrg1QTnbIOWRLHGqboEBHQ7NUrPyW6 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.875rem;left:1.875rem;height:4.3875rem;display:block; }
#Jzw4QXThUJUAM61RmmUuJ4qo34O1kzE1 { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#J9JaoyUxxPdwxsKWIVpWQbAmy9CWCVMv { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.625rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#S6w6VaCaLzd0VcFiTk4TeVDr9szhd2gU { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.625rem;left:1.875rem;height:2.925rem;display:block; }
#TbuiiS3sAlzHc83MwZH7hP2uAAwGS2bc { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.4375rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#DhufO7taXRncT16qaXAkGdlhxoLRf4OJ { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.4375rem;left:1.875rem;height:2.925rem;display:block; }
#FSe2ZRp8JDf9VdMfW7hJx5JB1L7LJ5X9 { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.3125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#ZMk3SqP3KRzvzK5ord2PUG35z85hMKev { color:#000000;display:block;width:31.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:37.375rem;left:1.875rem;height:1.4625rem;display:block; }
#CnUe6LCFQ99FtD80iS9p7RKzmqBAtm8T { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:43.4375rem;left:1.875rem;height:1.4625rem;display:block; }
#otghd0Zm9NvaMANV6Ho4mzsXbh8GaTbL { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.4375rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#shB25KqCL8EDpco92ueeKyAQue2DvxDl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;display:none; }
#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { background-color: transparent; background-image: none; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container > .video-iframe-container { display: none; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row > .video-iframe-container { display: none; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .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); }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { border-width: 0; border-radius: 0; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row > .video-iframe-container {  }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#GAtMTbLUrZguvBi7E3aI3TT6XBTVrPQw { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/irf9Hkmu/mysli.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t.adaptive-delivery-prevent-bg, #he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t.lazyload, #he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t.lazyloading { background-image: none; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container { background-color: transparent; background-image: none; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container > .video-iframe-container { display: none; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row > .video-iframe-container { display: none; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .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); }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container { border-width: 0; border-radius: 0; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row > .video-iframe-container {  }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container { font-size:0.875rem;font-family:arial;height:97.3125rem;width:60rem;position:relative;display:block; }#U0pvB3PUzHVM67B1FtcGWmNUmmzkSSLK { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:57.5rem;left:19.5rem;height:7.3125rem;display:block; }
#q717296DFCE21A2kd6EAVG32O8IZwgq6 { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:55.5rem;left:19.5rem;height:1.4625rem;font-style:normal;display:block; }
#WbficpOkeKwyrfxRTsK9iaXN8oAHMFmP { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.875rem;left:19.5rem;height:8.775rem;display:block; }
#l6iM95bcHe4uqIsdAbDualQ33WWpQb9n { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.8125rem;left:19.5rem;height:1.4625rem;font-style:normal;display:block; }
#lK94fbmHofkMDbSlDlqPxNHfJohE7XDP { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33rem;left:19.5rem;height:7.3125rem;display:block; }
#wiTiqdtDfRB7VCkfzt0Z9QrvTDekVwUz { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31rem;left:19.5rem;height:1.4625rem;font-style:normal;display:block; }
#cxiXCI3GizrqQzQ2vcs0TS5qrx0C6me1 { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23.625rem;left:19.5rem;height:5.85rem;display:block; }
#QqdPav78gU1zNTlMNSA92FfDp0ZqR7JN { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.625rem;left:19.5rem;height:1.4625rem;font-style:normal;display:block; }
#pAokX8vpWzfKdDyQ98fDi1lTyGGPUncZ { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:19.5rem;height:4.3875rem;display:block; }
#pSMyRSqxfLM8qhQD0wQrBIqr3R88qmRD { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.125rem;left:19.5rem;height:1.4625rem;font-style:normal;display:block; }
#GmpoXTcVbr0NDDyTX1TQMQdzxHav8PPT { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5625rem;left:19.5rem;height:5.85rem;display:block; }
#UeoN0S8ZNWEum3ohVk8FZwicbw0t0efl { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5625rem;left:19.5rem;height:1.4625rem;font-style:normal;display:block; }
#b8tshWVS3l31zso0UgJToGCTwfK1ydtR { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:69.625rem;left:19.5rem;height:7.3125rem;display:block; }
#dLl1Thmid0DxKEtLOkstNsZTnuMxTXts { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:67.625rem;left:19.5rem;height:1.4625rem;font-style:normal;display:block; }
#SL9mDCJNameAac4prRMAyQg9KiqI87l2 { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:80.5rem;left:19.5rem;height:5.85rem;display:block; }
#qOT1xm0MNKVIdDkKi9ueQxoZpe9OPScG { color:#e43b2c;display:block;width:40.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:78.5rem;left:19.5rem;height:1.4625rem;font-style:normal;display:block; }
#oZ1cs7uwalqctA3Gy30GHIozZsVlDaxo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;display:none; }
#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { background-color: transparent; background-image: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container > .video-iframe-container { display: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container { display: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .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); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { border-width: 0; border-radius: 0; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container {  }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF { position:relative;display:block; }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF { background-color: transparent; background-image: none; }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .row .container > .video-iframe-container { display: none; }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .row > .video-iframe-container { display: none; }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .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); }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF { border-width: 0; border-radius: 0; }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .row .container > .video-iframe-container {  }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#aCkk0yq7WfNJ5C40cdv1TrDVtc73k6c2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:1.25rem;overflow:hidden;display:block; }
#uxVKFPxWcyO43pLe7VkiP352TKP3Bc1J { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:16.25rem;overflow:hidden;display:block; }
#CkaxDianAyZTWxvgDT699C0iEJlKixFZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:31.25rem;overflow:hidden;display:block; }
#HzBzWs2T76kiLaAC8OATb9RNwpTZtkIi { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:46.25rem;overflow:hidden;display:block; }
#dXo0b2lFsIkF4wrt9XQ1J6w8xQWboRDb { position:absolute;display:block;z-index:15005;background-color:#0075b2;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.4375rem;top:17.375rem;left:0.78125rem;display:block; }
#il6SJ4OAh1zkAWRmTIIprkgQTKvvdrmU { position:absolute;display:block;z-index:15007;background-color:#0075b2;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.4375rem;top:17.375rem;left:15.78125rem;display:block; }
#R5WQ5UUdFoeOf6sJf0GGih18GeqlvRkG { position:absolute;display:block;z-index:15009;background-color:#0075b2;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.4375rem;top:17.375rem;left:30.78125rem;display:block; }
#v2693cXKcNncCSgew1NuTfQ5fRROw6c2 { position:absolute;display:block;z-index:15011;background-color:#0075b2;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.4375rem;top:17.375rem;left:45.78125rem;display:block; }
#q0EdDBqVoJEBaIOlt9DbHZiu6MRSHKQX { color:#2f2f2f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.5625rem;left:1.25rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#SauWEs1QsE6CsGuxlCJhdT1D2ghRP2Fe { color:#2f2f2f;display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.5625rem;left:15.875rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#guPW1uPssHHNTtHwGBxGigtK4fpKqCE5 { color:#2f2f2f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.5625rem;left:31.25rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#tBzlynXdXRkQkIPbAd83LXsn1PdE5n9o { color:#2f2f2f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.5625rem;left:45.875rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#H3oH1IXQPQTeSsQLAQtcliTdysQpK6IR { position:absolute;display:block;z-index:15009;background-color:#0075b2;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.4375rem;top:29.3125rem;left:0.78125rem;display:block; }
#t4FXJFuq1VAbnNX3Pi7wakTHaSTVs3gX { position:absolute;display:block;z-index:15011;background-color:#0075b2;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.4375rem;top:29.3125rem;left:15.78125rem;display:block; }
#gbTCsXU7pEBECIDAoDzTaWhHS4bTaa2B { position:absolute;display:block;z-index:15013;background-color:#0075b2;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.4375rem;top:29.3125rem;left:30.78125rem;display:block; }
#MDii5thPzmR07NQ29pDkvTx82uv5tkde { position:absolute;display:block;z-index:15015;background-color:#0075b2;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.4375rem;top:29.3125rem;left:45.78125rem;display:block; }
#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { background-color: transparent; background-image: none; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container > .video-iframe-container { display: none; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row > .video-iframe-container { display: none; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .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); }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { border-width: 0; border-radius: 0; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row > .video-iframe-container {  }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#g3T9ekfOyNHcDBVlmTep6HKS5LV1W6hL { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ttGyyWIf/jeszczeraz2.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg.adaptive-delivery-prevent-bg, #sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg.lazyload, #sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg.lazyloading { background-image: none; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container { background-color: transparent; background-image: none; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container > .video-iframe-container { display: none; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row > .video-iframe-container { display: none; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .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); }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container { border-width: 0; border-radius: 0; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row > .video-iframe-container {  }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container { font-size:0.875rem;font-family:arial;height:173.125rem;width:60rem;position:relative;display:block; }#JKZreyKCyAca3nOBlu9VmWtvgxrCh0Wr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9395918846131rem;left:14.21875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E3E8RI3Rz433sg6MJmzicmTgsHQIzpyi { position:absolute;display:block;z-index:14999;background-color:#353535;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:1.8125rem;width:37.625rem;top:3rem;left:1.625rem;display:block; }
#QssNbMFZa1GFMenbghGMTGoiOTGu5AXm { color:#2f2f2f;display:block;width:49.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1.6875rem;height:43.875rem;font-style:normal;display:block; }
#p17wC50rg906eERL2uIktSWloMZBTSZM { position:absolute;display:block;z-index:15001;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:50.875rem;left:1.5625rem;display:block; }
#l0cccX838TquHztOpHHcxuh64i5ye4ES { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:50.8125rem;left:14.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbAMARD3TeM2puDbZsVGokg7Cupwkz4k { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:54.625rem;left:1.625rem;height:11.7rem;font-style:normal;display:block; }
#c2Tx2xelyhZBB1MGkVGGmCiWTUWpOsdT { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:70.5625rem;left:1.75rem;height:13.1625rem;font-style:normal;display:block; }
#VqC71HFAT5Gwy7bzOp5WTtOkCF2caOXc { position:absolute;display:block;z-index:15004;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:66.8125rem;left:1.6875rem;display:block; }
#Dub7B6lhN7MXRHx7iBNDJP8lPVXC6Goh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:66.75rem;left:14.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOFt6CB5PvHsqIxDrz34KIwXJUkCQE4c { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:89.3125rem;left:1.6875rem;height:10.2375rem;font-style:normal;display:block; }
#eefmNPXCmdTncbJKirChOn6TpxOfB1ip { position:absolute;display:block;z-index:15007;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:85.5625rem;left:1.625rem;display:block; }
#LEXGwLoPpPUv9KQnkkylZKnBD9UOryKp { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:85.5rem;left:12.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbNNleIkp6WiW7yuvDFVksDs22X2gdAL { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:105.125rem;left:1.6875rem;height:4.3875rem;font-style:normal;display:block; }
#tHsMvfvMrUTGmZBzaBe68e1nDI97mstG { position:absolute;display:block;z-index:15010;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:101.375rem;left:1.625rem;display:block; }
#pDfkJBk38OUg9r1oZ3HyKmAiztkn4fNI { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:101.3125rem;left:9.5625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FGak5WNxVo3seK6Q2yU85l8m2ZzDU8ZV { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:115.125rem;left:1.6875rem;height:7.3125rem;font-style:normal;display:block; }
#DSPqKGvTGF9v83KwuXgvZVEBmXPQ04P2 { position:absolute;display:block;z-index:15013;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:111.375rem;left:1.625rem;display:block; }
#Pywswg4OrecMBKuyeUzRKwFQodoT753h { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:111.3125rem;left:9.5625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfiirhD5FuOG34wk649W1cIkV4r6PqqA { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:128.1875rem;left:1.8125rem;height:7.3125rem;font-style:normal;display:block; }
#L3pfdrdfnws5rFqybXTKu5kdFdOZe17N { position:absolute;display:block;z-index:15016;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:124.4375rem;left:1.75rem;display:block; }
#lFArpxNWclDm6UyqOLihv5MMdqT3r5g5 { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:124.375rem;left:6.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgzNFe4IH0RTTIrKzSaBJ0h4TwOQqWfv { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:141rem;left:1.8125rem;height:19.0125rem;font-style:normal;display:block; }
#mLWqvEDAVHmOFXt4kiZiSwiXNZx0wBTu { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:137.1875rem;left:6.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NP7KMifsPnd1PrIbG5W7VR8Jr3vkwwg2 { position:absolute;display:block;z-index:15019;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:137.25rem;left:1.75rem;display:block; }
#vZ8mo359wXTfHxfqzcupS1B7wahIxXny { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:164.9375rem;left:1.6875rem;height:4.3875rem;font-style:normal;display:block; }
#oBbUPx2nd1HdW7poftqzy2wsapkvRXen { position:absolute;display:block;z-index:15019;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:161.1875rem;left:1.625rem;display:block; }
#XQgUdTCxN2hgNbe4XJtWoVisMPE0uHiT { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:161.125rem;left:6.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9mRX8k4POe6rautKm6VczFndMrimnPS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row .container { background-color: transparent; background-image: none; }#R9mRX8k4POe6rautKm6VczFndMrimnPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row .container > .video-iframe-container { display: none; }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row > .video-iframe-container { display: none; }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .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); }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row .container { border-width: 0; border-radius: 0; }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row > .video-iframe-container {  }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#Rie78XC5SozzOQpFPMQqJrzr3CniqrtM { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErwLqRTFy0LaSAirODsmt3ixQGdRzk1n { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #111111;border-left:0.4375rem solid #111111;border-right:0.4375rem solid #111111;border-bottom:0.4375rem solid #111111;height:28.0625rem;width:50rem;top:7.875rem;left:4.5625rem;display:block; }
#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp { position:relative;display:block; }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp { background-color: transparent; background-image: none; }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .row .container > .video-iframe-container { display: none; }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .row > .video-iframe-container { display: none; }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .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); }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp { border-width: 0; border-radius: 0; }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .row .container > .video-iframe-container {  }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .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:183.0625rem;width:60rem;position:relative;display:block; }#FxyaLIN7r2nkUsdThcxR33lgtiT6inRT { position:absolute;display:block;z-index:15012;background-color:#0075b2;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:1.8125rem;width:19.5rem;top:3.8125rem;left:2.1875rem;display:block; }
#uJarqoRZ88xJ2ghaH75yR0V6xJyWN6fF { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XuHsM9lEScxsITQaUA5tkPQqeWWlbCgi { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7rem;left:2.25rem;height:2.925rem;font-style:normal;display:block; }
#q3Mn2LxI0AaRqgExCiWELRfUKMxZmOhB { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:10.75rem;left:2.1875rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#g5OoyiwPFDUmEHOi41ObCGE4LoxnAm5E { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:20rem;left:2.1875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#TkpIiiRqG8qdn6w1dqGmdeTyXDMT013a { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.5rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#tM0f1EgtTWaOacoMiLcyw9QqxaDyTFzB { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#RPKuwZyqhTm6p0WrhHIoyu9M5UnKdbr4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:19.5rem;top:26.4375rem;left:2.1875rem;overflow:hidden;display:block; }
#AVlmCdS5WeidZx1lFIPTDPFz4508S2b1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:33.9375rem;top:8.8125rem;left:23.9375rem;display:block; }
#yBtDlFblT7TVZgIVt2RPWuuy8ToJl0SL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:33.9375rem;top:32.8125rem;left:23.9375rem;display:block; }
#h0Vy4kWcxIrzNvxDDdmDOg7BXZTdsptu { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:48.75rem;left:2.1875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#cwVR1mfsCyBg9TZNtat5EFM3TnTd4UX1 { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:39.5rem;left:2.1875rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#ogqoyx8TV3HC2im8Tv6kDZ7lfumlOpf1 { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:46.25rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#ltmNBy5ZTktRImnCmQvT7BaAu0KSAc8z { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:35.75rem;left:2.25rem;height:2.925rem;font-style:normal;display:block; }
#P51oLxttFhb6R5l7R2VKA8BQhm1cW7dS { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:32.5rem;left:3.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BH99TQdxOsFk70I4NCDMWe1FrU1OgKxv { position:absolute;display:block;z-index:15022;background-color:#0075b2;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:1.8125rem;width:19.5rem;top:32.5625rem;left:2.1875rem;display:block; }
#MxiQJU41SGpc24brwKDp7SqGR1mB1fr0 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:33.9375rem;top:55.9375rem;left:23.9375rem;display:block; }
#UsP5Bp49PJk5gvg0TJR6ZRmvop89vhIV { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:71.875rem;left:2.1875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#Uo1lq9hoJkx48Ou2JnTTU5rnLW3lOuDi { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:62.625rem;left:2.1875rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#x6SKmxVRqfKkuraMhQ051dQQf7UM2O0J { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:69.375rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#OymcAE1fWS5WWIdyR8mDmgs1mCaVq5aW { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:58.875rem;left:2.25rem;height:2.925rem;font-style:normal;display:block; }
#qXVTQ0HwFwJJ5F6bbOmP6JEGrITEERni { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:55.625rem;left:3.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTACu6TI181D0g5FrmoAtwe2OnMRqPHe { position:absolute;display:block;z-index:15029;background-color:#0075b2;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:1.8125rem;width:19.5rem;top:55.6875rem;left:2.1875rem;display:block; }
#wG9bks6JsTbg3swTFX0ffvgnEAr9GNws { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:78.0625rem;left:15.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mwCJ4OFD4UeuVeTrBEq5edQIQeMvmu8S { position:absolute;display:block;z-index:15031;background-color:#0075b2;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:1.8125rem;width:55.6875rem;top:78.125rem;left:2.1875rem;display:block; }
#DKPI8tUp2azQrqZxZgqZEkALCsDS78TF { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.5625rem;width:46.25rem;top:82.1875rem;left:6.875rem;overflow:hidden;display:block; }
#LKqvGPTqCv9qLsZ9ANGDbesuKfEarBBy { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1875rem;width:31.25rem;top:114.9375rem;left:14.375rem;overflow:hidden;display:block; }
#bUzIsUdv5gGdH4i0npA7qvSbTzAJmz7Q { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:111.1875rem;left:15.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RrCkxsWdDWotL1y0661yDu4eQVlk7bcm { position:absolute;display:block;z-index:15034;background-color:#0075b2;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:1.8125rem;width:55.6875rem;top:111.25rem;left:2.1875rem;display:block; }
#uaJvczD7ePhTedXSUJFHVvguiCpd4eEw { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:55.6875rem;top:142rem;left:2.125rem;overflow:hidden;display:block; }
#klaIAMfaXH6eKzdzLTEqM9Ll4pRi2ERX { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:137.5rem;left:15.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ksn2SCsLhxmQKbtre1gbwak5eqX1ztan { position:absolute;display:block;z-index:15037;background-color:#0075b2;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:1.8125rem;width:55.6875rem;top:137.5625rem;left:2.1875rem;display:block; }
#rWaqRkJ8gnWtvoiC0XRLR76cJPR1vTg9 { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:ubuntu;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:174.4375rem;left:17.375rem;display:block; }
#CD1MWMNeB6EniDJbF59vQ7d14Otl7O8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKly8nvErfELwe3yfkW0141ti8UL6Rq7 { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:178.75rem;left:20.625rem;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; }
#EaHCZT0UVahTxN20b11OTDUKND0aT9R1 { color:#e43b2c;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:170.5625rem;left:18.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZkTE5ZTv5HORRJcdUo8CDQMr6c4hdfE { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:168.1875rem;left:20.625rem;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; }
#tChHB8NxpCWeRiuw1HrHxrSNlLmsKGqP { position:absolute;display:block;z-index:15004;height:11.25rem;width:20rem;top:155.02084350586rem;left:20.000000953674rem;display:block; }
#PXLspsX3LTDQJzLaZiu2EtL7CzGe3Tnx { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:151.75rem;left:20.625000953674rem;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; }
#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row .container { background-color: transparent; background-image: none; }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row .container > .video-iframe-container { display: none; }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row > .video-iframe-container { display: none; }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .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); }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row .container { border-width: 0; border-radius: 0; }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row > .video-iframe-container {  }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#KRXLUp4TnlwpgcOoQ4HXrOZuM7pyAueJ { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { position:relative;display:block; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { background-color: transparent; background-image: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container > .video-iframe-container { display: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row > .video-iframe-container { display: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .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); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { border-width: 0; border-radius: 0; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container > .video-iframe-container {  }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .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:51.5625rem;width:60rem;position:relative;display:block; }#zmcCh59WmdGlWhPCTeCz5VGFS1eg6wSk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.3125rem;width:21.0625rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { color:#2f2f2f;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:7rem;left:22rem;height:8.775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { color:#e43b2c;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:4.25rem;left:22rem;height:1.86875rem;font-style:normal;display:block; }
#Dl63uXNzGpqPellT8K2uG0tpWKlFecos { color:#2f2f2f;display:block;width:38.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { color:#e43b2c;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:18.3125rem;left:22rem;height:1.86875rem;font-style:normal;display:block; }
#g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { color:#2f2f2f;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:29.5rem;left:22rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { color:#e43b2c;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:26.75rem;left:22rem;height:1.86875rem;font-style:normal;display:block; }
#Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { color:#2f2f2f;display:block;width:35.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:36.4375rem;left:22rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { color:#e43b2c;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:33.6875rem;left:22rem;height:1.86875rem;font-style:normal;display:block; }
#TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { color:#2f2f2f;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:42.625rem;left:22rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { color:#e43b2c;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:39.875rem;left:22rem;height:1.86875rem;font-style:normal;display:block; }
#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row .container { background-color: transparent; background-image: none; }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row .container > .video-iframe-container { display: none; }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row > .video-iframe-container { display: none; }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .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); }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row .container { border-width: 0; border-radius: 0; }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row > .video-iframe-container {  }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#M4MSs42MLTQwTTMkW9c22cnABv3BlRLC { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row .container { background-color: transparent; background-image: none; }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row .container > .video-iframe-container { display: none; }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row > .video-iframe-container { display: none; }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .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); }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row .container { border-width: 0; border-radius: 0; }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row > .video-iframe-container {  }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#RHinqSobNHgUPF5NOMwWUKCq5MZtK7RG { color:#222f3d;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6236991882324rem;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; }
#H3dDwvDoPHpkA4mwWTLqrKIlOqutkzp9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:24.5625rem;top:4.1861982345581rem;left:33.9375rem;overflow:hidden;display:block; }
#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { background-color: transparent; background-image: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container > .video-iframe-container { display: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container { display: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .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); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { border-width: 0; border-radius: 0; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container {  }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { position:relative;display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { background-color: transparent; background-image: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container > .video-iframe-container { display: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row > .video-iframe-container { display: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .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); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { border-width: 0; border-radius: 0; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container > .video-iframe-container {  }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .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.9375rem;width:60rem;position:relative;display:block; }#e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.4375rem;width:20.6875rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#EPOn729nH4K5rT71WMU8bL3dPcmCu66N { color:#2f2f2f;display:block;width:35.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:5.6875rem;left:24.6875rem;height:17.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iHDIFH08trPGE898lvtfHgDewvwEGvAF { box-sizing:content-box;color:#e43b2c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:5.125rem;left:21.65625rem;display:block; }
#dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { box-sizing:content-box;color:#e43b2c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:8.1875rem;left:21.65625rem;display:block; }
#BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { box-sizing:content-box;color:#e43b2c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:11rem;left:21.65625rem;display:block; }
#WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { box-sizing:content-box;color:#e43b2c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:13.875rem;left:21.65625rem;display:block; }
#gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { box-sizing:content-box;color:#e43b2c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:16.75rem;left:21.65625rem;display:block; }
#vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { box-sizing:content-box;color:#e43b2c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:19.875rem;left:21.65625rem;display:block; }
#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { position:relative;display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { background-color: transparent; background-image: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container > .video-iframe-container { display: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row > .video-iframe-container { display: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .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); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { border-width: 0; border-radius: 0; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container > .video-iframe-container {  }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .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.4375rem;width:60rem;position:relative;display:block; }#fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:30.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:27.9375rem;top:0rem;left:30.625rem;overflow:hidden;display:block; }
#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { position:relative;display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { background-color: transparent; background-image: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container > .video-iframe-container { display: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row > .video-iframe-container { display: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .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); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { border-width: 0; border-radius: 0; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container > .video-iframe-container {  }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#isyzovr9ix76xQfHmldSb1h9OQmhtL3S { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:28.6875rem;top:0rem;left:30.65625rem;overflow:hidden;display:block; }
#IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:30.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT { border-top:0.3125rem solid #feca57;border-left:0;border-right:0;border-bottom:0;background-color:#222f3d;background-image:none;position:relative;display:block; }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row .container { background-color: transparent; background-image: none; }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row .container > .video-iframe-container { display: none; }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row > .video-iframe-container { display: none; }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .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); }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row .container { border-width: 0; border-radius: 0; }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row > .video-iframe-container {  }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#L2Dxh4yzXsDg0NohhyzN5PuWEBPbEciK { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:2.03125rem;left:12.34375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBCkS4E86Zu8geogLxddgaN2oM1M19TO { top:1.5rem;left:15.09375rem;width:17.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { top:2.5625rem;left:14.8125rem;width:18.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { top:7.1875rem;left:0rem;width:47.75rem;height:8.236875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh2Mo8cWlH1mohrPcckRmWrUhGTcXZT4 { top:17.875rem;left:4.03125rem;width:39.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KShbedDDwW5XsIw2laMkVHgBTipXirnP { top:22.3125rem;left:4.03125rem;width:39.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc { display:block; }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp2r8zaDWAayIHIMORb4PTJt0bPTiHq9 { top:2.5625rem;left:14.8125rem;width:18.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp04r3aT7IGUTn2gzTP0TXePhpTXXvZb { top:7.1875rem;left:0rem;width:47.75rem;height:8.236875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeN7KnZ0ZKX3iVZsl9iq9iT0x4q8HAbA { top:17.875rem;left:4.03125rem;width:39.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcHdQBU3bsHOTs9ncnsl4JMm8G6wznxO { top:22.3125rem;left:4.03125rem;width:39.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmVmtEkoIgM5KgrdUUBBJamnJyLedKka { width:23.1875rem;height:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsAFagnGotraONkUA73Vfsm8PRd8sxaq { display:block; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { top:2.5rem;left:0rem;width:46.875rem;height:26.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbAM5Th1TLwSq9EndSZVRoiTJQ9o22rZ { width:25.25rem;height:3.4375rem;top:55.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spWNlE54di4e4flK0nwGIxQ2LTbm86LT { display:block; }
 }@media only screen and (max-width: 763px) { #i1En2PmF5py6CFAk5ekHQyngB9xegHdt { width:18.75rem;height:1.375rem;top:59.5rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chox92U5vqXc9BpuhiW8n7VWJTI5AC2u { top:51.375rem;left:12.1875rem;width:23.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJl7O9mDE9czNmOBawrByrrT42oydttc { width:18.75rem;height:1.625rem;top:49.75rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndgq0blraVTZ8W0tSe1T0Pk4sFD4XmZy { top:37.875rem;left:13.875000953674rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diVryKmO5Sg3pJx96ykE2RE83XMqhAvZ { width:18.75rem;height:1.625rem;top:35.0625rem;left:14.500000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMnCHkqUpsd288d9OFJpkFPafJTPp7PE { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yabFLvz5PKTFT43elVanUtnH7zaKaTnb { display:block; }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6Ew8ocXGP4P973hlypT19kQ3Fc111Ss { top:3.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glJ8vqu8CcErw0aLQDcF2I218M6FpI46 { display:block; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFROQBO0Bb9ydsZuayapOTOw6vUfRNJu { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { display:block; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { top:3.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqnmOQT48tRylqqRLDAXk9SCpORd1QeX { top:3.1875rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5WHGIuKKx534TZcyhB1FTOGPuKqBnNn { top:3.1875rem;left:23.3125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBwCF1LBoWXLPuBRVbGl6NraXFqxXhbf { top:3.1875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { top:19.25rem;left:0rem;width:14.375rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWw0wHu6hSylbMaK79xhrqoVFG1qmmQW { top:24.25rem;left:0rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7PTnDp6mnGzgN9TdHTg0mVIvLZa9Ehq { top:24.25rem;left:10.4375rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N33QbeWnVym2LTkzHZcHnhUJu6iMqKId { top:17.5625rem;left:9.5rem;width:14.375rem;height:5.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD02Qzogq9gwegqMLzru0L5JB2nbnF9e { top:24.25rem;left:22.375rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWCoGXzoAzVrLiMUcvQmStTkaWQdmrqZ { top:19.25rem;left:21.4375rem;width:14.375rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBpQD11TPOgfcRE8IWTILIgMSR7FFHie { top:24.25rem;left:34.3125rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff7GkR0nSR7yQmmgadFzFlgifdKlHmKM { top:19.25rem;left:33.375rem;width:14.375rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxv8ggt4Qirwv0bwRWbvB47OliM3238L { top:26.75rem;left:0rem;width:12.5rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HBHBryAxiKOEA4NrFRoWpkCewyhiLk { top:26.75rem;left:11.375rem;width:12.5rem;height:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzfQ0TKKZgF3PDhahM7drmklXI75pHKe { top:26.75rem;left:23rem;width:12.8125rem;height:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNcRM2hk5LhdaOQJyptsrl9VsBxnmKZl { top:26.75rem;left:34.9375rem;width:12.8125rem;height:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7TD05GWQTSx2m2vGiOriSHaD57QECo { top:56.625rem;left:0rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIOTXAemoVD0TIvSgpgZMK3KJ2w5D9kG { top:56.625rem;left:10.4375rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3mGbuFw5pPcf9QoQfKed6G65KFtFzSO { top:56.625rem;left:22.375rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvrFFAmupwKA6BT99nwpICRo5cT8dEfP { top:56.625rem;left:34.3125rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVDUC4lqRGDSSIEd0TzPrMoStNRvL1t0 { top:1.375rem;left:14.5rem;width:18.75rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNMOlbV8KZBITBv16FBDM6uKJKpoW0fv { top:46.75rem;left:12.1875rem;width:23.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIz9SUr5bGNETIqHsxD6pn23Ey3An6xm { width:25.25rem;height:3.4375rem;top:50.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4OHqgu9hZ3qTgzwCzzrFBB4JZflwLD3 { display:block; }
 }@media only screen and (max-width: 763px) { #SXaa6ftCPhJII4iR8NStkta5aa2TEJZv { width:18.75rem;height:1.625rem;top:45.1875rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKG5szP9k4HIvqdXx2a0EUAnbO8oSw0N { width:18.75rem;height:1.375rem;top:54.9375rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2V0qveeqZkavhmIJtsL9yBfXAwI7sM { top:33.1875rem;left:13.875000953674rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xueGIeDNeaTeNlf50bFPIbnlVaz2PCrM { width:18.75rem;height:1.625rem;top:30.5625rem;left:14.500000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVPphD3llro5huEUAzvGp9hbShVhXG9N { display:block; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESIEfiTNbBfSbkih7K5iZibGwDhCnA79 { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TReGXbJXBu4OxuOMGr7viDwbeXGz1JZ3 { top:3.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDDinhxN3abHggAMvOpDM3TJkTGQ5VJH { top:8.625rem;left:0rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z55EmOuwXrEASXlRBT7XUyr0NZOfBX52 { top:10.6875rem;left:0rem;width:38.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUrg1QTnbIOWRLHGqboEBHQ7NUrPyW6 { top:15.875rem;left:0rem;width:27.8125rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzw4QXThUJUAM61RmmUuJ4qo34O1kzE1 { top:13.8125rem;left:0rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9JaoyUxxPdwxsKWIVpWQbAmy9CWCVMv { top:21.625rem;left:0rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6w6VaCaLzd0VcFiTk4TeVDr9szhd2gU { top:23.625rem;left:0rem;width:27.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbuiiS3sAlzHc83MwZH7hP2uAAwGS2bc { top:28.4375rem;left:0rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhufO7taXRncT16qaXAkGdlhxoLRf4OJ { top:30.4375rem;left:0rem;width:27.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSe2ZRp8JDf9VdMfW7hJx5JB1L7LJ5X9 { top:35.3125rem;left:0rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMk3SqP3KRzvzK5ord2PUG35z85hMKev { top:37.375rem;left:0rem;width:31.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnUe6LCFQ99FtD80iS9p7RKzmqBAtm8T { top:43.4375rem;left:0rem;width:33.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otghd0Zm9NvaMANV6Ho4mzsXbh8GaTbL { top:41.4375rem;left:0rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shB25KqCL8EDpco92ueeKyAQue2DvxDl { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 { display:block; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAtMTbLUrZguvBi7E3aI3TT6XBTVrPQw { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t { display:block; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0pvB3PUzHVM67B1FtcGWmNUmmzkSSLK { top:57.5rem;left:9.3125rem;width:38.4375rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q717296DFCE21A2kd6EAVG32O8IZwgq6 { top:55.5rem;left:7.25rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbficpOkeKwyrfxRTsK9iaXN8oAHMFmP { top:43.875rem;left:9.3125rem;width:38.4375rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6iM95bcHe4uqIsdAbDualQ33WWpQb9n { top:41.8125rem;left:7.25rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK94fbmHofkMDbSlDlqPxNHfJohE7XDP { top:33rem;left:9.1875rem;width:38.4375rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTiqdtDfRB7VCkfzt0Z9QrvTDekVwUz { top:31rem;left:7.25rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxiXCI3GizrqQzQ2vcs0TS5qrx0C6me1 { top:23.625rem;left:9.4375rem;width:38.3125rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqdPav78gU1zNTlMNSA92FfDp0ZqR7JN { top:21.625rem;left:7.25rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAokX8vpWzfKdDyQ98fDi1lTyGGPUncZ { top:14.1875rem;left:9.3125rem;width:38.4375rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSMyRSqxfLM8qhQD0wQrBIqr3R88qmRD { top:12.125rem;left:7.25rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmpoXTcVbr0NDDyTX1TQMQdzxHav8PPT { top:4.5625rem;left:9.0625rem;width:38.4375rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeoN0S8ZNWEum3ohVk8FZwicbw0t0efl { top:2.5625rem;left:7.25rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8tshWVS3l31zso0UgJToGCTwfK1ydtR { top:69.625rem;left:9.3125rem;width:38.4375rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLl1Thmid0DxKEtLOkstNsZTnuMxTXts { top:67.625rem;left:7.25rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL9mDCJNameAac4prRMAyQg9KiqI87l2 { top:80.5rem;left:9.3125rem;width:38.4375rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOT1xm0MNKVIdDkKi9ueQxoZpe9OPScG { top:78.5rem;left:7.25rem;width:40.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ1cs7uwalqctA3Gy30GHIozZsVlDaxo { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { top:1.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF { display:block; }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCkk0yq7WfNJ5C40cdv1TrDVtc73k6c2 { top:3.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxVKFPxWcyO43pLe7VkiP352TKP3Bc1J { top:3.1875rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkaxDianAyZTWxvgDT699C0iEJlKixFZ { top:3.1875rem;left:23.3125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzBzWs2T76kiLaAC8OATb9RNwpTZtkIi { top:3.1875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXo0b2lFsIkF4wrt9XQ1J6w8xQWboRDb { top:17.375rem;left:0rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il6SJ4OAh1zkAWRmTIIprkgQTKvvdrmU { top:17.375rem;left:10.4375rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WQ5UUdFoeOf6sJf0GGih18GeqlvRkG { top:17.375rem;left:22.375rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2693cXKcNncCSgew1NuTfQ5fRROw6c2 { top:17.375rem;left:34.3125rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0EdDBqVoJEBaIOlt9DbHZiu6MRSHKQX { top:20.5625rem;left:0rem;width:12.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SauWEs1QsE6CsGuxlCJhdT1D2ghRP2Fe { top:20.5625rem;left:10.625rem;width:13.25rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guPW1uPssHHNTtHwGBxGigtK4fpKqCE5 { top:20.5625rem;left:23.3125rem;width:12.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBzlynXdXRkQkIPbAd83LXsn1PdE5n9o { top:20.5625rem;left:35.25rem;width:12.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3oH1IXQPQTeSsQLAQtcliTdysQpK6IR { top:29.3125rem;left:0rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4FXJFuq1VAbnNX3Pi7wakTHaSTVs3gX { top:29.3125rem;left:10.4375rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbTCsXU7pEBECIDAoDzTaWhHS4bTaa2B { top:29.3125rem;left:22.375rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDii5thPzmR07NQ29pDkvTx82uv5tkde { top:29.3125rem;left:34.3125rem;width:13.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 { display:block; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3T9ekfOyNHcDBVlmTep6HKS5LV1W6hL { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg { display:block; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKZreyKCyAca3nOBlu9VmWtvgxrCh0Wr { top:2.9375rem;left:8.09375rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3E8RI3Rz433sg6MJmzicmTgsHQIzpyi { top:3rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QssNbMFZa1GFMenbghGMTGoiOTGu5AXm { top:6.5625rem;left:0rem;width:47.75rem;height:42rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17wC50rg906eERL2uIktSWloMZBTSZM { top:50.875rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0cccX838TquHztOpHHcxuh64i5ye4ES { top:50.8125rem;left:8rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbAMARD3TeM2puDbZsVGokg7Cupwkz4k { top:54.625rem;left:0rem;width:29.875rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Tx2xelyhZBB1MGkVGGmCiWTUWpOsdT { top:70.5625rem;left:0rem;width:29.875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqC71HFAT5Gwy7bzOp5WTtOkCF2caOXc { top:66.8125rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dub7B6lhN7MXRHx7iBNDJP8lPVXC6Goh { top:66.75rem;left:8.125rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOFt6CB5PvHsqIxDrz34KIwXJUkCQE4c { top:89.3125rem;left:0rem;width:29.875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eefmNPXCmdTncbJKirChOn6TpxOfB1ip { top:85.5625rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEXGwLoPpPUv9KQnkkylZKnBD9UOryKp { top:85.5rem;left:6.8125rem;width:14.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbNNleIkp6WiW7yuvDFVksDs22X2gdAL { top:105.125rem;left:0rem;width:29.875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsMvfvMrUTGmZBzaBe68e1nDI97mstG { top:101.375rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDfkJBk38OUg9r1oZ3HyKmAiztkn4fNI { top:101.3125rem;left:3.4375rem;width:21.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGak5WNxVo3seK6Q2yU85l8m2ZzDU8ZV { top:115.125rem;left:0rem;width:33.375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSPqKGvTGF9v83KwuXgvZVEBmXPQ04P2 { top:111.375rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pywswg4OrecMBKuyeUzRKwFQodoT753h { top:111.3125rem;left:3.4375rem;width:21.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfiirhD5FuOG34wk649W1cIkV4r6PqqA { top:128.1875rem;left:0rem;width:33.375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3pfdrdfnws5rFqybXTKu5kdFdOZe17N { top:124.4375rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFArpxNWclDm6UyqOLihv5MMdqT3r5g5 { top:124.375rem;left:0.125rem;width:28.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgzNFe4IH0RTTIrKzSaBJ0h4TwOQqWfv { top:141rem;left:0rem;width:33.375rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLWqvEDAVHmOFXt4kiZiSwiXNZx0wBTu { top:137.1875rem;left:0.125rem;width:28.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7KMifsPnd1PrIbG5W7VR8Jr3vkwwg2 { top:137.25rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8mo359wXTfHxfqzcupS1B7wahIxXny { top:164.9375rem;left:0rem;width:33.375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBbUPx2nd1HdW7poftqzy2wsapkvRXen { top:161.1875rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQgUdTCxN2hgNbe4XJtWoVisMPE0uHiT { top:161.125rem;left:0rem;width:28.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9mRX8k4POe6rautKm6VczFndMrimnPS { display:block; }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rie78XC5SozzOQpFPMQqJrzr3CniqrtM { top:1.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErwLqRTFy0LaSAirODsmt3ixQGdRzk1n { top:7.875rem;left:0rem;width:46.875rem;height:26.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp { display:block; }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxyaLIN7r2nkUsdThcxR33lgtiT6inRT { top:3.8125rem;left:0rem;width:19.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJarqoRZ88xJ2ghaH75yR0V6xJyWN6fF { top:3.75rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuHsM9lEScxsITQaUA5tkPQqeWWlbCgi { top:7rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Mn2LxI0AaRqgExCiWELRfUKMxZmOhB { top:10.75rem;left:0rem;width:19.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5OoyiwPFDUmEHOi41ObCGE4LoxnAm5E { top:20rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpIiiRqG8qdn6w1dqGmdeTyXDMT013a { top:17.5rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM0f1EgtTWaOacoMiLcyw9QqxaDyTFzB { top:24.125rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPKuwZyqhTm6p0WrhHIoyu9M5UnKdbr4 { top:26.4375rem;left:0rem;width:19.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVlmCdS5WeidZx1lFIPTDPFz4508S2b1 { top:8.8125rem;left:13.8125rem;width:33.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtDlFblT7TVZgIVt2RPWuuy8ToJl0SL { top:32.8125rem;left:13.8125rem;width:33.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Vy4kWcxIrzNvxDDdmDOg7BXZTdsptu { top:48.75rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwVR1mfsCyBg9TZNtat5EFM3TnTd4UX1 { top:39.5rem;left:0rem;width:19.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogqoyx8TV3HC2im8Tv6kDZ7lfumlOpf1 { top:46.25rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmNBy5ZTktRImnCmQvT7BaAu0KSAc8z { top:35.75rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P51oLxttFhb6R5l7R2VKA8BQhm1cW7dS { top:32.5rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH99TQdxOsFk70I4NCDMWe1FrU1OgKxv { top:32.5625rem;left:0rem;width:19.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxiQJU41SGpc24brwKDp7SqGR1mB1fr0 { top:55.9375rem;left:13.8125rem;width:33.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsP5Bp49PJk5gvg0TJR6ZRmvop89vhIV { top:71.875rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo1lq9hoJkx48Ou2JnTTU5rnLW3lOuDi { top:62.625rem;left:0rem;width:19.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6SKmxVRqfKkuraMhQ051dQQf7UM2O0J { top:69.375rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OymcAE1fWS5WWIdyR8mDmgs1mCaVq5aW { top:58.875rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVTQ0HwFwJJ5F6bbOmP6JEGrITEERni { top:55.625rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTACu6TI181D0g5FrmoAtwe2OnMRqPHe { top:55.6875rem;left:0rem;width:19.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG9bks6JsTbg3swTFX0ffvgnEAr9GNws { top:78.0625rem;left:9.625rem;width:28.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwCJ4OFD4UeuVeTrBEq5edQIQeMvmu8S { top:78.125rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPI8tUp2azQrqZxZgqZEkALCsDS78TF { top:82.1875rem;left:0.75rem;width:46.25rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKqvGPTqCv9qLsZ9ANGDbesuKfEarBBy { top:114.9375rem;left:8.25rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUzIsUdv5gGdH4i0npA7qvSbTzAJmz7Q { top:111.1875rem;left:9.625rem;width:28.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrCkxsWdDWotL1y0661yDu4eQVlk7bcm { top:111.25rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaJvczD7ePhTedXSUJFHVvguiCpd4eEw { top:142rem;left:0rem;width:47.75rem;height:3.8049943883278rem;display:block; }
 }@media only screen and (max-width: 763px) { #klaIAMfaXH6eKzdzLTEqM9Ll4pRi2ERX { top:137.5rem;left:9.625rem;width:28.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksn2SCsLhxmQKbtre1gbwak5eqX1ztan { top:137.5625rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWaqRkJ8gnWtvoiC0XRLR76cJPR1vTg9 { width:25.25rem;height:3.4375rem;top:174.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD1MWMNeB6EniDJbF59vQ7d14Otl7O8s { display:block; }
 }@media only screen and (max-width: 763px) { #TKly8nvErfELwe3yfkW0141ti8UL6Rq7 { width:18.75rem;height:1.375rem;top:178.75rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaHCZT0UVahTxN20b11OTDUKND0aT9R1 { top:170.5625rem;left:12.1875rem;width:23.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZkTE5ZTv5HORRJcdUo8CDQMr6c4hdfE { width:18.75rem;height:1.625rem;top:168.1875rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tChHB8NxpCWeRiuw1HrHxrSNlLmsKGqP { top:155rem;left:13.875000953674rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXLspsX3LTDQJzLaZiu2EtL7CzGe3Tnx { width:18.75rem;height:;top:151.75rem;left:14.500000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLidVD5TUGtFoQgesMp4kgcxRk4TCivP { display:block; }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRXLUp4TnlwpgcOoQ4HXrOZuM7pyAueJ { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { display:block; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmcCh59WmdGlWhPCTeCz5VGFS1eg6wSk { top:0.8125rem;left:0rem;width:21.0625rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { top:7rem;left:0rem;width:38rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { top:4.25rem;left:0rem;width:38rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl63uXNzGpqPellT8K2uG0tpWKlFecos { top:21.0625rem;left:0rem;width:38.0625rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { top:18.3125rem;left:0rem;width:38rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { top:29.5rem;left:0rem;width:38rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { top:26.75rem;left:0rem;width:38rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { top:36.4375rem;left:0rem;width:35.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { top:33.6875rem;left:0rem;width:38rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { top:42.625rem;left:0rem;width:38rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { top:39.875rem;left:0rem;width:38rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb { display:block; }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4MSs42MLTQwTTMkW9c22cnABv3BlRLC { top:1.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK { display:block; }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHinqSobNHgUPF5NOMwWUKCq5MZtK7RG { width:31.25rem;height:15rem;top:5.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3dDwvDoPHpkA4mwWTLqrKIlOqutkzp9 { top:4.125rem;left:23.1875rem;width:24.5625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { top:0rem;left:0rem;width:20.6875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOn729nH4K5rT71WMU8bL3dPcmCu66N { top:5.6875rem;left:0rem;width:35.3125rem;height:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHDIFH08trPGE898lvtfHgDewvwEGvAF { top:5.125rem;left:18.59375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { top:8.1875rem;left:18.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { top:11rem;left:18.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { top:13.875rem;left:18.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { top:16.75rem;left:18.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { top:19.875rem;left:18.59375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { top:0rem;left:0rem;width:30.0625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { top:0rem;left:18.375rem;width:27.9375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStHG1iG6kxi0NglKizpLXCzI97HzlHb { display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isyzovr9ix76xQfHmldSb1h9OQmhtL3S { top:0rem;left:19.0625rem;width:28.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { top:0rem;left:0rem;width:30.0625rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT { display:block; }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2Dxh4yzXsDg0NohhyzN5PuWEBPbEciK { top:2rem;left:6.21875rem;width:35.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBCkS4E86Zu8geogLxddgaN2oM1M19TO { width:17.5625rem;height:3.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { display:none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { width:18.125rem;height:2.5625rem;top:1.25rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { width:20rem;height:3.45rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh2Mo8cWlH1mohrPcckRmWrUhGTcXZT4 { width:20rem;height:5.125rem;top:9.76171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KShbedDDwW5XsIw2laMkVHgBTipXirnP { width:20rem;height:5.125rem;top:16.13671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc { background-color:#ffffff;background-image:none;display:block; }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row .container { background-color: transparent; background-image: none; }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row .container > .video-iframe-container { display: none; }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row > .video-iframe-container { display: none; }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .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); }#nRdxTLsso1IHgHNc32clfXUQoOnc7Pyc > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp2r8zaDWAayIHIMORb4PTJt0bPTiHq9 { width:18.125rem;height:2.58333125rem;top:20.375rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp04r3aT7IGUTn2gzTP0TXePhpTXXvZb { width:20rem;height:3.45rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeN7KnZ0ZKX3iVZsl9iq9iT0x4q8HAbA { width:20rem;height:5.16666875rem;top:28.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcHdQBU3bsHOTs9ncnsl4JMm8G6wznxO { width:20rem;height:5.16666875rem;top:35.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmVmtEkoIgM5KgrdUUBBJamnJyLedKka { top:1.25rem;left:0.9375rem;width:18.125rem;height:18.125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CsAFagnGotraONkUA73Vfsm8PRd8sxaq { display:block; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { background-color:#ffffff;background-image:none;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { background-color: transparent; background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .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); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { height:10.73390625rem;width:19.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbAM5Th1TLwSq9EndSZVRoiTJQ9o22rZ { width:19rem;height:3.4375rem;top:35.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spWNlE54di4e4flK0nwGIxQ2LTbm86LT { display:block; }
 }@media only screen and (max-width: 763px) { #i1En2PmF5py6CFAk5ekHQyngB9xegHdt { width:18.75rem;height:1.20833125rem;top:39.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chox92U5vqXc9BpuhiW8n7VWJTI5AC2u { width:20rem;height:2.41666875rem;top:32.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJl7O9mDE9czNmOBawrByrrT42oydttc { width:18.75rem;height:1.20833125rem;top:31.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndgq0blraVTZ8W0tSe1T0Pk4sFD4XmZy { width:20rem;height:11.25rem;top:18.727865219116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diVryKmO5Sg3pJx96ykE2RE83XMqhAvZ { width:18.75rem;height:1.20833125rem;top:17.582044601441rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMnCHkqUpsd288d9OFJpkFPafJTPp7PE { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yabFLvz5PKTFT43elVanUtnH7zaKaTnb { display:block; }#yabFLvz5PKTFT43elVanUtnH7zaKaTnb > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6Ew8ocXGP4P973hlypT19kQ3Fc111Ss { width:20rem;height:14.2083125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glJ8vqu8CcErw0aLQDcF2I218M6FpI46 { display:block; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFROQBO0Bb9ydsZuayapOTOw6vUfRNJu { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { display:block; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container { width:20rem;height:170.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqnmOQT48tRylqqRLDAXk9SCpORd1QeX { width:12.5rem;height:12.5rem;top:40.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5WHGIuKKx534TZcyhB1FTOGPuKqBnNn { width:12.5rem;height:12.5rem;top:81.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBwCF1LBoWXLPuBRVbGl6NraXFqxXhbf { width:12.5rem;height:12.5rem;top:127.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { width:14.375rem;height:3.08333125rem;top:15rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWw0wHu6hSylbMaK79xhrqoVFG1qmmQW { width:13.4375rem;height:0.125rem;top:19.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7PTnDp6mnGzgN9TdHTg0mVIvLZa9Ehq { width:13.4375rem;height:0.125rem;top:60.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N33QbeWnVym2LTkzHZcHnhUJu6iMqKId { width:14.375rem;height:4.625rem;top:54.3125rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD02Qzogq9gwegqMLzru0L5JB2nbnF9e { width:13.4375rem;height:0.125rem;top:100.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWCoGXzoAzVrLiMUcvQmStTkaWQdmrqZ { width:14.375rem;height:3.0833375rem;top:95.625rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBpQD11TPOgfcRE8IWTILIgMSR7FFHie { width:13.4375rem;height:0.125rem;top:146.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff7GkR0nSR7yQmmgadFzFlgifdKlHmKM { width:14.375rem;height:3.0833375rem;top:141.4375rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxv8ggt4Qirwv0bwRWbvB47OliM3238L { width:12.5rem;height:16.79166875rem;top:21rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HBHBryAxiKOEA4NrFRoWpkCewyhiLk { width:12.5rem;height:15.5rem;top:62rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzfQ0TKKZgF3PDhahM7drmklXI75pHKe { width:12.8125rem;height:23.2500125rem;top:101.625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNcRM2hk5LhdaOQJyptsrl9VsBxnmKZl { width:12.8125rem;height:20.666675rem;top:147.4375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7TD05GWQTSx2m2vGiOriSHaD57QECo { width:13.4375rem;height:0.125rem;top:39.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIOTXAemoVD0TIvSgpgZMK3KJ2w5D9kG { width:13.4375rem;height:0.125rem;top:79rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3mGbuFw5pPcf9QoQfKed6G65KFtFzSO { width:13.4375rem;height:0.125rem;top:126.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvrFFAmupwKA6BT99nwpICRo5cT8dEfP { width:13.4375rem;height:0.125rem;top:169.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVDUC4lqRGDSSIEd0TzPrMoStNRvL1t0 { width:9.375rem;height:13.125rem;top:2rem;left:5.3125003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNMOlbV8KZBITBv16FBDM6uKJKpoW0fv { width:20rem;height:2.41666875rem;top:33.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIz9SUr5bGNETIqHsxD6pn23Ey3An6xm { width:19rem;height:3.4375rem;top:36.375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4OHqgu9hZ3qTgzwCzzrFBB4JZflwLD3 { display:block; }
 }@media only screen and (max-width: 763px) { #SXaa6ftCPhJII4iR8NStkta5aa2TEJZv { width:18.75rem;height:1.20833125rem;top:32.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKG5szP9k4HIvqdXx2a0EUAnbO8oSw0N { width:18.75rem;height:1.20833125rem;top:40.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2V0qveeqZkavhmIJtsL9yBfXAwI7sM { width:20rem;height:11.25rem;top:20.040365219116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xueGIeDNeaTeNlf50bFPIbnlVaz2PCrM { width:18.75rem;height:1.20833125rem;top:18.895233154297rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVPphD3llro5huEUAzvGp9hbShVhXG9N { display:block; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESIEfiTNbBfSbkih7K5iZibGwDhCnA79 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { background-color:#ffffff;background-image:none;display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { background-color: transparent; background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .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); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TReGXbJXBu4OxuOMGr7viDwbeXGz1JZ3 { width:12.5rem;height:2.08333125rem;top:24.6875rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDDinhxN3abHggAMvOpDM3TJkTGQ5VJH { width:20rem;height:3.875rem;top:28.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z55EmOuwXrEASXlRBT7XUyr0NZOfBX52 { width:20rem;height:2.58333125rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUrg1QTnbIOWRLHGqboEBHQ7NUrPyW6 { width:20rem;height:5.16666875rem;top:41.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzw4QXThUJUAM61RmmUuJ4qo34O1kzE1 { width:20rem;height:2.58333125rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9JaoyUxxPdwxsKWIVpWQbAmy9CWCVMv { width:20rem;height:2.58333125rem;top:48.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6w6VaCaLzd0VcFiTk4TeVDr9szhd2gU { width:20rem;height:3.875rem;top:52.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbuiiS3sAlzHc83MwZH7hP2uAAwGS2bc { width:20rem;height:2.58333125rem;top:57.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhufO7taXRncT16qaXAkGdlhxoLRf4OJ { width:20rem;height:3.875rem;top:61.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSe2ZRp8JDf9VdMfW7hJx5JB1L7LJ5X9 { width:20rem;height:1.29166875rem;top:67.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMk3SqP3KRzvzK5ord2PUG35z85hMKev { width:20rem;height:2.58333125rem;top:69.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnUe6LCFQ99FtD80iS9p7RKzmqBAtm8T { width:20rem;height:2.58333125rem;top:78.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otghd0Zm9NvaMANV6Ho4mzsXbh8GaTbL { width:20rem;height:2.58333125rem;top:74rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shB25KqCL8EDpco92ueeKyAQue2DvxDl { top:2.5rem;left:0rem;width:20rem;height:20rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 { display:block; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAtMTbLUrZguvBi7E3aI3TT6XBTVrPQw { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t { background-color:#ffffff;background-image:none;display:block; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container { background-color: transparent; background-image: none; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container > .video-iframe-container { display: none; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row > .video-iframe-container { display: none; }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .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); }#he5B0w4ve5D0dvKmZAdlxNwWtTgFLT3t > .row .container { width:20rem;height:157.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0pvB3PUzHVM67B1FtcGWmNUmmzkSSLK { width:20rem;height:12.9166875rem;top:108.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q717296DFCE21A2kd6EAVG32O8IZwgq6 { width:20rem;height:2.58333125rem;top:104.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbficpOkeKwyrfxRTsK9iaXN8oAHMFmP { width:20rem;height:15.5rem;top:87.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6iM95bcHe4uqIsdAbDualQ33WWpQb9n { width:20rem;height:1.29166875rem;top:84.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK94fbmHofkMDbSlDlqPxNHfJohE7XDP { width:20rem;height:11.625rem;top:71.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTiqdtDfRB7VCkfzt0Z9QrvTDekVwUz { width:20rem;height:2.58333125rem;top:66.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxiXCI3GizrqQzQ2vcs0TS5qrx0C6me1 { width:20rem;height:10.3333125rem;top:54.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqdPav78gU1zNTlMNSA92FfDp0ZqR7JN { width:20rem;height:2.58333125rem;top:50.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAokX8vpWzfKdDyQ98fDi1lTyGGPUncZ { width:20rem;height:7.75rem;top:40.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSMyRSqxfLM8qhQD0wQrBIqr3R88qmRD { width:20rem;height:1.29166875rem;top:37.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmpoXTcVbr0NDDyTX1TQMQdzxHav8PPT { width:20rem;height:9.0416875rem;top:26.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeoN0S8ZNWEum3ohVk8FZwicbw0t0efl { width:20rem;height:1.29166875rem;top:24.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8tshWVS3l31zso0UgJToGCTwfK1ydtR { width:20rem;height:11.625rem;top:128.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLl1Thmid0DxKEtLOkstNsZTnuMxTXts { width:20rem;height:2.58333125rem;top:123.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL9mDCJNameAac4prRMAyQg9KiqI87l2 { width:20rem;height:10.3333125rem;top:146.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOT1xm0MNKVIdDkKi9ueQxoZpe9OPScG { width:20rem;height:2.58333125rem;top:141.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ1cs7uwalqctA3Gy30GHIozZsVlDaxo { top:2.1875rem;left:0rem;width:20rem;height:20rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF { display:block; }#dz3wLFv8ANFhlRrkuTI0NRCtfu6eoTEF > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCkk0yq7WfNJ5C40cdv1TrDVtc73k6c2 { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxVKFPxWcyO43pLe7VkiP352TKP3Bc1J { width:12.5rem;height:12.5rem;top:22.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkaxDianAyZTWxvgDT699C0iEJlKixFZ { width:12.5rem;height:12.5rem;top:44.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzBzWs2T76kiLaAC8OATb9RNwpTZtkIi { width:12.5rem;height:12.5rem;top:68.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXo0b2lFsIkF4wrt9XQ1J6w8xQWboRDb { width:13.4375rem;height:0.125rem;top:15rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #il6SJ4OAh1zkAWRmTIIprkgQTKvvdrmU { width:13.4375rem;height:0.125rem;top:36.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WQ5UUdFoeOf6sJf0GGih18GeqlvRkG { width:13.4375rem;height:0.125rem;top:58.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2693cXKcNncCSgew1NuTfQ5fRROw6c2 { width:13.4375rem;height:0.125rem;top:82.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0EdDBqVoJEBaIOlt9DbHZiu6MRSHKQX { width:12.5rem;height:3.875rem;top:16.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SauWEs1QsE6CsGuxlCJhdT1D2ghRP2Fe { width:13.25rem;height:3.875rem;top:38.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guPW1uPssHHNTtHwGBxGigtK4fpKqCE5 { width:12.5rem;height:5.166675rem;top:60.5625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBzlynXdXRkQkIPbAd83LXsn1PdE5n9o { width:12.5rem;height:5.166675rem;top:84.0625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3oH1IXQPQTeSsQLAQtcliTdysQpK6IR { width:13.4375rem;height:0.125rem;top:21.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4FXJFuq1VAbnNX3Pi7wakTHaSTVs3gX { width:13.4375rem;height:0.125rem;top:43.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbTCsXU7pEBECIDAoDzTaWhHS4bTaa2B { width:13.4375rem;height:0.125rem;top:67.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDii5thPzmR07NQ29pDkvTx82uv5tkde { width:13.4375rem;height:0.125rem;top:91.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 { display:block; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3T9ekfOyNHcDBVlmTep6HKS5LV1W6hL { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg { background-color:#ffffff;background-image:none;display:block; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container { background-color: transparent; background-image: none; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container > .video-iframe-container { display: none; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row > .video-iframe-container { display: none; }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .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); }#sU3xzHI1OLUvvJCzyilvS9h03MhzLNeg > .row .container { width:20rem;height:184.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKZreyKCyAca3nOBlu9VmWtvgxrCh0Wr { width:12.5rem;height:1.625rem;top:1.34375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3E8RI3Rz433sg6MJmzicmTgsHQIzpyi { width:20rem;height:1.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QssNbMFZa1GFMenbghGMTGoiOTGu5AXm { width:17.625rem;height:58.1250125rem;top:4.3114395141601rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17wC50rg906eERL2uIktSWloMZBTSZM { width:20rem;height:1.8125rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0cccX838TquHztOpHHcxuh64i5ye4ES { width:12.5rem;height:1.625rem;top:62.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbAMARD3TeM2puDbZsVGokg7Cupwkz4k { width:17.625rem;height:12.916675rem;top:65.000005722044rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Tx2xelyhZBB1MGkVGGmCiWTUWpOsdT { width:17.625rem;height:16.79166875rem;top:81.562484741213rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqC71HFAT5Gwy7bzOp5WTtOkCF2caOXc { width:20rem;height:1.8125rem;top:78.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dub7B6lhN7MXRHx7iBNDJP8lPVXC6Goh { width:12.5rem;height:1.625rem;top:78.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOFt6CB5PvHsqIxDrz34KIwXJUkCQE4c { width:17.625rem;height:9.04168125rem;top:102.68752288818rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eefmNPXCmdTncbJKirChOn6TpxOfB1ip { width:20rem;height:1.8125rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEXGwLoPpPUv9KQnkkylZKnBD9UOryKp { width:14.9375rem;height:1.625rem;top:99.5rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbNNleIkp6WiW7yuvDFVksDs22X2gdAL { width:17.625rem;height:5.16666875rem;top:116.43752670288rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsMvfvMrUTGmZBzaBe68e1nDI97mstG { width:20rem;height:1.8125rem;top:113.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDfkJBk38OUg9r1oZ3HyKmAiztkn4fNI { width:20rem;height:1.625rem;top:113.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGak5WNxVo3seK6Q2yU85l8m2ZzDU8ZV { width:17.625rem;height:10.3333375rem;top:126.2500038147rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSPqKGvTGF9v83KwuXgvZVEBmXPQ04P2 { width:20rem;height:1.8125rem;top:122.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pywswg4OrecMBKuyeUzRKwFQodoT753h { width:20rem;height:1.625rem;top:123rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfiirhD5FuOG34wk649W1cIkV4r6PqqA { width:17.625rem;height:9.04166875rem;top:141.4375038147rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3pfdrdfnws5rFqybXTKu5kdFdOZe17N { width:20rem;height:1.8125rem;top:137.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFArpxNWclDm6UyqOLihv5MMdqT3r5g5 { width:20rem;height:1.625rem;top:137.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgzNFe4IH0RTTIrKzSaBJ0h4TwOQqWfv { width:17.625rem;height:16.79169375rem;top:155.31247329712rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLWqvEDAVHmOFXt4kiZiSwiXNZx0wBTu { width:20rem;height:1.625rem;top:152rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7KMifsPnd1PrIbG5W7VR8Jr3vkwwg2 { width:20rem;height:1.8125rem;top:151.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8mo359wXTfHxfqzcupS1B7wahIxXny { width:17.625rem;height:3.87500625rem;top:176.50005340576rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBbUPx2nd1HdW7poftqzy2wsapkvRXen { width:20rem;height:1.8125rem;top:173.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQgUdTCxN2hgNbe4XJtWoVisMPE0uHiT { width:20rem;height:1.625rem;top:173.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9mRX8k4POe6rautKm6VczFndMrimnPS { display:block; }#R9mRX8k4POe6rautKm6VczFndMrimnPS > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rie78XC5SozzOQpFPMQqJrzr3CniqrtM { width:20rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErwLqRTFy0LaSAirODsmt3ixQGdRzk1n { height:10.73390625rem;width:19.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp { display:block; }#M3ufvpeHxxcPKIOxrAyn61rsPewdcoxp > .row .container { width:20rem;height:170.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxyaLIN7r2nkUsdThcxR33lgtiT6inRT { width:19.5rem;height:1.8125rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJarqoRZ88xJ2ghaH75yR0V6xJyWN6fF { width:16.5rem;height:1.625rem;top:1.34375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuHsM9lEScxsITQaUA5tkPQqeWWlbCgi { width:19.375rem;height:2.58333125rem;top:3.9375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Mn2LxI0AaRqgExCiWELRfUKMxZmOhB { width:19.5rem;height:5.1666625rem;top:7.0625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5OoyiwPFDUmEHOi41ObCGE4LoxnAm5E { width:19.875rem;height:2.58333125rem;top:14.75rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpIiiRqG8qdn6w1dqGmdeTyXDMT013a { width:19.375rem;height:1.29166875rem;top:12.8125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM0f1EgtTWaOacoMiLcyw9QqxaDyTFzB { width:19.375rem;height:1.29166875rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPKuwZyqhTm6p0WrhHIoyu9M5UnKdbr4 { width:19.5rem;height:3.125rem;top:20.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVlmCdS5WeidZx1lFIPTDPFz4508S2b1 { height:11.1230625rem;width:20rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtDlFblT7TVZgIVt2RPWuuy8ToJl0SL { height:11.1230625rem;width:20rem;top:56.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Vy4kWcxIrzNvxDDdmDOg7BXZTdsptu { width:19.875rem;height:2.58333125rem;top:52.248046875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwVR1mfsCyBg9TZNtat5EFM3TnTd4UX1 { width:19.5rem;height:5.1666625rem;top:44.685546875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogqoyx8TV3HC2im8Tv6kDZ7lfumlOpf1 { width:19.375rem;height:1.29166875rem;top:50.373046875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmNBy5ZTktRImnCmQvT7BaAu0KSAc8z { width:19.375rem;height:2.58333125rem;top:41.498046875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P51oLxttFhb6R5l7R2VKA8BQhm1cW7dS { width:16.5rem;height:1.625rem;top:38.654296875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH99TQdxOsFk70I4NCDMWe1FrU1OgKxv { width:19.5rem;height:1.8125rem;top:38.560546875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxiQJU41SGpc24brwKDp7SqGR1mB1fr0 { height:11.1230625rem;width:20rem;top:87.80859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsP5Bp49PJk5gvg0TJR6ZRmvop89vhIV { width:19.5rem;height:2.58333125rem;top:83.62109375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo1lq9hoJkx48Ou2JnTTU5rnLW3lOuDi { width:19.5rem;height:5.1666625rem;top:75.68359375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6SKmxVRqfKkuraMhQ051dQQf7UM2O0J { width:19.375rem;height:1.29166875rem;top:81.74609375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OymcAE1fWS5WWIdyR8mDmgs1mCaVq5aW { width:19.375rem;height:2.58333125rem;top:72.62109375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVTQ0HwFwJJ5F6bbOmP6JEGrITEERni { width:16.5rem;height:1.625rem;top:69.90234375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTACu6TI181D0g5FrmoAtwe2OnMRqPHe { width:19.5rem;height:1.8125rem;top:69.80859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG9bks6JsTbg3swTFX0ffvgnEAr9GNws { width:20rem;height:1.625rem;top:100.431640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwCJ4OFD4UeuVeTrBEq5edQIQeMvmu8S { width:20rem;height:1.8125rem;top:100.431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPI8tUp2azQrqZxZgqZEkALCsDS78TF { width:20rem;height:11.4863125rem;top:103.681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKqvGPTqCv9qLsZ9ANGDbesuKfEarBBy { width:20rem;height:13.5595625rem;top:120.23046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUzIsUdv5gGdH4i0npA7qvSbTzAJmz7Q { width:20rem;height:1.625rem;top:117.13671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrCkxsWdDWotL1y0661yDu4eQVlk7bcm { width:20rem;height:1.8125rem;top:117.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaJvczD7ePhTedXSUJFHVvguiCpd4eEw { width:20rem;height:1.592775rem;top:138.9775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klaIAMfaXH6eKzdzLTEqM9Ll4pRi2ERX { width:20rem;height:1.625rem;top:135.8837890625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksn2SCsLhxmQKbtre1gbwak5eqX1ztan { width:20rem;height:1.8125rem;top:135.7900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWaqRkJ8gnWtvoiC0XRLR76cJPR1vTg9 { width:19rem;height:3.4375rem;top:162.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD1MWMNeB6EniDJbF59vQ7d14Otl7O8s { display:block; }
 }@media only screen and (max-width: 763px) { #TKly8nvErfELwe3yfkW0141ti8UL6Rq7 { width:18.75rem;height:1.20833125rem;top:166.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaHCZT0UVahTxN20b11OTDUKND0aT9R1 { width:20rem;height:2.41666875rem;top:158.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZkTE5ZTv5HORRJcdUo8CDQMr6c4hdfE { width:18.75rem;height:1.20833125rem;top:157.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tChHB8NxpCWeRiuw1HrHxrSNlLmsKGqP { width:20rem;height:11.25rem;top:145.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXLspsX3LTDQJzLaZiu2EtL7CzGe3Tnx { width:18.75rem;height:1.20833125rem;top:143.91662597656rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLidVD5TUGtFoQgesMp4kgcxRk4TCivP { display:block; }#NLidVD5TUGtFoQgesMp4kgcxRk4TCivP > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRXLUp4TnlwpgcOoQ4HXrOZuM7pyAueJ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { display:block; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmcCh59WmdGlWhPCTeCz5VGFS1eg6wSk { width:9.625rem;height:19.25rem;top:1.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { width:20rem;height:15.5rem;top:24.4150390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { width:20rem;height:2.75rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl63uXNzGpqPellT8K2uG0tpWKlFecos { width:20rem;height:6.4583125rem;top:44.2900390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { width:20rem;height:1.375rem;top:41.1650390625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { width:20rem;height:2.58333125rem;top:55.9150390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { width:20rem;height:1.375rem;top:52.7275390625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { width:20rem;height:2.58333125rem;top:63.6650390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { width:20rem;height:1.375rem;top:60.4775390625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { width:20rem;height:6.4583125rem;top:71.2900390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { width:20rem;height:1.29166875rem;top:68.2275390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb { display:block; }#xVGJnJlvIl0UXBtd8anqSmOdeQZDolXb > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4MSs42MLTQwTTMkW9c22cnABv3BlRLC { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK { display:block; }#WR2bL9zoOL3gNTCI8LLS7oJWpRPITaiK > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHinqSobNHgUPF5NOMwWUKCq5MZtK7RG { width:19.9989375rem;height:14.6666875rem;top:16.434374809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H3dDwvDoPHpkA4mwWTLqrKIlOqutkzp9 { width:19.9989375rem;height:13.503125rem;top:1.4760324954987rem;left:0.0010416507720947rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { width:20rem;height:29.425981873112rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOn729nH4K5rT71WMU8bL3dPcmCu66N { width:16.875rem;height:24.54166875rem;top:31.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHDIFH08trPGE898lvtfHgDewvwEGvAF { width:1.5625rem;height:1.5625rem;top:31.625rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { width:1.5625rem;height:1.5625rem;top:35.375rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { width:1.5625rem;height:1.5625rem;top:39.125rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { width:1.5625rem;height:1.5625rem;top:42.875rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { width:1.5625rem;height:1.5625rem;top:46.625rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { width:1.5625rem;height:1.5625rem;top:50.375rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { width:20rem;height:9.2307692307694rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { width:20rem;height:9.93288590604rem;top:11.7305rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStHG1iG6kxi0NglKizpLXCzI97HzlHb { display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isyzovr9ix76xQfHmldSb1h9OQmhtL3S { width:20rem;height:10.326797385621rem;top:12.3955rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { width:20rem;height:;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT { display:block; }#lZikb1vAUPLmn8CVLfr3PPP4U8rzaCQT > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2Dxh4yzXsDg0NohhyzN5PuWEBPbEciK { width:20rem;height:1.20833125rem;top:1.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }