.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq { position:relative;display:block; }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq { background-color: transparent; background-image: none; }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .row .container > .video-iframe-container { display: none; }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .row > .video-iframe-container { display: none; }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .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); }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq { border-width: 0; border-radius: 0; }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .row .container > .video-iframe-container {  }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#eQgUxaU9XftZu3PESiDTv5dmHFAwBpqE { position:absolute;display:block;z-index:100013;height:4.3125rem;width:20rem;top:0rem;left:27.500001907349rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#OBCkS4E86Zu8geogLxddgaN2oM1M19TO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:17.5625rem;top:1.53125rem;left:28.6875rem;overflow:hidden;display:block; }
#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6oKwIWvR/ezgif.com_webp_to_png.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.adaptive-delivery-prevent-bg, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyload, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyloading { background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { background-color: transparent; background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { border-width: 0; border-radius: 0; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container {  }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { color:#2f2f2f;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.75rem;left:28.4375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:26.75rem;top:8rem;left:24.125rem;overflow:hidden;display:block; }
#yqPsRqZzEx6kPtG4tRS4Ta8vRTlfAfuM { color:#2f2f2f;display:block;width:32.3125rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:27.6875rem;left:21.375rem;height:6.82325rem;text-align:center;text-align-last:center;display:block; }
#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { background-color: transparent; background-image: none; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container > .video-iframe-container { display: none; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row > .video-iframe-container { display: none; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .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); }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { border-width: 0; border-radius: 0; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row > .video-iframe-container {  }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3AOHhnBg/filmtlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.adaptive-delivery-prevent-bg, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyload, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyloading { background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { background-color: transparent; background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { border-width: 0; border-radius: 0; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container {  }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { position:absolute;display:block;z-index:100000;border-top:0.4375rem solid #111111;border-left:0.4375rem solid #111111;border-right:0.4375rem solid #111111;border-bottom:0.4375rem solid #111111;height:28.0625rem;width:50rem;top:8.28125rem;left:0rem;display:block; }
#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { background-color: transparent; background-image: none; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container > .video-iframe-container { display: none; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row > .video-iframe-container { display: none; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .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); }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { border-width: 0; border-radius: 0; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row > .video-iframe-container {  }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF { position:relative;display:block; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF { background-color: transparent; background-image: none; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container > .video-iframe-container { display: none; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row > .video-iframe-container { display: none; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .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); }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF { border-width: 0; border-radius: 0; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container > .video-iframe-container {  }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .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:33.8125rem;width:75rem;position:relative;display:block; }#z1vl1tNhFK1gNZ0VWw9yKetnSJwkN6IX { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.78125rem;height:30.7001625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJVit38WlbBh8ZN5CGycu5poPNwHz85b { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:4.125rem;left:0rem;display:block; }
#fiLtuRoG1IZyaqk7AnBKeBsiGOzenaZq { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:8.71875rem;left:0rem;display:block; }
#q8tSUNSyRGI3OW2HTR2qJ4fObTTUuDhA { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:12.875rem;left:0rem;display:block; }
#CDcBKTvIrHTRSlQgRMlzCi2KNzqgMeoa { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.875rem;width:33rem;top:1.375rem;left:42rem;overflow:hidden;display:block; }
#hqKaShhkb72qftb7l9ir6e3r7k4f3SaP { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:16.5rem;left:0rem;display:block; }
#gn8sEABRx8vIKeMcJ3dRfhTNfeHoBe2k { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:20.1875rem;left:0rem;display:block; }
#K05g2oGA01LnB7EeVyVADE89uwTiA7sC { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:24.3125rem;left:0rem;display:block; }
#Pk7QdlzUffGZP1uBft1NRmHH2pBG48A5 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100059;top:28.8125rem;left:0rem;display:block; }
#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { position:relative;display:block; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { background-color: transparent; background-image: none; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container > .video-iframe-container { display: none; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row > .video-iframe-container { display: none; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .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); }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { border-width: 0; border-radius: 0; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container > .video-iframe-container {  }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .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:3.75rem;width:75rem;position:relative;display:block; }#lTThoSWu5wqSvC6yagL41rAklqB4lVLL { position:absolute;display:block;z-index:100002;background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:75rem;top:2.3125rem;left:0rem;display:block; }
#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { position:relative;display:block; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { background-color: transparent; background-image: none; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container > .video-iframe-container { display: none; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row > .video-iframe-container { display: none; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .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); }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { border-width: 0; border-radius: 0; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container > .video-iframe-container {  }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .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:22.8125rem;width:75rem;position:relative;display:block; }#ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { color:#000000;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.3125rem;height:5.60449375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:1.3125rem;left:6.25rem;overflow:hidden;display:block; }
#pXXuENpkw1emyPxT4p3dk8f0tlEVkoHc { color:#000000;display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:29.125rem;height:5.6044875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paZd7l2AOHGHT0IholCTGvDhfQgmLK6y { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:1.375rem;left:31.25rem;overflow:hidden;display:block; }
#xR6eWTpHxNPaAuU1Dl2odKLZTrC7VRp1 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:15.625rem;left:55.3125rem;height:5.6044875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2K5Jz9v8ku0Ha9Ta1xrcQ03ln2oVHRN { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:1.375rem;left:56.25rem;overflow:hidden;display:block; }
#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { position:relative;display:block; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { background-color: transparent; background-image: none; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container > .video-iframe-container { display: none; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row > .video-iframe-container { display: none; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .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); }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { border-width: 0; border-radius: 0; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container > .video-iframe-container {  }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#lFTysMITxetRnROWFem1gMZB9m3a3UBE { position:absolute;display:block;z-index:100003;background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { position:relative;display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { background-color: transparent; background-image: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container { display: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row > .video-iframe-container { display: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { border-width: 0; border-radius: 0; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container {  }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#q0M11nyZ5n4xsiAqNyRCzarTOTO8RJ6R { background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:10.5625rem;left:29.0625rem;display:block; }
#yRVg0E84F2amcmFJm7IWbbqZfmXxMdrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BreMzlWXmoxnerfxQFATpzIENHCOPTo4 { color:#e43b2c;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:2.375rem;left:25.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { background-color: transparent; background-image: none; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container > .video-iframe-container { display: none; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row > .video-iframe-container { display: none; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .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); }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { border-width: 0; border-radius: 0; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row > .video-iframe-container {  }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#tdZf6fL7wnhMBvJWxLcD4ztORgbR9xVt { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WavghIjk/webinar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.adaptive-delivery-prevent-bg, #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.lazyload, #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.lazyloading { background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { background-color: transparent; background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { border-width: 0; border-radius: 0; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container {  }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#PQ6QEqe4AxnlFQyzb65NUWFy6vEu99vL { color:#2f2f2f;display:block;width:34rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:17.54295625rem;text-align:left;text-align-last:left;display:block; }
#MyubJRiRmf5Jr6NQa8lxTNEgq3QFKn0P { position:absolute;display:block;z-index:100017;background-color:rgba(255,255,255,0.73);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.25rem;width:34.8125rem;top:2.3125rem;left:0rem;display:block; }
#pUUcztZT0134rtvlzBA0GbCuNr1nG1QK { background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:31.9375rem;left:8.0625rem;display:block; }
#JrmPZLAgTHCmh3K3QAN63EuEaXSyahG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TPMyO9q0G7ugvHgpTvMXnO5qHFIfT9hl { color:#e43b2c;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:23.75rem;left:4.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { background-color: transparent; background-image: none; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container > .video-iframe-container { display: none; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row > .video-iframe-container { display: none; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .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); }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { border-width: 0; border-radius: 0; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row > .video-iframe-container {  }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#BXWiAfKeTIFzuULyQEk6osWrKm7JI139 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/YYtLXlYv/relacje.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX.adaptive-delivery-prevent-bg, #a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX.lazyload, #a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX.lazyloading { background-image: none; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { background-color: transparent; background-image: none; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container > .video-iframe-container { display: none; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row > .video-iframe-container { display: none; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .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); }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { border-width: 0; border-radius: 0; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row > .video-iframe-container {  }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#RFhWgum6cIonk6mouD5Qyy3pytEcglta { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:7.625rem;left:41.3125rem;height:19.00485rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rsTiPo3iGga3T7y9UIlFCgimX6TRRibd { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#nuxKZCrkZVeepETnTL9RADUQBTux3GVV { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#Gpw8Ns1qCQ8eb0KsJuTRToztWs64rtqE { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:16.875rem;left:37.5rem;display:none; }
#bz948E5nuzJM7vg9IR7CthNrM4lFNT0n { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#Zskm9dC30xBzU35lPEDWPvgfPU1pE84o { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#VTWo7AI3XT8eFAAJpAFoc1wPt0wudZJT { position:absolute;display:block;z-index:100018;background-color:rgba(255,255,255,0.73);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.25rem;width:34.8125rem;top:6.8125rem;left:40.1875rem;display:block; }
#PwBmIJEsH9qq2OnTVx8SvLNKAEEsKXTU { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:36.125rem;top:4.96875rem;left:0rem;overflow:hidden;display:block; }
#HelmRvu8oIrhtl01MFaG7PdhEJDrTqfw { background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:40.5625rem;left:49.1875rem;display:block; }
#VzdQLDgBzVTcZ47IiNwd2xSsVEnSs253 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nUIe7kGI8RA64xI3I2q6fiZUdfbBBNkn { color:#e43b2c;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:32.375rem;left:45.9375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zSsSruR0F226F8qHiExb9rWTZbb4T5mX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { background-color: transparent; background-image: none; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container > .video-iframe-container { display: none; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row > .video-iframe-container { display: none; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .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); }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { border-width: 0; border-radius: 0; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row > .video-iframe-container {  }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#ih3VCEwOQAH385HD9UdgzkuvSRGlximN { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pZd9DF0p/webinar_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e.adaptive-delivery-prevent-bg, #errqc1Z12m8UMLitt4UpkN9mVGioMJ5e.lazyload, #errqc1Z12m8UMLitt4UpkN9mVGioMJ5e.lazyloading { background-image: none; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { background-color: transparent; background-image: none; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container > .video-iframe-container { display: none; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row > .video-iframe-container { display: none; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .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); }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { border-width: 0; border-radius: 0; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row > .video-iframe-container {  }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { font-size:0.875rem;font-family:arial;height:98.8125rem;width:75rem;position:relative;display:block; }#aPc2arTXl5pWO38GNP0q1tvTFqq2XSMG { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.8125rem;height:90.638575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EkQxTTch2Ur2MikXZwgpZ3DOAfBymHTt { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:11.375rem;left:0rem;display:block; }
#xW6TXnGh2HtsmGVhvlKdrn3WGKPlkeJ2 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:14.125rem;left:0rem;display:block; }
#BFoEd41KfNdGtsWw9oHVdVLJPVJb8D38 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:7.6875rem;left:0rem;display:block; }
#qRcealTCMIQzgiZhonUzsx0JUINXPf8s { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#XFmekAElXFVJh8ofJWa8kLGwc5pUu2Mz { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:8.9375rem;left:37.5rem;display:none; }
#PQTPRiPGIVDuPk0yAmsuk3yD1PTctpJ8 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:13.0625rem;left:37.5rem;display:none; }
#wEwmIBw4Oi471hE5hddzoVcE8krETowD { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:16.875rem;left:37.5rem;display:none; }
#JUkNLkGImQaH4XqmdweiiF9dGdHyDxpN { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#I9bPrgQngBcVTKiXZzJoqOAN8hRszxhe { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#T6KgZBZb3TitI1Ss7p8m5icpeMKHdqAg { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#ilmwqc9SsfPeGHBbWJ7ELDur1CsgRFnF { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#MSOyZGtoxqwtQcLfN20k6DH0RSMtTMol { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#kyKgwTK9luKtFwV4PSsUUxIJoa914r3p { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#hq6mgJUWSrUH9dKRcir3Dmga4TiHADmC { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#i1UT4rORXKl3eghRI9DsdDLQz9LeeMsM { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#IPPEasNiKvmtkrrrBbwSTzGzKCQ5L2NA { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#Pbg8Hzlida5hIlne3bvrb8kPpNLFz62L { color:#63287c;display:block;width:34.5625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CpJNSt4mRdfz4L5fhPikD8NfUEUvT8Le { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:19.562530517578rem;left:0rem;display:block; }
#CW8PEoRivAhBSlR3WoQKVK0c1XVMUwAx { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:16.875030517578rem;left:0rem;display:block; }
#qz5T9WZbNDrdkvdBZXHCtTKJ4dSWsnDx { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100078;top:28.000030517578rem;left:0rem;display:block; }
#y8cGogWPJzcE323hzwi2ShQTUnTkeL2h { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100077;top:25.187530517578rem;left:0rem;display:block; }
#iGpaAF0J9Su4zSUSS5kRXoRM79yeGQd3 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100076;top:22.312530517578rem;left:0rem;display:block; }
#hQlVmXqUiX0xBUhO8F6OdpvPBHznID2n { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100079;top:31.562530517578rem;left:0rem;display:block; }
#E9RrcZ9MN2h3WqcxVoEarGP94eqSHPJa { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100082;top:43.437530517578rem;left:0rem;display:block; }
#cFcwS88XZMALX9llbT7sFgLCF7FXA1zV { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100081;top:40.562530517578rem;left:0rem;display:block; }
#C2l0fa12VxWJsvA4kccsQfmZuOHtTDB6 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100080;top:37.750030517578rem;left:0rem;display:block; }
#iFWmtc6z73JzMZDwuTbcrizFOrNoQW6i { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100079;top:34.937530517578rem;left:0rem;display:block; }
#VdIBzHpVQip7Cl21rAPlw3AScBnTa2G3 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:46.781280517578rem;left:0rem;display:block; }
#VV3VBcseV6gFtdxSbHDhEN3R04SnllFX { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:50.375030517578rem;left:0rem;display:block; }
#cspi891DKS6piEWHKhTUh3Tfsz87zdZm { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:53.937530517578rem;left:0rem;display:block; }
#zQqXhT2MgOtd2RBA3zQJU81J0VVTlA6g { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100086;top:65.812530517575rem;left:0rem;display:block; }
#hvPaWpG1L3yx9ykRqIxx3ksILaP6KOJK { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:62.875030517575rem;left:0rem;display:block; }
#O1608HGHkbHBaBJnF2OMVTy8W3kyheHp { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:60.187530517578rem;left:0rem;display:block; }
#VBKFUmHN9Ui01LDgd0VgLE8lBpCvbVz4 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:57.500030517578rem;left:0rem;display:block; }
#Sfm7nxAyoOAiVoaxbilpNuRNNqTQgBw6 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100090;top:79.062530517575rem;left:0rem;display:block; }
#AG6qCvQM0lxoWDXJiaK3EAl0H0POgcLK { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100089;top:74.937530517575rem;left:0rem;display:block; }
#fuPHblrwUpnvymWp84Q7zbVTSSt5wuH4 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:71.437530517575rem;left:0rem;display:block; }
#fJESW5Zq9HoqXIqwcAhgiMmTaVZyPVMD { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:68.562530517575rem;left:0rem;display:block; }
#QqNDCAN6gGSPPi7xOLk1RpIWKTBbOOlJ { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100091;top:82.687530517575rem;left:0rem;display:block; }
#FeRKKwAoPOEF6xl2E0dsen00SXCSTH8z { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:85.562530517575rem;left:0rem;display:block; }
#dZGR3sNL6BdG5GevcITONJnM8MxPy7vD { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100093;top:88.754161834719rem;left:0rem;display:block; }
#EZ0S7hZnsEgqSPKvVw7rl28ZEaVbfffX { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:92.375030517575rem;left:0rem;display:block; }
#LIViLdXR0vdWkVNgKH82QB7aiNXFIzvs { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#aWD8MJTnVRPnGUxZ4e41SyAXOXI9XNTi { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#vDLnGMTWuD6HRTOLwh2NfbltbI9Dz6cW { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#IC1x4uQGkXcFRvwqmCPXsmLhssxfqr9J { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#VXwFc1qK7Mn0ISZedTfmrF9163CP9W1P { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#MfNH0NxAT7xaU5M3QQ2Dtd5gku3lL3kq { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#W8qC9lNXx3b77EbK5uMLtsEtFdITls0a { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#KexxAK1OAZEWIoopOXKTe3uufTiJVbNF { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#ArCLJbvvf3Rgqh1fmdFoTHhROuc3AAr5 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#SUqT5uEdZLqQDR3hPuiB10Ss6r8zP8nM { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#GFve3DTkwOz2ZsXpW8Jaw7CAQTcJd2rH { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#qaMfFFtSixVW2CIiLCy9fpTzuzX8qUet { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#dohvbiD87MwZ5Uce0JgNxSTbRxSVPKG8 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#l1Tm4m1l63xTuLkGbnWdNmB1zsepQHmI { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#DARVBDLW7EKxvgm50r8eu4ssh3kCW8bU { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/inWMZbAg/pionowe111.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk.adaptive-delivery-prevent-bg, #tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk.lazyload, #tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk.lazyloading { background-image: none; }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row .container { background-color: transparent; background-image: none; }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row .container > .video-iframe-container { display: none; }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row > .video-iframe-container { display: none; }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .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); }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row .container { border-width: 0; border-radius: 0; }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row > .video-iframe-container {  }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row .container { font-size:0.875rem;font-family:arial;height:104rem;width:75rem;position:relative;display:block; }#bp4gZMC9p051lezF8sNr16OOBCSSIeVS { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:9.4375rem;left:47.1875rem;display:block; }
#kPRGAWyUmlX2D2Q0QofRI1JDhnDdTsCu { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:12.1875rem;left:47.187501907349rem;display:block; }
#g7BQNDTwJg4xKnIhOIif5RkeTcl7wLyP { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:6.625rem;left:47.187501907349rem;display:block; }
#TlEKZLgpw34tTKqivxnGnpIAZWaqDCna { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#swuwFtdIavLwOeaVrJRhGGkH4CaAtTcx { color:#63287c;display:block;width:21rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:2.53125rem;left:50.90625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rZvcSlG2qEGtRErzcG7FJcUD6cHO7EGR { position:absolute;display:block;z-index:100012;background-color:rgba(255,255,255,0.73);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:4.625rem;width:23.1875rem;top:1.125rem;left:49.8125rem;display:block; }
#gq466z5B7apuwPSN3H1TMXZEohTqe1iG { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:15.0625rem;left:47.187501907349rem;display:block; }
#bHo8TnGMXXkTuoPGLevm6OmLrtgw9CRD { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:17.875rem;left:47.187501907349rem;display:block; }
#aiXx8PmTQG7cxk8WvqxxXkATBfGdhKyz { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100076;top:20.625rem;left:47.187501907349rem;display:block; }
#ydtKKnWfBeU9BGizn3EsuPOIBUZEa78a { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100077;top:23.4375rem;left:47.187501907349rem;display:block; }
#s53ehFQC4MBEkwTl6TN8Ldsvh1LTiA4d { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100078;top:26.1875rem;left:47.187501907349rem;display:block; }
#WGqBdogCVyFV49zWIuMgd94tWC396v5O { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100079;top:29rem;left:47.187501907349rem;display:block; }
#Oo8SCkwMA0ADm5Ebl9pFOywNfoVKceMq { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100080;top:31.75rem;left:47.187501907349rem;display:block; }
#fVCTw4Gqp05PBtOqXnXwRschDTGJDAT6 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100081;top:34.625rem;left:47.187501907349rem;display:block; }
#ztW5ZHJUbNTvy79Pw6VIIT40UkKhsvrn { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100082;top:37.4375rem;left:47.187501907349rem;display:block; }
#UqBPp61ivXxFbV0OSfkzRV0iHNIeTAeN { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:43.0625rem;left:47.187501907349rem;display:block; }
#TLKiVMAKUW79nl2GiIEa99RFvx1bFmGH { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:45.875rem;left:47.187501907349rem;display:block; }
#KTfk3LD8HooUHRIn9DUhesMxuLu9CIHo { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:40.25rem;left:47.187501907349rem;display:block; }
#cFthsC212p1sd0PDTzCXfXBCsBIndTkU { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100086;top:48.4375rem;left:47.187501907349rem;display:block; }
#c34gRrb1y1uMMfpRyV2uJKcMoKC9ZxDc { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:51.4375rem;left:47.187501907349rem;display:block; }
#bKNK7ANs6boCBFcm2ZN57iI6qR6u3de7 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:54.25rem;left:47.187501907349rem;display:block; }
#QxvGKQVExzSGflwEcRkrQlJBzoainVVw { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100089;top:57.0625rem;left:47.187501907349rem;display:block; }
#A0tKO1BeDMm8NK4P9ITdxNHMC42J3wqr { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100090;top:59.8125rem;left:47.187501907349rem;display:block; }
#JuK3K9SFgucMikzgt1ThU2h6ayaJeqTT { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100091;top:62.5625rem;left:47.187501907349rem;display:block; }
#n4fXLtcDtLmQNfsBzP9mcBHsWgFRUm91 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:65.375rem;left:47.187501907349rem;display:block; }
#TWO9ku02U1EroThaCGTmVbdLbVgxJoxs { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100093;top:68.25rem;left:47.187501907349rem;display:block; }
#E1F46iLpqGwRenWw9cwF8gTLrqcHMT2W { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:71rem;left:47.187501907349rem;display:block; }
#PuBTw0V3csInWZXrmSzEe7lGcui5DFHr { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100097;top:79.3125rem;left:47.187501907349rem;display:block; }
#AVOpvvGHQ0TXNrFJ8mh0RmADEpOiZ9k7 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100096;top:76.5rem;left:47.187501907349rem;display:block; }
#VC50SWqzmWs9ruyGZUWznraur79wvv7V { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100095;top:73.9375rem;left:47.187501907349rem;display:block; }
#UNcnrNkbPHmisGwThGO4qzIn9ltJK98g { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100100;top:87.8125rem;left:47.187501907349rem;display:block; }
#WZt5dg22Vl8SNJk1VROTQ3wK0XHAqKVK { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100099;top:85.0625rem;left:47.187501907349rem;display:block; }
#iwfseyZVZ3EDRvt6uTip07rTfoTgsHyJ { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100098;top:82.1875rem;left:47.187501907349rem;display:block; }
#LrQMIrXAnKfSZRmETSUIQvF3InLwuIBf { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100101;top:90.5625rem;left:47.187501907349rem;display:block; }
#vPBlFvMfFS1oaLoXGAbSWWhEHAeLV0QQ { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100102;top:93.4375rem;left:47.187501907349rem;display:block; }
#bFmgwhol7pUqrwDRiKTBEM7FxixxZzSm { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#DQxUhMzD0BWvM00i5sM8AC7J19Al8TcB { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#c5uTJaTysLF32uTsylTe2Ibpg1egf0DR { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#nPvh9B8h8LFfeQVov46e84pLxsFCZIPz { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#R9feM0UuzfTQQJLrbPPObLD7U7qL3CmE { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#GAmPkMcyPTx62OTBXNuOFEmZ7lW5F3T2 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#BfEUTwVsAMJzmrVQLmesfWsPUfkTL6fO { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#KIrFmnwWItWN5umB6pUwLU1FsSOd5Jop { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#r01tA18i0knzvNALyaxXWOFSdK6g7Dxk { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#AJKfsbItnsH4ftSqyeXhiF4z6NKudDWI { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#EgcdMK4tGG9cSR3t5EaZx8RLVOhyeBzc { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#QXlfwNG4gNgABarIeaSli8BhEEi10iO6 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#ngzV01glKNElHxv98NPboC5woHn2LKqr { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#S4lIiHKtl7WE0QRm8hV7f0yEL8GK2XdP { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#kSqSDWEh0yqDqtNov5z68wl2G40msqsp { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#RW2oqhsO0KPyGbkdaCrxWUsqACyhIgMf { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#Z5BTbp3oKWFTSMPeSepQzArpWs3QN6PP { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#Vvc7NSNHLTqPZbM6wcKIhRcr1pupP7cb { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#FeNz5lIGubg0XR2X4m2wDVpgAF7bNsIf { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#KIQsZNv6B9dfdEuQRc2FRghcqxvmLNLV { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#GCyDlgm0UGS1307inkDTXUJ47A09lSHc { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#Z8HZlsfGNQesnzfqauqsMtx6PwbloEin { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#FTyVqUyPHR72Wc7nMk6wG7Uy4wCEV8eB { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#ScJdyaCxwF7MVGAmMg6HfqOd2iXcMhPm { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#lcT4gDHcdyuAfsSKdnmUT0aKJfmwoH6p { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#qwseu1GEX4AubGMTTJ1J3OsS2BtycOvq { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#bPMVKCPRlPKDeyS01hFyXIH0n9hU8UTb { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#IkJBdOL56dIlbyLA1DWuIB9iETW1vvv9 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#H9lCnzfV9CgA2TTCxOzDmsWKuX6TTg2H { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#pTKwH9LlTZrv2JGawILeutfLLwvP0toc { color:#2f2f2f;display:block;width:25.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:7.0875005722044rem;left:49.812501907349rem;height:92.1004875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULveUUUgt9LpgobRdwTenP8qHyFM5298 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#rzBRSCyLKi4Ez7ELbvZkBOE4N4uBTCyK { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh { border-top:0.3125rem solid #e43b2c;border-left:0;border-right:0;border-bottom:0.3125rem solid #e43b2c;background-color:#ffffff;background-image:none;position:relative;display:block; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { background-color: transparent; background-image: none; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container > .video-iframe-container { display: none; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row > .video-iframe-container { display: none; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .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); }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { border-width: 0; border-radius: 0; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row > .video-iframe-container {  }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#WeNtKZBfn1J8WDnT4TOgvpyFO3StG0Pu { color:#e43b2c;display:block;width:27.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:4.6875rem;left:4.96875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTPNH0OxeApEbB8GvINfGlaDne6S2xzt { color:#2f2f2f;display:block;width:27.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:13.5625rem;left:4.8125rem;height:11.6953125rem;text-align:center;text-align-last:center;display:block; }
#HZQX0ubFBHI52HQtdweRCpnP8kQgwxGD { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:36.5625rem;top:3.3124938011169rem;left:37.968751907349rem;overflow:hidden;display:block; }
#ZQmEU6Vta3qgMo5CCTQnXycCH2KTGTzw { background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:36.75rem;left:10.3125rem;display:block; }
#tGnbKKZkyCpxTMVfDzx0o0KneZvUtg7H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VtxzADUfKI4ooxH3LrrI31RPIezPbn4i { color:#e43b2c;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:28.5625rem;left:7.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLxe48euAXfo2k5CDZK0eLETTGohkJdW { position:relative;display:block; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW { background-color: transparent; background-image: none; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container > .video-iframe-container { display: none; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row > .video-iframe-container { display: none; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .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); }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW { border-width: 0; border-radius: 0; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container > .video-iframe-container {  }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { background-color: transparent; background-image: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container > .video-iframe-container { display: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container { display: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { border-width: 0; border-radius: 0; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container {  }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Xo1cOYGx/pytania.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an.adaptive-delivery-prevent-bg, #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an.lazyload, #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an.lazyloading { background-image: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { background-color: transparent; background-image: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container > .video-iframe-container { display: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row > .video-iframe-container { display: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { border-width: 0; border-radius: 0; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row > .video-iframe-container {  }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:10.233375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { color:#63287c;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:1.8681625rem;font-style:normal;display:block; }
#Dl63uXNzGpqPellT8K2uG0tpWKlFecos { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100038;line-height:1.3;letter-spacing:0;top:20.9375rem;left:0rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { color:#63287c;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0rem;height:1.8681625rem;font-style:normal;display:block; }
#g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:29.375rem;left:0rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { color:#63287c;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:26.625rem;left:0rem;height:1.8681625rem;font-style:normal;display:block; }
#Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { color:#2f2f2f;display:block;width:35.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:36.4375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { color:#63287c;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:33.5625rem;left:0rem;height:1.8681625rem;font-style:normal;display:block; }
#TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:42.5rem;left:0rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { color:#63287c;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:39.75rem;left:0rem;height:1.8681625rem;font-style:normal;display:block; }
#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { background-color: transparent; background-image: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container > .video-iframe-container { display: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container { display: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { border-width: 0; border-radius: 0; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container {  }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { position:relative;display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { background-color: transparent; background-image: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container > .video-iframe-container { display: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row > .video-iframe-container { display: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { border-width: 0; border-radius: 0; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container > .video-iframe-container {  }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52rem;width:35.1875rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#EPOn729nH4K5rT71WMU8bL3dPcmCu66N { color:#2f2f2f;display:block;width:28rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:5.75rem;left:41.3125rem;height:23.39060625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iHDIFH08trPGE898lvtfHgDewvwEGvAF { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:block; }
#dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:8.6874523162844rem;left:37.500001907349rem;display:block; }
#BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:13.0625rem;left:37.5rem;display:block; }
#WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:16.437454223632rem;left:37.500001907349rem;display:block; }
#gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:19.937454223632rem;left:37.500001907349rem;display:block; }
#vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:24.878078460693rem;left:37.500001907349rem;display:block; }
#B2QRvPeB4UlnzGpRLbk1cePQUotkLT6R { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.9375rem;width:37.5625rem;top:32.3125rem;left:37.561550321397rem;display:block; }
#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { position:relative;display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { background-color: transparent; background-image: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container > .video-iframe-container { display: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row > .video-iframe-container { display: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { border-width: 0; border-radius: 0; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container > .video-iframe-container {  }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:30.0625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:27.9375rem;top:0rem;left:41.875rem;overflow:hidden;display:block; }
#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { position:relative;display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { background-color: transparent; background-image: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container > .video-iframe-container { display: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row > .video-iframe-container { display: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { border-width: 0; border-radius: 0; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container > .video-iframe-container {  }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#isyzovr9ix76xQfHmldSb1h9OQmhtL3S { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:28.6875rem;top:0rem;left:41.875rem;overflow:hidden;display:block; }
#IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:30.0625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED { position:relative;display:block; }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED { background-color: transparent; background-image: none; }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .row .container > .video-iframe-container { display: none; }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .row > .video-iframe-container { display: none; }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .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); }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED { border-width: 0; border-radius: 0; }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .row .container > .video-iframe-container {  }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#oJvBRpDpt60un5LyCTyZl12LbJ1qczDm { position:absolute;display:block;z-index:100013;height:4.3125rem;width:20rem;top:0rem;left:27.500001907349rem;display:block; }
#ofOTquITMLyZuE5S18r26cieGVBoL4XG { position:relative;display:block; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG { background-color: transparent; background-image: none; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container > .video-iframe-container { display: none; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row > .video-iframe-container { display: none; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .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); }#ofOTquITMLyZuE5S18r26cieGVBoL4XG { border-width: 0; border-radius: 0; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container > .video-iframe-container {  }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .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;position:relative;display:block; }#uDW4Tatxh0k5v7p0cNKn4O9AiK28iD9y { background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:12.3125rem;left:29.0625rem;display:block; }
#eX7Xr6ZcVq5mKkv9vVelEZM3d1SkbHkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q4FBpXu2n9fRpG86NW9NOLvlbPsFrIq7 { color:#e43b2c;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:4.125rem;left:25.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq { display:block; }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQgUxaU9XftZu3PESiDTv5dmHFAwBpqE { top:0rem;left:13.875001907349rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBCkS4E86Zu8geogLxddgaN2oM1M19TO { top:1.5rem;left:15.0625rem;width:17.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { top:2.75rem;left:14.8125rem;width:18.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { top:8rem;left:10.5rem;width:26.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqPsRqZzEx6kPtG4tRS4Ta8vRTlfAfuM { top:27.6875rem;left:7.75rem;width:32.3125rem;height:6.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK { display:block; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { top:8.25rem;left:0rem;width:46.875rem;height:26.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwR0h259FrFzXdFfotKPmCThcNvdq6Bl { display:block; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ296IEhblrlXcr4v56B6U81CH3zyvBF { display:block; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1vl1tNhFK1gNZ0VWw9yKetnSJwkN6IX { top:4.125rem;left:0rem;width:29.9375rem;height:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJVit38WlbBh8ZN5CGycu5poPNwHz85b { top:4.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiLtuRoG1IZyaqk7AnBKeBsiGOzenaZq { top:8.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8tSUNSyRGI3OW2HTR2qJ4fObTTUuDhA { top:12.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDcBKTvIrHTRSlQgRMlzCi2KNzqgMeoa { top:1.375rem;left:14.75rem;width:33rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqKaShhkb72qftb7l9ir6e3r7k4f3SaP { top:16.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn8sEABRx8vIKeMcJ3dRfhTNfeHoBe2k { top:20.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K05g2oGA01LnB7EeVyVADE89uwTiA7sC { top:24.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7QdlzUffGZP1uBft1NRmHH2pBG48A5 { top:28.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { display:block; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTThoSWu5wqSvC6yagL41rAklqB4lVLL { top:2.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { display:block; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { top:15.5625rem;left:0.75rem;width:14.375rem;height:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { top:1.3125rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXuENpkw1emyPxT4p3dk8f0tlEVkoHc { top:15.5625rem;left:15rem;width:16.75rem;height:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paZd7l2AOHGHT0IholCTGvDhfQgmLK6y { top:1.375rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR6eWTpHxNPaAuU1Dl2odKLZTrC7VRp1 { top:15.625rem;left:32.5rem;width:14.375rem;height:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2K5Jz9v8ku0Ha9Ta1xrcQ03ln2oVHRN { top:1.375rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { display:block; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFTysMITxetRnROWFem1gMZB9m3a3UBE { top:1.25rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0M11nyZ5n4xsiAqNyRCzarTOTO8RJ6R { width:16.875rem;height:3.4375rem;top:10.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVg0E84F2amcmFJm7IWbbqZfmXxMdrG { display:block; }
 }@media only screen and (max-width: 763px) { #BreMzlWXmoxnerfxQFATpzIENHCOPTo4 { top:2.375rem;left:12.1875rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf { display:block; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdZf6fL7wnhMBvJWxLcD4ztORgbR9xVt { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ6QEqe4AxnlFQyzb65NUWFy6vEu99vL { top:3rem;left:0rem;width:34rem;height:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyubJRiRmf5Jr6NQa8lxTNEgq3QFKn0P { top:2.3125rem;left:0rem;width:34.8125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUUcztZT0134rtvlzBA0GbCuNr1nG1QK { width:16.875rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrmPZLAgTHCmh3K3QAN63EuEaXSyahG1 { display:block; }
 }@media only screen and (max-width: 763px) { #TPMyO9q0G7ugvHgpTvMXnO5qHFIfT9hl { top:23.75rem;left:0rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn { display:block; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXWiAfKeTIFzuULyQEk6osWrKm7JI139 { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX { display:block; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFhWgum6cIonk6mouD5Qyy3pytEcglta { top:7.625rem;left:17.8125rem;width:29.9375rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsTiPo3iGga3T7y9UIlFCgimX6TRRibd { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuxKZCrkZVeepETnTL9RADUQBTux3GVV { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gpw8Ns1qCQ8eb0KsJuTRToztWs64rtqE { top:16.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bz948E5nuzJM7vg9IR7CthNrM4lFNT0n { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zskm9dC30xBzU35lPEDWPvgfPU1pE84o { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTWo7AI3XT8eFAAJpAFoc1wPt0wudZJT { top:6.8125rem;left:12.9375rem;width:34.8125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwBmIJEsH9qq2OnTVx8SvLNKAEEsKXTU { top:4.9375rem;left:0rem;width:36.125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelmRvu8oIrhtl01MFaG7PdhEJDrTqfw { width:16.875rem;height:3.4375rem;top:40.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzdQLDgBzVTcZ47IiNwd2xSsVEnSs253 { display:block; }
 }@media only screen and (max-width: 763px) { #nUIe7kGI8RA64xI3I2q6fiZUdfbBBNkn { top:32.375rem;left:24.375rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSsSruR0F226F8qHiExb9rWTZbb4T5mX { display:block; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih3VCEwOQAH385HD9UdgzkuvSRGlximN { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #errqc1Z12m8UMLitt4UpkN9mVGioMJ5e { display:block; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPc2arTXl5pWO38GNP0q1tvTFqq2XSMG { top:7.5rem;left:0rem;width:29.9375rem;height:89.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQxTTch2Ur2MikXZwgpZ3DOAfBymHTt { top:11.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW6TXnGh2HtsmGVhvlKdrn3WGKPlkeJ2 { top:14.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFoEd41KfNdGtsWw9oHVdVLJPVJb8D38 { top:7.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRcealTCMIQzgiZhonUzsx0JUINXPf8s { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFmekAElXFVJh8ofJWa8kLGwc5pUu2Mz { top:8.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQTPRiPGIVDuPk0yAmsuk3yD1PTctpJ8 { top:13.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEwmIBw4Oi471hE5hddzoVcE8krETowD { top:16.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUkNLkGImQaH4XqmdweiiF9dGdHyDxpN { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9bPrgQngBcVTKiXZzJoqOAN8hRszxhe { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6KgZBZb3TitI1Ss7p8m5icpeMKHdqAg { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilmwqc9SsfPeGHBbWJ7ELDur1CsgRFnF { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSOyZGtoxqwtQcLfN20k6DH0RSMtTMol { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyKgwTK9luKtFwV4PSsUUxIJoa914r3p { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hq6mgJUWSrUH9dKRcir3Dmga4TiHADmC { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1UT4rORXKl3eghRI9DsdDLQz9LeeMsM { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPPEasNiKvmtkrrrBbwSTzGzKCQ5L2NA { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pbg8Hzlida5hIlne3bvrb8kPpNLFz62L { top:3.0625rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpJNSt4mRdfz4L5fhPikD8NfUEUvT8Le { top:19.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW8PEoRivAhBSlR3WoQKVK0c1XVMUwAx { top:16.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz5T9WZbNDrdkvdBZXHCtTKJ4dSWsnDx { top:28rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8cGogWPJzcE323hzwi2ShQTUnTkeL2h { top:25.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGpaAF0J9Su4zSUSS5kRXoRM79yeGQd3 { top:22.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlVmXqUiX0xBUhO8F6OdpvPBHznID2n { top:31.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9RrcZ9MN2h3WqcxVoEarGP94eqSHPJa { top:43.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFcwS88XZMALX9llbT7sFgLCF7FXA1zV { top:40.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2l0fa12VxWJsvA4kccsQfmZuOHtTDB6 { top:37.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFWmtc6z73JzMZDwuTbcrizFOrNoQW6i { top:34.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdIBzHpVQip7Cl21rAPlw3AScBnTa2G3 { top:46.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV3VBcseV6gFtdxSbHDhEN3R04SnllFX { top:50.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cspi891DKS6piEWHKhTUh3Tfsz87zdZm { top:53.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQqXhT2MgOtd2RBA3zQJU81J0VVTlA6g { top:65.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvPaWpG1L3yx9ykRqIxx3ksILaP6KOJK { top:62.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1608HGHkbHBaBJnF2OMVTy8W3kyheHp { top:60.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBKFUmHN9Ui01LDgd0VgLE8lBpCvbVz4 { top:57.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfm7nxAyoOAiVoaxbilpNuRNNqTQgBw6 { top:79.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG6qCvQM0lxoWDXJiaK3EAl0H0POgcLK { top:74.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPHblrwUpnvymWp84Q7zbVTSSt5wuH4 { top:71.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJESW5Zq9HoqXIqwcAhgiMmTaVZyPVMD { top:68.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNDCAN6gGSPPi7xOLk1RpIWKTBbOOlJ { top:82.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeRKKwAoPOEF6xl2E0dsen00SXCSTH8z { top:85.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZGR3sNL6BdG5GevcITONJnM8MxPy7vD { top:88.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ0S7hZnsEgqSPKvVw7rl28ZEaVbfffX { top:92.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIViLdXR0vdWkVNgKH82QB7aiNXFIzvs { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWD8MJTnVRPnGUxZ4e41SyAXOXI9XNTi { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDLnGMTWuD6HRTOLwh2NfbltbI9Dz6cW { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IC1x4uQGkXcFRvwqmCPXsmLhssxfqr9J { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXwFc1qK7Mn0ISZedTfmrF9163CP9W1P { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfNH0NxAT7xaU5M3QQ2Dtd5gku3lL3kq { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8qC9lNXx3b77EbK5uMLtsEtFdITls0a { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KexxAK1OAZEWIoopOXKTe3uufTiJVbNF { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArCLJbvvf3Rgqh1fmdFoTHhROuc3AAr5 { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUqT5uEdZLqQDR3hPuiB10Ss6r8zP8nM { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFve3DTkwOz2ZsXpW8Jaw7CAQTcJd2rH { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaMfFFtSixVW2CIiLCy9fpTzuzX8qUet { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dohvbiD87MwZ5Uce0JgNxSTbRxSVPKG8 { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1Tm4m1l63xTuLkGbnWdNmB1zsepQHmI { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DARVBDLW7EKxvgm50r8eu4ssh3kCW8bU { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk { display:block; }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bp4gZMC9p051lezF8sNr16OOBCSSIeVS { top:9.4375rem;left:26.75rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPRGAWyUmlX2D2Q0QofRI1JDhnDdTsCu { top:12.1875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7BQNDTwJg4xKnIhOIif5RkeTcl7wLyP { top:6.625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlEKZLgpw34tTKqivxnGnpIAZWaqDCna { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #swuwFtdIavLwOeaVrJRhGGkH4CaAtTcx { top:2.5rem;left:26.75rem;width:21rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZvcSlG2qEGtRErzcG7FJcUD6cHO7EGR { top:1.125rem;left:24.5625rem;width:23.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq466z5B7apuwPSN3H1TMXZEohTqe1iG { top:15.0625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHo8TnGMXXkTuoPGLevm6OmLrtgw9CRD { top:17.875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiXx8PmTQG7cxk8WvqxxXkATBfGdhKyz { top:20.625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydtKKnWfBeU9BGizn3EsuPOIBUZEa78a { top:23.4375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s53ehFQC4MBEkwTl6TN8Ldsvh1LTiA4d { top:26.1875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGqBdogCVyFV49zWIuMgd94tWC396v5O { top:29rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo8SCkwMA0ADm5Ebl9pFOywNfoVKceMq { top:31.75rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVCTw4Gqp05PBtOqXnXwRschDTGJDAT6 { top:34.625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztW5ZHJUbNTvy79Pw6VIIT40UkKhsvrn { top:37.4375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqBPp61ivXxFbV0OSfkzRV0iHNIeTAeN { top:43.0625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLKiVMAKUW79nl2GiIEa99RFvx1bFmGH { top:45.875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfk3LD8HooUHRIn9DUhesMxuLu9CIHo { top:40.25rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFthsC212p1sd0PDTzCXfXBCsBIndTkU { top:48.4375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c34gRrb1y1uMMfpRyV2uJKcMoKC9ZxDc { top:51.4375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKNK7ANs6boCBFcm2ZN57iI6qR6u3de7 { top:54.25rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxvGKQVExzSGflwEcRkrQlJBzoainVVw { top:57.0625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0tKO1BeDMm8NK4P9ITdxNHMC42J3wqr { top:59.8125rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuK3K9SFgucMikzgt1ThU2h6ayaJeqTT { top:62.5625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4fXLtcDtLmQNfsBzP9mcBHsWgFRUm91 { top:65.375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWO9ku02U1EroThaCGTmVbdLbVgxJoxs { top:68.25rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1F46iLpqGwRenWw9cwF8gTLrqcHMT2W { top:71rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuBTw0V3csInWZXrmSzEe7lGcui5DFHr { top:79.3125rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVOpvvGHQ0TXNrFJ8mh0RmADEpOiZ9k7 { top:76.5rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC50SWqzmWs9ruyGZUWznraur79wvv7V { top:73.9375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNcnrNkbPHmisGwThGO4qzIn9ltJK98g { top:87.8125rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZt5dg22Vl8SNJk1VROTQ3wK0XHAqKVK { top:85.0625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwfseyZVZ3EDRvt6uTip07rTfoTgsHyJ { top:82.1875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrQMIrXAnKfSZRmETSUIQvF3InLwuIBf { top:90.5625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBlFvMfFS1oaLoXGAbSWWhEHAeLV0QQ { top:93.4375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFmgwhol7pUqrwDRiKTBEM7FxixxZzSm { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQxUhMzD0BWvM00i5sM8AC7J19Al8TcB { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5uTJaTysLF32uTsylTe2Ibpg1egf0DR { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPvh9B8h8LFfeQVov46e84pLxsFCZIPz { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9feM0UuzfTQQJLrbPPObLD7U7qL3CmE { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAmPkMcyPTx62OTBXNuOFEmZ7lW5F3T2 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfEUTwVsAMJzmrVQLmesfWsPUfkTL6fO { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIrFmnwWItWN5umB6pUwLU1FsSOd5Jop { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r01tA18i0knzvNALyaxXWOFSdK6g7Dxk { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJKfsbItnsH4ftSqyeXhiF4z6NKudDWI { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgcdMK4tGG9cSR3t5EaZx8RLVOhyeBzc { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXlfwNG4gNgABarIeaSli8BhEEi10iO6 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngzV01glKNElHxv98NPboC5woHn2LKqr { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4lIiHKtl7WE0QRm8hV7f0yEL8GK2XdP { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSqSDWEh0yqDqtNov5z68wl2G40msqsp { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RW2oqhsO0KPyGbkdaCrxWUsqACyhIgMf { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5BTbp3oKWFTSMPeSepQzArpWs3QN6PP { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vvc7NSNHLTqPZbM6wcKIhRcr1pupP7cb { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeNz5lIGubg0XR2X4m2wDVpgAF7bNsIf { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIQsZNv6B9dfdEuQRc2FRghcqxvmLNLV { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCyDlgm0UGS1307inkDTXUJ47A09lSHc { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8HZlsfGNQesnzfqauqsMtx6PwbloEin { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTyVqUyPHR72Wc7nMk6wG7Uy4wCEV8eB { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScJdyaCxwF7MVGAmMg6HfqOd2iXcMhPm { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcT4gDHcdyuAfsSKdnmUT0aKJfmwoH6p { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwseu1GEX4AubGMTTJ1J3OsS2BtycOvq { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPMVKCPRlPKDeyS01hFyXIH0n9hU8UTb { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkJBdOL56dIlbyLA1DWuIB9iETW1vvv9 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9lCnzfV9CgA2TTCxOzDmsWKuX6TTg2H { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTKwH9LlTZrv2JGawILeutfLLwvP0toc { top:7.0625rem;left:22.5625rem;width:25.1875rem;height:88.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULveUUUgt9LpgobRdwTenP8qHyFM5298 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzBRSCyLKi4Ez7ELbvZkBOE4N4uBTCyK { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh { display:block; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeNtKZBfn1J8WDnT4TOgvpyFO3StG0Pu { top:4.6875rem;left:0rem;width:27.5625rem;height:5.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPNH0OxeApEbB8GvINfGlaDne6S2xzt { top:13.5625rem;left:0rem;width:27.875rem;height:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQX0ubFBHI52HQtdweRCpnP8kQgwxGD { top:3.25rem;left:11.1875rem;width:36.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQmEU6Vta3qgMo5CCTQnXycCH2KTGTzw { width:16.875rem;height:3.4375rem;top:36.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGnbKKZkyCpxTMVfDzx0o0KneZvUtg7H { display:block; }
 }@media only screen and (max-width: 763px) { #VtxzADUfKI4ooxH3LrrI31RPIezPbn4i { top:28.5625rem;left:0.25rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLxe48euAXfo2k5CDZK0eLETTGohkJdW { display:block; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { display:block; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { top:6.875rem;left:0rem;width:37.5rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { top:4.125rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl63uXNzGpqPellT8K2uG0tpWKlFecos { top:20.9375rem;left:0rem;width:37.5rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { top:18.1875rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { top:29.375rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { top:26.625rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { top:36.4375rem;left:0rem;width:35.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { top:33.5625rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { top:42.5rem;left:0rem;width:37.5rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { top:39.75rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { top:1.375rem;left:0rem;width:35.1875rem;height:52rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOn729nH4K5rT71WMU8bL3dPcmCu66N { top:5.75rem;left:19.75rem;width:28rem;height:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHDIFH08trPGE898lvtfHgDewvwEGvAF { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { top:8.625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { top:13.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { top:16.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { top:19.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { top:24.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2QRvPeB4UlnzGpRLbk1cePQUotkLT6R { top:32.3125rem;left:10.1875rem;width:37.5625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { top:0rem;left:0rem;width:30.0625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { top:0rem;left:19.8125rem;width:27.9375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStHG1iG6kxi0NglKizpLXCzI97HzlHb { display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isyzovr9ix76xQfHmldSb1h9OQmhtL3S { top:0rem;left:19.0625rem;width:28.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { top:0rem;left:0rem;width:30.0625rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7l2hFenXDarZQeawlxwQJN6gqPeGED { display:block; }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJvBRpDpt60un5LyCTyZl12LbJ1qczDm { top:0rem;left:13.875001907349rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofOTquITMLyZuE5S18r26cieGVBoL4XG { display:block; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDW4Tatxh0k5v7p0cNKn4O9AiK28iD9y { width:16.875rem;height:3.4375rem;top:12.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX7Xr6ZcVq5mKkv9vVelEZM3d1SkbHkx { display:block; }
 }@media only screen and (max-width: 763px) { #q4FBpXu2n9fRpG86NW9NOLvlbPsFrIq7 { top:4.125rem;left:12.1875rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq { display:block; }#P3sV81GFT6JeUT45vF7CzEOV3ZmRheGq > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQgUxaU9XftZu3PESiDTv5dmHFAwBpqE { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBCkS4E86Zu8geogLxddgaN2oM1M19TO { width:17.5625rem;height:3.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { background-color:transparent;background-image:url("https://images.assets-landingi.com/GKCTyWVW/robert_naglowek.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.adaptive-delivery-prevent-bg, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyload, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyloading { background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { background-color: transparent; background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { width:18.125rem;height:2.6rem;top:1.25rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { width:14.3125rem;height:9.0625rem;top:4.625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqPsRqZzEx6kPtG4tRS4Ta8vRTlfAfuM { width:20rem;height:6.6666875rem;top:14.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK { display:block; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mcRYRqom/wtle01c.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.adaptive-delivery-prevent-bg, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyload, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyloading { background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { background-color: transparent; background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { height:10.733375rem;width:19.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwR0h259FrFzXdFfotKPmCThcNvdq6Bl { display:block; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ296IEhblrlXcr4v56B6U81CH3zyvBF { display:block; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1vl1tNhFK1gNZ0VWw9yKetnSJwkN6IX { width:15.625rem;height:31.666675rem;top:0.86249971389769rem;left:2.1875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJVit38WlbBh8ZN5CGycu5poPNwHz85b { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiLtuRoG1IZyaqk7AnBKeBsiGOzenaZq { width:2.5rem;height:2.5rem;top:8.6875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8tSUNSyRGI3OW2HTR2qJ4fObTTUuDhA { width:2.5rem;height:2.5rem;top:12.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDcBKTvIrHTRSlQgRMlzCi2KNzqgMeoa { width:20rem;height:18.6875rem;top:32.749999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqKaShhkb72qftb7l9ir6e3r7k4f3SaP { width:2.5rem;height:2.5rem;top:16.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gn8sEABRx8vIKeMcJ3dRfhTNfeHoBe2k { width:2.5rem;height:2.5rem;top:20.1875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K05g2oGA01LnB7EeVyVADE89uwTiA7sC { width:2.5rem;height:2.5rem;top:24.3125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pk7QdlzUffGZP1uBft1NRmHH2pBG48A5 { width:2.5rem;height:2.5rem;top:28.8125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { display:block; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTThoSWu5wqSvC6yagL41rAklqB4lVLL { width:20rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { display:block; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { width:14.375rem;height:4.6rem;top:15rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXuENpkw1emyPxT4p3dk8f0tlEVkoHc { width:14.375rem;height:4.6rem;top:33rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paZd7l2AOHGHT0IholCTGvDhfQgmLK6y { width:12.5rem;height:12.5rem;top:19.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR6eWTpHxNPaAuU1Dl2odKLZTrC7VRp1 { width:14.375rem;height:4.59999375rem;top:52.5rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2K5Jz9v8ku0Ha9Ta1xrcQ03ln2oVHRN { width:12.5rem;height:12.5rem;top:38.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { display:block; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFTysMITxetRnROWFem1gMZB9m3a3UBE { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0M11nyZ5n4xsiAqNyRCzarTOTO8RJ6R { width:16.875rem;height:3.4375rem;top:6.625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVg0E84F2amcmFJm7IWbbqZfmXxMdrG { display:block; }
 }@media only screen and (max-width: 763px) { #BreMzlWXmoxnerfxQFATpzIENHCOPTo4 { width:20rem;height:4.1333375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf { display:block; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdZf6fL7wnhMBvJWxLcD4ztORgbR9xVt { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { background-color:#ffffff;background-image:none;display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { background-color: transparent; background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ6QEqe4AxnlFQyzb65NUWFy6vEu99vL { width:19.625rem;height:21.53331875rem;top:1.6875rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyubJRiRmf5Jr6NQa8lxTNEgq3QFKn0P { width:20rem;height:20.25rem;top:31.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUUcztZT0134rtvlzBA0GbCuNr1nG1QK { width:16.875rem;height:3.4375rem;top:30.5rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrmPZLAgTHCmh3K3QAN63EuEaXSyahG1 { display:block; }
 }@media only screen and (max-width: 763px) { #TPMyO9q0G7ugvHgpTvMXnO5qHFIfT9hl { width:20rem;height:4.1333375rem;top:25.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn { display:block; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXWiAfKeTIFzuULyQEk6osWrKm7JI139 { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX { display:block; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFhWgum6cIonk6mouD5Qyy3pytEcglta { width:17.125rem;height:24.06666875rem;top:1.375rem;left:2.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsTiPo3iGga3T7y9UIlFCgimX6TRRibd { width:1.5625rem;height:1.5625rem;top:32.437499284744rem;left:0rem;font-size:1.0625rem;z-index:100075;display:none; }
 }@media only screen and (max-width: 763px) { #nuxKZCrkZVeepETnTL9RADUQBTux3GVV { width:1.5625rem;height:1.5625rem;top:27.187501192093rem;left:0rem;font-size:1.0625rem;z-index:100070;display:none; }
 }@media only screen and (max-width: 763px) { #Gpw8Ns1qCQ8eb0KsJuTRToztWs64rtqE { width:1.5625rem;height:1.5625rem;top:36.436712265014rem;left:0rem;font-size:1.0625rem;z-index:100068;display:none; }
 }@media only screen and (max-width: 763px) { #bz948E5nuzJM7vg9IR7CthNrM4lFNT0n { width:1.5625rem;height:1.5625rem;top:11.3125rem;left:0rem;font-size:1.0625rem;z-index:100069;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Zskm9dC30xBzU35lPEDWPvgfPU1pE84o { width:1.5625rem;height:1.5625rem;top:1.25rem;left:0rem;font-size:1.0625rem;z-index:100065;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #VTWo7AI3XT8eFAAJpAFoc1wPt0wudZJT { width:20rem;height:25.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwBmIJEsH9qq2OnTVx8SvLNKAEEsKXTU { width:20rem;height:13.287197231834rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelmRvu8oIrhtl01MFaG7PdhEJDrTqfw { width:16.875rem;height:3.4375rem;top:47.25rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzdQLDgBzVTcZ47IiNwd2xSsVEnSs253 { display:block; }
 }@media only screen and (max-width: 763px) { #nUIe7kGI8RA64xI3I2q6fiZUdfbBBNkn { width:20rem;height:4.1333375rem;top:41.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSsSruR0F226F8qHiExb9rWTZbb4T5mX { display:block; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih3VCEwOQAH385HD9UdgzkuvSRGlximN { width:20rem;height:1.6rem;top:2.15625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #errqc1Z12m8UMLitt4UpkN9mVGioMJ5e { display:block; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPc2arTXl5pWO38GNP0q1tvTFqq2XSMG { width:17.125rem;height:92.46671875rem;top:6.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQxTTch2Ur2MikXZwgpZ3DOAfBymHTt { width:2.5rem;height:2.5rem;top:11.375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xW6TXnGh2HtsmGVhvlKdrn3WGKPlkeJ2 { width:2.5rem;height:2.5rem;top:14.125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFoEd41KfNdGtsWw9oHVdVLJPVJb8D38 { width:2.5rem;height:2.5rem;top:7.6875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRcealTCMIQzgiZhonUzsx0JUINXPf8s { width:1.5625rem;height:1.5625rem;top:7.1875003576281rem;left:0rem;font-size:1.0625rem;z-index:100052;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #XFmekAElXFVJh8ofJWa8kLGwc5pUu2Mz { width:1.5625rem;height:1.5625rem;top:10.875000357628rem;left:0rem;font-size:1.0625rem;z-index:100053;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #PQTPRiPGIVDuPk0yAmsuk3yD1PTctpJ8 { width:1.5625rem;height:1.5625rem;top:14.812500357628rem;left:0rem;font-size:1.0625rem;z-index:100054;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #wEwmIBw4Oi471hE5hddzoVcE8krETowD { width:1.5625rem;height:1.5625rem;top:17.750000357628rem;left:0rem;font-size:1.0625rem;z-index:100055;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #JUkNLkGImQaH4XqmdweiiF9dGdHyDxpN { width:1.5625rem;height:1.5625rem;top:34.375000357628rem;left:0rem;font-size:1.0625rem;z-index:100056;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #I9bPrgQngBcVTKiXZzJoqOAN8hRszxhe { width:1.5625rem;height:1.5625rem;top:42.062500357628rem;left:0rem;font-size:1.0625rem;z-index:100057;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #T6KgZBZb3TitI1Ss7p8m5icpeMKHdqAg { width:1.5625rem;height:1.5625rem;top:38.750000357628rem;left:0rem;font-size:1.0625rem;z-index:100059;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #ilmwqc9SsfPeGHBbWJ7ELDur1CsgRFnF { width:1.5625rem;height:1.5625rem;top:44.437500357628rem;left:0rem;font-size:1.0625rem;z-index:100058;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #MSOyZGtoxqwtQcLfN20k6DH0RSMtTMol { width:1.5625rem;height:1.5625rem;top:29.812502264976rem;left:0rem;font-size:1.0625rem;z-index:100059;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #kyKgwTK9luKtFwV4PSsUUxIJoa914r3p { width:1.5625rem;height:1.5625rem;top:26.125000357628rem;left:0rem;font-size:1.0625rem;z-index:100060;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #hq6mgJUWSrUH9dKRcir3Dmga4TiHADmC { width:1.5625rem;height:1.5625rem;top:22.875000357628rem;left:0rem;font-size:1.0625rem;z-index:100061;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #i1UT4rORXKl3eghRI9DsdDLQz9LeeMsM { width:1.5625rem;height:1.5625rem;top:46.937504172325rem;left:0rem;font-size:1.0625rem;z-index:100062;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #IPPEasNiKvmtkrrrBbwSTzGzKCQ5L2NA { width:1.5625rem;height:1.5625rem;top:20.500000357628rem;left:0rem;font-size:1.0625rem;z-index:100063;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Pbg8Hzlida5hIlne3bvrb8kPpNLFz62L { width:20rem;height:1.86666875rem;top:1.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpJNSt4mRdfz4L5fhPikD8NfUEUvT8Le { width:2.5rem;height:2.5rem;top:19.5625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CW8PEoRivAhBSlR3WoQKVK0c1XVMUwAx { width:2.5rem;height:2.5rem;top:16.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz5T9WZbNDrdkvdBZXHCtTKJ4dSWsnDx { width:2.5rem;height:2.5rem;top:28rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8cGogWPJzcE323hzwi2ShQTUnTkeL2h { width:2.5rem;height:2.5rem;top:25.1875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGpaAF0J9Su4zSUSS5kRXoRM79yeGQd3 { width:2.5rem;height:2.5rem;top:22.3125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQlVmXqUiX0xBUhO8F6OdpvPBHznID2n { width:2.5rem;height:2.5rem;top:31.5625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9RrcZ9MN2h3WqcxVoEarGP94eqSHPJa { width:2.5rem;height:2.5rem;top:43.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFcwS88XZMALX9llbT7sFgLCF7FXA1zV { width:2.5rem;height:2.5rem;top:40.5625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2l0fa12VxWJsvA4kccsQfmZuOHtTDB6 { width:2.5rem;height:2.5rem;top:37.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFWmtc6z73JzMZDwuTbcrizFOrNoQW6i { width:2.5rem;height:2.5rem;top:34.9375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdIBzHpVQip7Cl21rAPlw3AScBnTa2G3 { width:2.5rem;height:2.5rem;top:46.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VV3VBcseV6gFtdxSbHDhEN3R04SnllFX { width:2.5rem;height:2.5rem;top:50.375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cspi891DKS6piEWHKhTUh3Tfsz87zdZm { width:2.5rem;height:2.5rem;top:53.9375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQqXhT2MgOtd2RBA3zQJU81J0VVTlA6g { width:2.5rem;height:2.5rem;top:65.8125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvPaWpG1L3yx9ykRqIxx3ksILaP6KOJK { width:2.5rem;height:2.5rem;top:62.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1608HGHkbHBaBJnF2OMVTy8W3kyheHp { width:2.5rem;height:2.5rem;top:60.1875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBKFUmHN9Ui01LDgd0VgLE8lBpCvbVz4 { width:2.5rem;height:2.5rem;top:57.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sfm7nxAyoOAiVoaxbilpNuRNNqTQgBw6 { width:2.5rem;height:2.5rem;top:79.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AG6qCvQM0lxoWDXJiaK3EAl0H0POgcLK { width:2.5rem;height:2.5rem;top:74.9375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuPHblrwUpnvymWp84Q7zbVTSSt5wuH4 { width:2.5rem;height:2.5rem;top:71.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJESW5Zq9HoqXIqwcAhgiMmTaVZyPVMD { width:2.5rem;height:2.5rem;top:68.5625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqNDCAN6gGSPPi7xOLk1RpIWKTBbOOlJ { width:2.5rem;height:2.5rem;top:82.6875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeRKKwAoPOEF6xl2E0dsen00SXCSTH8z { width:2.5rem;height:2.5rem;top:85.5625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZGR3sNL6BdG5GevcITONJnM8MxPy7vD { width:2.5rem;height:2.5rem;top:88.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ0S7hZnsEgqSPKvVw7rl28ZEaVbfffX { width:2.5rem;height:2.5rem;top:92.375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIViLdXR0vdWkVNgKH82QB7aiNXFIzvs { width:1.5625rem;height:1.5625rem;top:59.437504172325rem;left:0rem;font-size:1.0625rem;z-index:100066;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #aWD8MJTnVRPnGUxZ4e41SyAXOXI9XNTi { width:1.5625rem;height:1.5625rem;top:50.062504172325rem;left:0rem;font-size:1.0625rem;z-index:100062;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #vDLnGMTWuD6HRTOLwh2NfbltbI9Dz6cW { width:1.5625rem;height:1.5625rem;top:53.250004172325rem;left:0rem;font-size:1.0625rem;z-index:100061;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #IC1x4uQGkXcFRvwqmCPXsmLhssxfqr9J { width:1.5625rem;height:1.5625rem;top:56.500004172325rem;left:0rem;font-size:1.0625rem;z-index:100063;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #VXwFc1qK7Mn0ISZedTfmrF9163CP9W1P { width:1.5625rem;height:1.5625rem;top:62.875004172325rem;left:0rem;font-size:1.0625rem;z-index:100067;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #MfNH0NxAT7xaU5M3QQ2Dtd5gku3lL3kq { width:1.5625rem;height:1.5625rem;top:65.937500357625rem;left:0rem;font-size:1.0625rem;z-index:100068;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #W8qC9lNXx3b77EbK5uMLtsEtFdITls0a { width:1.5625rem;height:1.5625rem;top:68.437500357625rem;left:0rem;font-size:1.0625rem;z-index:100069;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #KexxAK1OAZEWIoopOXKTe3uufTiJVbNF { width:1.5625rem;height:1.5625rem;top:71.625000357625rem;left:0rem;font-size:1.0625rem;z-index:100070;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #ArCLJbvvf3Rgqh1fmdFoTHhROuc3AAr5 { width:1.5625rem;height:1.5625rem;top:74.750000357625rem;left:0rem;font-size:1.0625rem;z-index:100071;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #SUqT5uEdZLqQDR3hPuiB10Ss6r8zP8nM { width:1.5625rem;height:1.5625rem;top:78.000000357625rem;left:0rem;font-size:1.0625rem;z-index:100072;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #GFve3DTkwOz2ZsXpW8Jaw7CAQTcJd2rH { width:1.5625rem;height:1.5625rem;top:82.375007987025rem;left:0rem;font-size:1.0625rem;z-index:100073;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #qaMfFFtSixVW2CIiLCy9fpTzuzX8qUet { width:1.5625rem;height:1.5625rem;top:86.812507987025rem;left:0rem;font-size:1.0625rem;z-index:100074;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #dohvbiD87MwZ5Uce0JgNxSTbRxSVPKG8 { width:1.5625rem;height:1.5625rem;top:90.687507987025rem;left:0rem;font-size:1.0625rem;z-index:100075;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #l1Tm4m1l63xTuLkGbnWdNmB1zsepQHmI { width:1.5625rem;height:1.5625rem;top:94.437507987025rem;left:0rem;font-size:1.0625rem;z-index:100076;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #DARVBDLW7EKxvgm50r8eu4ssh3kCW8bU { width:1.5625rem;height:1.5625rem;top:97.625007987025rem;left:0rem;font-size:1.0625rem;z-index:100077;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk { display:block; }#tQ5a3nhy3Iw3qMciQ9HyZrEOrhI6WTnk > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bp4gZMC9p051lezF8sNr16OOBCSSIeVS { width:2.5rem;height:2.5rem;top:9.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPRGAWyUmlX2D2Q0QofRI1JDhnDdTsCu { width:2.5rem;height:2.5rem;top:12.1875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7BQNDTwJg4xKnIhOIif5RkeTcl7wLyP { width:2.5rem;height:2.5rem;top:6.625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlEKZLgpw34tTKqivxnGnpIAZWaqDCna { width:1.5625rem;height:1.5625rem;top:5.8125rem;left:0rem;font-size:1.0625rem;z-index:100052;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #swuwFtdIavLwOeaVrJRhGGkH4CaAtTcx { width:20rem;height:1.86666875rem;top:1.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZvcSlG2qEGtRErzcG7FJcUD6cHO7EGR { width:20rem;height:4.625rem;top:81rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq466z5B7apuwPSN3H1TMXZEohTqe1iG { width:2.5rem;height:2.5rem;top:15.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHo8TnGMXXkTuoPGLevm6OmLrtgw9CRD { width:2.5rem;height:2.5rem;top:17.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiXx8PmTQG7cxk8WvqxxXkATBfGdhKyz { width:2.5rem;height:2.5rem;top:20.625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydtKKnWfBeU9BGizn3EsuPOIBUZEa78a { width:2.5rem;height:2.5rem;top:23.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s53ehFQC4MBEkwTl6TN8Ldsvh1LTiA4d { width:2.5rem;height:2.5rem;top:26.1875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGqBdogCVyFV49zWIuMgd94tWC396v5O { width:2.5rem;height:2.5rem;top:29rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oo8SCkwMA0ADm5Ebl9pFOywNfoVKceMq { width:2.5rem;height:2.5rem;top:31.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVCTw4Gqp05PBtOqXnXwRschDTGJDAT6 { width:2.5rem;height:2.5rem;top:34.625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztW5ZHJUbNTvy79Pw6VIIT40UkKhsvrn { width:2.5rem;height:2.5rem;top:37.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqBPp61ivXxFbV0OSfkzRV0iHNIeTAeN { width:2.5rem;height:2.5rem;top:43.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLKiVMAKUW79nl2GiIEa99RFvx1bFmGH { width:2.5rem;height:2.5rem;top:45.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTfk3LD8HooUHRIn9DUhesMxuLu9CIHo { width:2.5rem;height:2.5rem;top:40.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFthsC212p1sd0PDTzCXfXBCsBIndTkU { width:2.5rem;height:2.5rem;top:48.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c34gRrb1y1uMMfpRyV2uJKcMoKC9ZxDc { width:2.5rem;height:2.5rem;top:51.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKNK7ANs6boCBFcm2ZN57iI6qR6u3de7 { width:2.5rem;height:2.5rem;top:54.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxvGKQVExzSGflwEcRkrQlJBzoainVVw { width:2.5rem;height:2.5rem;top:57.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0tKO1BeDMm8NK4P9ITdxNHMC42J3wqr { width:2.5rem;height:2.5rem;top:59.8125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuK3K9SFgucMikzgt1ThU2h6ayaJeqTT { width:2.5rem;height:2.5rem;top:62.5625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4fXLtcDtLmQNfsBzP9mcBHsWgFRUm91 { width:2.5rem;height:2.5rem;top:65.375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWO9ku02U1EroThaCGTmVbdLbVgxJoxs { width:2.5rem;height:2.5rem;top:68.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1F46iLpqGwRenWw9cwF8gTLrqcHMT2W { width:2.5rem;height:2.5rem;top:71rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuBTw0V3csInWZXrmSzEe7lGcui5DFHr { width:2.5rem;height:2.5rem;top:79.3125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVOpvvGHQ0TXNrFJ8mh0RmADEpOiZ9k7 { width:2.5rem;height:2.5rem;top:76.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VC50SWqzmWs9ruyGZUWznraur79wvv7V { width:2.5rem;height:2.5rem;top:73.9375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNcnrNkbPHmisGwThGO4qzIn9ltJK98g { width:2.5rem;height:2.5rem;top:87.8125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZt5dg22Vl8SNJk1VROTQ3wK0XHAqKVK { width:2.5rem;height:2.5rem;top:85.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwfseyZVZ3EDRvt6uTip07rTfoTgsHyJ { width:2.5rem;height:2.5rem;top:82.1875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrQMIrXAnKfSZRmETSUIQvF3InLwuIBf { width:2.5rem;height:2.5rem;top:90.5625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPBlFvMfFS1oaLoXGAbSWWhEHAeLV0QQ { width:2.5rem;height:2.5rem;top:93.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFmgwhol7pUqrwDRiKTBEM7FxixxZzSm { width:1.5625rem;height:1.5625rem;top:8.125rem;left:0rem;font-size:1.0625rem;z-index:100053;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #DQxUhMzD0BWvM00i5sM8AC7J19Al8TcB { width:1.5625rem;height:1.5625rem;top:10.625rem;left:0rem;font-size:1.0625rem;z-index:100054;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #c5uTJaTysLF32uTsylTe2Ibpg1egf0DR { width:1.5625rem;height:1.5625rem;top:13.1875rem;left:0rem;font-size:1.0625rem;z-index:100055;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #nPvh9B8h8LFfeQVov46e84pLxsFCZIPz { width:1.5625rem;height:1.5625rem;top:15.625rem;left:0rem;font-size:1.0625rem;z-index:100057;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #R9feM0UuzfTQQJLrbPPObLD7U7qL3CmE { width:1.5625rem;height:1.5625rem;top:18.25rem;left:0rem;font-size:1.0625rem;z-index:100058;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #GAmPkMcyPTx62OTBXNuOFEmZ7lW5F3T2 { width:1.5625rem;height:1.5625rem;top:20.75rem;left:0rem;font-size:1.0625rem;z-index:100059;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #BfEUTwVsAMJzmrVQLmesfWsPUfkTL6fO { width:1.5625rem;height:1.5625rem;top:23.375rem;left:0rem;font-size:1.0625rem;z-index:100060;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #KIrFmnwWItWN5umB6pUwLU1FsSOd5Jop { width:1.5625rem;height:1.5625rem;top:25.75rem;left:0rem;font-size:1.0625rem;z-index:100062;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #r01tA18i0knzvNALyaxXWOFSdK6g7Dxk { width:1.5625rem;height:1.5625rem;top:28.375rem;left:0rem;font-size:1.0625rem;z-index:100063;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #AJKfsbItnsH4ftSqyeXhiF4z6NKudDWI { width:1.5625rem;height:1.5625rem;top:33.5625rem;left:0rem;font-size:1.0625rem;z-index:100068;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #EgcdMK4tGG9cSR3t5EaZx8RLVOhyeBzc { width:1.5625rem;height:1.5625rem;top:36.5625rem;left:0rem;font-size:1.0625rem;z-index:100067;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #QXlfwNG4gNgABarIeaSli8BhEEi10iO6 { width:1.5625rem;height:1.5625rem;top:39.75rem;left:0rem;font-size:1.0625rem;z-index:100064;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #ngzV01glKNElHxv98NPboC5woHn2LKqr { width:1.5625rem;height:1.5625rem;top:30.9375rem;left:0rem;font-size:1.0625rem;z-index:100063;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #S4lIiHKtl7WE0QRm8hV7f0yEL8GK2XdP { width:1.5625rem;height:1.5625rem;top:43.0625rem;left:0rem;font-size:1.0625rem;z-index:100067;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #kSqSDWEh0yqDqtNov5z68wl2G40msqsp { width:1.5625rem;height:1.5625rem;top:46.875rem;left:0rem;font-size:1.0625rem;z-index:100070;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #RW2oqhsO0KPyGbkdaCrxWUsqACyhIgMf { width:1.5625rem;height:1.5625rem;top:55.0625rem;left:0rem;font-size:1.0625rem;z-index:100072;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Z5BTbp3oKWFTSMPeSepQzArpWs3QN6PP { width:1.5625rem;height:1.5625rem;top:57.5625rem;left:0rem;font-size:1.0625rem;z-index:100071;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Vvc7NSNHLTqPZbM6wcKIhRcr1pupP7cb { width:1.5625rem;height:1.5625rem;top:52.625rem;left:0rem;font-size:1.0625rem;z-index:100074;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #FeNz5lIGubg0XR2X4m2wDVpgAF7bNsIf { width:1.5625rem;height:1.5625rem;top:50.0625rem;left:0rem;font-size:1.0625rem;z-index:100068;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #KIQsZNv6B9dfdEuQRc2FRghcqxvmLNLV { width:1.5625rem;height:1.5625rem;top:65.125rem;left:0rem;font-size:1.0625rem;z-index:100076;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #GCyDlgm0UGS1307inkDTXUJ47A09lSHc { width:1.5625rem;height:1.5625rem;top:67.75rem;left:0rem;font-size:1.0625rem;z-index:100075;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Z8HZlsfGNQesnzfqauqsMtx6PwbloEin { width:1.5625rem;height:1.5625rem;top:62.8125rem;left:0rem;font-size:1.0625rem;z-index:100078;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #FTyVqUyPHR72Wc7nMk6wG7Uy4wCEV8eB { width:1.5625rem;height:1.5625rem;top:60.125rem;left:0rem;font-size:1.0625rem;z-index:100072;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #ScJdyaCxwF7MVGAmMg6HfqOd2iXcMhPm { width:1.5625rem;height:1.5625rem;top:70.1875rem;left:0rem;font-size:1.0625rem;z-index:100076;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #lcT4gDHcdyuAfsSKdnmUT0aKJfmwoH6p { width:1.5625rem;height:1.5625rem;top:72.8125rem;left:0rem;font-size:1.0625rem;z-index:100077;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #qwseu1GEX4AubGMTTJ1J3OsS2BtycOvq { width:1.5625rem;height:1.5625rem;top:75.3125rem;left:0rem;font-size:1.0625rem;z-index:100078;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #bPMVKCPRlPKDeyS01hFyXIH0n9hU8UTb { width:1.5625rem;height:1.5625rem;top:77.875rem;left:0rem;font-size:1.0625rem;z-index:100079;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #IkJBdOL56dIlbyLA1DWuIB9iETW1vvv9 { width:1.5625rem;height:1.5625rem;top:80.5625rem;left:0rem;font-size:1.0625rem;z-index:100080;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #H9lCnzfV9CgA2TTCxOzDmsWKuX6TTg2H { width:1.5625rem;height:1.5625rem;top:82.8125038147rem;left:0rem;font-size:1.0625rem;z-index:100081;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #pTKwH9LlTZrv2JGawILeutfLLwvP0toc { width:17.125rem;height:83.60011875rem;top:5.8125rem;left:2.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULveUUUgt9LpgobRdwTenP8qHyFM5298 { width:1.5625rem;height:1.5625rem;top:85.449996948244rem;left:0rem;font-size:1.0625rem;z-index:100082;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #rzBRSCyLKi4Ez7ELbvZkBOE4N4uBTCyK { width:1.5625rem;height:1.5625rem;top:88.0625rem;left:0rem;font-size:1.0625rem;z-index:100083;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh { display:block; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeNtKZBfn1J8WDnT4TOgvpyFO3StG0Pu { width:20rem;height:4.13333125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPNH0OxeApEbB8GvINfGlaDne6S2xzt { width:20rem;height:11.40000625rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQX0ubFBHI52HQtdweRCpnP8kQgwxGD { width:20rem;height:13.435125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQmEU6Vta3qgMo5CCTQnXycCH2KTGTzw { width:16.875rem;height:3.4375rem;top:42.3125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGnbKKZkyCpxTMVfDzx0o0KneZvUtg7H { display:block; }
 }@media only screen and (max-width: 763px) { #VtxzADUfKI4ooxH3LrrI31RPIezPbn4i { width:20rem;height:4.1333375rem;top:36.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLxe48euAXfo2k5CDZK0eLETTGohkJdW { display:block; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { display:block; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { width:20rem;height:13.9333125rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { width:20rem;height:1.33333125rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl63uXNzGpqPellT8K2uG0tpWKlFecos { width:20rem;height:6.3333125rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { width:20rem;height:1.33333125rem;top:18.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { width:20rem;height:2.53333125rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { width:20rem;height:1.33333125rem;top:29rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { width:20rem;height:2.53333125rem;top:38rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { width:20rem;height:1.33333125rem;top:35.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { width:20rem;height:6.3333125rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { width:20rem;height:1.26666875rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { width:12.75rem;height:18.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOn729nH4K5rT71WMU8bL3dPcmCu66N { width:16.875rem;height:24.06666875rem;top:21.875rem;left:3.1250001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHDIFH08trPGE898lvtfHgDewvwEGvAF { width:1.5625rem;height:1.5625rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { width:1.5625rem;height:1.5625rem;top:26.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { width:1.5625rem;height:1.5625rem;top:30.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { width:1.5625rem;height:1.5625rem;top:42.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { width:1.5625rem;height:1.5625rem;top:33.881256103516rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { width:1.5625rem;height:1.5625rem;top:37.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2QRvPeB4UlnzGpRLbk1cePQUotkLT6R { height:11.148086522462rem;width:20rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { width:20rem;height:9.2305rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { width:20rem;height:9.932625rem;top:11.7305rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStHG1iG6kxi0NglKizpLXCzI97HzlHb { display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isyzovr9ix76xQfHmldSb1h9OQmhtL3S { width:20rem;height:10.3261875rem;top:12.3945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { width:20rem;height:9.8955rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7l2hFenXDarZQeawlxwQJN6gqPeGED { display:block; }#OZ7l2hFenXDarZQeawlxwQJN6gqPeGED > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJvBRpDpt60un5LyCTyZl12LbJ1qczDm { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofOTquITMLyZuE5S18r26cieGVBoL4XG { display:block; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDW4Tatxh0k5v7p0cNKn4O9AiK28iD9y { width:16.875rem;height:3.4375rem;top:6.625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX7Xr6ZcVq5mKkv9vVelEZM3d1SkbHkx { display:block; }
 }@media only screen and (max-width: 763px) { #q4FBpXu2n9fRpG86NW9NOLvlbPsFrIq7 { width:20rem;height:4.1333375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }