.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:url("https://images.assets-landingi.com/uc/13bcb58b-946a-4c2f-be49-1559363db8b4/to_zielone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx { position:relative;display:none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx { border-width: 0; border-radius: 0; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .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; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ta4ZPq6vTORZgBesJZNPtZgCvBDmdZpJ { position:absolute;display:block;z-index:15004;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:1.4375rem;width:14.875rem;top:2.25rem;left:0rem;overflow:hidden;display:none; }
#riqEyPJbI2TqEgM1hSnsbe864U6kV1Be { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bbb9NGg5P8MyecPv0R0O1oytsh1VXBnE { color:#000000;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:7.5rem;left:0rem;display:none; }
#pMpkng72yJwLm05eqOEIEutoqkTVq5VG { color:#000000;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:10.125rem;left:0rem;display:none; }
#sVQyJepFXGOknOTEqGuTlZ5xxDd1ZB4f { color:#000000;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:12.8125rem;left:0rem;display:none; }
#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row .container { background-color: transparent; background-image: none; }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row .container > .video-iframe-container { display: none; }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row > .video-iframe-container { display: none; }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .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); }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row .container { border-width: 0; border-radius: 0; }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#fxHOmsLCDUp3EHN0TwmmnD493pSLlmbd { position:absolute;display:block;z-index:15004;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:1.4375rem;width:14.875rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#DToBbDWgkuGiseu25vtOQ0Knqn6UmXQM { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.3125rem;left:49rem;height:1.125rem;font-style:normal;display:block; }
#cGUtz6vrlXSTbtbUrzc8WfcuTeJ3WPoJ { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.3125rem;left:60.6875rem;height:1.125rem;font-style:normal;display:block; }
#Z5PTGixSQEN7TZf6CBAKyg3lHkBXzgQd { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.3125rem;left:70.5625rem;height:1.125rem;font-style:normal;display:block; }
#xusUMRO2xlmBKJifNk5FHbsQMxeryioy { position:relative;display:block; }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy { background-color: transparent; background-image: none; }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .row .container > .video-iframe-container { display: none; }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .row > .video-iframe-container { display: none; }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .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); }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy { border-width: 0; border-radius: 0; }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .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; }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .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.875rem;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;overflow:visible;position:relative;display:block; }#aSLyZ29xlmht2cuuE1fUoambsQQc0N8l { position:absolute;display:block;z-index:15001;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:61.125rem;width:61.125rem;top:0rem;left:47.6875rem;overflow:hidden;display:block; }
#PweF8LT3onxTxuHcDkvG1sCbfJlfhUod { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:telegraf;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:5.5625rem;height:5.6875rem;font-style:normal;display:block; }
#w8L2HJDQcTl7eM4zIXibTAmssmgS6W6x { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:43.25rem;left:5.5625rem;height:6rem;font-style:normal;display:block; }
#Nwg2s8U9wTCyEVdLMnqMMBfBEu4z26fK { color:#000000;display:block;width:35.875rem;position:absolute;font-family:telegraf;font-size:6.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:18.1875rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#bQH82KFofcqxzeoOZ68IOuJhxfOTib8O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QOs57ATq63IvUnk09HpFSrWGydcNZxe9 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:4.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:52.375rem;left:5.5625rem;display:block; }
#TaRwS5BBV3rFzWRL6fF3PGQTlOZcJ14s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { background-color: transparent; background-image: none; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container > .video-iframe-container { display: none; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row > .video-iframe-container { display: none; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .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); }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { border-width: 0; border-radius: 0; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;overflow:visible;position:relative;display:block; }#QMOlRBTq5a40to2V6K6XXgn5amI83Xpc { position:absolute;display:block;z-index:15005;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:15.8125rem;width:25.0625rem;top:23.5625rem;left:4.625rem;overflow:hidden;display:block; }
#rFitd1A42LTCeXRTtcqsBaoDBMIbVPG0 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:18.625rem;left:40.625rem;height:2.5rem;font-style:normal;display:block; }
#zlPfvkTcygTUDoP22TQqqkhWoNVp9aup { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.5rem;left:40.5625rem;height:3.19791875rem;font-style:normal;display:block; }
#x57lah7tPmEtJ7fsUKA51efWkZm53E0G { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:29.1875rem;left:44.25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#THQSmTJ8h5lcTOfXhxo6gKBRtRUpuxbP { box-sizing:content-box;height:34.25rem;width:34.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:14.34375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.12) ;display:block; }
#crTEnyk5Sf7Rancb4EFEfaqvwwXSlPsy { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:39rem;left:40.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TET7QIba12kGE59OFmqecaJC5CZwANVb { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:34.3125rem;left:44.25rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MMWtKeo7z7bq3nqLgg3iHdl8ZqwcJllS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:29.3125rem;left:40.5625rem; }
#id4Bi6cuVHd1pqQO3ppPEZOA8D3BJ2t8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.25rem;left:40.5625rem; }
#HNm8AfeREPGiosqyTSloMJAcqvuk9HBX { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:40.5625rem;left:44.25rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wyGgStAQ0FarA3obex6HttWN0Bf5lp3q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:41.5rem;left:40.625rem; }
#F71QdF1wT0vxDLFd3uKd4hcVCbRJZ5xu { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:45.1875rem;left:40.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p1W9iIHMhqq4TTasrVhx5ALcIEVoaJol { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:32.9375rem;left:40.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/13bcb58b-946a-4c2f-be49-1559363db8b4/to_zielone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM.adaptive-delivery-prevent-bg, #QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM.lazyload, #QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM.lazyloading { background-image: none; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { background-color: transparent; background-image: none; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container > .video-iframe-container { display: none; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row > .video-iframe-container { display: none; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .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); }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { border-width: 0; border-radius: 0; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#xwRRaR7udTrzPUySe6uUCmvltRUaX9w3 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.71875rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#i2CSBiasVfrqux1rwX8vuxotVX372nAT { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.71875rem;left:0rem;height:9.75rem;font-style:normal;display:none; }
#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { background-color: transparent; background-image: none; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container > .video-iframe-container { display: none; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row > .video-iframe-container { display: none; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .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); }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { border-width: 0; border-radius: 0; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Oqq3wt99VhnXVmoLCUBWb69K1gzooxTg { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:8.9375rem;left:10.96875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQ1K0J9iK9fmOxhTRcWOtoaVRc5GMarT { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:17.3125rem;left:1.625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kE4yNU9o4KUJsqmgIOvDJb2Ky6zUIRSG { box-sizing:content-box;height:30rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:14.75rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#TzJHHp2QdENT0IHFulUB9Ixwy2vnCENG { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.9375rem;left:1.625rem;height:2.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iucZl3zhAyDvgG8JOaVGlXAaKC5XTP9F { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:29.75rem;left:1.625rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HZkGmQKRXKHQ7T8MLDuTgbAaXd9Kq72T { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15011;background-color:#bcbcbc;background-image:none;top:25.625rem;left:1.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UBsSiTWEPLfyZiTxsKc4ENCFkDTyPVSg { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.5rem;left:1.625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E17J72EkwalJuK4HR7vhoCTnn19bBuiO { box-sizing:content-box;height:30rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:14.8125rem;left:19.25rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#x9W93iNifFaumBVPhedDoswoZmXAxmkw { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:29.8125rem;left:20.875rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RXgSgFJTyTTvQBtFsBDD1p6uSsGNOwyZ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:27.5625rem;left:20.875rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qe253A6ld0eegQ0wCuv8takQNZcQWOEh { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:#bcbcbc;background-image:none;top:25.6875rem;left:20.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Td5uJ6IsEP3Ti6uKApVGtZBcpTbLGzyx { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20rem;left:20.875rem;height:3.9375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ifaVvBNgbvTPE8ukH2bUv9I5HH5Qt1em { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:17.375rem;left:20.875rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a2fednzAcO503VtHIKqd7aJFoZdIiA6M { box-sizing:content-box;height:30rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:14.75rem;left:38.375rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#WxIm2oNCQRFb5GmLMZA76T2fKTT0unDI { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:29.75rem;left:40rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kKtsPpqoEc9ulkkTpouNSidNKrkUHZcf { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:27.5rem;left:40rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdx4s02poE8Tw3V2XUAcD8IZAKcQQ02H { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15023;background-color:#bcbcbc;background-image:none;top:25.625rem;left:40rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Q2VKcnFrOfyfNKXcGT5wMdk9JOg0znuQ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.9375rem;left:40rem;height:3.9375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NPNsKJBWRHPHKTPBRxdQgsE7KBs1KTqJ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:17.3125rem;left:40rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBxGWAAZSrG5ULuCHCmZ64Z2L0einUqW { box-sizing:content-box;height:30rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:14.8125rem;left:57.5rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ZHPmbHUyAknRCBxad0SNNcpAALsbBuNR { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:29.8125rem;left:59.125rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qWk5OA0JAwSDE2U1H1okxk8KaOlxeEeX { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:27.5625rem;left:59.125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s7II42DTRsEKpJhQyad5ZJh5O5WrFNvz { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:#bcbcbc;background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sw0CmEHTuDTEaH13h7ufwRTczWBuQ2Rf { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:20rem;left:59.125rem;height:2.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXIzVgTHWCDmTJL9TGO7fKqsMweyS8NV { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:17.375rem;left:59.125rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbsIEuoFOVAr2e3dLroaCw6I5eNzB9zh { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:#e1e1e1;background-image:none;top:54.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { background-color: transparent; background-image: none; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container > .video-iframe-container { display: none; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row > .video-iframe-container { display: none; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .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); }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { border-width: 0; border-radius: 0; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;overflow:visible;position:relative;display:block; }#FtfmTRAwUzhkyT6K8tD7rkQVWPUGPqQi { box-sizing:content-box;height:6.25rem;width:74.875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:18.8125rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TI4s6Es4n23tktFb2FgDSS3meGX4J1WG { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:21.375rem;left:1.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#laHl1zx8EnxauZL4pTR2WL8HaR8MQwsF { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.75rem;left:26.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qsTFv96z26V9MhSkHvldByFHamQlf9e1 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.75rem;left:51.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NAqSt1dxn2QFs7QcvUKwZ0JXXHNWTZfP { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.75rem;left:1.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixDcXcTQVM2An8oyeeDe2OncMBwoyN2V { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ciAEvI4vmVgBcXLbo81WMIaR9KBUWkL2 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wo6o9IzW4k8uuucTDDEX3Q253p6KVQxL { box-sizing:content-box;height:6.25rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:26.3125rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#ETkgX3HsDI3VGvWBDikDrW84Czdaqxt1 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:28.25rem;left:51.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vberdo6sUuqhx3KxZCTBcFJDMygwZdux { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:28.25rem;left:26.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cIolxSUrmkPTTiBTZQhu4Nxr0WsJxmFi { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:28.875rem;left:1.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FfrAOEyWuqZepmuHx9kRULit9SPNvgEF { box-sizing:content-box;height:6.25rem;width:74.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:33.8125rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#s5AdQL0GP1kkVr87qTF0rxJmU2OJ21cu { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:35.75rem;left:51.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRdVrwgH8xRPFnL7ddxbBadlDIR3T6qL { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:35.75rem;left:26.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGHtLWcCUR1uXAmnnzTfOFMI8uws1MBU { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:36.375rem;left:1.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WhCaQxCTZfNgd2sifQK3pzXQmE7O2xLK { box-sizing:content-box;height:6.25rem;width:74.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:41.34375rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#HMQ4Hdv6iJFqn9TaK1sZ6QmFBr1SNRsb { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:43.875rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KXeATogZwaQGA1pOp50PsTLDmu1A9k35 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:43.875rem;left:26.3125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xZuecnu742kbnw2uyyDRnXSIuqwPsRIN { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:43.875rem;left:1.375rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k8Am3dBW8mohMa43K3UMVffKDOMPRMTW { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:8.5rem;left:10.96875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQxJzRSaVcp0cUXZAkHW1TvTwdP6Vhdw { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#f4CxwFiaFbRClqIDmsLmnAwzytS3lTTf { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:#bcbcbc;background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TrE7ENkz6Kt2a9hhA64pw29CerDTwcpU { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#R6BiwpRMxTMDFXWtbgFrdakqufcPRZaI { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tGNd13kPSLTOUb7VmEI1wZkT3bV23qAk { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IM5B9nSKxGwqsfm45TrOlxGKeWI8bu9H { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:#bcbcbc;background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dMsFi61rObycNkeNVAegzVTVxUyaxyWN { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pLRiPTHTHtvNd0OnsouabTfwPca2W6DK { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TyuKT3fMa1gJLgREBf14T6s425VTE15G { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:#bcbcbc;background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tyWsDQauvtmxyH5NXl0BiNdrVnmi2aZ2 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TlScsPxr2WzfDF1mZA14nEDEcxM6tcB4 { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:#bcbcbc;background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#JMgGzJz4AnrU4ZGAvzcN9LEyKxrgVGBF { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { background-color: transparent; background-image: none; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container > .video-iframe-container { display: none; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row > .video-iframe-container { display: none; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .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); }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { border-width: 0; border-radius: 0; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#QWK4IIU17Vxzn5Da6TFFvfx39JTSHUXT { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:41.8125rem;left:1.6875rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZFQOWiGzSxZqmJvTo9NkZL81mt4bDv3 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:7.25rem;left:0rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uLTMHXGDo7IEMHp9S8aTTw6Eu3TkBX17 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:54.375rem;left:1.75rem;height:2.42708125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bqu2X6Zpldc5FNoQxsZ4AVxMUrxDveCx { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:11.8125rem;left:44.3125rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XaCllC17O6g2SPUkuPbLR8xTP9y3eiDv { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:16.625rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MSFLEuTQ1MUcIHMJmfuF1eNBOTNN4Ik0 { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:7.25rem;left:40.625rem;height:1.6rem;font-style:normal;display:block; }
#CDcud9unJoT6tCRMKM5tnUqsZzyEyuSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.75rem;left:40.625rem; }
#XJCNBUV6yVBtZCzToWfve7yF1AsmqILZ { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:22.8125rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pJdGic5woEyNrakLqmn8x5A8BbMDCd8I { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:18.8125rem;left:44.3125rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xfnqvsDBQNnnZXrGRL8dgxtdGTvy2OVm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.9375rem;left:40.625rem; }
#zxSUUJXhzTgWFDSsMpulJcfyn1oRdLJ8 { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:29.1875rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T5ZGIazpxa1UvP3K1sr4PyiLvTGdd4BS { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:25.200000762939rem;left:44.1875rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NIClvRWAaandRl7TOwlIL1KqOwQcKoWZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.3125rem;left:40.625rem; }
#Vm9gyit21hQkSorNKds1QMZRRGC7GXvr { position:absolute;display:block;z-index:15002;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:6rem;width:6rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
#Er279SgB3THvLGCehzht8tQdqlgv2MaP { box-sizing:content-box;height:21.25rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:39.1875rem;left:19.25rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }
#sfUfd6PPZIxIlATkIU5fmbamBv0cuctT { box-sizing:content-box;height:21.25rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:39.1875rem;left:38.375rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }
#trF5GUhcAzbBaTIqtHWm9PwySx2GtQna { box-sizing:content-box;height:21.25rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:39.1875rem;left:57.5rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#OVVk6zimXeRtqJfns3sPPZdA53Q3Ucp6 { box-sizing:content-box;height:21.25rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:39.1875rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }
#dzkJsqwQBWWwfVI1NXPZd0DpLK0fnmpf { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:41.8125rem;left:20.875rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BcEuXT224mtgLaiLkpCcN5V4TL8R9rHJ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:54.375rem;left:20.9375rem;height:2.42708125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bpkW5UK6AIRiHNt0H6ZsMUHtbXz4ZwBw { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:41.8125rem;left:40rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pZHTQJbqVVTHkovzV5Z7lZKZWL894XPT { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:54.375rem;left:40.0625rem;height:3.6666625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uBlTvWTykD9NIrEPMyQ35SxAXpBEnd26 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:46.5rem;left:40rem;height:1.2375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BDEONOIcWze28iHKAcQrgJGiTmVpqJQr { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:41.8125rem;left:59.125rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nBbGwH4U1BX2VTpxGr7QSbetHxqPTcAQ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:46.5rem;left:59.125rem;height:1.2375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p0tQ7XZe2l35BJvVTFOGgNfWiMLhCPXZ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:54.375rem;left:59.1875rem;height:3.83333125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yi0yz8TmwXDvo3nZTygIoWOppoKRCOhk { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15012;background-color:#bcbcbc;background-image:none;top:52.3125rem;left:40.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p1pTxsgftlrUDQwPNmByWZwBT9rdtSzM { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15013;background-color:#bcbcbc;background-image:none;top:52.3125rem;left:59.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ttGs0ghGtNg7RX9Rhk8qMlAbalvDl8KF { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15014;background-color:#bcbcbc;background-image:none;top:52.3125rem;left:20.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rveiR3z4rBHzNTDeffrKD1NCxQlFPaC8 { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15015;background-color:#bcbcbc;background-image:none;top:52.3125rem;left:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qRDknJknLApO0OzeqTHd0gkGlgc2Lgac { 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:25rem;width:25rem;top:67.125rem;left:25rem;overflow:hidden;display:block; }
#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { background-color: transparent; background-image: none; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container > .video-iframe-container { display: none; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row > .video-iframe-container { display: none; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .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); }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { border-width: 0; border-radius: 0; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#bPpstWFR3hKqmTEf9yFp3rTABb3tPgKx { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:29.6875rem;left:4.875rem;height:4.796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uGgkDw6ztZcD5c15qohfuZCz0f9La0uw { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:27.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QFodxFb2FHbDqzTeFdgucfHTwXCKEPcu { color:#000000;display:block;width:15.75rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:9.0625rem;left:29.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uBMy6ahuyZO4pNwSTKWMeWC4IQTXd6v6 { position:absolute;display:block;z-index:15006;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:1.5625rem;width:2.8125rem;top:30rem;left:0rem;overflow:hidden;display:block; }
#elom6CZk8kHR0qFlUt2VG5unXTlbSgqR { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:29.75rem;left:45.5rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z0nLFs43pDMltk1v6TUd6T9cxdhcHJGG { 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:1.5625rem;width:2.8125rem;top:30.125rem;left:40.625rem;overflow:hidden;display:block; }
#Xkv9gfJK1tTLaJWppFDG24T7qNak3uIQ { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:28rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FtrqDozUnJgFFkXaWqObGmrr6AK6H2J5 { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:40.0625rem;left:45.5rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e8TAiD4qkhqqPaTe0wrrWEFqRRrkwPhp { 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:1.5625rem;width:2.8125rem;top:40.4375rem;left:40.625rem;overflow:hidden;display:block; }
#WXL6hTscBkrScdXGqRkxHhPOznWwnr91 { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:40rem;left:4.875rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IIukmaMZZyZZZCri9We8n59vkXnHLooS { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15019;background-color:#000000;background-image:none;top:38.3125rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I602guytggbx8UiHGW6ZTaaLC5QXNldw { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:38.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qAb1l8axZmGya9kOgcBZkQ6LUmKg3aXa { position:absolute;display:block;z-index:15012;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:1.5625rem;width:2.8125rem;top:40.375rem;left:0rem;overflow:hidden;display:block; }
#i1ZZ0rpvD4x1iT1HzLlhzyTOC2oeLg6R { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:#e1e1e1;background-image:none;top:52.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WLsw2sday3xmKZz5FKHHZAPJqn9U75aR { 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:25rem;width:25rem;top:67.125rem;left:25rem;overflow:hidden;display:none; }
#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { background-color: transparent; background-image: none; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container > .video-iframe-container { display: none; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row > .video-iframe-container { display: none; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .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); }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { border-width: 0; border-radius: 0; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#R9Ut0sF11l3iMfbDfWRQuCX4iyVINOQg { color:#d7d7d7;display:block;width:75rem;position:absolute;font-family:telegraf;font-size:16rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:7.3125rem;left:0rem;height:43.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzX4evQxW4iCUbk5ZEoxfQuGNeom4Bm1 { box-sizing:content-box;height:14.6875rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.9);background-image:none;top:12.9375rem;left:29.1875rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#tFoeTUEg62Z2J4ESax0qmP1A2riK2hxI { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:16.25rem;left:30.8125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHvCKil3fcRbZctZTUpZTSfeelmJGMUx { box-sizing:content-box;height:14.6875rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.9);background-image:none;top:29.5625rem;left:57.5rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#JRPsGoqa5dK4fmsOwcsXvMvZcaG5ss6I { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:32.625rem;left:59.125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dvt9NOSi5pzV0VnGfBFkwTPrnkk6K5L0 { box-sizing:content-box;height:14.6875rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.9);background-image:none;top:12.9375rem;left:48.3125rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#BIpMqO5IRugHwFHX2HKlESRxLoLyQCi8 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:16.25rem;left:49.9375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z2TSpWoP5NvTaE91wBwprdTD6BRuTBeu { box-sizing:content-box;height:14.6875rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.9);background-image:none;top:29.5625rem;left:38.25rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#vecLEXlxIekxyzZxgaRX9QsJZLQyp4Mq { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:32.625rem;left:39.875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzOHdgEhKTw1NvybLxAWAHn68CL2TKZW { position:absolute;display:block;z-index:15026;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:1.4375rem;width:1.4375rem;top:24.8125rem;left:43.8125rem;overflow:hidden;display:block; }
#kZ0HJKGTUJkClbgTZ1QO5KTlTMZGmkr1 { position:absolute;display:block;z-index:15027;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:1.4375rem;width:1.4375rem;top:24.8125rem;left:62.9375rem;overflow:hidden;display:block; }
#A4sOE7lqJTVTNZXES6yvHht3oTasesaR { position:absolute;display:block;z-index:15027;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:1.4375rem;width:1.4375rem;top:41.3125rem;left:52.875rem;overflow:hidden;display:block; }
#i4XTBk7Z023A3ZW0FMAnVxaQxl1m8qRG { position:absolute;display:block;z-index:15028;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:1.4375rem;width:1.4375rem;top:41.3125rem;left:72.125rem;overflow:hidden;display:block; }
#iW63P1WpnicC198lvugxE7Peqw2XAqna { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/13bcb58b-946a-4c2f-be49-1559363db8b4/to_zielone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iW63P1WpnicC198lvugxE7Peqw2XAqna.adaptive-delivery-prevent-bg, #iW63P1WpnicC198lvugxE7Peqw2XAqna.lazyload, #iW63P1WpnicC198lvugxE7Peqw2XAqna.lazyloading { background-image: none; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { background-color: transparent; background-image: none; }#iW63P1WpnicC198lvugxE7Peqw2XAqna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container > .video-iframe-container { display: none; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row > .video-iframe-container { display: none; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .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); }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { border-width: 0; border-radius: 0; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { font-size:0.875rem;font-family:arial;height:76.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#PJQXB223hui7wne64l64diXo0Ox3wbGV { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.6875rem;left:0rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vw1Hk86hbyGvlahagpFfbTb0UI9qalzK { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:13.5625rem;left:0rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBVTIrX6LTuMtNxsKvT1L7GT4yxGeCd1 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:20.0625rem;left:0rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okvytu4BsvaOsAQ3ydgzZ6FTIAyF3EhA { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:13.5625rem;left:40.625rem;height:7.99479375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWxVJsiNNdZ9lDn4SWqtGLErdya5xGaE { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:13.5625rem;left:0rem;height:3.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Bb7dma5bIhOs14b2CNfidgUvsyA260yA { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:13.5625rem;left:40.625rem;height:8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ip6uiFDm4hOlul10s63wDP1idz2KynU5 { box-sizing:content-box;height:34.4375rem;width:17.5rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image:none;top:30.9375rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#KSAdovI0Q0ruFGF1y28SMvBSTL8KDJi2 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.6;letter-spacing:0;top:33.875rem;left:1.625rem;height:12.597625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FqbQdUUwICwpXGWprUl0fVwZPHdr0iVT { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15107;background-color:#bcbcbc;background-image:none;top:57.625rem;left:1.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Jlsq2RiDZ54F7DA1RMcsHHfrkPSTNq73 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15104;line-height:1.5;letter-spacing:0;top:59.8125rem;left:1.625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gJk4W6a7st0N6ysX3tTZizSSyZPJpVoH { box-sizing:content-box;height:34.4375rem;width:17.5rem;position:absolute;display:block;z-index:15099;background-color:transparent;background-image:none;top:31rem;left:19.25rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#HS993QTAUQa3eBRd150JIVJTH6ehBnwh { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15108;line-height:1.5;letter-spacing:0;top:59.8125rem;left:20.875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cO3uuZ30Hb25R7WPenC5AH1FPDZOIcoQ { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15111;background-color:#bcbcbc;background-image:none;top:57.625rem;left:20.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C5EGMM4TEMPF15ZUIaHekhBNnpeLZBSD { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15106;line-height:1.6;letter-spacing:0;top:33.875rem;left:20.875rem;height:16.796875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p0nI3gNHrk6cgIlcrqJ4b9CbFK4oLIp2 { box-sizing:content-box;height:34.4375rem;width:17.5rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image:none;top:31rem;left:38.375rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#EgVz5TRUedElTpHiXiiRBiVfm8RW6coA { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15112;line-height:1.5;letter-spacing:0;top:59.8125rem;left:40rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qs3sJ4LqK9QJRTuMRcKfAMHS91T1PeKf { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15115;background-color:#bcbcbc;background-image:none;top:57.625rem;left:40rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HCyLtKp93M27sU01Mce2914bzZTksXfo { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15110;line-height:1.6;letter-spacing:0;top:33.875rem;left:40rem;height:19.596375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDDfAyTxk9skdEIWZ47wvtUOe4d95Rqh { box-sizing:content-box;height:34.4375rem;width:17.5rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image:none;top:31rem;left:57.5rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#dgiyiM8zcTfpmqFqw3gqmcR3nqugqELO { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15112;line-height:1.5;letter-spacing:0;top:59.8125rem;left:59.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xpBdH19NIZgJsb7xbmlV7fnHLnAXWXHT { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15115;background-color:#bcbcbc;background-image:none;top:57.625rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GhVSlHGO99O8rQDpO8iZO87Zc7l85Vqw { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15110;line-height:1.6;letter-spacing:0;top:33.875rem;left:59.125rem;height:9.7981875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { background-color: transparent; background-image: none; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container > .video-iframe-container { display: none; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row > .video-iframe-container { display: none; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .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); }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { border-width: 0; border-radius: 0; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { font-size:0.875rem;font-family:arial;height:274.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#bzNgpw5MFAMMDlWGSEV6XDimTORQrmPi { color:#5d5d5d;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:10.8125rem;left:0rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ebb2RDDurGRX0sKKOecMRrNZh6160tqU { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:telegraf;font-size:4.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:10.812487602234rem;left:19.250003814698rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RwkCkuTeLBHo14Grg4oylT9sO5oprJsc { box-sizing:content-box;height:34.375rem;width:34.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd9f38fd-ec04-4b57-b800-04abc8f10396/665d919026dc0e4694324582489fe3a6f1814f18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:70.4375rem;left:40.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#RwkCkuTeLBHo14Grg4oylT9sO5oprJsc.adaptive-delivery-prevent-bg, #RwkCkuTeLBHo14Grg4oylT9sO5oprJsc.lazyload, #RwkCkuTeLBHo14Grg4oylT9sO5oprJsc.lazyloading { background-image: none; }
#v2JC9we0NDMtommZTdqGkATpVp1EbnQB { box-sizing:content-box;height:25rem;width:25rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85ef49f3-8f04-41be-8a92-9737918d675e/is_naszywka1920x1080.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:70.4375rem;left:7.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#v2JC9we0NDMtommZTdqGkATpVp1EbnQB.adaptive-delivery-prevent-bg, #v2JC9we0NDMtommZTdqGkATpVp1EbnQB.lazyload, #v2JC9we0NDMtommZTdqGkATpVp1EbnQB.lazyloading { background-image: none; }
#SgMNwdclydPree53ITsZGTqmgxtkf4WV { box-sizing:content-box;height:30rem;width:44.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a87ff5e-6ea1-421e-ad15-8e1ffd4e5764/VIZ_Projekcja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#SgMNwdclydPree53ITsZGTqmgxtkf4WV.adaptive-delivery-prevent-bg, #SgMNwdclydPree53ITsZGTqmgxtkf4WV.lazyload, #SgMNwdclydPree53ITsZGTqmgxtkf4WV.lazyloading { background-image: none; }
#NxHr4tG0p1uqCAp6WHe5pmFbbBpeHH5v { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:53.5rem;left:48.9375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7 { box-sizing:content-box;height:29.125rem;width:38rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3c2fd54-8c4d-4195-946c-ff41b491e8dc/3Lista_horizontal_Dappo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:120.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7.adaptive-delivery-prevent-bg, #HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7.lazyload, #HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7.lazyloading { background-image: none; }
#hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc { box-sizing:content-box;height:19.5625rem;width:26.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f02184e8-f64d-4c87-85f7-a5a51fe40c26/66c15f6a448616736b9bb6313b091c0eb8e1c1d2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:120.4375rem;left:44.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc.adaptive-delivery-prevent-bg, #hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc.lazyload, #hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc.lazyloading { background-image: none; }
#O5r9qwuRqitVQRF77x22FcElPqEWVHNa { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:96.875rem;left:7.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zmrzAWDhgrV9BATPaAbdxD5ps1aQxii0 { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:106.375rem;left:40.5rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgmsOOTXXVTq9NWtkGLrSF4kh7EyDK13 { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:151.1875rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WhEkpMKuclUQVqqhJq4HubeIqOQlZxSu { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:141.5rem;left:44.625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9 { box-sizing:content-box;height:25rem;width:25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7001810-c4e2-483a-9ef5-96c1ef875571/cw_fashion.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:166rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9.adaptive-delivery-prevent-bg, #tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9.lazyload, #tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9.lazyloading { background-image: none; }
#DtbTbbWEHHZX8W2bK095QR7UHB3Gn9zg { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:192.5rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG { box-sizing:content-box;height:34.375rem;width:34.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04b6c4c1-ab5f-4493-9cef-a767b5e9fbf8/94550b83f9ee6265b1427fefa6bfb1ebc2f8a1ff.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:166rem;left:33.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG.adaptive-delivery-prevent-bg, #i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG.lazyload, #i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG.lazyloading { background-image: none; }
#E8hf9VsooWhUfpuKZ3NMJpAL0tkD4tJm { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:201.875rem;left:33.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TThTtnfvqKDivpTB9HHow6AQ2gv9TRUU { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:241.0625rem;left:48.9375rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU { box-sizing:content-box;height:30rem;width:44.625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b9495733-55fd-4d63-8075-4093ed6184c7/h_instalator1920x1080.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:216.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU.adaptive-delivery-prevent-bg, #pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU.lazyload, #pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU.lazyloading { background-image: none; }
#MXIlxxsDyZLekEodKoM9IuWkw77gpn5R { background-color:transparent;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:25rem;height:25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:70.4375rem;left:7.25rem;display:block; }
#GwHmlSLC2zhDfkbBlfW0Zz66DMKMbtsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1sokuwWfsT1iDT0ODyAx7WukvCd9dTE { background-color:transparent;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:34.375rem;height:34.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:70.4375rem;left:40.5rem;display:block; }
#mNUQibqgee4Gz06pwPFzQ5CLP12WJNzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3FWNncPsVyIFv6wF2ySspfXCA9vGpvJ { background-color:transparent;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:44.6875rem;height:29.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.5rem;left:0rem;display:block; }
#XIPTwS1lk4UHVT5o8LpBEpZy26EsAnZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDoNs3cTzo4zhqs3qItJTo1abl0bTS3w { background-color:transparent;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:44.6875rem;height:29.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:217rem;left:0rem;display:block; }
#mzlhJtlhWHfU4aPG0MSze9O8IX2mvSFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtAJfTJJTokzwzq0gfC13o6T4zr3pIlM { background-color:transparent;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:25rem;height:25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:166rem;left:0rem;display:block; }
#JCNmdw9GGPwGHO5ycL7UH0u26CEnMcUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owsIrysIdgJRaEUCGIFb0qdu9B3LrleJ { background-color:transparent;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:34.375rem;height:34.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:166rem;left:33.3125rem;display:block; }
#wAnhvqp18hUOTehR6eaObUoifwIBF4h1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruFA1Ga27NMVELkFFi45tdTp2n6bwZAN { background-color:transparent;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:38.0625rem;height:29.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:120.375rem;left:0rem;display:block; }
#GH9LeH9CRiWX39PTDUbyaiubXnq1vwzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiPv29bBzELESX7t2iouxtMLOLprLhFM { background-color:transparent;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:27.0625rem;height:19.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:120.375rem;left:44.730552575108rem;display:block; }
#mDfDGRC8WfCKxfl6TTc0e2pAAmxs3d2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fl8QK5zu5UhBsnlUcK3ymmiXrZmvDh00 { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:241.0625rem;left:48.9375rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ItfscaqmtTR3Zsb25N547pPsfykPWsmW { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:192.5rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#y1Qisfu6GWX6MOk4GHdf9QAmuNT2bIh6 { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:151.1875rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UvCw3ib8lUnQzI3BwHFiBThlivEZ486R { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:106.375rem;left:40.5rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Bip1ORvUPfxznfryA29Ihb0gv5uve66O { color:#000000;display:block;width:66.5625rem;position:absolute;font-family:telegraf;font-size:5.8125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:258rem;left:0rem;height:5.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { background-color: transparent; background-image: none; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container > .video-iframe-container { display: none; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row > .video-iframe-container { display: none; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .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); }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { border-width: 0; border-radius: 0; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TCDEKTOJxobHthzoom5D1ODonS4PQ0d2 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:9.1875rem;left:40.625rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTrg9v28cUp97wB5tlIyCeL8pTXXZkFq { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:24.25rem;left:40.625rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKtilJUc9b8xEDVMP2lPEQsWl6OKTBaB { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:9.1875rem;left:1.1875rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-form-header {  }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;width:32.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:3;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.4375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.4375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#000000;width:32.4375rem;height:4.375rem;font-family:"open sans";overflow:hidden;font-style:normal;line-height:2.2; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.6;font-size:0.8125rem;font-weight:300;color:#d0d0d0;vertical-align:top;width:31.1875rem;overflow:hidden;font-style:normal;float:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-container:first-of-type{padding-top:0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-container:last-of-type{padding-bottom:0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.9375rem;left:0rem; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.4375rem;display:block;vertical-align:top; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S {display:block;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.9375rem;left:0rem; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #GfniERyhDsnTaJJM7R9eWcrcDaWzCNn2 { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #RoD3Lb5iqs7MVLwQHKK5BZsw7606EQ06 { position:relative;display:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #S9F8QnEo5niBRr5lTc9tdW3EpVAdntDl { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #g4XnLduGRZB41nL85aaG63p4fy5aJ6Ju { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #U1obKP0u7aoVwXUTF8Fh7qTqkE2gqHPH { position:relative;display:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #qqKJluPEhet5h4cIuIiXMVPrtntBbrT6 { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #pVxw4P1S9cmFgC08J7uqAiTXpBvHzyzu { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #LMSgbZ19wMrursbt6QqJGPJDSPsD2NkO { position:relative;display:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #HvOuAonrlFcR8Qp0Cd37KxNBeHIzBKWZ { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #Al6S6t612ZpdKT7lnKXM01ymgyhIp1Th { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #wATsGLtHuPp9Lko4lf84zVhK94t0PJzV { position:relative;display:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #fJ6UXe1pWrr7JFArF922ebyLqSScTTH8 { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #WacmaUMvh9H2mNMadAFVnGXv5WZISGP9 { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #SN0LIMMfEy5EbEgyODhUD1Oq8RCCoIgi { position:relative;z-index:2; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #xMBV8rZMQqAKOFD9mFMqitf0ITKkcxgB { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #ELoTgToTS5fKaf3pM9fILIMalQyIgTgn { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #JBGiltarEX8SgVzczVTsK4vq64fQVv8C { position:relative; }
#PgGRmGECBv3ne5zRQzS8EJXFKOksNoBZ { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:22.8125rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO { background-color:#000000;background-image:none;z-index:;border-top:0.0625rem solid #c8c8c8;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { background-color: transparent; background-image: none; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container > .video-iframe-container { display: none; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row > .video-iframe-container { display: none; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .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); }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { border-width: 0; border-radius: 0; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#FOw0LkITVJLsdT1M33v40F36XJwAh4wO { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:5.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#G2G0nSG43m4b4KoS6hBA4ZBaLo4yxfuu { position:absolute;display:block;z-index:15007;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:1.625rem;width:2.625rem;top:6.1875rem;left:0.5625rem;overflow:hidden;display:block; }
#E8USqmxhJvAKNwXGU5JvTROQa57muPqF { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:5.125rem;left:40.625rem;height:3.1979125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rignELwUMSsz5BK2U1Jsbdd1f0aUk6TR { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:5.125rem;left:58rem;height:4.79686875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l8yv0Ps5obgWTUPBnln0BB3re91UNNtk { background-color:transparent;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:12.5rem;height:1.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:5.25rem;left:40.0625rem;display:block; }
#Aoo87JWyM6sllogQDSv2dUK7xB36EO1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQT6kgxRpnm5IG7CdXl97mzZPtICppz0 { background-color:transparent;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:9.0625rem;height:1.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:6.78125rem;left:40.125rem;display:block; }
#DAhLnvrxyE3RkIovCvil3JXX9wJrhQTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx { display:none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ta4ZPq6vTORZgBesJZNPtZgCvBDmdZpJ { top:2.25rem;left:0rem;width:14.875rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #riqEyPJbI2TqEgM1hSnsbe864U6kV1Be { display:none; }
 }@media only screen and (max-width: 763px) { #bbb9NGg5P8MyecPv0R0O1oytsh1VXBnE { top:7.5rem;left:0rem;width:14rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMpkng72yJwLm05eqOEIEutoqkTVq5VG { top:10.125rem;left:0rem;width:14rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVQyJepFXGOknOTEqGuTlZ5xxDd1ZB4f { top:12.8125rem;left:0rem;width:14rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu { display:block; }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxHOmsLCDUp3EHN0TwmmnD493pSLlmbd { top:2.1875rem;left:0rem;width:14.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DToBbDWgkuGiseu25vtOQ0Knqn6UmXQM { top:2.3125rem;left:35.375rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGUtz6vrlXSTbtbUrzc8WfcuTeJ3WPoJ { top:2.3125rem;left:42.0625rem;width:5.6875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5PTGixSQEN7TZf6CBAKyg3lHkBXzgQd { top:2.3125rem;left:43.3125rem;width:4.4375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xusUMRO2xlmBKJifNk5FHbsQMxeryioy { display:block; }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSLyZ29xlmht2cuuE1fUoambsQQc0N8l { top:0rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PweF8LT3onxTxuHcDkvG1sCbfJlfhUod { top:24.3125rem;left:0rem;width:26.0625rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8L2HJDQcTl7eM4zIXibTAmssmgS6W6x { top:43.25rem;left:0rem;width:22.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwg2s8U9wTCyEVdLMnqMMBfBEu4z26fK { top:18.1875rem;left:0rem;width:35.875rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQH82KFofcqxzeoOZ68IOuJhxfOTib8O { display:none; }
 }@media only screen and (max-width: 763px) { #QOs57ATq63IvUnk09HpFSrWGydcNZxe9 { width:15.125rem;height:4.125rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaRwS5BBV3rFzWRL6fF3PGQTlOZcJ14s { display:block; }
 }@media only screen and (max-width: 763px) { #ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB { display:block; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMOlRBTq5a40to2V6K6XXgn5amI83Xpc { top:23.5625rem;left:0rem;width:25.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFitd1A42LTCeXRTtcqsBaoDBMIbVPG0 { top:18.625rem;left:16.5rem;width:31.25rem;height:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlPfvkTcygTUDoP22TQqqkhWoNVp9aup { top:23.5rem;left:13.3125rem;width:26.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x57lah7tPmEtJ7fsUKA51efWkZm53E0G { top:29.1875rem;left:20.0625rem;width:27.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQSmTJ8h5lcTOfXhxo6gKBRtRUpuxbP { top:14.3125rem;left:0rem;width:34.25rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crTEnyk5Sf7Rancb4EFEfaqvwwXSlPsy { top:39rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET7QIba12kGE59OFmqecaJC5CZwANVb { top:34.3125rem;left:20.1875rem;width:26.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMWtKeo7z7bq3nqLgg3iHdl8ZqwcJllS { top:29.3125rem;left:26.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #id4Bi6cuVHd1pqQO3ppPEZOA8D3BJ2t8 { top:35.25rem;left:26.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNm8AfeREPGiosqyTSloMJAcqvuk9HBX { top:40.5625rem;left:20.1875rem;width:27.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGgStAQ0FarA3obex6HttWN0Bf5lp3q { top:41.5rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71QdF1wT0vxDLFd3uKd4hcVCbRJZ5xu { top:45.1875rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1W9iIHMhqq4TTasrVhx5ALcIEVoaJol { top:32.9375rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM { display:block; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwRRaR7udTrzPUySe6uUCmvltRUaX9w3 { top:6.6875rem;left:0rem;width:34.375rem;height:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2CSBiasVfrqux1rwX8vuxotVX372nAT { top:4.1875rem;left:0rem;width:20rem;height:10.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv { display:block; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqq3wt99VhnXVmoLCUBWb69K1gzooxTg { top:8.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ1K0J9iK9fmOxhTRcWOtoaVRc5GMarT { top:17.3125rem;left:0rem;width:14.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE4yNU9o4KUJsqmgIOvDJb2Ky6zUIRSG { top:14.75rem;left:0rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJHHp2QdENT0IHFulUB9Ixwy2vnCENG { top:19.9375rem;left:0rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iucZl3zhAyDvgG8JOaVGlXAaKC5XTP9F { top:29.75rem;left:0rem;width:14.375rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZkGmQKRXKHQ7T8MLDuTgbAaXd9Kq72T { top:25.625rem;left:0rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBsSiTWEPLfyZiTxsKc4ENCFkDTyPVSg { top:27.5rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17J72EkwalJuK4HR7vhoCTnn19bBuiO { top:14.8125rem;left:5.625rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9W93iNifFaumBVPhedDoswoZmXAxmkw { top:29.8125rem;left:7.25rem;width:14.375rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXgSgFJTyTTvQBtFsBDD1p6uSsGNOwyZ { top:27.5625rem;left:7.25rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe253A6ld0eegQ0wCuv8takQNZcQWOEh { top:25.6875rem;left:7.25rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5uJ6IsEP3Ti6uKApVGtZBcpTbLGzyx { top:20rem;left:7.25rem;width:14.375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifaVvBNgbvTPE8ukH2bUv9I5HH5Qt1em { top:17.375rem;left:7.25rem;width:14.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2fednzAcO503VtHIKqd7aJFoZdIiA6M { top:14.75rem;left:24.75rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIm2oNCQRFb5GmLMZA76T2fKTT0unDI { top:29.75rem;left:26.375rem;width:14.375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtsPpqoEc9ulkkTpouNSidNKrkUHZcf { top:27.5rem;left:26.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdx4s02poE8Tw3V2XUAcD8IZAKcQQ02H { top:25.625rem;left:26.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2VKcnFrOfyfNKXcGT5wMdk9JOg0znuQ { top:19.9375rem;left:26.375rem;width:14.375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPNsKJBWRHPHKTPBRxdQgsE7KBs1KTqJ { top:17.3125rem;left:26.375rem;width:14.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBxGWAAZSrG5ULuCHCmZ64Z2L0einUqW { top:14.8125rem;left:30.125rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHPmbHUyAknRCBxad0SNNcpAALsbBuNR { top:29.8125rem;left:33.375rem;width:14.375rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWk5OA0JAwSDE2U1H1okxk8KaOlxeEeX { top:27.5625rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7II42DTRsEKpJhQyad5ZJh5O5WrFNvz { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0CmEHTuDTEaH13h7ufwRTczWBuQ2Rf { top:20rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXIzVgTHWCDmTJL9TGO7fKqsMweyS8NV { top:17.375rem;left:33.375rem;width:14.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsIEuoFOVAr2e3dLroaCw6I5eNzB9zh { top:54.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn { display:block; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtfmTRAwUzhkyT6K8tD7rkQVWPUGPqQi { top:18.8125rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4s6Es4n23tktFb2FgDSS3meGX4J1WG { top:21.375rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHl1zx8EnxauZL4pTR2WL8HaR8MQwsF { top:20.75rem;left:12.625rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTFv96z26V9MhSkHvldByFHamQlf9e1 { top:20.75rem;left:25.3125rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqSt1dxn2QFs7QcvUKwZ0JXXHNWTZfP { top:15.75rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixDcXcTQVM2An8oyeeDe2OncMBwoyN2V { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciAEvI4vmVgBcXLbo81WMIaR9KBUWkL2 { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo6o9IzW4k8uuucTDDEX3Q253p6KVQxL { top:26.3125rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkgX3HsDI3VGvWBDikDrW84Czdaqxt1 { top:28.25rem;left:25.3125rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vberdo6sUuqhx3KxZCTBcFJDMygwZdux { top:28.25rem;left:12.625rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIolxSUrmkPTTiBTZQhu4Nxr0WsJxmFi { top:28.875rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfrAOEyWuqZepmuHx9kRULit9SPNvgEF { top:33.8125rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5AdQL0GP1kkVr87qTF0rxJmU2OJ21cu { top:35.75rem;left:25.3125rem;width:20.9375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRdVrwgH8xRPFnL7ddxbBadlDIR3T6qL { top:35.75rem;left:12.625rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHtLWcCUR1uXAmnnzTfOFMI8uws1MBU { top:36.375rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhCaQxCTZfNgd2sifQK3pzXQmE7O2xLK { top:41.3125rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQ4Hdv6iJFqn9TaK1sZ6QmFBr1SNRsb { top:43.875rem;left:25.3125rem;width:22.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXeATogZwaQGA1pOp50PsTLDmu1A9k35 { top:43.875rem;left:12.6875rem;width:22.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuecnu742kbnw2uyyDRnXSIuqwPsRIN { top:43.875rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Am3dBW8mohMa43K3UMVffKDOMPRMTW { top:8.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQxJzRSaVcp0cUXZAkHW1TvTwdP6Vhdw { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4CxwFiaFbRClqIDmsLmnAwzytS3lTTf { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrE7ENkz6Kt2a9hhA64pw29CerDTwcpU { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6BiwpRMxTMDFXWtbgFrdakqufcPRZaI { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGNd13kPSLTOUb7VmEI1wZkT3bV23qAk { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IM5B9nSKxGwqsfm45TrOlxGKeWI8bu9H { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMsFi61rObycNkeNVAegzVTVxUyaxyWN { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLRiPTHTHtvNd0OnsouabTfwPca2W6DK { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyuKT3fMa1gJLgREBf14T6s425VTE15G { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyWsDQauvtmxyH5NXl0BiNdrVnmi2aZ2 { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlScsPxr2WzfDF1mZA14nEDEcxM6tcB4 { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMgGzJz4AnrU4ZGAvzcN9LEyKxrgVGBF { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP { display:block; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWK4IIU17Vxzn5Da6TFFvfx39JTSHUXT { top:41.8125rem;left:0rem;width:14.3125rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZFQOWiGzSxZqmJvTo9NkZL81mt4bDv3 { top:7.25rem;left:0rem;width:34.375rem;height:9.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTMHXGDo7IEMHp9S8aTTw6Eu3TkBX17 { top:54.375rem;left:0rem;width:10.0625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqu2X6Zpldc5FNoQxsZ4AVxMUrxDveCx { top:11.8125rem;left:20.0625rem;width:27.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCllC17O6g2SPUkuPbLR8xTP9y3eiDv { top:16.625rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSFLEuTQ1MUcIHMJmfuF1eNBOTNN4Ik0 { top:7.25rem;left:16.4375rem;width:31.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDcud9unJoT6tCRMKM5tnUqsZzyEyuSI { top:12.75rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJCNBUV6yVBtZCzToWfve7yF1AsmqILZ { top:22.8125rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJdGic5woEyNrakLqmn8x5A8BbMDCd8I { top:18.8125rem;left:20.0625rem;width:27.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnqvsDBQNnnZXrGRL8dgxtdGTvy2OVm { top:18.9375rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSUUJXhzTgWFDSsMpulJcfyn1oRdLJ8 { top:29.1875rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZGIazpxa1UvP3K1sr4PyiLvTGdd4BS { top:25.1875rem;left:16.9375rem;width:30.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIClvRWAaandRl7TOwlIL1KqOwQcKoWZ { top:25.3125rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9gyit21hQkSorNKds1QMZRRGC7GXvr { top:23.5rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er279SgB3THvLGCehzht8tQdqlgv2MaP { top:39.1875rem;left:5.625rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfUfd6PPZIxIlATkIU5fmbamBv0cuctT { top:39.1875rem;left:24.75rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trF5GUhcAzbBaTIqtHWm9PwySx2GtQna { top:39.1875rem;left:30.125rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVVk6zimXeRtqJfns3sPPZdA53Q3Ucp6 { top:39.1875rem;left:0rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzkJsqwQBWWwfVI1NXPZd0DpLK0fnmpf { top:41.8125rem;left:7.25rem;width:14.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcEuXT224mtgLaiLkpCcN5V4TL8R9rHJ { top:54.375rem;left:7.3125rem;width:14.375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkW5UK6AIRiHNt0H6ZsMUHtbXz4ZwBw { top:41.8125rem;left:26.375rem;width:14.375rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZHTQJbqVVTHkovzV5Z7lZKZWL894XPT { top:54.375rem;left:26.4375rem;width:14.375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBlTvWTykD9NIrEPMyQ35SxAXpBEnd26 { top:46.5rem;left:26.375rem;width:14.375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDEONOIcWze28iHKAcQrgJGiTmVpqJQr { top:41.8125rem;left:33.375rem;width:14.375rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbGwH4U1BX2VTpxGr7QSbetHxqPTcAQ { top:46.5rem;left:33.375rem;width:14.375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0tQ7XZe2l35BJvVTFOGgNfWiMLhCPXZ { top:54.375rem;left:32.5625rem;width:15.1875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi0yz8TmwXDvo3nZTygIoWOppoKRCOhk { top:52.3125rem;left:26.4375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1pTxsgftlrUDQwPNmByWZwBT9rdtSzM { top:52.3125rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttGs0ghGtNg7RX9Rhk8qMlAbalvDl8KF { top:52.3125rem;left:7.3125rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rveiR3z4rBHzNTDeffrKD1NCxQlFPaC8 { top:52.3125rem;left:0rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRDknJknLApO0OzeqTHd0gkGlgc2Lgac { top:67.125rem;left:11.375rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM { display:block; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPpstWFR3hKqmTEf9yFp3rTABb3tPgKx { top:29.6875rem;left:0rem;width:29.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGgkDw6ztZcD5c15qohfuZCz0f9La0uw { top:27.9375rem;left:0rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFodxFb2FHbDqzTeFdgucfHTwXCKEPcu { top:9.0625rem;left:16rem;width:15.75rem;height:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBMy6ahuyZO4pNwSTKWMeWC4IQTXd6v6 { top:30rem;left:0rem;width:2.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elom6CZk8kHR0qFlUt2VG5unXTlbSgqR { top:29.75rem;left:18.3125rem;width:29.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0nLFs43pDMltk1v6TUd6T9cxdhcHJGG { top:30.125rem;left:27rem;width:2.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv9gfJK1tTLaJWppFDG24T7qNak3uIQ { top:28rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtrqDozUnJgFFkXaWqObGmrr6AK6H2J5 { top:40.0625rem;left:18.3125rem;width:29.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TAiD4qkhqqPaTe0wrrWEFqRRrkwPhp { top:40.4375rem;left:27rem;width:2.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXL6hTscBkrScdXGqRkxHhPOznWwnr91 { top:40rem;left:0rem;width:29.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIukmaMZZyZZZCri9We8n59vkXnHLooS { top:38.3125rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I602guytggbx8UiHGW6ZTaaLC5QXNldw { top:38.25rem;left:0rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAb1l8axZmGya9kOgcBZkQ6LUmKg3aXa { top:40.375rem;left:0rem;width:2.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1ZZ0rpvD4x1iT1HzLlhzyTOC2oeLg6R { top:52.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLsw2sday3xmKZz5FKHHZAPJqn9U75aR { top:67.125rem;left:11.375rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS { display:block; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9Ut0sF11l3iMfbDfWRQuCX4iyVINOQg { top:7.3125rem;left:0rem;width:47.75rem;height:43.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzX4evQxW4iCUbk5ZEoxfQuGNeom4Bm1 { top:12.9375rem;left:15.5625rem;width:17.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoeTUEg62Z2J4ESax0qmP1A2riK2hxI { top:16.25rem;left:17.1875rem;width:14.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHvCKil3fcRbZctZTUpZTSfeelmJGMUx { top:29.5625rem;left:30.125rem;width:17.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRPsGoqa5dK4fmsOwcsXvMvZcaG5ss6I { top:32.625rem;left:33.375rem;width:14.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvt9NOSi5pzV0VnGfBFkwTPrnkk6K5L0 { top:12.9375rem;left:30.125rem;width:17.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpMqO5IRugHwFHX2HKlESRxLoLyQCi8 { top:16.25rem;left:33.375rem;width:14.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2TSpWoP5NvTaE91wBwprdTD6BRuTBeu { top:29.5625rem;left:24.625rem;width:17.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecLEXlxIekxyzZxgaRX9QsJZLQyp4Mq { top:32.625rem;left:26.25rem;width:14.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzOHdgEhKTw1NvybLxAWAHn68CL2TKZW { top:24.8125rem;left:30.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0HJKGTUJkClbgTZ1QO5KTlTMZGmkr1 { top:24.8125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4sOE7lqJTVTNZXES6yvHht3oTasesaR { top:41.3125rem;left:39.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XTBk7Z023A3ZW0FMAnVxaQxl1m8qRG { top:41.3125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW63P1WpnicC198lvugxE7Peqw2XAqna { display:block; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJQXB223hui7wne64l64diXo0Ox3wbGV { top:7.6875rem;left:0rem;width:34.375rem;height:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1Hk86hbyGvlahagpFfbTb0UI9qalzK { top:13.5625rem;left:0rem;width:34.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVTIrX6LTuMtNxsKvT1L7GT4yxGeCd1 { top:20.0625rem;left:0rem;width:34.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okvytu4BsvaOsAQ3ydgzZ6FTIAyF3EhA { top:13.5625rem;left:13.375rem;width:34.375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWxVJsiNNdZ9lDn4SWqtGLErdya5xGaE { top:10.3125rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bb7dma5bIhOs14b2CNfidgUvsyA260yA { top:24.75rem;left:0rem;width:20rem;height:12.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip6uiFDm4hOlul10s63wDP1idz2KynU5 { top:30.9375rem;left:0rem;width:17.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSAdovI0Q0ruFGF1y28SMvBSTL8KDJi2 { top:33.875rem;left:0rem;width:14.375rem;height:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqbQdUUwICwpXGWprUl0fVwZPHdr0iVT { top:57.625rem;left:0rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlsq2RiDZ54F7DA1RMcsHHfrkPSTNq73 { top:59.8125rem;left:0rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJk4W6a7st0N6ysX3tTZizSSyZPJpVoH { top:31rem;left:5.625rem;width:17.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS993QTAUQa3eBRd150JIVJTH6ehBnwh { top:59.8125rem;left:7.25rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO3uuZ30Hb25R7WPenC5AH1FPDZOIcoQ { top:57.625rem;left:7.25rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5EGMM4TEMPF15ZUIaHekhBNnpeLZBSD { top:33.875rem;left:7.25rem;width:14.375rem;height:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0nI3gNHrk6cgIlcrqJ4b9CbFK4oLIp2 { top:31rem;left:24.75rem;width:17.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgVz5TRUedElTpHiXiiRBiVfm8RW6coA { top:59.8125rem;left:26.375rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs3sJ4LqK9QJRTuMRcKfAMHS91T1PeKf { top:57.625rem;left:26.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCyLtKp93M27sU01Mce2914bzZTksXfo { top:33.875rem;left:26.375rem;width:14.375rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDDfAyTxk9skdEIWZ47wvtUOe4d95Rqh { top:31rem;left:30.125rem;width:17.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgiyiM8zcTfpmqFqw3gqmcR3nqugqELO { top:59.8125rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpBdH19NIZgJsb7xbmlV7fnHLnAXWXHT { top:57.625rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhVSlHGO99O8rQDpO8iZO87Zc7l85Vqw { top:33.875rem;left:33.375rem;width:14.375rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 { display:block; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzNgpw5MFAMMDlWGSEV6XDimTORQrmPi { top:10.8125rem;left:0rem;width:14.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebb2RDDurGRX0sKKOecMRrNZh6160tqU { top:10.75rem;left:5.6250038146972rem;width:26.6875rem;height:8.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwkCkuTeLBHo14Grg4oylT9sO5oprJsc { top:70.4375rem;left:13.375rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2JC9we0NDMtommZTdqGkATpVp1EbnQB { top:70.4375rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgMNwdclydPree53ITsZGTqmgxtkf4WV { top:27.5rem;left:0rem;width:44.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxHr4tG0p1uqCAp6WHe5pmFbbBpeHH5v { top:53.5rem;left:21.6875rem;width:26.0625rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7 { top:120.4375rem;left:0rem;width:38rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc { top:120.4375rem;left:20.8125rem;width:26.9375rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5r9qwuRqitVQRF77x22FcElPqEWVHNa { top:96.875rem;left:0rem;width:26.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmrzAWDhgrV9BATPaAbdxD5ps1aQxii0 { top:106.375rem;left:13.1875rem;width:34.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgmsOOTXXVTq9NWtkGLrSF4kh7EyDK13 { top:151.1875rem;left:0rem;width:34.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhEkpMKuclUQVqqhJq4HubeIqOQlZxSu { top:141.5rem;left:20.3125rem;width:27.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9 { top:166rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbTbbWEHHZX8W2bK095QR7UHB3Gn9zg { top:192.5rem;left:0rem;width:24.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG { top:166rem;left:13.375rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8hf9VsooWhUfpuKZ3NMJpAL0tkD4tJm { top:201.875rem;left:13.1875rem;width:34.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThTtnfvqKDivpTB9HHow6AQ2gv9TRUU { top:241.0625rem;left:21.6875rem;width:26.0625rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU { top:216.9375rem;left:0rem;width:44.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXIlxxsDyZLekEodKoM9IuWkw77gpn5R { width:25rem;height:25rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwHmlSLC2zhDfkbBlfW0Zz66DMKMbtsl { display:block; }
 }@media only screen and (max-width: 763px) { #t1sokuwWfsT1iDT0ODyAx7WukvCd9dTE { width:34.375rem;height:34.375rem;top:70.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUQibqgee4Gz06pwPFzQ5CLP12WJNzn { display:block; }
 }@media only screen and (max-width: 763px) { #B3FWNncPsVyIFv6wF2ySspfXCA9vGpvJ { width:44.6875rem;height:29.9375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPTwS1lk4UHVT5o8LpBEpZy26EsAnZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #xDoNs3cTzo4zhqs3qItJTo1abl0bTS3w { width:44.6875rem;height:29.9375rem;top:217rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzlhJtlhWHfU4aPG0MSze9O8IX2mvSFs { display:block; }
 }@media only screen and (max-width: 763px) { #EtAJfTJJTokzwzq0gfC13o6T4zr3pIlM { width:25rem;height:25rem;top:166rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCNmdw9GGPwGHO5ycL7UH0u26CEnMcUT { display:block; }
 }@media only screen and (max-width: 763px) { #owsIrysIdgJRaEUCGIFb0qdu9B3LrleJ { width:34.375rem;height:34.375rem;top:166rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnhvqp18hUOTehR6eaObUoifwIBF4h1 { display:block; }
 }@media only screen and (max-width: 763px) { #ruFA1Ga27NMVELkFFi45tdTp2n6bwZAN { width:38.0625rem;height:29.25rem;top:120.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH9LeH9CRiWX39PTDUbyaiubXnq1vwzc { display:block; }
 }@media only screen and (max-width: 763px) { #IiPv29bBzELESX7t2iouxtMLOLprLhFM { width:27.0625rem;height:19.6875rem;top:120.375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDfDGRC8WfCKxfl6TTc0e2pAAmxs3d2C { display:block; }
 }@media only screen and (max-width: 763px) { #fl8QK5zu5UhBsnlUcK3ymmiXrZmvDh00 { top:192.5rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItfscaqmtTR3Zsb25N547pPsfykPWsmW { top:141.4375rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1Qisfu6GWX6MOk4GHdf9QAmuNT2bIh6 { top:98.8125rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvCw3ib8lUnQzI3BwHFiBThlivEZ486R { top:77.1875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bip1ORvUPfxznfryA29Ihb0gv5uve66O { top:258rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E { display:block; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDEKTOJxobHthzoom5D1ODonS4PQ0d2 { top:9.1875rem;left:13.375rem;width:34.375rem;height:9.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrg9v28cUp97wB5tlIyCeL8pTXXZkFq { top:24.25rem;left:13.375rem;width:34.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtilJUc9b8xEDVMP2lPEQsWl6OKTBaB { top:9.1875rem;left:0rem;width:34.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-regular-label { width:32.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-textarea { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-button { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-checkbox-label { width:31.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S  { width:32.4375rem;height:auto;top:12.9375rem;left:0rem; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .radio-container { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S {display:block;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S { width:32.4375rem;height:auto;top:12.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #GfniERyhDsnTaJJM7R9eWcrcDaWzCNn2 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #RoD3Lb5iqs7MVLwQHKK5BZsw7606EQ06 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #S9F8QnEo5niBRr5lTc9tdW3EpVAdntDl {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #g4XnLduGRZB41nL85aaG63p4fy5aJ6Ju {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #U1obKP0u7aoVwXUTF8Fh7qTqkE2gqHPH {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #qqKJluPEhet5h4cIuIiXMVPrtntBbrT6 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #pVxw4P1S9cmFgC08J7uqAiTXpBvHzyzu {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #LMSgbZ19wMrursbt6QqJGPJDSPsD2NkO {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #HvOuAonrlFcR8Qp0Cd37KxNBeHIzBKWZ {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #Al6S6t612ZpdKT7lnKXM01ymgyhIp1Th {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #wATsGLtHuPp9Lko4lf84zVhK94t0PJzV {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #fJ6UXe1pWrr7JFArF922ebyLqSScTTH8 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #WacmaUMvh9H2mNMadAFVnGXv5WZISGP9 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #SN0LIMMfEy5EbEgyODhUD1Oq8RCCoIgi {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #xMBV8rZMQqAKOFD9mFMqitf0ITKkcxgB {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #ELoTgToTS5fKaf3pM9fILIMalQyIgTgn {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #JBGiltarEX8SgVzczVTsK4vq64fQVv8C {  }
 }@media only screen and (max-width: 763px) { #PgGRmGECBv3ne5zRQzS8EJXFKOksNoBZ { top:22.8125rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO { display:block; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOw0LkITVJLsdT1M33v40F36XJwAh4wO { top:5.125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2G0nSG43m4b4KoS6hBA4ZBaLo4yxfuu { top:6.1875rem;left:0rem;width:2.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8USqmxhJvAKNwXGU5JvTROQa57muPqF { top:5.125rem;left:27rem;width:15.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rignELwUMSsz5BK2U1Jsbdd1f0aUk6TR { top:5.125rem;left:30.75rem;width:17rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8yv0Ps5obgWTUPBnln0BB3re91UNNtk { width:12.5rem;height:1.5rem;top:5.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoo87JWyM6sllogQDSv2dUK7xB36EO1A { display:block; }
 }@media only screen and (max-width: 763px) { #mQT6kgxRpnm5IG7CdXl97mzZPtICppz0 { width:9.0625rem;height:1.5rem;top:6.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhLnvrxyE3RkIovCvil3JXX9wJrhQTG { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { background-color: transparent; background-image: none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container > .video-iframe-container { display: none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row > .video-iframe-container { display: none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .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); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { border-width: 0; border-radius: 0; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta4ZPq6vTORZgBesJZNPtZgCvBDmdZpJ { width:11.25rem;height:1rem;top:1.84375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #riqEyPJbI2TqEgM1hSnsbe864U6kV1Be { display:flex;top:1.4375rem;left:18.1875rem;width:1.8125rem;height:1.8125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #bbb9NGg5P8MyecPv0R0O1oytsh1VXBnE { top:7.5rem;left:0rem;width:14rem;height:2.03125rem;z-index:15007;font-size:1.5625rem;font-family:telegraf;display:block; }
 }@media only screen and (max-width: 763px) { #pMpkng72yJwLm05eqOEIEutoqkTVq5VG { top:10.125rem;left:0rem;width:14rem;height:2.03125rem;z-index:15008;font-size:1.5625rem;font-family:telegraf;display:block; }
 }@media only screen and (max-width: 763px) { #sVQyJepFXGOknOTEqGuTlZ5xxDd1ZB4f { top:12.8125rem;left:0rem;width:14rem;height:2.03125rem;z-index:15009;font-size:1.5625rem;font-family:telegraf;display:block; }
 }@media only screen and (max-width: 763px) { #BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu { position:relative;z-index:auto;display:none; }#BcOtgJMWWaLx2tzRapx0zBewcQuPW6pu > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fxHOmsLCDUp3EHN0TwmmnD493pSLlmbd { width:11.25rem;height:1rem;top:2.0500001907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DToBbDWgkuGiseu25vtOQ0Knqn6UmXQM { width:8.125rem;height:0;top:37.1125rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGUtz6vrlXSTbtbUrzc8WfcuTeJ3WPoJ { width:5.8125rem;height:0;top:41.6125rem;left:7.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5PTGixSQEN7TZf6CBAKyg3lHkBXzgQd { width:4.4375rem;height:0;top:46.1125rem;left:7.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xusUMRO2xlmBKJifNk5FHbsQMxeryioy { display:none; }#xusUMRO2xlmBKJifNk5FHbsQMxeryioy > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSLyZ29xlmht2cuuE1fUoambsQQc0N8l { width:7.125rem;height:7.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PweF8LT3onxTxuHcDkvG1sCbfJlfhUod { width:18.25rem;height:4.0625rem;top:18.3125rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8L2HJDQcTl7eM4zIXibTAmssmgS6W6x { width:18.25rem;height:4.798825rem;top:25.375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwg2s8U9wTCyEVdLMnqMMBfBEu4z26fK { width:20rem;height:3.125rem;top:14.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQH82KFofcqxzeoOZ68IOuJhxfOTib8O { display:flex;top:0.9375rem;left:18.1875rem;width:1.8125rem;height:1.8125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #QOs57ATq63IvUnk09HpFSrWGydcNZxe9 { width:12.9375rem;height:3.9375rem;top:33.674999237061rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaRwS5BBV3rFzWRL6fF3PGQTlOZcJ14s { display:block; }
 }@media only screen and (max-width: 763px) { #ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB { display:block; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMOlRBTq5a40to2V6K6XXgn5amI83Xpc { width:15.75rem;height:9.0625rem;top:9.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFitd1A42LTCeXRTtcqsBaoDBMIbVPG0 { width:20rem;height:2.1875rem;top:28.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlPfvkTcygTUDoP22TQqqkhWoNVp9aup { width:20rem;height:3.2rem;top:31.875rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x57lah7tPmEtJ7fsUKA51efWkZm53E0G { width:16.875rem;height:3.19921875rem;top:37.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQSmTJ8h5lcTOfXhxo6gKBRtRUpuxbP { width:20rem;height:20rem;top:4.1875rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crTEnyk5Sf7Rancb4EFEfaqvwwXSlPsy { width:20rem;height:0.0625rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET7QIba12kGE59OFmqecaJC5CZwANVb { width:16.875rem;height:4.798825rem;top:43.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMWtKeo7z7bq3nqLgg3iHdl8ZqwcJllS { display:flex;width:1.375rem;height:1.375rem;top:38.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #id4Bi6cuVHd1pqQO3ppPEZOA8D3BJ2t8 { display:flex;width:1.375rem;height:1.375rem;top:45.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HNm8AfeREPGiosqyTSloMJAcqvuk9HBX { width:16.875rem;height:4.798825rem;top:50.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGgStAQ0FarA3obex6HttWN0Bf5lp3q { display:flex;width:1.375rem;height:1.375rem;top:52.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F71QdF1wT0vxDLFd3uKd4hcVCbRJZ5xu { width:20rem;height:0.0625rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1W9iIHMhqq4TTasrVhx5ALcIEVoaJol { width:20rem;height:0.0625rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM { display:block; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwRRaR7udTrzPUySe6uUCmvltRUaX9w3 { width:20rem;height:0;top:4.109375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2CSBiasVfrqux1rwX8vuxotVX372nAT { width:20rem;height:10.15625rem;top:4.671875rem;left:0rem;font-size:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv { display:block; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { width:20rem;height:133.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqq3wt99VhnXVmoLCUBWb69K1gzooxTg { width:20rem;height:6.75rem;top:5.1875rem;left:0rem;font-size:2.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQ1K0J9iK9fmOxhTRcWOtoaVRc5GMarT { width:14.375rem;height:1.4rem;top:19.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE4yNU9o4KUJsqmgIOvDJb2Ky6zUIRSG { width:17.5rem;height:30rem;top:17.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJHHp2QdENT0IHFulUB9Ixwy2vnCENG { width:14.375rem;height:2.625rem;top:22.375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iucZl3zhAyDvgG8JOaVGlXAaKC5XTP9F { width:14.375rem;height:11.8125rem;top:32.375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZkGmQKRXKHQ7T8MLDuTgbAaXd9Kq72T { width:14.375rem;height:0.0625rem;top:28.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBsSiTWEPLfyZiTxsKc4ENCFkDTyPVSg { width:20rem;height:1.3125rem;top:30rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17J72EkwalJuK4HR7vhoCTnn19bBuiO { width:17.5rem;height:24.625rem;top:48.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9W93iNifFaumBVPhedDoswoZmXAxmkw { width:14.375rem;height:6.5625rem;top:63.875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXgSgFJTyTTvQBtFsBDD1p6uSsGNOwyZ { width:14.375rem;height:1.3125rem;top:61.625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe253A6ld0eegQ0wCuv8takQNZcQWOEh { width:14.375rem;height:0.0625rem;top:59.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5uJ6IsEP3Ti6uKApVGtZBcpTbLGzyx { width:14.375rem;height:3.9375rem;top:54.0625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifaVvBNgbvTPE8ukH2bUv9I5HH5Qt1em { width:14.375rem;height:1.4rem;top:51.4375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2fednzAcO503VtHIKqd7aJFoZdIiA6M { width:17.5rem;height:25.6875rem;top:74.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIm2oNCQRFb5GmLMZA76T2fKTT0unDI { width:14.375rem;height:7.875rem;top:89.9375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtsPpqoEc9ulkkTpouNSidNKrkUHZcf { width:14.375rem;height:1.3125rem;top:87.6875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdx4s02poE8Tw3V2XUAcD8IZAKcQQ02H { width:14.375rem;height:0.0625rem;top:85.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2VKcnFrOfyfNKXcGT5wMdk9JOg0znuQ { width:14.375rem;height:3.9375rem;top:80.125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPNsKJBWRHPHKTPBRxdQgsE7KBs1KTqJ { width:14.375rem;height:1.4rem;top:77.5rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBxGWAAZSrG5ULuCHCmZ64Z2L0einUqW { width:17.5rem;height:24.75rem;top:102.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHPmbHUyAknRCBxad0SNNcpAALsbBuNR { width:14.375rem;height:6.5625rem;top:117.1875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWk5OA0JAwSDE2U1H1okxk8KaOlxeEeX { width:14.375rem;height:1.3125rem;top:114.9375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7II42DTRsEKpJhQyad5ZJh5O5WrFNvz { width:14.375rem;height:0.0625rem;top:113.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0CmEHTuDTEaH13h7ufwRTczWBuQ2Rf { width:14.375rem;height:2.625rem;top:107.375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXIzVgTHWCDmTJL9TGO7fKqsMweyS8NV { width:14.375rem;height:1.4rem;top:104.75rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsIEuoFOVAr2e3dLroaCw6I5eNzB9zh { width:20rem;height:0.125rem;top:133.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn { display:block; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { width:20rem;height:125.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtfmTRAwUzhkyT6K8tD7rkQVWPUGPqQi { width:19.875rem;height:25.125rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4s6Es4n23tktFb2FgDSS3meGX4J1WG { width:14.375rem;height:1.875rem;top:18.75rem;left:2.8125rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #laHl1zx8EnxauZL4pTR2WL8HaR8MQwsF { width:14.375rem;height:2.625rem;top:24.6875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTFv96z26V9MhSkHvldByFHamQlf9e1 { width:14.375rem;height:3.9375rem;top:33.1875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqSt1dxn2QFs7QcvUKwZ0JXXHNWTZfP { width:14.375rem;height:0;top:15.5625rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixDcXcTQVM2An8oyeeDe2OncMBwoyN2V { width:14.375rem;height:0;top:12.5rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciAEvI4vmVgBcXLbo81WMIaR9KBUWkL2 { width:10.3125rem;height:0;top:15.5625rem;left:9.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wo6o9IzW4k8uuucTDDEX3Q253p6KVQxL { width:19.875rem;height:25.125rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkgX3HsDI3VGvWBDikDrW84Czdaqxt1 { width:14.375rem;height:5.25rem;top:58.75rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vberdo6sUuqhx3KxZCTBcFJDMygwZdux { width:14.375rem;height:2.625rem;top:50.5rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIolxSUrmkPTTiBTZQhu4Nxr0WsJxmFi { width:14.375rem;height:1.875rem;top:44.5625rem;left:2.8125rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FfrAOEyWuqZepmuHx9kRULit9SPNvgEF { width:19.875rem;height:25.125rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5AdQL0GP1kkVr87qTF0rxJmU2OJ21cu { width:14.375rem;height:3.9375rem;top:86.0625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRdVrwgH8xRPFnL7ddxbBadlDIR3T6qL { width:14.375rem;height:3.9375rem;top:76.875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHtLWcCUR1uXAmnnzTfOFMI8uws1MBU { width:14.375rem;height:1.875rem;top:71.125rem;left:2.8125rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WhCaQxCTZfNgd2sifQK3pzXQmE7O2xLK { width:19.875rem;height:25.125rem;top:94.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQ4Hdv6iJFqn9TaK1sZ6QmFBr1SNRsb { width:14.375rem;height:2.625rem;top:111.6875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXeATogZwaQGA1pOp50PsTLDmu1A9k35 { width:14.375rem;height:2.625rem;top:103.3125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuecnu742kbnw2uyyDRnXSIuqwPsRIN { width:14.375rem;height:1.875rem;top:97.5rem;left:2rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k8Am3dBW8mohMa43K3UMVffKDOMPRMTW { width:20rem;height:6.75rem;top:5.125rem;left:0rem;font-size:2.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQxJzRSaVcp0cUXZAkHW1TvTwdP6Vhdw { width:14.375rem;height:1.3125rem;top:101.3125rem;left:2rem;font-size:0.875rem;z-index:15011;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f4CxwFiaFbRClqIDmsLmnAwzytS3lTTf { width:14.375rem;height:0.0625rem;top:107.9375rem;left:2rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TrE7ENkz6Kt2a9hhA64pw29CerDTwcpU { width:14.375rem;height:1.3125rem;top:109.6875rem;left:2rem;font-size:0.875rem;z-index:15012;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R6BiwpRMxTMDFXWtbgFrdakqufcPRZaI { width:14.375rem;height:1.3125rem;top:74.6875rem;left:2.8125rem;font-size:0.875rem;z-index:15012;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tGNd13kPSLTOUb7VmEI1wZkT3bV23qAk { width:14.375rem;height:1.3125rem;top:84.0625rem;left:2.8125rem;font-size:0.875rem;z-index:15013;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IM5B9nSKxGwqsfm45TrOlxGKeWI8bu9H { width:14.375rem;height:0.0625rem;top:82.375rem;left:2.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #dMsFi61rObycNkeNVAegzVTVxUyaxyWN { width:14.375rem;height:1.3125rem;top:48.625rem;left:2.8125rem;font-size:0.875rem;z-index:15013;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pLRiPTHTHtvNd0OnsouabTfwPca2W6DK { width:14.375rem;height:1.3125rem;top:56.75rem;left:2.875rem;font-size:0.875rem;z-index:15014;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TyuKT3fMa1gJLgREBf14T6s425VTE15G { width:14.375rem;height:0.0625rem;top:55rem;left:2.8125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #tyWsDQauvtmxyH5NXl0BiNdrVnmi2aZ2 { width:14.375rem;height:1.3125rem;top:22.6875rem;left:2.8125rem;font-size:0.875rem;z-index:15014;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TlScsPxr2WzfDF1mZA14nEDEcxM6tcB4 { width:14.375rem;height:0.0625rem;top:29.1875rem;left:2.8125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #JMgGzJz4AnrU4ZGAvzcN9LEyKxrgVGBF { width:14.375rem;height:1.3125rem;top:31.1875rem;left:2.8125rem;font-size:0.875rem;z-index:15015;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP { display:block; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { width:20rem;height:132.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWK4IIU17Vxzn5Da6TFFvfx39JTSHUXT { width:14.3125rem;height:4.125rem;top:49.25rem;left:2.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZFQOWiGzSxZqmJvTo9NkZL81mt4bDv3 { width:20rem;height:6rem;top:6.5625rem;left:0rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uLTMHXGDo7IEMHp9S8aTTw6Eu3TkBX17 { width:10.0625rem;height:2.34375rem;top:60.375rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqu2X6Zpldc5FNoQxsZ4AVxMUrxDveCx { width:14.375rem;height:4.798825rem;top:19.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCllC17O6g2SPUkuPbLR8xTP9y3eiDv { width:20rem;height:0.0625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSFLEuTQ1MUcIHMJmfuF1eNBOTNN4Ik0 { width:13.9375rem;height:1.6rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDcud9unJoT6tCRMKM5tnUqsZzyEyuSI { display:flex;width:1.375rem;height:1.375rem;top:21.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XJCNBUV6yVBtZCzToWfve7yF1AsmqILZ { width:20rem;height:0.0625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJdGic5woEyNrakLqmn8x5A8BbMDCd8I { width:14.375rem;height:3.2rem;top:27.5625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnqvsDBQNnnZXrGRL8dgxtdGTvy2OVm { display:flex;width:1.375rem;height:1.375rem;top:28.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zxSUUJXhzTgWFDSsMpulJcfyn1oRdLJ8 { width:20rem;height:0.0625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZGIazpxa1UvP3K1sr4PyiLvTGdd4BS { width:14.375rem;height:4.798825rem;top:34rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIClvRWAaandRl7TOwlIL1KqOwQcKoWZ { display:flex;width:1.375rem;height:1.375rem;top:35.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vm9gyit21hQkSorNKds1QMZRRGC7GXvr { width:3.375rem;height:3.375rem;top:6.5625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er279SgB3THvLGCehzht8tQdqlgv2MaP { width:17.5rem;height:18.75rem;top:66.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfUfd6PPZIxIlATkIU5fmbamBv0cuctT { width:17.5rem;height:18.75rem;top:86.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trF5GUhcAzbBaTIqtHWm9PwySx2GtQna { width:17.5rem;height:18.75rem;top:106rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVVk6zimXeRtqJfns3sPPZdA53Q3Ucp6 { width:17.5rem;height:18.75rem;top:46.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzkJsqwQBWWwfVI1NXPZd0DpLK0fnmpf { width:14.375rem;height:2.0625rem;top:69rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcEuXT224mtgLaiLkpCcN5V4TL8R9rHJ { width:14.375rem;height:2.34375rem;top:80.1875rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkW5UK6AIRiHNt0H6ZsMUHtbXz4ZwBw { width:14.375rem;height:4.125rem;top:88.8125rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZHTQJbqVVTHkovzV5Z7lZKZWL894XPT { width:14.375rem;height:3.5rem;top:98.6875rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBlTvWTykD9NIrEPMyQ35SxAXpBEnd26 { width:14.375rem;height:1.2375rem;top:93.5rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDEONOIcWze28iHKAcQrgJGiTmVpqJQr { width:14.375rem;height:4.125rem;top:108.625rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbGwH4U1BX2VTpxGr7QSbetHxqPTcAQ { width:14.375rem;height:1.2375rem;top:113.3125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0tQ7XZe2l35BJvVTFOGgNfWiMLhCPXZ { width:15.1875rem;height:3.75rem;top:118.3125rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi0yz8TmwXDvo3nZTygIoWOppoKRCOhk { width:14.375rem;height:0.0625rem;top:96.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1pTxsgftlrUDQwPNmByWZwBT9rdtSzM { width:14.375rem;height:0.0625rem;top:116.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttGs0ghGtNg7RX9Rhk8qMlAbalvDl8KF { width:14.375rem;height:0.0625rem;top:78rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rveiR3z4rBHzNTDeffrKD1NCxQlFPaC8 { width:14.375rem;height:0.0625rem;top:58.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRDknJknLApO0OzeqTHd0gkGlgc2Lgac { width:20rem;height:20rem;top:132.6625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM { display:block; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPpstWFR3hKqmTEf9yFp3rTABb3tPgKx { width:20rem;height:6.3984375rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGgkDw6ztZcD5c15qohfuZCz0f9La0uw { width:20rem;height:0.0625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFodxFb2FHbDqzTeFdgucfHTwXCKEPcu { width:12.9375rem;height:4.375rem;top:10.125rem;left:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBMy6ahuyZO4pNwSTKWMeWC4IQTXd6v6 { width:2.8125rem;height:1.5625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elom6CZk8kHR0qFlUt2VG5unXTlbSgqR { width:20rem;height:4.798825rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0nLFs43pDMltk1v6TUd6T9cxdhcHJGG { width:2.8125rem;height:1.5625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv9gfJK1tTLaJWppFDG24T7qNak3uIQ { width:20rem;height:0.0625rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtrqDozUnJgFFkXaWqObGmrr6AK6H2J5 { width:20rem;height:3.2rem;top:61.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TAiD4qkhqqPaTe0wrrWEFqRRrkwPhp { width:2.8125rem;height:1.5625rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXL6hTscBkrScdXGqRkxHhPOznWwnr91 { width:20rem;height:3.2rem;top:51.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIukmaMZZyZZZCri9We8n59vkXnHLooS { width:20rem;height:0.0625rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I602guytggbx8UiHGW6ZTaaLC5QXNldw { width:20rem;height:0.0625rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAb1l8axZmGya9kOgcBZkQ6LUmKg3aXa { width:2.8125rem;height:1.5625rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1ZZ0rpvD4x1iT1HzLlhzyTOC2oeLg6R { width:20rem;height:0.125rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLsw2sday3xmKZz5FKHHZAPJqn9U75aR { width:17.125rem;height:17.125rem;top:3.75rem;left:1.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS { display:block; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9Ut0sF11l3iMfbDfWRQuCX4iyVINOQg { width:20rem;height:5.5rem;top:5.625rem;left:0rem;font-size:2.5rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fzX4evQxW4iCUbk5ZEoxfQuGNeom4Bm1 { width:17.5rem;height:14.6875rem;top:13.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoeTUEg62Z2J4ESax0qmP1A2riK2hxI { width:14.375rem;height:4.5rem;top:16.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHvCKil3fcRbZctZTUpZTSfeelmJGMUx { width:17.5rem;height:14.6875rem;top:61.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRPsGoqa5dK4fmsOwcsXvMvZcaG5ss6I { width:14.375rem;height:6rem;top:64.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvt9NOSi5pzV0VnGfBFkwTPrnkk6K5L0 { width:17.5rem;height:14.6875rem;top:29.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpMqO5IRugHwFHX2HKlESRxLoLyQCi8 { width:14.375rem;height:3rem;top:32.875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2TSpWoP5NvTaE91wBwprdTD6BRuTBeu { width:17.5rem;height:14.6875rem;top:45.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecLEXlxIekxyzZxgaRX9QsJZLQyp4Mq { width:14.375rem;height:7.5rem;top:48.6875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzOHdgEhKTw1NvybLxAWAHn68CL2TKZW { width:1.4375rem;height:1.4375rem;top:25.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0HJKGTUJkClbgTZ1QO5KTlTMZGmkr1 { width:1.4375rem;height:1.4375rem;top:41.4375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4sOE7lqJTVTNZXES6yvHht3oTasesaR { width:1.4375rem;height:1.4375rem;top:57.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XTBk7Z023A3ZW0FMAnVxaQxl1m8qRG { width:1.4375rem;height:1.4375rem;top:73.4375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW63P1WpnicC198lvugxE7Peqw2XAqna { display:block; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { width:20rem;height:185.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJQXB223hui7wne64l64diXo0Ox3wbGV { width:20rem;height:2.1875rem;top:5.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1Hk86hbyGvlahagpFfbTb0UI9qalzK { width:20rem;height:0;top:10.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBVTIrX6LTuMtNxsKvT1L7GT4yxGeCd1 { width:20rem;height:1.25rem;top:20rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okvytu4BsvaOsAQ3ydgzZ6FTIAyF3EhA { width:20rem;height:0;top:24.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWxVJsiNNdZ9lDn4SWqtGLErdya5xGaE { width:20rem;height:6.3984375rem;top:10.3125rem;left:0rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7dma5bIhOs14b2CNfidgUvsyA260yA { width:20rem;height:12.79689375rem;top:24.512500762939rem;left:0rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Ip6uiFDm4hOlul10s63wDP1idz2KynU5 { width:17.5rem;height:26.75rem;top:41.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSAdovI0Q0ruFGF1y28SMvBSTL8KDJi2 { width:14.375rem;height:13.994125rem;top:44.5625rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqbQdUUwICwpXGWprUl0fVwZPHdr0iVT { width:14.375rem;height:0.0625rem;top:60.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlsq2RiDZ54F7DA1RMcsHHfrkPSTNq73 { width:14.375rem;height:2.625rem;top:62.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJk4W6a7st0N6ysX3tTZizSSyZPJpVoH { width:17.5rem;height:29.4375rem;top:69.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS993QTAUQa3eBRd150JIVJTH6ehBnwh { width:14.375rem;height:2.625rem;top:94rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO3uuZ30Hb25R7WPenC5AH1FPDZOIcoQ { width:14.375rem;height:0.0625rem;top:92.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5EGMM4TEMPF15ZUIaHekhBNnpeLZBSD { width:14.375rem;height:16.793rem;top:72.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0nI3gNHrk6cgIlcrqJ4b9CbFK4oLIp2 { width:17.5rem;height:34.4375rem;top:101.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgVz5TRUedElTpHiXiiRBiVfm8RW6coA { width:14.375rem;height:2.625rem;top:129.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs3sJ4LqK9QJRTuMRcKfAMHS91T1PeKf { width:14.375rem;height:0.0625rem;top:127.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCyLtKp93M27sU01Mce2914bzZTksXfo { width:14.375rem;height:20.9911875rem;top:104rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDDfAyTxk9skdEIWZ47wvtUOe4d95Rqh { width:17.5rem;height:22.375rem;top:137.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgiyiM8zcTfpmqFqw3gqmcR3nqugqELO { width:14.375rem;height:2.625rem;top:155rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpBdH19NIZgJsb7xbmlV7fnHLnAXWXHT { width:14.375rem;height:0.0625rem;top:153rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhVSlHGO99O8rQDpO8iZO87Zc7l85Vqw { width:14.375rem;height:9.795875rem;top:140.4375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 { display:block; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { width:20rem;height:206.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzNgpw5MFAMMDlWGSEV6XDimTORQrmPi { width:14.125rem;height:1.4rem;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebb2RDDurGRX0sKKOecMRrNZh6160tqU { width:16.125rem;height:6rem;top:7.625rem;left:1.9375rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RwkCkuTeLBHo14Grg4oylT9sO5oprJsc { width:20rem;height:14.375rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2JC9we0NDMtommZTdqGkATpVp1EbnQB { width:20rem;height:14.375rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgMNwdclydPree53ITsZGTqmgxtkf4WV { width:20rem;height:14.4375rem;top:17.9375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a87ff5e-6ea1-421e-ad15-8e1ffd4e5764/VIZ_Projekcja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SgMNwdclydPree53ITsZGTqmgxtkf4WV.adaptive-delivery-prevent-bg, #SgMNwdclydPree53ITsZGTqmgxtkf4WV.lazyload, #SgMNwdclydPree53ITsZGTqmgxtkf4WV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NxHr4tG0p1uqCAp6WHe5pmFbbBpeHH5v { width:20rem;height:2.923825rem;top:34.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7 { width:20rem;height:14.375rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc { width:20rem;height:14.375rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5r9qwuRqitVQRF77x22FcElPqEWVHNa { width:20rem;height:1.4625rem;top:55.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmrzAWDhgrV9BATPaAbdxD5ps1aQxii0 { width:20rem;height:0;top:76.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgmsOOTXXVTq9NWtkGLrSF4kh7EyDK13 { width:20rem;height:0;top:98.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhEkpMKuclUQVqqhJq4HubeIqOQlZxSu { width:20rem;height:2.923825rem;top:120.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9 { width:20rem;height:14.375rem;top:125.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbTbbWEHHZX8W2bK095QR7UHB3Gn9zg { width:20rem;height:0;top:141.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG { width:20rem;height:14.375rem;top:147.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8hf9VsooWhUfpuKZ3NMJpAL0tkD4tJm { width:20rem;height:2.923825rem;top:163.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThTtnfvqKDivpTB9HHow6AQ2gv9TRUU { width:20rem;height:0;top:185.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU { width:20rem;height:14.375rem;top:168.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXIlxxsDyZLekEodKoM9IuWkw77gpn5R { width:20rem;height:14.375rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwHmlSLC2zhDfkbBlfW0Zz66DMKMbtsl { display:block; }
 }@media only screen and (max-width: 763px) { #t1sokuwWfsT1iDT0ODyAx7WukvCd9dTE { width:20rem;height:14.375rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUQibqgee4Gz06pwPFzQ5CLP12WJNzn { display:block; }
 }@media only screen and (max-width: 763px) { #B3FWNncPsVyIFv6wF2ySspfXCA9vGpvJ { width:20rem;height:14.4375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPTwS1lk4UHVT5o8LpBEpZy26EsAnZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #xDoNs3cTzo4zhqs3qItJTo1abl0bTS3w { width:20rem;height:14.375rem;top:168.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzlhJtlhWHfU4aPG0MSze9O8IX2mvSFs { display:block; }
 }@media only screen and (max-width: 763px) { #EtAJfTJJTokzwzq0gfC13o6T4zr3pIlM { width:20rem;height:14.375rem;top:125.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCNmdw9GGPwGHO5ycL7UH0u26CEnMcUT { display:block; }
 }@media only screen and (max-width: 763px) { #owsIrysIdgJRaEUCGIFb0qdu9B3LrleJ { width:20rem;height:14.375rem;top:147.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnhvqp18hUOTehR6eaObUoifwIBF4h1 { display:block; }
 }@media only screen and (max-width: 763px) { #ruFA1Ga27NMVELkFFi45tdTp2n6bwZAN { width:20rem;height:14.375rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH9LeH9CRiWX39PTDUbyaiubXnq1vwzc { display:block; }
 }@media only screen and (max-width: 763px) { #IiPv29bBzELESX7t2iouxtMLOLprLhFM { width:20rem;height:14.375rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDfDGRC8WfCKxfl6TTc0e2pAAmxs3d2C { display:block; }
 }@media only screen and (max-width: 763px) { #fl8QK5zu5UhBsnlUcK3ymmiXrZmvDh00 { width:20rem;height:4.3857375rem;top:184.375rem;left:0rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ItfscaqmtTR3Zsb25N547pPsfykPWsmW { width:20rem;height:4.38574375rem;top:141.42499923706rem;left:0rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #y1Qisfu6GWX6MOk4GHdf9QAmuNT2bIh6 { width:20rem;height:2.923825rem;top:98.75rem;left:0rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UvCw3ib8lUnQzI3BwHFiBThlivEZ486R { width:20rem;height:2.923825rem;top:77.1875rem;left:0rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Bip1ORvUPfxznfryA29Ihb0gv5uve66O { width:16.4375rem;height:6rem;top:194.70000076294rem;left:1.9375rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E { display:block; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDEKTOJxobHthzoom5D1ODonS4PQ0d2 { width:17.5625rem;height:6rem;top:6.875rem;left:2.4375rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HTrg9v28cUp97wB5tlIyCeL8pTXXZkFq { width:17.5rem;height:4.19824375rem;top:15.875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtilJUc9b8xEDVMP2lPEQsWl6OKTBaB { width:20rem;height:4rem;top:30rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S  { width:17.5rem;height:auto;top:35.0625rem;left:0rem; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S {display:block;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S { width:17.5rem;height:auto;top:35.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #GfniERyhDsnTaJJM7R9eWcrcDaWzCNn2 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #RoD3Lb5iqs7MVLwQHKK5BZsw7606EQ06 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #S9F8QnEo5niBRr5lTc9tdW3EpVAdntDl {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #g4XnLduGRZB41nL85aaG63p4fy5aJ6Ju {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #U1obKP0u7aoVwXUTF8Fh7qTqkE2gqHPH {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #qqKJluPEhet5h4cIuIiXMVPrtntBbrT6 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #pVxw4P1S9cmFgC08J7uqAiTXpBvHzyzu {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #LMSgbZ19wMrursbt6QqJGPJDSPsD2NkO {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #HvOuAonrlFcR8Qp0Cd37KxNBeHIzBKWZ {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #Al6S6t612ZpdKT7lnKXM01ymgyhIp1Th {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #wATsGLtHuPp9Lko4lf84zVhK94t0PJzV {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #fJ6UXe1pWrr7JFArF922ebyLqSScTTH8 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #WacmaUMvh9H2mNMadAFVnGXv5WZISGP9 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #SN0LIMMfEy5EbEgyODhUD1Oq8RCCoIgi {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #xMBV8rZMQqAKOFD9mFMqitf0ITKkcxgB {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #ELoTgToTS5fKaf3pM9fILIMalQyIgTgn {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #JBGiltarEX8SgVzczVTsK4vq64fQVv8C {  }
 }@media only screen and (max-width: 763px) { #PgGRmGECBv3ne5zRQzS8EJXFKOksNoBZ { width:20rem;height:0.0625rem;top:24.5625rem;left:0rem;z-index:15024;background-color:#c8c8c8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO { display:block; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOw0LkITVJLsdT1M33v40F36XJwAh4wO { width:3.6875rem;height:3.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2G0nSG43m4b4KoS6hBA4ZBaLo4yxfuu { width:2.625rem;height:1.625rem;top:3.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8USqmxhJvAKNwXGU5JvTROQa57muPqF { width:15.3125rem;height:4.199225rem;top:10.375rem;left:0rem;font-size:1rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #rignELwUMSsz5BK2U1Jsbdd1f0aUk6TR { width:17rem;height:6.2988375rem;top:18.875rem;left:0rem;font-size:1rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #l8yv0Ps5obgWTUPBnln0BB3re91UNNtk { width:12rem;height:1.5rem;top:10.825000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoo87JWyM6sllogQDSv2dUK7xB36EO1A { display:block; }
 }@media only screen and (max-width: 763px) { #mQT6kgxRpnm5IG7CdXl97mzZPtICppz0 { width:8.5625rem;height:1.5rem;top:12.825000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhLnvrxyE3RkIovCvil3JXX9wJrhQTG { display:block; }
 }