.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d43b58c-20c9-41e4-95b2-3b4c403a4b74/KopiaMARTA1920x1080px1920x1080px1120x840pxWitrynainternetowa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T.adaptive-delivery-prevent-bg, #yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T.lazyload, #yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T.lazyloading { background-image: none; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row .container { background-color: transparent; background-image: none; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row .container > .video-iframe-container { display: none; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row > .video-iframe-container { display: none; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .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); }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row .container { border-width: 0; border-radius: 0; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#hTOE2aSsViU7neDMF9G6KnyuoFRbHq0z { background-color:#eac887;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:37.625rem;left:28.750000953674rem;display:block; }
#VpF1bSdfLrtAUvIFy435MD2TxuJBMKGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9w60HezvqDlqFDTgl2oFrVcs46aq1df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { background-color: transparent; background-image: none; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container > .video-iframe-container { display: none; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row > .video-iframe-container { display: none; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .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); }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { border-width: 0; border-radius: 0; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { font-size:0.875rem;font-family:arial;height:117.3125rem;width:75rem;position:relative;display:block; }#QgJQTp33WsxtLsOQBh4hq6INZv956gXQ { color:#000000;display:block;width:48.625rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.331250667572rem;left:13.186718940735rem;height:44.76875rem;text-align:left;text-align-last:left;display:block; }
#ct9lcb3kATgEiXZlNsUTa4MoPiase8eq { color:#ffffff;display:block;width:48.5rem;position:absolute;font-family:"roboto condensed";font-size:2.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.74609375rem;left:11.330468177796rem;height:9.50625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l9WGGMPK9bqWRTPiqTyn9vL783MbRRTJ { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:60.875001430511rem;left:13.186718940735rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJPqZJWOEucnTxpVCiPfK0Za4kMLbyQZ { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:64.800000667575rem;left:13.186718940735rem;height:16.03125rem;text-align:left;text-align-last:left;display:block; }
#WwTwxTrzJtz2MzkBasa7CsLigpAlBJdE { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:85.68750190735rem;left:12.655468940735rem;height:7.125rem;text-align:left;text-align-last:left;display:block; }
#c6rCyMt33VZQgxDVbbPT4yw9rT60mJmz { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:81.968749523163rem;left:13.186718940735rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e0wexLVautvyLIV5Q1yis5ekA8fwZZlH { background-color:#eac887;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:109.75000286102rem;left:26.061718940735rem;display:block; }
#GVXnsemdeJfPugLUwvP2P79uo9ab5wwh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6aTL5Tv3NpDRPZfgha26TCfXqhdLPzT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:34.6875rem;top:95.62499809265rem;left:17.467968940735rem;overflow:hidden;display:block; }
#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 { position:relative;display:block; }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 { background-color: transparent; background-image: none; }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .row .container > .video-iframe-container { display: none; }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .row > .video-iframe-container { display: none; }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .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); }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 { border-width: 0; border-radius: 0; }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CIU4t88sS4bdH87PCnmFrOWhyfT6myWb { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0476570129394rem;left:11.999218940735rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nKkooVMaTxVMTSEiTE0ZJbrZ0ZegoSDN { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.8726577758787rem;left:11.999218940735rem;height:5.34375rem;text-align:left;text-align-last:left;display:block; }
#sDuFBRs7t5TI5QRpOHbsT95vSm1JVeUT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:31.8125rem;top:12.216406822204rem;left:16.374218940735rem;overflow:hidden;display:block; }
#ZHe6qswqQ7XpwTQOykAOCKkZM0eKfvI3 { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:25.247658729553rem;left:11.436718940735rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row .container { background-color: transparent; background-image: none; }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row .container > .video-iframe-container { display: none; }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row > .video-iframe-container { display: none; }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .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); }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row .container { border-width: 0; border-radius: 0; }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row .container { font-size:0.875rem;font-family:arial;height:125.5rem;width:75rem;position:relative;display:block; }#kXXGcTWNXU3ArLrhRmLyXUsLux7Zgz0l { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:47.800003051757rem;left:10.249218940735rem;height:3.675rem;text-align:left;text-align-last:left;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;display:block; }
#L3OII7WnFTaNrrE8aLiuEzq0hQxWUHfE { background-color:#0fc30c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:118.125rem;left:17.311718940735rem;display:block; }
#DqqzOPW9WUHW2vV897Iwf5TG6HObG0yO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmkhmJTZSRZ8Dbv3fgSFWh7DvsTzO1XZ { color:#000000;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.825003623963rem;left:10.249218940735rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cS3OTeGEaBmqITtva2kQ79ExzCwVWmm6 { color:#000000;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:74.1875038147rem;left:10.249218940735rem;height:6.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T05CuxrxntOEoHsHDqCbBehW9zcUFn50 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #81cec9;border-left:0.0625rem solid #81cec9;border-right:0.0625rem solid #81cec9;border-bottom:0.0625rem solid #81cec9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:103.3125rem;width:55.875rem;top:16.5rem;left:6.0624990463257rem;display:block; }
#irKUra1eJIPKZdR84XE20eWZ9EyNrJKF { color:#ffffff;display:block;width:61.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0625rem;left:4.5296869277954rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntZyAMqT12qXgLXW5cNUu0CTFSndVZIE { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:6.6875rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#rD7zD6Da3S06q9mdIgfLTDCoDLvG9kuB { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:79.0625038147rem;left:10.249218940735rem;height:3.675rem;text-align:left;text-align-last:left;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;display:block; }
#CWi8ucM2QF88kDolKJfc0Bu7kuGLDm7I { color:#eac887;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:37.600003242492rem;left:10.249218940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IerpVk7B0XpgT0HhnU2r78D2H5tl1V7d { color:#eac887;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75000333786rem;left:10.120312690735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gF3qgvyKEykgSOzpC9WVXns3TA3TzMIJ { color:#000000;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.512503623962rem;left:10.249218940735rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PfeSDsoZeB7TDVipSwkyuKMNhdRw0GU4 { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:33.375003814698rem;left:10.249218940735rem;height:1.8375rem;text-align:left;text-align-last:left;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;display:block; }
#OEO6pt3yX3FKzo9ImKsmawoo6Q4rhh9T { color:#eac887;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:53.9375rem;left:10rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b98UQl8BMKFaIQ3f8k9Dacu0TqisWk95 { color:#eac887;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:68.5rem;left:10rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vC4re61FpEZlX6flp3Pg7qrw5POlJpOG { color:#000000;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:58.9375rem;left:10.249218940735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qwSA4SpPe2VHmNbAIR15g1hOpqFqu0mu { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:62rem;left:10.249218940735rem;height:3.675rem;text-align:left;text-align-last:left;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;display:block; }
#C47ixdxpSwuV9Bt4VUbgrCNTa06ARpwx { color:#000000;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:109.0625rem;left:10.249218940735rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d5Ndzz9aEdVN4iliyBmwPDVqI3qUkBKe { color:#eac887;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:86rem;left:10rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JBusCF71cl0HMCXoKOgDTkBVN0akd1NS { color:#000000;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:92.137500762938rem;left:10.249218940735rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xubT3pGuTT24dwckR4zTwtqouZssTrTB { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:98.1875038147rem;left:10.249218940735rem;height:7.35rem;text-align:left;text-align-last:left;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;display:block; }
#fpUTXP2GAxvP8DnMDNCN1zDAd2hFHEUv { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:112.67500114441rem;left:8.870312690735rem;height:3.675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FpNNhLemtprexKt4m5pRZyQtZDZ0L8iG { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:26.675003051757rem;left:10.249218940735rem;height:1.8375rem;text-align:left;text-align-last:left;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;display:block; }
#MZpIxWuLym4Ex1p12hI3EUCJtS9OAeka { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.525003433228rem;left:10.249218940735rem;height:1.8375rem;text-align:left;text-align-last:left;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;display:block; }
#fRUHbVCPls6GKDv7UmvhZ9rFm2bLO5rH { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:56.862499237061rem;left:10.249218940735rem;height:1.8375rem;text-align:left;text-align-last:left;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;display:block; }
#URiVo42UBFoWwR5JpCPFmTUd8hWUQOMR { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:71.424999237062rem;left:10.249218940735rem;height:1.8375rem;text-align:left;text-align-last:left;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;display:block; }
#U0TUNUfQWnQOAz20bJtkA5dkHJ8tLn4k { color:#1f333b;display:block;width:50.125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:88.924999237062rem;left:10.249218940735rem;height:1.8375rem;text-align:left;text-align-last:left;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;display:block; }
#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { background-color: transparent; background-image: none; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container > .video-iframe-container { display: none; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row > .video-iframe-container { display: none; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .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); }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { border-width: 0; border-radius: 0; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { font-size:0.875rem;font-family:arial;height:109.125rem;width:75rem;position:relative;display:block; }#o2ANPH6EUlGsVKrcFMQcsE9dUJI90JrT { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.874361038208rem;left:21.0625rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hHG6ch6QrpQnPM9PtmZSv2D7dvSHc7mB { color:#1f333b;display:block;width:26.25rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:35.5rem;left:39.375rem;height:;text-align:left;text-align-last:left;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;display:block; }
#yu0wMnsSLLGODRRFwerJsgp9paJ3KRN5 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:29.9375rem;top:7.2210936546325rem;left:36.811718940735rem;overflow:hidden;display:block; }
#wEgoPu6Mrm1ganDH2ozM7T78WATRi4ax { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:86.6875rem;left:28.625rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTbeLMhwStepdG9bSQyuEh8Zi20kAztJ { color:#eac887;display:block;width:29.1875rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:89.4375rem;left:21.25rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHTuvQ0nX1ZG0waTXMirMJyNo7rMwAiV { color:#1f333b;display:block;width:44.875rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:92.25rem;left:15.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yXcOcp3Zh8hhFk56InUOrrQwWHDQBaa8 { background-color:#0fc30c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:95.75rem;left:21.5rem;display:block; }
#yT6n0hFupEE4Mb1nU4RAgoM2s8L3LVxA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wez1n9BBfSdWqPD6ST9Z78bEWcdwcOGk { color:#1f333b;display:block;width:22.7491875rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:43.9375rem;left:39.375000953674rem;height:;text-align:left;text-align-last:left;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;display:block; }
#GWMHGAZTTIBRokOar40TWauePylSdH83 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:31.125rem;top:57.921094894409rem;left:36.217968940735rem;overflow:hidden;display:block; }
#eQTtFkI4ScAiCGTTTKp1a7d5WNrzsA7U { color:#1f333b;display:block;width:26.25rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:59.6875rem;left:7.5rem;height:;text-align:left;text-align-last:left;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;display:block; }
#yAFkXNEz7ZrPKvAMTr0g8vvLUKxBtZ4X { color:#1f333b;display:block;width:26.25rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:64.5625rem;left:7.5rem;height:;text-align:left;text-align-last:left;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;display:block; }
#ceTJ9OSmHo4kN3pTJQgK4W8fuUDbfPeA { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:31.0625rem;top:34.625rem;left:4.2351560592651rem;overflow:hidden;display:block; }
#o86hm8Z2zJ5S8hLRHh31GkCVUPvE67rE { color:#1f333b;display:block;width:26.25rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:9.66796875rem;left:7.499218940735rem;height:2.0125rem;text-align:left;text-align-last:left;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;display:block; }
#xBOufWk2kKMhFytOZDTlOXXnQXeVfNuM { color:#1f333b;display:block;width:28.0620625rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:14.546442031861rem;left:7.5rem;height:;text-align:left;text-align-last:left;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;display:block; }
#HUvb6yV3Q2sF5qO7gxlRqemDdIGznovU { color:#1f333b;display:block;width:29.8730625rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.145183563233rem;left:7.5rem;height:;text-align:left;text-align-last:left;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;display:block; }
#g0Z9ZaWKh7h7B2V9cqUR97rTohoxTSTI { color:#1f333b;display:block;width:21.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.75rem;left:39.375000953674rem;height:;text-align:left;text-align-last:left;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;display:block; }
#ypoPATIAAAsNxWHnUfaR4QFuKtZkccMv { color:#1f333b;display:block;width:29.8730625rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:61.625rem;left:7.5rem;height:1.8375rem;text-align:left;text-align-last:left;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;display:block; }
#diTubNElN2reCR6zDdg525UoqIKzigyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec1af;background-image:url("https://images.assets-landingi.com/uc/c8280f50-5aa2-4573-9610-d02cbe25936b/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diTubNElN2reCR6zDdg525UoqIKzigyx.adaptive-delivery-prevent-bg, #diTubNElN2reCR6zDdg525UoqIKzigyx.lazyload, #diTubNElN2reCR6zDdg525UoqIKzigyx.lazyloading { background-image: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { background-color: transparent; background-image: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container > .video-iframe-container { display: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container { display: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .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); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { border-width: 0; border-radius: 0; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { font-size:0.875rem;font-family:arial;height:84.875rem;width:75rem;position:relative;display:block; }#cg6MM5Ah9sEBSqyILEZshTQbtKtkKlAF { color:#ffffff;display:block;width:55.9375rem;position:absolute;font-family:"roboto condensed";font-size:3.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:9.530468940735rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zBPhFDVmPiJwOTpv3Wmiq5ae9pExdI8v { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.875rem;left:10.875rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AoCIDUS43c1zHk3pHn9R4qbPsEKMVVxO { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4375rem;left:24rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#skq5En3x31tgVnIflgWM3oQ6uwCaThpF { box-sizing:content-box;height:45.25rem;width:20.25rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:24rem;left:15.624218940735rem;display:block; }
#hMTkiTovl7TAk86MmlcLL2HNZcaCqtLe { box-sizing:content-box;height:52.75rem;width:19.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:24rem;left:37rem;display:block; }
#TF952WtLyRUQZBsmaBLOKUxoECFgi5OW { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.125rem;left:17.155468940735rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWXTFQInR8AF4OuP1kRXoXd7wuIrK4Gg { color:#eac887;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.6875rem;left:17.155468940735rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRZaW7gGO5rU266y6cu5y1GeqGPfLrHR { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.52499961853rem;left:17.155468940735rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SOUGwESO8Jee8u1Zc3iBvqLS72Uc3Uxd { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.125rem;left:38.0625rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZ7NbZuJRIHEshJgLnlwERmeJVJWzRTd { color:#eac887;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.6875rem;left:38.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A5SF7Oyg9zeEVPTsZTXvsW1xF0evhfmQ { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.6875rem;left:38.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IUc6fnsipJfUGhtVTfINa5nF1pPDO6IT { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:42.875rem;left:17.111718177796rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wSlBqUpVdUdlKSerc6IB2IpKcrAmuFHT { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:38.9375rem;left:17.155468940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#peSc5ZJ2lWbr7RsMm9kTAD8QKmAlcfWo { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:48.91250038147rem;left:17.155468940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NB3qWy9E2d8RRJnFfXblNLRXHUV0KBsa { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:53.1875rem;left:17.155468940735rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyUckSnU2qzWVk0QMQ14PFwzEDMhScaI { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:56.700000762939rem;left:17.155468940735rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRZAX4rSMgz15TdPLSk9zJomNtlT8S19 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:60.413280487061rem;left:17.686718940735rem;display:block; }
#LOUflmSu5WFeZ6uWpyxHGd7EkuVwBSKf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qX6fSOfmZJ8rInV5GX9F4ZNawCei6itu { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.62421875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:64rem;left:18.874218940735rem;display:block; }
#RFXMEE1alc34y2Is8IuqG02ukWk0AJX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wLodyrRyhBIr7Qc5waO0MPhaHisHixzV { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:38.9375rem;left:38.0625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTpKw7wMn5VwCp19fg6PDgsTeRftN3Bo { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:42.875rem;left:38.0625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fnnn8ArheVKmkrXML7RGKmo9ycRBGgS5 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:46.937499046326rem;left:38.093750953674rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCPzZrX2vlgExk8JL2ibQmfyLuE1Kcct { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:62.39999961853rem;left:38.093750953674rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LSTdz2mszDGt13CL1eGdAGAR9Jz7TvbV { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:51.049999237061rem;left:38.093750953674rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vW8nh2G69lQ7ewfg7r01ZgEJ9XCT6ppS { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:55.1875rem;left:38.093750953674rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWuT8ck6XyPw1iKdwsTX8iOKpCSpCuUE { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:59.52499961853rem;left:38.093750953674rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HnpRXPgZi8aIMdbzLnXGVGLiwzm7G3JQ { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:67.9375rem;left:38.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2weWJxfgqyK20WGwq3yJ5tbDuVWSDoD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:70.8125rem;left:39.812500953674rem;display:block; }
#gpRsSnbTNJwgu96JxlsgimIzllc6GLbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGgUE7W7qG1FRDTuq4OtI4ei9MSgZEX6 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:45.16250038147rem;left:17.155468940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sRliI7atgedRlx39nC7vithcxu4UJhMa { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.125rem;left:38.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { position:relative;display:block; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { background-color: transparent; background-image: none; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container > .video-iframe-container { display: none; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row > .video-iframe-container { display: none; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .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); }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { border-width: 0; border-radius: 0; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .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:84.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yzBdmuh8zTNbaQB2Cc4TphlMbBvL2LyT { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:4.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8914070129394rem;left:11.375rem;height:11.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F6TW0nyP6VG3ka0TPMt0aRGdfn8Vxo2O { color:#000000;display:block;width:57.25rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:8.8875007629394rem;left:9.1875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HfCzpbrvagkqVWFEQXL8V0QaUE9ah0bF { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.328907012939rem;left:11.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTTlkCGStonAR1yqMucsbxnkIebcUBuN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:22.125rem;top:19.4375rem;left:10.3125rem;overflow:hidden;display:block; }
#kbcNGxW8yBqT5vI7PTp06nqzhhfnb0mT { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:19.437500357628rem;left:33.375rem;height:;text-align:left;text-align-last:left;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;display:block; }
#hvNyVbi6CdObEu870tyqIQa6MlUbPQ49 { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:54.375000953674rem;left:9.1875rem;height:9.5625rem;text-align:left;text-align-last:left;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;display:block; }
#Eq1UINBt5I9J9GhcwEee5PhBtTgcPscz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:41.125rem;top:65.575000762938rem;left:15.787499427796rem;overflow:hidden;display:block; }
#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1b9b1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { background-color: transparent; background-image: none; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container > .video-iframe-container { display: none; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row > .video-iframe-container { display: none; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .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); }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { border-width: 0; border-radius: 0; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#s3UaKInEdzh397sd7NVR9zSLZeFwzvkR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17rem;width:30.5625rem;top:11.15625rem;left:37.861718177796rem;display:block; }
#sJs7JtInx8PW2s0A4t1QFAbhVROPVbwB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17rem;width:30.4375rem;top:11.15625rem;left:4.7374992370606rem;display:block; }
#O9IMCvHwcG8LZL73s1hzXdEPKeIkyi7T { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6117191314698rem;left:40.424218177796rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkVxfhzVXdVz5L6B4zvZeocPEnq6GQlP { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6617193222046rem;left:8.3296880722044rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { position:relative;display:block; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { background-color: transparent; background-image: none; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container > .video-iframe-container { display: none; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row > .video-iframe-container { display: none; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .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); }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { border-width: 0; border-radius: 0; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wqNMpiXSnn0iDQD3ohQuuimawC1lWi8M { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1875rem;left:7.5rem;height:2.5375rem;text-align:left;text-align-last:left;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:italic;display:block; }
#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { background-color: transparent; background-image: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container > .video-iframe-container { display: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container { display: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .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); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { border-width: 0; border-radius: 0; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#Boq1EXkWntEO87ieVbdCI4qmn4J8ZNFz { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:22.0625rem;top:3rem;left:44.624218940735rem;overflow:hidden;display:block; }
#l0x9tL6ZnXpvFaqODhOte36AbyIIbQ0R { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:22rem;top:2.9984374046326rem;left:10.611718177796rem;overflow:hidden;display:block; }
#zHTxB797NWG9OkRPPMFxJTlvdlEoCKbL { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:22rem;top:18.687500953674rem;left:44.062500953674rem;overflow:hidden;display:block; }
#ZI1bziIrT6n7JCV7T2DshRskrKVITOL1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:27.0625rem;top:37.312500953674rem;left:39.518431903698rem;overflow:hidden;display:block; }
#cXlwl8IzN43a7FEat2b87LgOlqTEoOxp { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:23.5625rem;top:24.500000476837rem;left:10.610938072204rem;overflow:hidden;display:block; }
#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { position:relative;display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { background-color: transparent; background-image: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container > .video-iframe-container { display: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row > .video-iframe-container { display: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .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); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { border-width: 0; border-radius: 0; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1875rem;left:7.5rem;height:2.5375rem;text-align:left;text-align-last:left;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:italic;display:block; }
#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { position:relative;display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { background-color: transparent; background-image: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container > .video-iframe-container { display: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row > .video-iframe-container { display: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .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); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { border-width: 0; border-radius: 0; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .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:93.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:49.8125rem;left:10.125rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHVmK1BbJZgNzeyVDWyhEr5DeD8XtoA8 { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:8.625rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqbhlhkbQUBNX5bq4anokUaIll3i8h2n { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:56.4375rem;left:10.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0HbPwuanHTqZW94W9GseOhhqq3DbF55 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:59.5rem;left:10.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gbeoZo7nsivE2cc2OhptCimnx2ziLW0T { color:#000000;display:block;width:50.375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:66.3125rem;left:10.125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p7HivXhPunJPhTfnAnICfG78vUa6g1vy { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:71.875rem;left:10.125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pr54brUL2KezdE5VKyQzdI4JTOK6CQBt { color:#000000;display:block;width:50.375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:80.6875rem;left:10.125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTL6VClSSO0n6xx9hZStKKOE1Sug9Twp { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:88rem;left:10.125rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5Cglr5JM63b7biuXIUCweTmHahuigbk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:21.1875rem;top:11.125rem;left:14.125rem;overflow:hidden;display:block; }
#dH3oxOkMsgb88ngHUVqQHr9A40dUuZir { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:22.75rem;top:11.125rem;left:36.5rem;overflow:hidden;display:block; }
#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { position:relative;display:block; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { background-color: transparent; background-image: none; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container > .video-iframe-container { display: none; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row > .video-iframe-container { display: none; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .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); }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { border-width: 0; border-radius: 0; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .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:42.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QclGT3mvgySimswQiPTcgp0mmSwFhqwV { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.2265625rem;left:11.8125rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgS2e5FGnhnMbPBldD97qbPULxahCsa1 { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.03125rem;left:8.8125rem;height:26rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWknTekztGidGnrSgfQaeL6ULEsVNFat { background-color:#0fc30c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:35.625rem;left:24.9375rem;display:block; }
#xLDX0GlupK8C0NSvCDBxBmm26EnHXTTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa { position:relative;display:block; }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa { background-color: transparent; background-image: none; }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .row .container > .video-iframe-container { display: none; }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .row > .video-iframe-container { display: none; }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .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); }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa { border-width: 0; border-radius: 0; }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .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:49.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yhDizaLz6OXO8MHpactMEZqUJLbPQDT4 { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1414127349854rem;left:10.5rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chwFWEmTXVM3yu90FV044c7q2Ek2Qs6u { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:9.2000074386594rem;left:12.3125rem;height:;text-align:left;text-align-last:left;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;display:block; }
#CDkga5KcBPzlon9fkIx6lk3gQH25MClH { position:relative;display:block; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH { background-color: transparent; background-image: none; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container > .video-iframe-container { display: none; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row > .video-iframe-container { display: none; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .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); }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH { border-width: 0; border-radius: 0; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dUopcSpN8JweaDGFEpO5l8GDtLNm9mHx { color:#c10d51;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.39453125rem;left:9.125rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#atrJgaNH5em6tKAWZfFVprw3w8rFSxrs { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:0rem;left:7.5rem;display:block; }
#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk { position:relative;display:block; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk { background-color: transparent; background-image: none; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container > .video-iframe-container { display: none; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row > .video-iframe-container { display: none; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .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); }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk { border-width: 0; border-radius: 0; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .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:71.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cEJPXccfakQfX50tvVLMtErxSHfbP2Ou { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:4.375rem;height:2.6rem;display:block; }
#sSM2UFd22Npge1H6zpVFKTb2OAO6ggp3 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:4.375rem;height:6.5rem;display:block; }
#IOT6PODFEZXxAGEOr8gJcuaEtmm6XVJJ { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.6875rem;height:1.3rem;display:block; }
#GTcPlUw2TEUGaK4ECvTJLU83KHTPR2wP { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:42.6875rem;height:3.9rem;display:block; }
#OogSW1TE8HLENVy300HL0MzSSinCUcBz { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:60.812513351441rem;left:3.75rem;height:1.3rem;display:block; }
#F07bME9OA0FdhbITMPLRzFEQgSgaT5ps { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:63.474609375rem;left:3.75rem;height:3.9rem;display:block; }
#Vq38kof2Mzo671trVv7EX73ssZPRuyE8 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8125002384187rem;left:42.625rem;height:3.9rem;display:block; }
#yt4J1FHuONQeuMw0Hk3RfrP240kM6SXW { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.810157060623rem;left:42.6875rem;height:7.8rem;display:block; }
#XVQF1PGc2MICffGEZ8KdM55AhxC8rL1M { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.5625rem;left:42.6875rem;height:2.6rem;display:block; }
#NK53MUgTApL1cgVREk1ymgIkuk99bLa2 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5625rem;left:42.6875rem;height:3.9rem;display:block; }
#s1XyuCmRSOxrp14PrTbiAD9yL899n6Gk { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:50.562513351441rem;left:3.75rem;height:2.6rem;display:block; }
#Ln8rz2389D03gUgnVswboQs0syiORQzT { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:54.375013351441rem;left:3.75rem;height:3.9rem;display:block; }
#JaAc8nnWdKVTtvhMT8KIcrTPl672w5Lq { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.25rem;left:42.625rem;height:2.6rem;display:block; }
#GeHCNlnZFGuX1LxJ0QMl8VJqQI6dJA48 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.750000953674rem;left:42.687500953674rem;height:6.5rem;display:block; }
#ieqf0JDDW8m0pAHphC0ddcfmqwDE5Afs { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:3.75rem;height:1.3rem;display:block; }
#HkTUFXnyT2wqQ38EdmcD4wVHot066gDz { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.412512302399rem;left:3.75rem;height:11.7rem;display:block; }
#E4Q3U1FSAiQNygQwqUKfHsfzqN8oN0du { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.9375rem;left:3.75rem;height:1.3rem;display:block; }
#hTLbXpBTbTIAD2E0rDH3O6ZVi7IiM6Bi { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35rem;left:3.8125rem;height:13rem;display:block; }
#eaRVIpd5DB1q0fs0wsGTInJCdUyWb0Z2 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:48.75rem;left:41.968750953674rem;height:2.6rem;display:block; }
#VMV6PgQaWFKUWd9OktxmZ9Qp11KgNsZ9 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:53.16250038147rem;left:41.968750953674rem;height:3.9rem;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:10.0625rem;height:1.3rem;display:block; }
#qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:21.25rem;height:1.3rem;display:block; }
#wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3624992370606rem;left:0rem;height:3.9rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T { display:block; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTOE2aSsViU7neDMF9G6KnyuoFRbHq0z { width:17.5rem;height:3.4375rem;top:37.625rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpF1bSdfLrtAUvIFy435MD2TxuJBMKGe { display:block; }
 }@media only screen and (max-width: 763px) { #a9w60HezvqDlqFDTgl2oFrVcs46aq1df { display:block; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgJQTp33WsxtLsOQBh4hq6INZv956gXQ { top:13.3125rem;left:0rem;width:47.75rem;height:44.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct9lcb3kATgEiXZlNsUTa4MoPiase8eq { top:3.6875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9WGGMPK9bqWRTPiqTyn9vL783MbRRTJ { top:60.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJPqZJWOEucnTxpVCiPfK0Za4kMLbyQZ { top:64.75rem;left:0rem;width:47.75rem;height:16rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwTwxTrzJtz2MzkBasa7CsLigpAlBJdE { top:85.6875rem;left:0rem;width:47.125rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rCyMt33VZQgxDVbbPT4yw9rT60mJmz { top:81.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0wexLVautvyLIV5Q1yis5ekA8fwZZlH { width:17.5rem;height:3.4375rem;top:109.75rem;left:12.436718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVXnsemdeJfPugLUwvP2P79uo9ab5wwh { display:block; }
 }@media only screen and (max-width: 763px) { #v6aTL5Tv3NpDRPZfgha26TCfXqhdLPzT { top:95.5625rem;left:3.8429689407349rem;width:34.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 { display:block; }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIU4t88sS4bdH87PCnmFrOWhyfT6myWb { top:2rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKkooVMaTxVMTSEiTE0ZJbrZ0ZegoSDN { top:6.8125rem;left:0rem;width:47.125rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDuFBRs7t5TI5QRpOHbsT95vSm1JVeUT { top:12.1875rem;left:2.7492189407349rem;width:31.8125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHe6qswqQ7XpwTQOykAOCKkZM0eKfvI3 { top:25.1875rem;left:0rem;width:47.125rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm { display:block; }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXXGcTWNXU3ArLrhRmLyXUsLux7Zgz0l { width:47.75rem;height:3.625rem;top:47.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3OII7WnFTaNrrE8aLiuEzq0hQxWUHfE { width:36rem;height:3.4375rem;top:118.125rem;left:3.6867189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqqzOPW9WUHW2vV897Iwf5TG6HObG0yO { display:block; }
 }@media only screen and (max-width: 763px) { #mmkhmJTZSRZ8Dbv3fgSFWh7DvsTzO1XZ { top:42.8125rem;left:0rem;width:47.625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS3OTeGEaBmqITtva2kQ79ExzCwVWmm6 { top:74.1875rem;left:0rem;width:47.625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T05CuxrxntOEoHsHDqCbBehW9zcUFn50 { width:47.625rem;height:103.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irKUra1eJIPKZdR84XE20eWZ9EyNrJKF { top:3.0625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntZyAMqT12qXgLXW5cNUu0CTFSndVZIE { top:17.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD7zD6Da3S06q9mdIgfLTDCoDLvG9kuB { width:47.75rem;height:3.625rem;top:79.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWi8ucM2QF88kDolKJfc0Bu7kuGLDm7I { top:37.5625rem;left:0rem;width:47.625rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IerpVk7B0XpgT0HhnU2r78D2H5tl1V7d { top:23.75rem;left:0rem;width:47.625rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF3qgvyKEykgSOzpC9WVXns3TA3TzMIJ { top:28.5rem;left:0rem;width:47.625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfeSDsoZeB7TDVipSwkyuKMNhdRw0GU4 { width:47.75rem;height:1.8125rem;top:33.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEO6pt3yX3FKzo9ImKsmawoo6Q4rhh9T { top:53.9375rem;left:0rem;width:47.625rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b98UQl8BMKFaIQ3f8k9Dacu0TqisWk95 { top:68.5rem;left:0rem;width:47.625rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC4re61FpEZlX6flp3Pg7qrw5POlJpOG { top:58.9375rem;left:0rem;width:47.625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwSA4SpPe2VHmNbAIR15g1hOpqFqu0mu { width:47.75rem;height:3.625rem;top:62rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C47ixdxpSwuV9Bt4VUbgrCNTa06ARpwx { top:109.0625rem;left:0rem;width:47.625rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5Ndzz9aEdVN4iliyBmwPDVqI3qUkBKe { top:86rem;left:0rem;width:47.625rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBusCF71cl0HMCXoKOgDTkBVN0akd1NS { top:92.125rem;left:0rem;width:47.625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubT3pGuTT24dwckR4zTwtqouZssTrTB { width:47.75rem;height:7.3125rem;top:98.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpUTXP2GAxvP8DnMDNCN1zDAd2hFHEUv { width:47.75rem;height:3.625rem;top:112.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpNNhLemtprexKt4m5pRZyQtZDZ0L8iG { width:47.75rem;height:1.8125rem;top:26.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZpIxWuLym4Ex1p12hI3EUCJtS9OAeka { width:47.75rem;height:1.8125rem;top:40.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRUHbVCPls6GKDv7UmvhZ9rFm2bLO5rH { width:47.75rem;height:1.8125rem;top:56.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URiVo42UBFoWwR5JpCPFmTUd8hWUQOMR { width:47.75rem;height:1.8125rem;top:71.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0TUNUfQWnQOAz20bJtkA5dkHJ8tLn4k { width:47.75rem;height:1.8125rem;top:88.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT { display:block; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2ANPH6EUlGsVKrcFMQcsE9dUJI90JrT { top:2.8125rem;left:7.4375rem;width:32.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHG6ch6QrpQnPM9PtmZSv2D7dvSHc7mB { width:26.25rem;height:;top:35.5rem;left:21.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu0wMnsSLLGODRRFwerJsgp9paJ3KRN5 { top:7.1875rem;left:17.8125rem;width:29.9375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEgoPu6Mrm1ganDH2ozM7T78WATRi4ax { top:86.6875rem;left:15rem;width:15.5625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTbeLMhwStepdG9bSQyuEh8Zi20kAztJ { top:89.4375rem;left:7.625rem;width:29.1875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHTuvQ0nX1ZG0waTXMirMJyNo7rMwAiV { width:44.875rem;height:;top:92.25rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXcOcp3Zh8hhFk56InUOrrQwWHDQBaa8 { width:30.3125rem;height:3.4375rem;top:95.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6n0hFupEE4Mb1nU4RAgoM2s8L3LVxA { display:block; }
 }@media only screen and (max-width: 763px) { #wez1n9BBfSdWqPD6ST9Z78bEWcdwcOGk { width:22.6875rem;height:;top:43.9375rem;left:25.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWMHGAZTTIBRokOar40TWauePylSdH83 { top:57.875rem;left:16.625rem;width:31.125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTtFkI4ScAiCGTTTKp1a7d5WNrzsA7U { width:26.25rem;height:;top:59.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAFkXNEz7ZrPKvAMTr0g8vvLUKxBtZ4X { width:26.25rem;height:;top:64.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceTJ9OSmHo4kN3pTJQgK4W8fuUDbfPeA { top:34.625rem;left:0rem;width:31.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o86hm8Z2zJ5S8hLRHh31GkCVUPvE67rE { width:26.25rem;height:2rem;top:9.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBOufWk2kKMhFytOZDTlOXXnQXeVfNuM { width:28rem;height:;top:14.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUvb6yV3Q2sF5qO7gxlRqemDdIGznovU { width:29.8125rem;height:;top:12.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z9ZaWKh7h7B2V9cqUR97rTohoxTSTI { width:21.3125rem;height:;top:40.75rem;left:25.750000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypoPATIAAAsNxWHnUfaR4QFuKtZkccMv { width:29.8125rem;height:1.8125rem;top:61.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTubNElN2reCR6zDdg525UoqIKzigyx { display:block; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg6MM5Ah9sEBSqyILEZshTQbtKtkKlAF { top:1.5625rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBPhFDVmPiJwOTpv3Wmiq5ae9pExdI8v { top:11.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoCIDUS43c1zHk3pHn9R4qbPsEKMVVxO { top:18.4375rem;left:10.375000953674rem;width:26.9375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skq5En3x31tgVnIflgWM3oQ6uwCaThpF { top:24rem;left:1.9992189407349rem;width:20.25rem;height:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMTkiTovl7TAk86MmlcLL2HNZcaCqtLe { top:24rem;left:23.375rem;width:19.375rem;height:52.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF952WtLyRUQZBsmaBLOKUxoECFgi5OW { top:26.125rem;left:3.5304689407349rem;width:17.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWXTFQInR8AF4OuP1kRXoXd7wuIrK4Gg { top:31.6875rem;left:3.5304689407349rem;width:17.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRZaW7gGO5rU266y6cu5y1GeqGPfLrHR { top:35.5rem;left:3.5304689407349rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOUGwESO8Jee8u1Zc3iBvqLS72Uc3Uxd { top:26.125rem;left:24.4375rem;width:17.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7NbZuJRIHEshJgLnlwERmeJVJWzRTd { top:31.6875rem;left:24.437500953674rem;width:17.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5SF7Oyg9zeEVPTsZTXvsW1xF0evhfmQ { top:34.6875rem;left:24.437500953674rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUc6fnsipJfUGhtVTfINa5nF1pPDO6IT { top:42.875rem;left:3.4867181777954rem;width:18.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSlBqUpVdUdlKSerc6IB2IpKcrAmuFHT { top:38.9375rem;left:3.5304689407349rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peSc5ZJ2lWbr7RsMm9kTAD8QKmAlcfWo { top:48.875rem;left:3.5304689407349rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB3qWy9E2d8RRJnFfXblNLRXHUV0KBsa { top:53.1875rem;left:3.5304689407349rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyUckSnU2qzWVk0QMQ14PFwzEDMhScaI { top:56.6875rem;left:3.5304689407349rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRZAX4rSMgz15TdPLSk9zJomNtlT8S19 { width:16.125rem;height:2.625rem;top:60.375rem;left:4.0617189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOUflmSu5WFeZ6uWpyxHGd7EkuVwBSKf { display:block; }
 }@media only screen and (max-width: 763px) { #qX6fSOfmZJ8rInV5GX9F4ZNawCei6itu { width:13.75rem;height:2.5625rem;top:64rem;left:5.2492189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFXMEE1alc34y2Is8IuqG02ukWk0AJX2 { display:block; }
 }@media only screen and (max-width: 763px) { #wLodyrRyhBIr7Qc5waO0MPhaHisHixzV { top:38.9375rem;left:24.437500953674rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpKw7wMn5VwCp19fg6PDgsTeRftN3Bo { top:42.875rem;left:24.437500953674rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnnn8ArheVKmkrXML7RGKmo9ycRBGgS5 { top:46.875rem;left:24.468750953674rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCPzZrX2vlgExk8JL2ibQmfyLuE1Kcct { top:62.375rem;left:24.468750953674rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSTdz2mszDGt13CL1eGdAGAR9Jz7TvbV { top:51rem;left:24.468750953674rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW8nh2G69lQ7ewfg7r01ZgEJ9XCT6ppS { top:55.1875rem;left:24.468750953674rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuT8ck6XyPw1iKdwsTX8iOKpCSpCuUE { top:59.5rem;left:24.468750953674rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnpRXPgZi8aIMdbzLnXGVGLiwzm7G3JQ { top:67.9375rem;left:24.4375rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2weWJxfgqyK20WGwq3yJ5tbDuVWSDoD { width:13.75rem;height:2.625rem;top:70.8125rem;left:26.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpRsSnbTNJwgu96JxlsgimIzllc6GLbT { display:block; }
 }@media only screen and (max-width: 763px) { #DGgUE7W7qG1FRDTuq4OtI4ei9MSgZEX6 { top:45.125rem;left:3.5304689407349rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRliI7atgedRlx39nC7vithcxu4UJhMa { top:36.125rem;left:24.437500953674rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { display:block; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzBdmuh8zTNbaQB2Cc4TphlMbBvL2LyT { top:1.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6TW0nyP6VG3ka0TPMt0aRGdfn8Vxo2O { width:47.75rem;height:;top:8.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfCzpbrvagkqVWFEQXL8V0QaUE9ah0bF { top:14.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTlkCGStonAR1yqMucsbxnkIebcUBuN { top:19.4375rem;left:0rem;width:22.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbcNGxW8yBqT5vI7PTp06nqzhhfnb0mT { width:32.0625rem;height:;top:19.4375rem;left:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvNyVbi6CdObEu870tyqIQa6MlUbPQ49 { width:47.75rem;height:;top:54.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1UINBt5I9J9GhcwEee5PhBtTgcPscz { top:65.5625rem;left:2.1624994277954rem;width:41.125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S { display:block; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3UaKInEdzh397sd7NVR9zSLZeFwzvkR { top:11.125rem;left:17.1875rem;width:30.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJs7JtInx8PW2s0A4t1QFAbhVROPVbwB { top:11.125rem;left:0rem;width:30.4375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9IMCvHwcG8LZL73s1hzXdEPKeIkyi7T { top:3.5625rem;left:22.3125rem;width:25.4375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkVxfhzVXdVz5L6B4zvZeocPEnq6GQlP { top:2.625rem;left:0rem;width:25.0625rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { display:block; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqNMpiXSnn0iDQD3ohQuuimawC1lWi8M { width:43.75rem;height:;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux { display:block; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Boq1EXkWntEO87ieVbdCI4qmn4J8ZNFz { top:3rem;left:25.6875rem;width:22.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0x9tL6ZnXpvFaqODhOte36AbyIIbQ0R { top:2.9375rem;left:0rem;width:22rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTxB797NWG9OkRPPMFxJTlvdlEoCKbL { top:18.6875rem;left:25.75rem;width:22rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI1bziIrT6n7JCV7T2DshRskrKVITOL1 { top:37.3125rem;left:20.6875rem;width:27.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlwl8IzN43a7FEat2b87LgOlqTEoOxp { top:24.5rem;left:0rem;width:23.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9n153lu202sqLE8TiKBmrbRFhC3n8kD { display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { width:43.75rem;height:;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { top:49.8125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHVmK1BbJZgNzeyVDWyhEr5DeD8XtoA8 { top:1.9375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqbhlhkbQUBNX5bq4anokUaIll3i8h2n { top:56.4375rem;left:0rem;width:34.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0HbPwuanHTqZW94W9GseOhhqq3DbF55 { top:59.5rem;left:0rem;width:34.375rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbeoZo7nsivE2cc2OhptCimnx2ziLW0T { top:66.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7HivXhPunJPhTfnAnICfG78vUa6g1vy { top:71.875rem;left:0rem;width:34.375rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr54brUL2KezdE5VKyQzdI4JTOK6CQBt { top:80.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTL6VClSSO0n6xx9hZStKKOE1Sug9Twp { top:88rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Cglr5JM63b7biuXIUCweTmHahuigbk { top:11.125rem;left:0.5rem;width:21.1875rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH3oxOkMsgb88ngHUVqQHr9A40dUuZir { top:11.125rem;left:22.875rem;width:22.75rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { display:block; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QclGT3mvgySimswQiPTcgp0mmSwFhqwV { top:3.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgS2e5FGnhnMbPBldD97qbPULxahCsa1 { top:8rem;left:0rem;width:47.75rem;height:26rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWknTekztGidGnrSgfQaeL6ULEsVNFat { width:27.1875rem;height:3.4375rem;top:35.625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLDX0GlupK8C0NSvCDBxBmm26EnHXTTW { display:block; }
 }@media only screen and (max-width: 763px) { #VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa { display:block; }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhDizaLz6OXO8MHpactMEZqUJLbPQDT4 { top:5.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chwFWEmTXVM3yu90FV044c7q2Ek2Qs6u { width:47.75rem;height:;top:9.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkga5KcBPzlon9fkIx6lk3gQH25MClH { display:block; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUopcSpN8JweaDGFEpO5l8GDtLNm9mHx { top:1.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atrJgaNH5em6tKAWZfFVprw3w8rFSxrs { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk { display:block; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEJPXccfakQfX50tvVLMtErxSHfbP2Ou { top:1.4375rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSM2UFd22Npge1H6zpVFKTb2OAO6ggp3 { top:4.6875rem;left:0rem;width:25.75rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOT6PODFEZXxAGEOr8gJcuaEtmm6XVJJ { top:1.4375rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcPlUw2TEUGaK4ECvTJLU83KHTPR2wP { top:3.375rem;left:22rem;width:25.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OogSW1TE8HLENVy300HL0MzSSinCUcBz { top:60.8125rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F07bME9OA0FdhbITMPLRzFEQgSgaT5ps { top:63.4375rem;left:0rem;width:25.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq38kof2Mzo671trVv7EX73ssZPRuyE8 { top:9.8125rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt4J1FHuONQeuMw0Hk3RfrP240kM6SXW { top:13.75rem;left:22rem;width:25.75rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVQF1PGc2MICffGEZ8KdM55AhxC8rL1M { top:23.5625rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK53MUgTApL1cgVREk1ymgIkuk99bLa2 { top:27.5625rem;left:22rem;width:25.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1XyuCmRSOxrp14PrTbiAD9yL899n6Gk { top:50.5625rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8rz2389D03gUgnVswboQs0syiORQzT { top:54.375rem;left:0rem;width:25.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaAc8nnWdKVTtvhMT8KIcrTPl672w5Lq { top:36.25rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeHCNlnZFGuX1LxJ0QMl8VJqQI6dJA48 { top:39.75rem;left:22rem;width:25.75rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieqf0JDDW8m0pAHphC0ddcfmqwDE5Afs { top:13.8125rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTUFXnyT2wqQ38EdmcD4wVHot066gDz { top:16.375rem;left:0rem;width:25.75rem;height:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Q3U1FSAiQNygQwqUKfHsfzqN8oN0du { top:31.9375rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLbXpBTbTIAD2E0rDH3O6ZVi7IiM6Bi { top:35rem;left:0rem;width:25.75rem;height:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaRVIpd5DB1q0fs0wsGTInJCdUyWb0Z2 { top:48.75rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMV6PgQaWFKUWd9OktxmZ9Qp11KgNsZ9 { top:53.125rem;left:22rem;width:25.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { top:2.1875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { top:2.1875rem;left:7.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { top:5.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T { display:block; }#yWk1BrupKOhvQb9D1DS8aDLCm2bVgN6T > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTOE2aSsViU7neDMF9G6KnyuoFRbHq0z { width:13.9375rem;height:2.5625rem;top:19.9375rem;left:3.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpF1bSdfLrtAUvIFy435MD2TxuJBMKGe { display:block; }
 }@media only screen and (max-width: 763px) { #a9w60HezvqDlqFDTgl2oFrVcs46aq1df { display:block; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { width:20rem;height:168.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgJQTp33WsxtLsOQBh4hq6INZv956gXQ { width:20rem;height:75.64375rem;top:11.375000476837rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ct9lcb3kATgEiXZlNsUTa4MoPiase8eq { width:20rem;height:5.85rem;top:2.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9WGGMPK9bqWRTPiqTyn9vL783MbRRTJ { width:20rem;height:4.875rem;top:90.175001144406rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rJPqZJWOEucnTxpVCiPfK0Za4kMLbyQZ { width:20rem;height:33.84375rem;top:93.18750190735rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwTwxTrzJtz2MzkBasa7CsLigpAlBJdE { width:20rem;height:16.03125rem;top:132.4375038147rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c6rCyMt33VZQgxDVbbPT4yw9rT60mJmz { width:20rem;height:4.875rem;top:128.98750114441rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e0wexLVautvyLIV5Q1yis5ekA8fwZZlH { width:17.5rem;height:3.4375rem;top:161.31953430176rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVXnsemdeJfPugLUwvP2P79uo9ab5wwh { display:block; }
 }@media only screen and (max-width: 763px) { #v6aTL5Tv3NpDRPZfgha26TCfXqhdLPzT { width:20rem;height:6.0900900900901rem;top:151.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 { display:block; }#JSmKBEhuQOhtSuk4AnKCabtJt52Lp5d2 > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIU4t88sS4bdH87PCnmFrOWhyfT6myWb { width:20rem;height:4.875rem;top:1.8125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nKkooVMaTxVMTSEiTE0ZJbrZ0ZegoSDN { width:20rem;height:10.6875rem;top:5.8124995231628rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDuFBRs7t5TI5QRpOHbsT95vSm1JVeUT { width:20rem;height:6.952375rem;top:17.250000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHe6qswqQ7XpwTQOykAOCKkZM0eKfvI3 { width:20rem;height:4.875rem;top:26.250000476837rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm { display:block; }#Dh1tUuEJNdlx4f70XBTWqO8OCLIlv5lm > .row .container { width:20rem;height:151.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXXGcTWNXU3ArLrhRmLyXUsLux7Zgz0l { width:20rem;height:4.4625rem;top:52.72500038147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3OII7WnFTaNrrE8aLiuEzq0hQxWUHfE { width:19rem;height:3.4375rem;top:143.8250002861rem;left:0.49921876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqqzOPW9WUHW2vV897Iwf5TG6HObG0yO { display:block; }
 }@media only screen and (max-width: 763px) { #mmkhmJTZSRZ8Dbv3fgSFWh7DvsTzO1XZ { width:20rem;height:5.11875rem;top:46.900000572204rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cS3OTeGEaBmqITtva2kQ79ExzCwVWmm6 { width:20rem;height:8.53125rem;top:90.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T05CuxrxntOEoHsHDqCbBehW9zcUFn50 { width:20.3125rem;height:131.3125rem;top:13.41796875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T05CuxrxntOEoHsHDqCbBehW9zcUFn50.adaptive-delivery-prevent-bg, #T05CuxrxntOEoHsHDqCbBehW9zcUFn50.lazyload, #T05CuxrxntOEoHsHDqCbBehW9zcUFn50.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #irKUra1eJIPKZdR84XE20eWZ9EyNrJKF { width:20rem;height:10.15625rem;top:1.8750019073486rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntZyAMqT12qXgLXW5cNUu0CTFSndVZIE { width:20rem;height:2.03125rem;top:14.512500762939rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rD7zD6Da3S06q9mdIgfLTDCoDLvG9kuB { width:20rem;height:4.4625rem;top:100.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWi8ucM2QF88kDolKJfc0Bu7kuGLDm7I { width:20rem;height:4.7125rem;top:39.16250038147rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IerpVk7B0XpgT0HhnU2r78D2H5tl1V7d { width:20rem;height:4.7125rem;top:18.575000762939rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gF3qgvyKEykgSOzpC9WVXns3TA3TzMIJ { width:20rem;height:5.11875rem;top:26.025001525879rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfeSDsoZeB7TDVipSwkyuKMNhdRw0GU4 { width:20rem;height:4.4625rem;top:31.950000762939rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEO6pt3yX3FKzo9ImKsmawoo6Q4rhh9T { width:20rem;height:4.7125rem;top:61.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b98UQl8BMKFaIQ3f8k9Dacu0TqisWk95 { width:20rem;height:4.7125rem;top:82.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vC4re61FpEZlX6flp3Pg7qrw5POlJpOG { width:20rem;height:3.4125rem;top:69.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwSA4SpPe2VHmNbAIR15g1hOpqFqu0mu { width:20rem;height:4.4625rem;top:74.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C47ixdxpSwuV9Bt4VUbgrCNTa06ARpwx { width:20rem;height:2.35625rem;top:135.85000038147rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5Ndzz9aEdVN4iliyBmwPDVqI3qUkBKe { width:20rem;height:4.7125rem;top:106.82500076294rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBusCF71cl0HMCXoKOgDTkBVN0akd1NS { width:20rem;height:6.825rem;top:113.83749961853rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xubT3pGuTT24dwckR4zTwtqouZssTrTB { width:20rem;height:10.4125rem;top:121.63750076294rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpUTXP2GAxvP8DnMDNCN1zDAd2hFHEUv { width:20rem;height:2.975rem;top:139.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpNNhLemtprexKt4m5pRZyQtZDZ0L8iG { width:20rem;height:1.4875rem;top:23.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZpIxWuLym4Ex1p12hI3EUCJtS9OAeka { width:20rem;height:1.4875rem;top:44.312499237061rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRUHbVCPls6GKDv7UmvhZ9rFm2bLO5rH { width:20rem;height:1.4875rem;top:67.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URiVo42UBFoWwR5JpCPFmTUd8hWUQOMR { width:20rem;height:1.4875rem;top:88.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0TUNUfQWnQOAz20bJtkA5dkHJ8tLn4k { width:20rem;height:1.4875rem;top:111.53750038147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT { display:block; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { width:20rem;height:103.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2ANPH6EUlGsVKrcFMQcsE9dUJI90JrT { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHG6ch6QrpQnPM9PtmZSv2D7dvSHc7mB { width:20rem;height:3.325rem;top:47.5546875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yu0wMnsSLLGODRRFwerJsgp9paJ3KRN5 { width:20rem;height:13.6234375rem;top:5.5687503814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEgoPu6Mrm1ganDH2ozM7T78WATRi4ax { width:15.5625rem;height:2.35625rem;top:84.9921875rem;left:2.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTbeLMhwStepdG9bSQyuEh8Zi20kAztJ { width:20rem;height:4.7125rem;top:87.348437309262rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHTuvQ0nX1ZG0waTXMirMJyNo7rMwAiV { width:20rem;height:1.3125rem;top:92.873437881469rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXcOcp3Zh8hhFk56InUOrrQwWHDQBaa8 { width:19rem;height:3.4375rem;top:95.935937881469rem;left:0.49921876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6n0hFupEE4Mb1nU4RAgoM2s8L3LVxA { display:block; }
 }@media only screen and (max-width: 763px) { #wez1n9BBfSdWqPD6ST9Z78bEWcdwcOGk { width:20rem;height:5.95rem;top:53.292188644409rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWMHGAZTTIBRokOar40TWauePylSdH83 { width:20rem;height:13.625rem;top:60.854688644409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTtFkI4ScAiCGTTTKp1a7d5WNrzsA7U { width:20rem;height:1.6625rem;top:75.354686737062rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAFkXNEz7ZrPKvAMTr0g8vvLUKxBtZ4X { width:20rem;height:3.9375rem;top:79.417186737062rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceTJ9OSmHo4kN3pTJQgK4W8fuUDbfPeA { width:19.875rem;height:13.5625rem;top:33.4921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o86hm8Z2zJ5S8hLRHh31GkCVUPvE67rE { width:20rem;height:1.6625rem;top:20.004688262939rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBOufWk2kKMhFytOZDTlOXXnQXeVfNuM { width:20rem;height:7.4375rem;top:24.442188262939rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUvb6yV3Q2sF5qO7gxlRqemDdIGznovU { width:20rem;height:1.3125rem;top:22.25625038147rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z9ZaWKh7h7B2V9cqUR97rTohoxTSTI { width:20rem;height:1.3125rem;top:50.9921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypoPATIAAAsNxWHnUfaR4QFuKtZkccMv { width:20rem;height:1.3125rem;top:77.479686737062rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diTubNElN2reCR6zDdg525UoqIKzigyx { display:block; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { width:20rem;height:141.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg6MM5Ah9sEBSqyILEZshTQbtKtkKlAF { width:20rem;height:9.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zBPhFDVmPiJwOTpv3Wmiq5ae9pExdI8v { width:20rem;height:4.25rem;top:12.1rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AoCIDUS43c1zHk3pHn9R4qbPsEKMVVxO { width:20rem;height:2.01875rem;top:17.6rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #skq5En3x31tgVnIflgWM3oQ6uwCaThpF { width:19.375rem;height:51.5625rem;top:20.86875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMTkiTovl7TAk86MmlcLL2HNZcaCqtLe { width:19.375rem;height:55.375rem;top:73.68125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF952WtLyRUQZBsmaBLOKUxoECFgi5OW { width:17.1875rem;height:5.95rem;top:22.65625rem;left:1.4062500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sWXTFQInR8AF4OuP1kRXoXd7wuIrK4Gg { width:17.1875rem;height:3.1875rem;top:28.606250762939rem;left:1.4062500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eRZaW7gGO5rU266y6cu5y1GeqGPfLrHR { width:17.1875rem;height:1.9125rem;top:33.01874961853rem;left:1.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SOUGwESO8Jee8u1Zc3iBvqLS72Uc3Uxd { width:17.1875rem;height:5.95rem;top:75.80625rem;left:1.375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7NbZuJRIHEshJgLnlwERmeJVJWzRTd { width:17.1875rem;height:3.1875rem;top:81.36875rem;left:1.375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #A5SF7Oyg9zeEVPTsZTXvsW1xF0evhfmQ { width:17.1875rem;height:1.9125rem;top:84.36875rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IUc6fnsipJfUGhtVTfINa5nF1pPDO6IT { width:18.3125rem;height:1.9125rem;top:39.743759155274rem;left:1.1742187142372rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wSlBqUpVdUdlKSerc6IB2IpKcrAmuFHT { width:17.1875rem;height:3.825rem;top:35.96875rem;left:1.4062500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #peSc5ZJ2lWbr7RsMm9kTAD8QKmAlcfWo { width:17.1875rem;height:3.825rem;top:46.28125rem;left:1.4062500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NB3qWy9E2d8RRJnFfXblNLRXHUV0KBsa { width:17.1875rem;height:1.9125rem;top:50.106250762939rem;left:1.4062500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wyUckSnU2qzWVk0QMQ14PFwzEDMhScaI { width:17.1875rem;height:1.9125rem;top:53.568750762939rem;left:1.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CRZAX4rSMgz15TdPLSk9zJomNtlT8S19 { width:14.875rem;height:2.75rem;top:57.407032012939rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOUflmSu5WFeZ6uWpyxHGd7EkuVwBSKf { display:block; }
 }@media only screen and (max-width: 763px) { #qX6fSOfmZJ8rInV5GX9F4ZNawCei6itu { width:13.75rem;height:2.62421875rem;top:60.86875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFXMEE1alc34y2Is8IuqG02ukWk0AJX2 { display:block; }
 }@media only screen and (max-width: 763px) { #wLodyrRyhBIr7Qc5waO0MPhaHisHixzV { width:17.1875rem;height:3.825rem;top:88.61875rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TTpKw7wMn5VwCp19fg6PDgsTeRftN3Bo { width:17.1875rem;height:3.825rem;top:92.55625rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Fnnn8ArheVKmkrXML7RGKmo9ycRBGgS5 { width:17.1875rem;height:3.825rem;top:96.61875rem;left:1.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pCPzZrX2vlgExk8JL2ibQmfyLuE1Kcct { width:17.1875rem;height:3.825rem;top:112.08125915528rem;left:1.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LSTdz2mszDGt13CL1eGdAGAR9Jz7TvbV { width:17.1875rem;height:3.825rem;top:100.73125305176rem;left:1.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vW8nh2G69lQ7ewfg7r01ZgEJ9XCT6ppS { width:17.1875rem;height:3.825rem;top:104.86875rem;left:1.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TWuT8ck6XyPw1iKdwsTX8iOKpCSpCuUE { width:17.1875rem;height:1.9125rem;top:109.20625915528rem;left:1.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HnpRXPgZi8aIMdbzLnXGVGLiwzm7G3JQ { width:17.1875rem;height:1.9125rem;top:117.61875rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #O2weWJxfgqyK20WGwq3yJ5tbDuVWSDoD { width:13.75rem;height:2.625rem;top:120.49375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpRsSnbTNJwgu96JxlsgimIzllc6GLbT { display:block; }
 }@media only screen and (max-width: 763px) { #DGgUE7W7qG1FRDTuq4OtI4ei9MSgZEX6 { width:17.1875rem;height:3.825rem;top:42.00625038147rem;left:1.4062500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sRliI7atgedRlx39nC7vithcxu4UJhMa { width:17.1875rem;height:1.9125rem;top:86.28125rem;left:1.4062500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { display:block; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container { width:20rem;height:128.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzBdmuh8zTNbaQB2Cc4TphlMbBvL2LyT { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6TW0nyP6VG3ka0TPMt0aRGdfn8Vxo2O { width:20rem;height:5.25rem;top:4.85625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfCzpbrvagkqVWFEQXL8V0QaUE9ah0bF { width:20rem;height:5.2rem;top:11.35625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTTlkCGStonAR1yqMucsbxnkIebcUBuN { width:20rem;height:30rem;top:70.69375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbcNGxW8yBqT5vI7PTp06nqzhhfnb0mT { width:20rem;height:47.8125rem;top:17.80625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvNyVbi6CdObEu870tyqIQa6MlUbPQ49 { width:20rem;height:17.2125rem;top:102.6203125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1UINBt5I9J9GhcwEee5PhBtTgcPscz { width:20rem;height:6.048632218845rem;top:121.0828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S { display:block; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3UaKInEdzh397sd7NVR9zSLZeFwzvkR { height:11.25rem;width:20rem;top:27.187500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJs7JtInx8PW2s0A4t1QFAbhVROPVbwB { height:11.20625rem;width:20rem;top:9.624218940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9IMCvHwcG8LZL73s1hzXdEPKeIkyi7T { width:20rem;height:3.575rem;top:22.91250038147rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkVxfhzVXdVz5L6B4zvZeocPEnq6GQlP { width:20rem;height:7.15rem;top:1.57421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { display:block; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqNMpiXSnn0iDQD3ohQuuimawC1lWi8M { width:20rem;height:2.0125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux { background-color:#ffffff;background-image:none;display:block; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { background-color: transparent; background-image: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container > .video-iframe-container { display: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container { display: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .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); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Boq1EXkWntEO87ieVbdCI4qmn4J8ZNFz { width:20rem;height:11.784375rem;top:2.9343752861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0x9tL6ZnXpvFaqODhOte36AbyIIbQ0R { width:20rem;height:16.1359375rem;top:18.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTxB797NWG9OkRPPMFxJTlvdlEoCKbL { width:20rem;height:11.875rem;top:36.729687213897rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI1bziIrT6n7JCV7T2DshRskrKVITOL1 { width:20rem;height:1.846875rem;top:60.352344512939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlwl8IzN43a7FEat2b87LgOlqTEoOxp { width:20rem;height:5.62265625rem;top:51.542187690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9n153lu202sqLE8TiKBmrbRFhC3n8kD { display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { width:20rem;height:2.0125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container { width:20rem;height:125.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { width:20rem;height:5.7375rem;top:75.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KHVmK1BbJZgNzeyVDWyhEr5DeD8XtoA8 { width:20rem;height:7.475rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqbhlhkbQUBNX5bq4anokUaIll3i8h2n { width:20rem;height:3.6125rem;top:82.3rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #D0HbPwuanHTqZW94W9GseOhhqq3DbF55 { width:20rem;height:5.41875rem;top:87.1625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gbeoZo7nsivE2cc2OhptCimnx2ziLW0T { width:20rem;height:5.41875rem;top:93.83125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #p7HivXhPunJPhTfnAnICfG78vUa6g1vy { width:20rem;height:10.8375rem;top:100.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pr54brUL2KezdE5VKyQzdI4JTOK6CQBt { width:20rem;height:5.41875rem;top:112.5875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WTL6VClSSO0n6xx9hZStKKOE1Sug9Twp { width:20rem;height:5.41875rem;top:119.25625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #U5Cglr5JM63b7biuXIUCweTmHahuigbk { width:20rem;height:32.5648125rem;top:9.975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH3oxOkMsgb88ngHUVqQHr9A40dUuZir { width:20rem;height:30.2734375rem;top:43.7890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { display:block; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QclGT3mvgySimswQiPTcgp0mmSwFhqwV { width:20rem;height:4.8875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TgS2e5FGnhnMbPBldD97qbPULxahCsa1 { width:20rem;height:50.575rem;top:7.3875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BWknTekztGidGnrSgfQaeL6ULEsVNFat { width:19rem;height:3.4375rem;top:59.2125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLDX0GlupK8C0NSvCDBxBmm26EnHXTTW { display:block; }
 }@media only screen and (max-width: 763px) { #VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa { display:block; }#VKvUaJNXxhxaZqGQQc4nK7Mac93E3PIa > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhDizaLz6OXO8MHpactMEZqUJLbPQDT4 { width:20rem;height:4.7125rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chwFWEmTXVM3yu90FV044c7q2Ek2Qs6u { width:20rem;height:39.375rem;top:7.2125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDkga5KcBPzlon9fkIx6lk3gQH25MClH { display:block; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUopcSpN8JweaDGFEpO5l8GDtLNm9mHx { width:20rem;height:4.6rem;top:2.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #atrJgaNH5em6tKAWZfFVprw3w8rFSxrs { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk { display:block; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container { width:20rem;height:131.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEJPXccfakQfX50tvVLMtErxSHfbP2Ou { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSM2UFd22Npge1H6zpVFKTb2OAO6ggp3 { width:20rem;height:7.3125rem;top:5.1rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOT6PODFEZXxAGEOr8gJcuaEtmm6XVJJ { width:20rem;height:2.6rem;top:69.325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTcPlUw2TEUGaK4ECvTJLU83KHTPR2wP { width:20rem;height:4.875rem;top:73.175rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OogSW1TE8HLENVy300HL0MzSSinCUcBz { width:20rem;height:1.3rem;top:61.86875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F07bME9OA0FdhbITMPLRzFEQgSgaT5ps { width:20rem;height:3.65625rem;top:64.41875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vq38kof2Mzo671trVv7EX73ssZPRuyE8 { width:20rem;height:3.9rem;top:79.3rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yt4J1FHuONQeuMw0Hk3RfrP240kM6SXW { width:20rem;height:9.75rem;top:84.45rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVQF1PGc2MICffGEZ8KdM55AhxC8rL1M { width:20rem;height:3.9rem;top:95.45rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NK53MUgTApL1cgVREk1ymgIkuk99bLa2 { width:20rem;height:6.09375rem;top:100.6rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1XyuCmRSOxrp14PrTbiAD9yL899n6Gk { width:20rem;height:3.9rem;top:50.59375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8rz2389D03gUgnVswboQs0syiORQzT { width:20rem;height:4.875rem;top:55.74375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaAc8nnWdKVTtvhMT8KIcrTPl672w5Lq { width:20rem;height:3.9rem;top:107.94375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeHCNlnZFGuX1LxJ0QMl8VJqQI6dJA48 { width:20rem;height:7.3125rem;top:113.09375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieqf0JDDW8m0pAHphC0ddcfmqwDE5Afs { width:20rem;height:1.3rem;top:13.6625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkTUFXnyT2wqQ38EdmcD4wVHot066gDz { width:20rem;height:14.625rem;top:16.2125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4Q3U1FSAiQNygQwqUKfHsfzqN8oN0du { width:20rem;height:2.6rem;top:32.0875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTLbXpBTbTIAD2E0rDH3O6ZVi7IiM6Bi { width:20rem;height:13.40625rem;top:35.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaRVIpd5DB1q0fs0wsGTInJCdUyWb0Z2 { width:20rem;height:2.6rem;top:121.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMV6PgQaWFKUWd9OktxmZ9Qp11KgNsZ9 { width:20rem;height:4.875rem;top:125.50625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { width:12.5rem;height:1.3rem;top:3.8rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { width:20rem;height:11.61875rem;top:6.35rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }