.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;
}
.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;
}body { background-color:#faf5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/IrKuGAxX/Dodaj_nag_wek_8_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0.adaptive-delivery-prevent-bg, #fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0.lazyload, #fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0.lazyloading { background-image: none; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container { background-color: transparent; background-image: none; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container > .video-iframe-container { display: none; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row > .video-iframe-container { display: none; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .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); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container { border-width: 0; border-radius: 0; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row > .video-iframe-container {  }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;overflow:visible;position:relative;display:block; }#pUpk7wugW6ZZIOT3AZ92B6mMKKK6cgMI { color:#a54870;display:block;width:25.0605625rem;position:absolute;font-family:ubuntu;font-size:12.5rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:14.518358230591rem;left:6.216796875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcZChdEUfT16w9XDwFTXQHIS906T0cDZ { position:absolute;display:block;z-index:100009;background-color:#a54870;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12369791418314rem;width:25.059896469116rem;top:39.010417938233rem;left:6.2161464691162rem;display:block; }
#qprTBrMSeIkwnIw1J49gkMeGWrgz9sgS { color:#72686c;display:block;width:25.059896469116rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:34.809898376465rem;left:6.2161464691162rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BcJ5GcWm3bHWxDhkyyWRnqmZn1dNhEE3 { color:#a54870;display:block;width:27.3105625rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:30.644529342651rem;left:5.091796875rem;height:4.1666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXKsxq8WV7xzOyF39nfqzGMNhnnMw5rK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.8074375rem;width:12.375rem;position:absolute;display:block;z-index:100013;top:6.6855463981631rem;left:12.557811737061rem;overflow:hidden;display:block; }
#rmFu4RAGlrNc1kmCMp0Gao61iQUcpVE0 { color:#72686c;display:block;width:34.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:45.536460876465rem;left:1.52734375rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1WW66g1XtMT045rJmrkXC6lQ4v76pcn { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44.3125rem;width:44.125rem;top:14.6875rem;left:30.811197280884rem;overflow:hidden;display:block; }
#peOi6aMudIELTV3Dd3zVZcB2KJ2RVtgc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60rem;width:33.75rem;display:none; }
#PErfStuXS07cbwM3hrQL0dce4Lp3sQrd { color:#72686c;display:block;width:25.059896469116rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:40.428386688233rem;left:6.2161464691162rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row .container { background-color: transparent; background-image: none; }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row .container > .video-iframe-container { display: none; }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row > .video-iframe-container { display: none; }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .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); }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row .container { border-width: 0; border-radius: 0; }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row > .video-iframe-container {  }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#GcCWmGy39iLcF7Zm8s3QO6NVbVrpmT9m { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.5rem;left:28.093751907349rem;display:block; }
#nNpZKwfxfEStMuwOWeqfeS6HOtZwAmlD { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAi80yiMXkrvvA9xtzVUHLaslUnrlFg2 { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:10.0625rem;width:15.625rem;top:15.607292175293rem;left:3.125rem;display:block; }
#wpW1vOswEDqm2xsb5AzNBgLsN7DvT9br { color:#000000;display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:16.721374511719rem;left:3.8020839691162rem;height:7.9166668653488rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2ym23IVr6zDOBJ76eXudGsX7m0PTUWq { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2cbbd;border-left:0.0625rem solid #f2cbbd;border-right:0.0625rem solid #f2cbbd;border-bottom:0.0625rem solid #f2cbbd;height:10rem;width:15.625rem;top:15.637500762939rem;left:20.998960494995rem;display:block; }
#cgKKlUETXgcXwvINHDoyCT05BoudrD8m { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2cbbd;border-left:0.0625rem solid #f2cbbd;border-right:0.0625rem solid #f2cbbd;border-bottom:0.0625rem solid #f2cbbd;height:10rem;width:15.625rem;top:15.637500762939rem;left:38.437501907349rem;display:block; }
#i88nGIPy5OtQkUuZ3EoWNmo7IvdSLVtf { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2cbbd;border-left:0.0625rem solid #f2cbbd;border-right:0.0625rem solid #f2cbbd;border-bottom:0.0625rem solid #f2cbbd;height:10rem;width:15.625rem;top:15.637500762939rem;left:56.25rem;display:block; }
#RVQiygQ1rgxhNhymznm4rTLfXXQ23CHA { color:#000000;display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:17.4501953125rem;left:21.685546875rem;height:6.3333334922791rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myAUdPtpvmmKwaQaWv9nD66PlrT3kodB { color:#000000;display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:19.096374511719rem;left:39.114585876465rem;height:3.1666667461395rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWbyJo4z9Mp6n7zvCrDvm12pGWuJUPh6 { color:#72686c;display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:18.304702758789rem;left:56.927085876465rem;height:4.7500001192093rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wn3AqD4U0eQ3dsSnVzSQ0hbJs98AqZ6C { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:11.802085876465rem;left:0rem;height:2.5rem;display:block; }
#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row .container { background-color: transparent; background-image: none; }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row .container > .video-iframe-container { display: none; }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row > .video-iframe-container { display: none; }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .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); }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row .container { border-width: 0; border-radius: 0; }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row > .video-iframe-container {  }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#khqCzc993mLPLm5DgoVsBcyPo0mHXKpI { background-color:#4bae16;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;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:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4359375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:7.0300769805906rem;left:18.75rem;display:block; }
#GvMKIGgdbAuOlBIKteS1sMyzMJwbCMbL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row .container { background-color: transparent; background-image: none; }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row .container > .video-iframe-container { display: none; }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row > .video-iframe-container { display: none; }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .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); }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row .container { border-width: 0; border-radius: 0; }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row > .video-iframe-container {  }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#FqRtOWae0B2OS9prVs5aibbmn9VAIgXQ { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:23.961326599121rem;left:0rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCBkTpKcK3IsNCSLpOpDCuvSlAyqN96U { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:34.9375rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJADZDpW5ECbegNnJAa61NQxcMANJhdT { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:37.6875rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBSyXyNHd0mH4kM5GHGwJcVnEmWlBVLJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.475rem;height:3.41210625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:42.496872901916rem;left:18.76171875rem;display:block; }
#fkrVcUBrUIKhcovbUxqad8wPxp2nXyoP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oK8O5ra27L7AkttrckQXunCKnnrLi6ED { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:33.75rem;left:35.5625rem;display:block; }
#s1ZH7l2KMCIgZ42P20e90RiDdVvFL9IC { position:absolute;display:block;z-index:100010;background-color:#ba7291;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:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#TRdLtIDWXelWx28Rs9gvQHcBaSnkVzKL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.437125rem;width:6.2484375rem;position:absolute;display:block;z-index:100019;top:1.1875rem;left:34.375rem;overflow:hidden;display:block; }
#esXdeGir4D5mlMN9DUXSyOyI2U1vCnpZ { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.5625rem;left:28.125rem;display:block; }
#Me4IckHKtaeuiQDwE7ri7u3pI5nMN7Me { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qgLU2X6i/Projekt_bez_tytu_u_63_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn.adaptive-delivery-prevent-bg, #OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn.lazyload, #OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn.lazyloading { background-image: none; }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row .container { background-color: transparent; background-image: none; }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row .container > .video-iframe-container { display: none; }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row > .video-iframe-container { display: none; }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .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); }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row .container { border-width: 0; border-radius: 0; }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row > .video-iframe-container {  }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#TfX9HgrTDkB5issVgPa44fLu42LTNZZa { position:absolute;display:block;z-index:100001;background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.499771118164rem;width:75rem;top:2.875rem;left:0rem;display:block; }
#wVZsbEPXpQO8gSUN6Gt9n5gvw4c8JNBb { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJfv8n4p41B3zpcI7rItKOb7Phrv53gW { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCFmTnJgwhuASE0aO8lloeLVU26Ce14C { color:#2649a9;display:block;width:54.811580657959rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:13.25rem;left:3.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpEGzJgcIWodPkOp90476JLQtrlJOrGd { color:#2649a9;display:block;width:38.187038421631rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TpEGzJgcIWodPkOp90476JLQtrlJOrGd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TpEGzJgcIWodPkOp90476JLQtrlJOrGd li:before{  }
#RrzyCeJ9NKSVAVrM8RmQT5HsVM01EcxZ { color:#2649a9;display:block;width:29.186580657959rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:26.8125rem;left:3.75rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATQZkWuFVnMvS5H7Mm3zlyq1JSTXqM2n { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062040440738201rem;width:3.75rem;top:6.625rem;left:35.625rem;display:block; }
#LRnka8WNuzIwR5GzgzP08equfVWO0uqT { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:22.5rem;top:15.375rem;left:48.8125rem;overflow:hidden;display:block; }
#cv1kqmQwJJ67TCvzBZzCp0T0WnGGZZMy { color:#72686c;display:block;width:62.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:30.6875rem;left:3.75rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cv1kqmQwJJ67TCvzBZzCp0T0WnGGZZMy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cv1kqmQwJJ67TCvzBZzCp0T0WnGGZZMy li:before{  }
#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K { position:relative;display:block; }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K { background-color: transparent; background-image: none; }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .row .container > .video-iframe-container { display: none; }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .row > .video-iframe-container { display: none; }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .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); }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K { border-width: 0; border-radius: 0; }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .row .container > .video-iframe-container {  }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .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; }#mqVzovTyATzqTIyggVbeKdhAL5e3cmP8 { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.75rem;left:32.9375rem;height:2.75rem;display:block; }
#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row .container { background-color: transparent; background-image: none; }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row .container > .video-iframe-container { display: none; }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row > .video-iframe-container { display: none; }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .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); }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row .container { border-width: 0; border-radius: 0; }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row > .video-iframe-container {  }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#m3agJ1GHb56VpNRBqpcHI1VSyFH3IHnp { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.6145935058594rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImyUgqg2PO0vkVI6JVOTrrxo2SETMwNR { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:3.75rem;top:3.75rem;left:35.623828887939rem;display:none; }
#GKSyefXPOrVzix7e7RorUvxMFxTdEag8 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z6nPdPuzI2D4A5GwEVZGSbmil2PPsOPO { background-color:transparent;background-image:none;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.354165390134rem;height:3.2942708283663rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:8.6145935058594rem;left:18.802085876465rem;display:block; }
#OJIzXkPZuE6oOwrvTdLTSfBM96WvCMRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RlNWMAsmLxyrN16viOhkucmofJbqDZey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/qgLU2X6i/Projekt_bez_tytu_u_63_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey.adaptive-delivery-prevent-bg, #RlNWMAsmLxyrN16viOhkucmofJbqDZey.lazyload, #RlNWMAsmLxyrN16viOhkucmofJbqDZey.lazyloading { background-image: none; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container { background-color: transparent; background-image: none; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container > .video-iframe-container { display: none; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row > .video-iframe-container { display: none; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .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); }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container { border-width: 0; border-radius: 0; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row > .video-iframe-container {  }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container { font-size:0.875rem;font-family:arial;height:162.5rem;width:75rem;position:relative;display:block; }#muXPe7yQa1XF3KTIGvZEytw8OiFRBItd { position:absolute;display:block;z-index:100002;background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:155rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#ZQXRqrfDaMftks9TrAVUmcA7WtTnX3Kx { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100018;line-height:2;letter-spacing:0;top:7.5rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AAFo5GJLapww30IyQTngCvBegbsIM0TX { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100018;line-height:2;letter-spacing:0;top:7.5rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FxWw13BEqbXa13V4mdViyxswKC01u3Nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row .container { background-color: transparent; background-image: none; }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row .container > .video-iframe-container { display: none; }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row > .video-iframe-container { display: none; }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .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); }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row .container { border-width: 0; border-radius: 0; }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row > .video-iframe-container {  }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#M5itvZOMR5sV578HNRMpWwiECMtJg7EC { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2m2RzxvunlmJBRTdu7ivPKgdBfX6qlu { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:8.3781223297119rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ype1oLwcVf7PsMyJuuvv0u3Tp2sN78oa { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:02;letter-spacing:0;top:11.83203125rem;left:4.0625rem;height:25.333333969116rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQuFxTA1x2sazZFTbe0xrZxbnXtXLFXw { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:block; }
#rHCVZvaqsi7rVZSuC9rfOHNwsx5DRZOi { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:41.006252288818rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIdiRmNR8evfMxkfANcBqJZ8apT1qvHE { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:2;letter-spacing:0;top:44.708336830139rem;left:4.0625rem;height:12.666666984558rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xR5dT5xBi3gs5XGxK93CUKrg4VVAfeSR { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#es7Kg1GoTWhabfgnP09unEhbnW0IfKqI { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:18.561459541321rem;left:0rem;overflow:hidden;display:block; }
#JzX5LC5q3rwmMdCrbbFtcFJzli4qCN6C { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:21.748959541321rem;left:0rem;overflow:hidden;display:block; }
#UbUtTyHSgh9H80SSirsfvBrsokSNpFPf { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:24.936459541321rem;left:0rem;overflow:hidden;display:block; }
#Z4x33DUe80cfSoSas3roNMTGmgWmW7uf { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:27.936459541321rem;left:0rem;overflow:hidden;display:block; }
#EEtPcoGwvlHggR15VUc6pC84GvegR65h { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:block; }
#hxTROEgeu93BrUObzzJhgASoS9XqCWWC { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:45rem;left:0rem;overflow:hidden;display:block; }
#Pr0gcB4OOdZZ2G4fWfSXRfXEJeTUrCRK { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:48.125001907349rem;left:0rem;overflow:hidden;display:block; }
#GFGBeEr4BIF95eztI5If71BtXr01PHK9 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:51.062501907349rem;left:0rem;overflow:hidden;display:block; }
#AVLBlMlqnIr4eXWWb8aKOx2cVSEov3NN { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:54.187501907349rem;left:0rem;overflow:hidden;display:block; }
#UIZHR2ylTEvX9LbOn6JbsdlbNBX9UIHk { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#gdngXFU85b0xNnwCatTdmANrtZV6T11M { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#O7KGFi0PvvcJXpqszDEsvZxKIXaLM8GA { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#mKfuG526mWzdPGZXt1TCv3OJgOpaXiSV { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#Bq0q7DsNr1M6k2c8wTvC2W2APoIo1v45 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#iTnfku5h1MvTcTJU2ucaTQSF4hDufQQF { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#fzfrRrF6zH6T3zeW6dgNRXhC8vTCIp7w { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#i4Dsw07Sx14CsWh1dDD3PncXyJoItXX5 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#TbTonUTckMmupFO144AWBbhpzzQ422Sb { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#sbfAkdGpdhq9bWmDdF7CQSp2InCVEmRm { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:18.875rem;top:10.25rem;left:5.625rem;display:none; }
#hh4JUMdMHZGFBkeR4oJ6t5Z3PlQTH6RS { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:12.186328887939rem;left:62.186717987061rem;overflow:hidden;display:none; }
#vWRvatUiA7MIBBVJ1LnCWgQRCc9gRKWE { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#fpquUkSTGuAbLPfaiTKrUS7d2828IJ0x { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#pDZKCTdmKp2ulMb7u8tIbaeDIuqr28Kk { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#TfTwzOVs3klcuxbIFa3bTR2ara4APM8x { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#Bvl3XrfzrmqTqD1dq2ZQCDtLMxpng2i0 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#ElntqSLewLkmw3a9XGPLUCg2OSPDyta1 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#g534Ds24TNrJwpXDeh1ie5p5cZ8Wnmmh { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#sbqCRI3HyW2u48TyqqizoW1TBAac0rxn { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:block; }
#d9eb1hpERBDnEfsX8d6fhbnd1NFNi90w { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#ixGeo9VPwPTfcTZ6xweVeqrWs8iVdlh7 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#TwQ1NG8Nsofck4vASPZTrwqCa73XKyhZ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:12.747657775879rem;left:0rem;overflow:hidden;display:block; }
#wE5RETH3kUVURsyt5dwsECxfz90CNWVA { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:02;letter-spacing:0;top:11.83203125rem;left:4.0625rem;height:24.8rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MUThK7ZgzTOzhGu6rp2LBBnauQuJsdJ1 { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:4.375rem;left:36.25rem;display:none; }
#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/IrKuGAxX/Dodaj_nag_wek_8_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv.adaptive-delivery-prevent-bg, #fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv.lazyload, #fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv.lazyloading { background-image: none; }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row .container { background-color: transparent; background-image: none; }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row .container > .video-iframe-container { display: none; }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row > .video-iframe-container { display: none; }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .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); }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row .container { border-width: 0; border-radius: 0; }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row > .video-iframe-container {  }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#hK0etHO9WfszVKZ8iIz9hLS5E9i1SsBT { display:block;width:44.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:30.572998046875rem;left:2.25rem;height:2.75rem;color:#a54870;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gAPn6QF9DpgU1watZcVqtnGP15O0HZS6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.4361977577209rem;width:6.2473959922791rem;position:absolute;display:block;z-index:100020;top:10.9375rem;left:9.4375rem;overflow:hidden;display:block; }
#QZScsZvqTFEvCe6kFcD65DsHmeDNaZQi { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.1875rem;width:50.6875rem;top:2.78125rem;left:23.87504819068rem;overflow:hidden;display:block; }
#vKS1b7WJpmb8FrhLlmwv88cUGQpf4qJS { display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:19rem;left:0rem;height:5.6666665077209rem;color:#a54870;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AuvDhmhy9gn1iEtaNvXhb0MN0elA9edR { display:block;width:30.1875rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:17.3125rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lx3FnmzTFGS1tFIbUCvG6TLZBnxEFUe1 { position:absolute;display:block;z-index:100007;background-color:#f8ecec;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:5.4375rem;width:46.3125rem;top:29.229248046875rem;left:0rem;display:block; }
#gHbXlktDIXv5BVITAXEsn5p7LnATTAye { display:block;width:44.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:30.572998046875rem;left:2.25rem;height:2.75rem;color:#a54870;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ymWmlLqb4tEUqqiOGgcPzbanMDST6RqQ { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:6.5416564941406rem;left:0rem;height:2.4166667461395rem;display:block; }
#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row .container { background-color: transparent; background-image: none; }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row .container > .video-iframe-container { display: none; }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row > .video-iframe-container { display: none; }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .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); }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row .container { border-width: 0; border-radius: 0; }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row > .video-iframe-container {  }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row .container { font-size:0.875rem;font-family:arial;height:76.25rem;width:75rem;position:relative;display:block; }#kU0SJ6tLvPQztQX2KJsW3dmVO510TT85 { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSryodUfCkODWaIXtehcnak8heJBDsop { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.06119791790843rem;width:3.75rem;top:3.75rem;left:35.625rem;display:block; }
#Ml5po76AGsBi4tkDdb3ak8JkwhKZNOAa { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdinePBqTboCmx4sBzKBTiT9NLtgIT7Q { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:31.3125rem;left:4.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#has8x5f4pUZaw8Uvqut0WsIahUTlMsM6 { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:2;letter-spacing:0;top:34.375rem;left:0rem;height:10.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#has8x5f4pUZaw8Uvqut0WsIahUTlMsM6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#has8x5f4pUZaw8Uvqut0WsIahUTlMsM6 li:before{  }
#JbkcEpON3lQQsW3xsWph1MS8ng3VoV38 { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:47.8125rem;left:4.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KoUS9b0G3LPf7dwOVu1IsZTeSwfranJk { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100019;line-height:2;letter-spacing:0;top:50.6875rem;left:0rem;height:10.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KoUS9b0G3LPf7dwOVu1IsZTeSwfranJk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KoUS9b0G3LPf7dwOVu1IsZTeSwfranJk li:before{  }
#AMIuZSbuJ53d7uDacS46KBZQz8eik3cC { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:63.5625rem;left:0rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xg3N7P12pWFk65A29i2VIk01r4eB1BoE { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:31.0625rem;left:0rem;overflow:hidden;display:block; }
#FHOulmkQr9EJT4UgWffmz90UtH6vDUUd { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:47.6875rem;left:0rem;overflow:hidden;display:block; }
#CUPcrORFh9pPTw339F7UqbMhx26pev2G { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#NtoLKNhFbxhkAlOrv7VWfThBEPczTMPy { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#E3xnNSFb9ySSJv9SCuOhWyB5ZJf1LKTU { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#zXFrW9xixGnId7aCGInsQRTJcyvNkUXQ { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:2;letter-spacing:0;top:76.90625rem;left:0rem;height:9.925rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#zXFrW9xixGnId7aCGInsQRTJcyvNkUXQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zXFrW9xixGnId7aCGInsQRTJcyvNkUXQ li:before{  }
#wzh0sbmwDTQtUSDWeksL6iSLV2NAtFM1 { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100019;line-height:2;letter-spacing:0;top:92.322921752931rem;left:0rem;height:9.925rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#wzh0sbmwDTQtUSDWeksL6iSLV2NAtFM1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wzh0sbmwDTQtUSDWeksL6iSLV2NAtFM1 li:before{  }
#esTDn2x4sTpXIpmtAMsvBLIzhQUroZJB { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3RfAMyZyGbeb8LQyzIHQDk0geVQ2BdW { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:4.375rem;left:36.25rem;display:none; }
#TTTZ5aZ1ML5T4G3TE1Olhcw5lUbtoZ8g { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:90.1875rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I5Eu3Mk0TOsPhlHhPI3oNHWEGB7towSr { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:5.7083435058594rem;left:0.875rem;height:1.25rem;display:block; }
#TmCuNssOTVJBqLeCatFA59BdubksB9MJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row .container { background-color: transparent; background-image: none; }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row .container > .video-iframe-container { display: none; }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row > .video-iframe-container { display: none; }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .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); }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row .container { border-width: 0; border-radius: 0; }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row > .video-iframe-container {  }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#tZ0RqZN9GLmtpgm69iFIHMzG9TkAlSLU { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhoOO5BuXnf10ypZn6tAATLzZ3pAKGlT { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row .container { background-color: transparent; background-image: none; }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row .container > .video-iframe-container { display: none; }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row > .video-iframe-container { display: none; }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .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); }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row .container { border-width: 0; border-radius: 0; }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row > .video-iframe-container {  }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#kbis9iapWNZqHVQg0y9sKQCWsW7IOO98 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100002;top:0rem;left:50.000001907349rem;overflow:hidden;display:block; }
#URb1Zr6ZFRkdOl6EtkvtKKF3wKJSKdeO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100000;top:17.3125rem;left:3.1875rem;overflow:hidden;display:block; }
#AVItnsrZC7zzaN0dBr96EIX5aOduGSnL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100001;top:17.3125rem;left:26.531251907349rem;overflow:hidden;display:block; }
#R1h7TG06wl0CZQVCVLERFiq9LUpM0PrC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100002;top:17.3125rem;left:50.000001907349rem;overflow:hidden;display:block; }
#rJWeCS2lTAMeJvvhN0u7opmJdlUkNVRd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100000;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#VwLoC7HJ3pe0yuelkhK5ccJ21lgymXp3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100001;top:0rem;left:26.562501907349rem;overflow:hidden;display:block; }
#Udl34qDXCQzzM06pbNilOKxZp4yseAMp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100001;top:34.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#JsrvHue3tSGASrbIGt2fUcgBTeZtoP7x { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100002;top:34.520874023438rem;left:26.59375rem;overflow:hidden;display:block; }
#kHubiZQSSIMcxT6v24W4yAZ5FJwLcX88 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100003;top:34.520874023438rem;left:50rem;overflow:hidden;display:block; }
#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row .container { background-color: transparent; background-image: none; }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row .container > .video-iframe-container { display: none; }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row > .video-iframe-container { display: none; }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .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); }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row .container { border-width: 0; border-radius: 0; }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row > .video-iframe-container {  }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#axkFWPqFVr2KLWKWPbfIuuf1SF4BP3s7 { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.6874890029431rem;left:28.125001907349rem;display:block; }
#vwM7qKB81JNta6NxXSBtzMOHnXQatlrD { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CiWtATFqpdNZsF2gMvK6SGQ8AFOuNxvH { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:9.1875rem;left:2.25rem;height:2.5rem;display:block; }
#CzJRviNHznEpwrpBTW83CncO9OWlBqQM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1dede;background-image:url("https://images.assets-landingi.com/GM6ei5Wy/Projekt_bez_tytu_u_92_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM.adaptive-delivery-prevent-bg, #CzJRviNHznEpwrpBTW83CncO9OWlBqQM.lazyload, #CzJRviNHznEpwrpBTW83CncO9OWlBqQM.lazyloading { background-image: none; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container { background-color: transparent; background-image: none; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container > .video-iframe-container { display: none; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row > .video-iframe-container { display: none; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .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); }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container { border-width: 0; border-radius: 0; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row > .video-iframe-container {  }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#E2kQqG3CkvAP4aOvBbbvfTVblPlTZ94c { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWt4aOKNgZiXpLyhSTRAAAUlJuzt7RNS { position:absolute;display:block;z-index:100006;background-color:rgba(250,245,245,0.98);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#Xby9ZTD8sUt9fwKFruCTC74Xqdy72W3B { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.125rem;width:28.125rem;position:absolute;display:block;z-index:100007;top:24.37890625rem;left:3.1666660308838rem;overflow:hidden;display:block; }
#Tuoqof5ZGTuq0tMGzf6MPD0tXqQiJ2dp { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:15.207305908203rem;left:0rem;height:4.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhboespsTREwdXOJFfB4r2DfcTyUOxO9 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:24.31640625rem;left:34.645833969116rem;height:22.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d4GTTKUchTm1lT0MWRUTGMBhpWmAiBMn { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:9.375rem;top:48.635375976562rem;left:48.677087783814rem;overflow:hidden;display:block; }
#eArmJsvWKIFOxXqybqAq4FfMcWDyvvEQ { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yaJqfg30kpdiyAf4zKCeKlTMu60WT7CV { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:23.754167318344rem;left:31.270833969116rem;height:22.95rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e7ccbpPi54TeUOteAhe4S506V8lH9skO { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:21.625rem;top:10.75rem;left:20.8125rem;display:none; }
#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row .container { background-color: transparent; background-image: none; }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row .container > .video-iframe-container { display: none; }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row > .video-iframe-container { display: none; }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .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); }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row .container { border-width: 0; border-radius: 0; }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row > .video-iframe-container {  }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#JNZqJUKHqPsSf84hTGqhfVATyrJWcaSn { color:#a54870;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:10.78125rem;left:0rem;height:3.8333332538605rem;font-style:normal;display:block; }
#hQ3TGLKwt1vR6cpsoFKllhUxpI5v9kL2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:3.75rem;left:20.791666030884rem;overflow:hidden;display:block; }
#THa7AAQyD7kS5LEO1zBuezgzphT1z5qX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:3.729248046875rem;left:40.166666030884rem;overflow:hidden;display:block; }
#TVdPwP9oQAtUXLpsySXLoBZV1Aoe8XDE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:3.729248046875rem;left:59.312501907349rem;overflow:hidden;display:block; }
#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row .container { background-color: transparent; background-image: none; }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row .container > .video-iframe-container { display: none; }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row > .video-iframe-container { display: none; }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .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); }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row .container { border-width: 0; border-radius: 0; }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row > .video-iframe-container {  }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#ruzWWsnXUk7pMRQUNN3Qz2CD7oo0PkSz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.625rem;width:68.75rem;top:3.75rem;left:3.125rem;display:block; }
#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row .container { background-color: transparent; background-image: none; }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row .container > .video-iframe-container { display: none; }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row > .video-iframe-container { display: none; }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .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); }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row .container { border-width: 0; border-radius: 0; }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row > .video-iframe-container {  }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;position:relative;display:block; }#n4Iols5yxw1gVnTZmAhbXcChETKQmQq1 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:39.25rem;width:75.0625rem;top:16.310546875rem;left:0rem;display:block; }
#FkKCFxIlm7J8G87DkFkFaIbsUJzOcQ18 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyBNT4KqH9QqzsSNr9u1USnkTiDx2dcV { position:absolute;display:block;z-index:100016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.06119791790843rem;width:3.75rem;top:29.2109375rem;left:35.625rem;display:block; }
#aqO9rIwHv4v1pBaAVwCM8OrLVFTsxbgV { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#veCIwL9P12yPWAJrx0W4erBLgcIvGPWb { color:#a54870;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PX0Vsdmdwgw4RLWTrn0rPeWEM7IMush2 { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#MgReNKnJTTSkzDhW9hrvUEa6uizE0xXx { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#eaUs6ycLJusnIztpD5k3uxDQJqR45RfP { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#bxzskexTHHcovsshFvd3QN8hJBortTob { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:16.875rem;top:8rem;left:29.0625rem;overflow:hidden;display:block; }
#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row .container { background-color: transparent; background-image: none; }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row .container > .video-iframe-container { display: none; }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row > .video-iframe-container { display: none; }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .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); }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row .container { border-width: 0; border-radius: 0; }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row > .video-iframe-container {  }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#srWfEvf7IzJUr2cMoHviFB5i7p818WU3 { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.6874890029431rem;left:28.125001907349rem;display:block; }
#kEyTXqfqCoTtJPCOfG9Ib197MvfLFV1l { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idHZU2QM6BXlVkMT4MVgk41ygVRefrrn { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d5wEDp7JLaRmASQVwdbhqIp88XCLs8r4 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#yUOstVfVxMknREo9Hk59OIi54QBcxCCV { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qTsyhLkFo8VTXbAWezZbyt4EMeK2BT2n { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:3.5833129882812rem;left:0rem;height:2.5rem;display:block; }
#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row .container { background-color: transparent; background-image: none; }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row .container > .video-iframe-container { display: none; }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row > .video-iframe-container { display: none; }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .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); }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row .container { border-width: 0; border-radius: 0; }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row > .video-iframe-container {  }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row .container { font-size:0.875rem;font-family:arial;height:68.8125rem;width:75rem;position:relative;display:block; }#zlMfK2oWs9ZfPqhQmbhgwTTI7utBzmss { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:18.75rem;top:7.5rem;left:28.125rem;display:block; }
#h6Kqlmq9qwVnEQOq136cS5RukaTLvL0y { color:#faf5f5;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1hON9EJSqziNTyRqzVJZ93TCTVXNE7x { color:#72686c;display:block;width:65.625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:2;letter-spacing:0;top:21.037504196167rem;left:4.0625rem;height:47.500000715256rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1ZUm0XDfTowqS30B1dBLWP0XEFBlp3F { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:21.615233421326rem;left:0rem;overflow:hidden;display:block; }
#qeU0zRIh6rUP0KZoSKIvXrtcHevtx9pk { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.1236979961395rem;top:34.218872070312rem;left:0rem;overflow:hidden;display:block; }
#Ff85NoAxdO270PNmkddSuXUiRChkeyog { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.1236979961395rem;top:40.467529296875rem;left:0rem;overflow:hidden;display:block; }
#rTkPaxDZDppFgDMP4Rxr064fgCoznmwP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.4375rem;width:6.25rem;position:absolute;display:block;z-index:100014;top:1.13671875rem;left:34.341793060302rem;overflow:hidden;display:block; }
#dJraGTMH7uralxp0Z4OcdwQa5eA6RRMm { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.1236979961395rem;top:46.905029296875rem;left:0rem;overflow:hidden;display:block; }
#wnzswDxMCSndqsDpwQc2OHNOJ0bpLTzc { position:absolute;display:block;z-index:100010;background-color:#ba7291;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:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#V1XsKTlfebAlNzf5sWnpg6Wl3Xr6UX6R { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#tEOWElx0sGGE8RTosQQ8IhhcIiHs6o5S { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#QUzfKhtzJtV4cC66EdIxcQwLI5dvoMP6 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#USwKWUU2lOdC6P6hNtw1UMVpaK9P5bkh { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#Vdit4SOtaC8GTM9Tc29bylrTfodWSd3w { color:#72686c;display:block;width:65.625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:2;letter-spacing:0;top:21.037504196167rem;left:4.0625rem;height:30.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MtlHwSwayx8A6Lyahn0F7WTIVhEVrlvp { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.5625rem;left:28.125rem;display:block; }
#Dxa4E7hCJ7LMVMgfhLXiOvol6qIq0qiF { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#UrBKbwFRklB4vNooKP3lDTWlSsWTOBsn { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#ecmrafW6X00smG3lMXWAKST7SsTMgnog { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#gIG6zdRS9rlaplgtAWGL0d03OUgqt7Qv { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#omcMTalpXGi9M7K3wTsgZZyCO16pMvAb { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.1236979961395rem;top:52.68115234375rem;left:0rem;overflow:hidden;display:block; }
#Lr3ppIVDyAWGAzlzxQxtDWJKGnPUCxGt { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#p5CC4mRuq9wS6P0RstZlIPrmW9C9lK49 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#iyVaLTWh2faIKwQ8O0aHTKOH6SqZBHTb { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:1.25rem;display:block; }
#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row .container { background-color: transparent; background-image: none; }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row .container > .video-iframe-container { display: none; }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row > .video-iframe-container { display: none; }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .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); }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row .container { border-width: 0; border-radius: 0; }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row > .video-iframe-container {  }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#KDyn5iT8DGPQIe7qSOi1egIs8oTMF4Io { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:1.74853515625rem;left:0rem;height:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { position:relative;display:block; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { background-color: transparent; background-image: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container > .video-iframe-container { display: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row > .video-iframe-container { display: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .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); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { border-width: 0; border-radius: 0; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container > .video-iframe-container {  }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/13c28d13-2376-496b-a5ed-e131d649e799/Zdjciegwnenastronzapisu5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.adaptive-delivery-prevent-bg, #zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.lazyload, #zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.lazyloading { background-image: none; }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c { position:relative;display:block; }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c { background-color: transparent; background-image: none; }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .row .container > .video-iframe-container { display: none; }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .row > .video-iframe-container { display: none; }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .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); }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c { border-width: 0; border-radius: 0; }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .row .container > .video-iframe-container {  }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#cINvseB6vhA40P4vVD93b0fhIOlCygTh { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:2;letter-spacing:0;top:9.772216796875rem;left:0rem;height:9.5000002384186rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qAqTo9VuD3XvSiaJ0E8iATP0DAHN76Ll { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:2.522216796875rem;left:0rem;height:7.2500002384186rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iJ8NQctByTeADbrsxzKpNbDlFkvcTEKg { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:2;letter-spacing:0;top:9.772216796875rem;left:0rem;height:12.666666984558rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM { position:relative;display:block; }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM { background-color: transparent; background-image: none; }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .row .container > .video-iframe-container { display: none; }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .row > .video-iframe-container { display: none; }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .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); }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM { border-width: 0; border-radius: 0; }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .row .container > .video-iframe-container {  }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#STfyV6epuUagy5eQw3vzpFpPfPwiG48W { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:2;letter-spacing:0;top:2.9583740234375rem;left:4.0625rem;height:12.666666984558rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PifBXQdTmB45rxLuarEAflCBKBV496WN { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.1236979961395rem;top:2.8736572265625rem;left:0rem;overflow:hidden;display:block; }
#srltAVaivAyhyZJ3gCGSxCXKmwQUbegf { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#eTR8W1oG0qs6baMiN3dNCyVRtg6FoNLH { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#rZizRryk2sCWVnAJKuZr1wLfzTKisCTV { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:2;letter-spacing:0;top:2.9583740234375rem;left:4.0625rem;height:22.166667222977rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row .container { background-color: transparent; background-image: none; }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row .container > .video-iframe-container { display: none; }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row > .video-iframe-container { display: none; }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .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); }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row .container { border-width: 0; border-radius: 0; }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row > .video-iframe-container {  }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;position:relative;display:block; }#yZGTDtx9unSOchq2HawozihCDXgrqqzW { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:18.75rem;top:7.5rem;left:28.125rem;display:block; }
#nZErN6Q6fbK3pv15DAT2yRGhmihSAGTS { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:9.1312494277956rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdAECwLsspUWdehlo4VIJ3eTQDbkXm0w { display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:2;letter-spacing:0;top:23.729272842408rem;left:4.0625rem;height:38.000000953674rem;color:#47545a;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GgEPSvmADlhep0Gv7grZmdUXsm2hcrWw { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:24.278905391693rem;left:0rem;overflow:hidden;display:block; }
#amLaP0i77D3X1l6O3509o20rydqvN5TD { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:30.215622901916rem;left:0rem;overflow:hidden;display:block; }
#JGaARAwBRMHn35uVf93aMmLPbcObZVQC { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:42.839060973376rem;left:0rem;overflow:hidden;display:block; }
#DlZvP7rUrDF9U0fQtocSUAlU3aN265Qa { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:36.588278960437rem;left:0rem;overflow:hidden;display:block; }
#IVyfu8zGAXF3e1VWXruoo0dkZNQLSwHf { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:48.963278960437rem;left:0rem;overflow:hidden;display:block; }
#d0P6NSzeH7Iv2L9uiU0zWp198C4abIXb { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.12421875rem;top:54.837886046618rem;left:0rem;overflow:hidden;display:block; }
#CNv4R28TA89tHue0yI7SM9gbkiGGuhX6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.437125rem;width:6.24960625rem;position:absolute;display:block;z-index:100015;top:1.13671875rem;left:34.373432159424rem;overflow:hidden;display:block; }
#M7ol011BIBCHUUfNa70CfmKWiLVOx09Q { position:absolute;display:block;z-index:100011;background-color:#ba7291;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:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#GvlIPAAAaGZnumQi7AirNyhUi5DV8UbU { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#IF6WFpCUQgfK7xrtnpR3EltuLgT3VhdC { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#lhA5eMZ8UJSwZCkPXbT2fOfTs7q13lzT { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#UMz3Vw73eNIyB1TtXPcTJRw7fmRUpfBG { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#zdahQzGioKOF6eRn2SZi5euPH2tUR1BD { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#POCZ7SVi3I4cGGgTLPkzqiPSzCd1NI7s { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#pARC9RJrQ07ArhVT3Zw2RLgWdPoq6rlh { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:33.998959541321rem;left:0rem;overflow:hidden;display:none; }
#aKi6aM9McQyp0QQJGqDfAubVCVPTxTOu { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.5625rem;left:28.125rem;display:none; }
#TnaluJi2F1RqUTVc9LBltME92SZHC7JD { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#deam8CC7xhpX3er7BWLapDw2JHUh0p19 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#dAlTfokd0Qdwnsm5UQG2Gu6wQcKdQrbH { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#bWwqrWV9dmwv8WTbphMW9SDEuUFDsFXD { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#l56v3l2bKyGA4qL3aykUZclolTWamWhH { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#rnDrlkoeDVCLP475bCUHodF61krpBFt9 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#VwNgtmaQJbtqbvBOIxO4LHdaRrxFa8N8 { display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:2;letter-spacing:0;top:23.729272842408rem;left:4.0625rem;height:38.000000953674rem;color:#47545a;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row .container { background-color: transparent; background-image: none; }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row .container > .video-iframe-container { display: none; }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row > .video-iframe-container { display: none; }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .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); }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row .container { border-width: 0; border-radius: 0; }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row > .video-iframe-container {  }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;position:relative;display:block; }#QhIrdFK83G4hcvFTDfG2xTMXzbaG8zXf { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:18.75rem;top:7.5rem;left:28.125rem;display:block; }
#xE38FOaXThx8Xbt7VKlxkTNTvbaZfeMm { color:#faf5f5;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aynkJ23BBqa69lNicXIuMSGPlQRqlZpC { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:30.148825168609rem;left:0rem;height:9.6666669845581rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyWEPA2qs7THOD7az3iw03TmLh8T7LtU { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:39.673827409744rem;left:34.187107086182rem;display:block; }
#h34TIdI8uRDSua3ark0uB0tW7rfMW1QO { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:39.748827457428rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#h34TIdI8uRDSua3ark0uB0tW7rfMW1QO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h34TIdI8uRDSua3ark0uB0tW7rfMW1QO li:before{  }
#JVPU4PnZQONXTy8oeMat2hEMC7kOdICh { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:30.062106370926rem;left:34.187107086182rem;display:block; }
#qrM9MBDH7qVqWirv4HytOmdWUKmRaUaL { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:2;letter-spacing:0;top:66.14599609375rem;left:2.3098964691162rem;height:6.3333334922791rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tv7ZSsDN48QtfcDC8r8r3FS3NnBraWPw { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:22.422655582428rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RP2mPAgnFzcGmiezIqKsunGwe2g9mozx { position:absolute;display:block;z-index:100010;background-color:#ba7291;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:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#EeHxvNUsz8glWVJ9mvMmxd5fyJGkOMeJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.437125rem;width:6.2484375rem;position:absolute;display:block;z-index:100016;top:1.1355466842651rem;left:33.561328887939rem;overflow:hidden;display:block; }
#aNhv4Sn77CW3LxN85yst5kkEwyxfLgRc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.437125rem;width:6.24960625rem;position:absolute;display:block;z-index:100015;top:1.13671875rem;left:34.373432159424rem;overflow:hidden;display:none; }
#VQx2W4ghurysxPVQbh0i3FpPSlzRVsMF { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.5625rem;left:28.125rem;display:block; }
#PkpTGxbBavFcuHHkZxTTPXLZoUJz5Z1g { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:30.148825168609rem;left:0rem;height:9.6666669845581rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BtZTTAxSsuW9iNPWKJGnvhKnCbEQ7Tik { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:45.79052734375rem;left:0rem;height:13.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BtZTTAxSsuW9iNPWKJGnvhKnCbEQ7Tik li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BtZTTAxSsuW9iNPWKJGnvhKnCbEQ7Tik li:before{  }
#RxXKbTtcN2A5eChmeezbzUxcs2zCvkAx { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:61.27099609375rem;left:0rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RxXKbTtcN2A5eChmeezbzUxcs2zCvkAx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RxXKbTtcN2A5eChmeezbzUxcs2zCvkAx li:before{  }
#c9uV4nt17ER8gOyXIF7UWAd33eKqEHvK { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:21.255249023438rem;left:0rem;height:4rem;display:block; }
#bhiUSfizqKebTdbHzOigxULwDoRxMhBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/RLgKmIew/Projekt_bez_tytu_u_87_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD.adaptive-delivery-prevent-bg, #bhiUSfizqKebTdbHzOigxULwDoRxMhBD.lazyload, #bhiUSfizqKebTdbHzOigxULwDoRxMhBD.lazyloading { background-image: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container { background-color: transparent; background-image: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container > .video-iframe-container { display: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row > .video-iframe-container { display: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .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); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container { border-width: 0; border-radius: 0; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row > .video-iframe-container {  }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#XCqO8LViRd038vNexb1B2VrqEWX5hwB6 { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:36.938551187515rem;left:0rem;height:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r09AxJEy3VXJc3CVqNxJl5FEkvaKRqet { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:35.374977111816rem;left:28.125001907349rem;display:block; }
#rGvnciAoB4SMApGlruAnlmd668eBzJAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row .container { background-color: transparent; background-image: none; }#rGvnciAoB4SMApGlruAnlmd668eBzJAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row .container > .video-iframe-container { display: none; }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row > .video-iframe-container { display: none; }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .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); }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row .container { border-width: 0; border-radius: 0; }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row > .video-iframe-container {  }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#hAkfHxaASJmAXHJM7KLDT31rRPvErJSt { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:2;letter-spacing:0;top:7.5rem;left:0rem;height:19.000000476837rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TP1FhaaM5MvtaNyHycU7gyQWx09vGGqX { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:2;letter-spacing:0;top:7.5rem;left:0rem;height:19.000000476837rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row .container { background-color: transparent; background-image: none; }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row .container > .video-iframe-container { display: none; }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row > .video-iframe-container { display: none; }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .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); }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row .container { border-width: 0; border-radius: 0; }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row > .video-iframe-container {  }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#p2kZMq1h0qOfZbac1qfOFhSNTG84LTSk { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:5.0614585876465rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISr2s5kCw8xmnoW9RuXgog3KfBa5ctWc { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:5rem;top:3.75rem;left:35.000001907349rem;display:block; }
#A7PVBT0u07uU3koQ0ESrz4FzbxtqpzO7 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:21.875rem;width:21.875rem;top:16.679163426161rem;left:0rem;display:block; }
#bG4K8T6vaDsCBrsk8Uf1MPFf5uQ8yHE8 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:21.875rem;width:21.875rem;top:16.6875rem;left:53rem;display:block; }
#yDUfCNIZb6aTTr2baKA14o9LSmlG6Mx7 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:25.167709112168rem;left:0.69166755676269rem;height:11.083333492279rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VNkhQvFHuDuB6DQ5mwlFqtkcaxZf2Hal { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:25.167709112168rem;left:27.156251907349rem;height:7.9166668653488rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xEzXQwQTekQKUf2yBAUPBc9DiIm1JPIt { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:11.856971740722rem;left:6.3550796508787rem;overflow:hidden;display:block; }
#GHAVKbIN8M6RwXWDTGV2bfaO4Jt3a8kG { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:11.858334302903rem;left:32.812501907349rem;overflow:hidden;display:block; }
#JovQs95xeQhInryW9uiyZczHRNRbnA3Q { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:21.875rem;width:21.875rem;top:16.679167509079rem;left:26.494794845581rem;display:block; }
#rQWWPtW9yWHCamzUVI1dsawuNwJcwvv8 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:11.858333587646rem;left:59.308336257934rem;overflow:hidden;display:block; }
#WCMJcgVzJwm3VHHkLVwLE6XT1phUXgvz { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:25.167709350586rem;left:53.683336257934rem;height:12.666666984558rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zT7tCzNgan3HKs8btm0H4U2nTSBLTFMM { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:11.858334302903rem;left:32.812501907349rem;overflow:hidden;display:none; }
#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row .container { background-color: transparent; background-image: none; }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row .container > .video-iframe-container { display: none; }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row > .video-iframe-container { display: none; }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .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); }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row .container { border-width: 0; border-radius: 0; }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row > .video-iframe-container {  }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#ZEAcNiwtQDC49mEBUA4zkw5g0t7Ifo2u { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:21.875rem;width:21.875rem;top:12.304170608521rem;left:0rem;display:block; }
#KURE7hGvRIl8pamDgmmsm9fb1lgzTowH { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:21.875rem;width:21.875rem;top:12.304145812988rem;left:52.991670608521rem;display:block; }
#C2VT07AJEICL6R5yurWmRNuztfo79aat { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:20.999950408936rem;left:0.69166755676269rem;height:7.9166668653488rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NcgPApyiqXcnxZTQXMGMtrX0sl37R8N3 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.9041461944581rem;left:6.3166675567625rem;overflow:hidden;display:block; }
#NTb6cKxakyql7naD2nV7xhEEZI9s3hAT { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:21.875rem;width:21.875rem;top:12.30413210392rem;left:26.494794845581rem;display:block; }
#b2MkpakWSHJFmfsfKDzrRv2msQoE0pX7 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:20.998924255371rem;left:27.187501907349rem;height:6.3333334922791rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFD6o1PHHz7J2JD6PWlQDcXlIEqZo34W { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:20.998924255371rem;left:53.652086257934rem;height:9.5000002384186rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LIr4xEt1JJuW1WmFGv6xPInOXGUzdmcv { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.9031152725219rem;left:32.812501907349rem;overflow:hidden;display:block; }
#nHWBTNpPJ0AS8PdiFnw1TGgoXl7UXAIw { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.9031152725219rem;left:59.308336257934rem;overflow:hidden;display:block; }
#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row .container { background-color: transparent; background-image: none; }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row .container > .video-iframe-container { display: none; }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row > .video-iframe-container { display: none; }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .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); }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row .container { border-width: 0; border-radius: 0; }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row > .video-iframe-container {  }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#C6Js8VCdZhvmJh97eg2SrED5AnrOdTz6 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:21.875rem;width:21.875rem;top:12.304185867309rem;left:12.873960494995rem;display:block; }
#tzBUHA33GXMLrCLGX8xEtGLXnpUa2Tp5 { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:21.875rem;width:21.875rem;top:12.304185867309rem;left:38.248964309692rem;display:block; }
#EZxtWgIvTnHiZa9HfiMMW6HQG0F1KbdF { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:20.857311248779rem;left:13.565626144409rem;height:9.5000002384186rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HoTazD73DXP14Btxcoylh98NxWcOEs5K { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:20.857311248779rem;left:38.909379959106rem;height:9.5000002384186rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhhCsI8LvTOTypnXQB7JtcvhsQTVDIUq { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.6250190734862rem;left:44.565629959106rem;overflow:hidden;display:block; }
#DKXSLxJBKBqB46EGUCJlMZXcgTd3tIQM { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.6250190734862rem;left:19.190626144409rem;overflow:hidden;display:block; }
#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row .container { background-color: transparent; background-image: none; }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row .container > .video-iframe-container { display: none; }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row > .video-iframe-container { display: none; }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .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); }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row .container { border-width: 0; border-radius: 0; }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row > .video-iframe-container {  }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#xWt733Wt2utoRqh1tisgwlKT3Tg5vCNZ { background-color:#4bae16;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;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:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43489375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:7.4991321563719rem;left:18.75rem;display:block; }
#C0trNX4yPX5J9UKlha0A3sMpkwFN90Hd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row .container { background-color: transparent; background-image: none; }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row .container > .video-iframe-container { display: none; }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row > .video-iframe-container { display: none; }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .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); }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row .container { border-width: 0; border-radius: 0; }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row > .video-iframe-container {  }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;position:relative;display:block; }#XWgTDwgTTbUTNBsCFuaAW0PU6dna8nxl { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:39.125rem;width:75.0625rem;top:16.310546875rem;left:0rem;display:block; }
#klvxRIS3TJoopZ3fMWc8xQHASmE4KyeE { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7xTyRD9uu81g0bEXxTKzfrrIvIk4hIy { position:absolute;display:block;z-index:100016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:3.75rem;top:29.211315155029rem;left:34.123828887939rem;display:block; }
#vgOVNpaqnUuakT7SlLBpuGI2OMJLNqsh { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Q0SrZ67LMhQs2l904d0TDuRw2KW4SmdR { color:#a54870;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Og84i0tdNTUF0iyzZNcRwTmrsCTbZtf9 { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#lTKJkgupZ7N5ah65QaJXoubVeZKkH9Dz { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#P41VAyCC1XAILSbbBeBKsINLPaC1qUfK { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#OfBk1zv3pbGNkiB4ptOeImd2hxvODrNS { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:16.875rem;top:7.75rem;left:29.0625rem;overflow:hidden;display:block; }
#DmwJMtH8bIBFdqLdIl005S9TxgwTykrH { position:absolute;display:block;z-index:100015;background-color:#ba7291;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:18.75rem;width:75rem;top:63.125rem;left:0rem;display:block; }
#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row .container { background-color: transparent; background-image: none; }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row .container > .video-iframe-container { display: none; }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row > .video-iframe-container { display: none; }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .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); }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row .container { border-width: 0; border-radius: 0; }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row > .video-iframe-container {  }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#I7MTCQg1Oa23eXrwqy8qvteH4epUv2dS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.437125rem;width:6.24960625rem;position:absolute;display:block;z-index:100019;top:1.125rem;left:34.375rem;overflow:hidden;display:block; }
#r5cQAnnTaA6953uBfWsiwsMV63Vpg0pV { position:absolute;display:block;z-index:100018;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:18.75rem;top:7.5rem;left:28.125rem;display:block; }
#Dd2Is3r7SFZJJwaBKh7WKWRTXTDGgFpy { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ku4ecrKQApTxMLJuA81gHsaM87gXsqkI { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.5625rem;left:28.125rem;display:block; }
#cPZNqEuFAPUFJ4QKUHN9Pv3Z0I2S9Tbn { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#r24FDubJLKZ1wVsbhPpJMsi9TSIbDtRZ { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:18.75rem;top:7.5rem;left:28.125rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#faf5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#O2JDkJGPkeaNLamE4xW8wIMWg6trdhgJ { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.875rem;left:22.375rem;height:1.25rem;display:block; }
#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/gU5EQf1i/Dodaj_nag_wek_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.adaptive-delivery-prevent-bg, #iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.lazyload, #iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.lazyloading { background-image: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container { background-color: transparent; background-image: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container > .video-iframe-container { display: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row > .video-iframe-container { display: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .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); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container { border-width: 0; border-radius: 0; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row > .video-iframe-container {  }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#ynmituI3GZxwFsC0GoiJr7dW62ZU7cmO { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:36.938551187515rem;left:0rem;height:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQ1QsV2AXZvfwOne1M4BAgVkkXpZmefU { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:35.374977111816rem;left:28.125001907349rem;display:block; }
#TwwzSAun0kByvxbd14HGt23AgwVR5guT { background-color:#faf5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row .container { background-color: transparent; background-image: none; }#TwwzSAun0kByvxbd14HGt23AgwVR5guT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row .container > .video-iframe-container { display: none; }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row > .video-iframe-container { display: none; }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .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); }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row .container { border-width: 0; border-radius: 0; }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row > .video-iframe-container {  }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;overflow:visible;position:relative;display:block; }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row .container { background-color: transparent; background-image: none; }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row .container > .video-iframe-container { display: none; }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row > .video-iframe-container { display: none; }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .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); }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row .container { border-width: 0; border-radius: 0; }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row > .video-iframe-container {  }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#sGIkWJiL4AGc6KEtNKbxh2QgH9OXUu6E { position:absolute;display:block;z-index:100015;background-color:#ba7291;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:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#MBisImqtdTlh0tKcVwvdlophTdWg96Wv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.437125rem;width:6.2484375rem;position:absolute;display:block;z-index:100021;top:2.1875rem;left:33.5625rem;overflow:hidden;display:block; }
#nq6oS8aameZTxv4pamb8osyDxdAdqdAz { position:absolute;display:block;z-index:100017;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:18.75rem;top:8.5625rem;left:28.125rem;display:block; }
#RpOLNDyOK6HlWJDdrrmWA1d456CLnHzm { position:absolute;display:block;z-index:100020;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:8.625rem;left:28.125rem;display:block; }
#nzzuJyHlIT6N6h6rt7Nw0pJyRuf7Txi2 { color:#faf5f5;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNVBi2iTnu1DJQIA4uhyEXVBQJeZZNuP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.437125rem;width:6.24960625rem;position:absolute;display:block;z-index:100015;top:1.13671875rem;left:34.373432159424rem;overflow:hidden;display:none; }
#fk2HRlFk2yJiBgeCFiZR6yVsXvBf7nwQ { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:18.75rem;top:7.5rem;left:28.125rem;display:none; }
#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf { position:relative;display:block; }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf { background-color: transparent; background-image: none; }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .row .container > .video-iframe-container { display: none; }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .row > .video-iframe-container { display: none; }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .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); }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf { border-width: 0; border-radius: 0; }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .row .container > .video-iframe-container {  }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#hDvpBFConBNO8iQRXQAL9ifahFafv1dO { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:3.5rem;left:3.875rem;display:block; }
#nyaxcbiSXrUhv4Jm0IqCGtGTeM0IDxAI { background-color:#4bae16;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;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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:28.10302734375rem;left:10.125rem;display:block; }
#rPuQpmaB1P2t87mxMURuRvFdZvJClAQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f8L10WNhExisWdxptGhVT9QMzOAQHrx5 { color:#72686c;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:1.5;letter-spacing:0;top:13.625rem;left:7rem;height:4.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTBW1BeKvV7eovsLTwecOGXg8EkVzDSs { background-color:#4bae16;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;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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:28.125rem;left:46.125003814698rem;display:block; }
#oZlT7g2cpPqFrPV12DfokNB13l2xo4ty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M6l4fWl3nC5lTZ2zrhFdb4gaUqMBnnUr { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:22.6640625rem;left:10.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CzRWfhbkH4P2vUp4iSZFAqwJTH6uUhdp { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:3.5rem;left:39.875rem;display:block; }
#mmO8n5JWOJN2VfTJrFA6X9MUhtytaAeN { color:#72686c;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100019;line-height:1.5;letter-spacing:0;top:13.60302734375rem;left:39.875rem;height:2.3333332538605rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NNUWrNQXOXeM29IaJiCKmHoKTde5GJsa { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:22.686279296875rem;left:46.125003814698rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N9c0QrNdF6kkIW0NViBLsz83UVnqar4n { position:absolute;display:block;z-index:100001;background-color:#a54870;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:6.6875rem;width:30rem;top:4.1875rem;left:4.5rem;display:block; }
#JRXASxuwP52oSZLEL9gtPn0ai2n62rm4 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:5.9375rem;left:7rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u5MLmwPHMbttncbXPfvBrzx02N9MgAed { position:absolute;display:block;z-index:100002;background-color:#a54870;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:6.6875rem;width:30rem;top:4.1875rem;left:40.5rem;display:block; }
#S4rEoROE5DheP97obgq4FmTikdGy6wG7 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:5.9375rem;left:43rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#liJzSvOlWKL5nhryGcATNMm8znJpIsWE { color:#2a6f05;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:16.875rem;left:39.875rem;height:1.8333333730698rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/QpNWjEwZ/Dodaj_nag_wek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE.adaptive-delivery-prevent-bg, #wtT7sUeVui9TcduDlEbz4ETF9LwANqGE.lazyload, #wtT7sUeVui9TcduDlEbz4ETF9LwANqGE.lazyloading { background-image: none; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container { background-color: transparent; background-image: none; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container > .video-iframe-container { display: none; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row > .video-iframe-container { display: none; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .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); }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container { border-width: 0; border-radius: 0; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row > .video-iframe-container {  }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#W1bSEp0K6zqSrrE4UJAhrxT7bmFuHoru { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:36.938551187515rem;left:0rem;height:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Li6scTWQylwgyKkt6LVaBTUBzTytTI45 { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:35.374977111816rem;left:28.125001907349rem;display:block; }
#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row .container { background-color: transparent; background-image: none; }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row .container > .video-iframe-container { display: none; }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row > .video-iframe-container { display: none; }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .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); }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row .container { border-width: 0; border-radius: 0; }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row > .video-iframe-container {  }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;position:relative;display:block; }#xpXNTZdegkuchfv1AntQUzSaD23XULAr { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:5rem;top:7.5625rem;left:34.9375rem;display:block; }
#NAtfJvdrvS9ZNiR2TnlDmou2PsBG35mK { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SaA93sWUd44b5GGKkVQ289X1VN0DPSAI { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:02;letter-spacing:0;top:13.562114715576rem;left:0rem;height:12.666666984558rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aTOmOhNePn3MTnaRWKny8yOMGuXDpVvb { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:02;letter-spacing:0;top:25.862113952637rem;left:0rem;height:9.5000002384186rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TaW0fK7lVFhx7X3cXiexiPAEmOPiieFe { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:50.470283508301rem;left:34.999217987061rem;display:block; }
#Crk7F2U9CCDdlA6TeZCZ2Ll5ThdwONSF { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:02;letter-spacing:0;top:50.469138145447rem;left:0rem;height:12.666666984558rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yoIziJkPqX27GWXH2QlL0yUk5moncecU { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:02;letter-spacing:0;top:35.08473777771rem;left:0rem;height:15.833333730698rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RXD10z3NyBb8cddlZfTMvul53cpTCHNW { position:absolute;display:block;z-index:100016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:35.100002288818rem;left:34.249217987061rem;display:block; }
#Vm5NeLrwbWQekXCWeIz1VwhAJcSUWzDU { position:absolute;display:block;z-index:100017;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:25.875003814698rem;left:34.999217987061rem;display:block; }
#C3EHk3BQdEmqqX4xQNERiIzQXlqAXx0Z { position:absolute;display:block;z-index:100017;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:62.782028198244rem;left:34.999217987061rem;display:block; }
#yZA1vAQiFv0QZbJAG4EwCxM6MafvSfSz { background-color:transparent;background-image:none;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.354165390134rem;height:3.2942708283663rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:74.24609375rem;left:18.822916030884rem;display:block; }
#UKvtf64h1zum8T3ntlv8g3OAmsUtbDuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cdmCzul4LixFGDTrylSIaVATGU9dZCZw { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:02;letter-spacing:0;top:62.78125rem;left:0rem;height:12.666666984558rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HgQucFwXFJKZMaPJa9LDHQpolP5S5KE9 { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vm4ytPTDXJFwT4R9EDKMDUAyZgy3uCFP { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:02;letter-spacing:0;top:50.469138145447rem;left:0rem;height:12.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sbDFg1ywGeh5tqWG0sugl25vTIopCKC7 { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:5rem;top:7.5625rem;left:34.9375rem;display:block; }
#USa6nJqkwNUBASgcIHfrShBQ8spSTyPb { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#HENadFb0aJisskZaKEwk5AtWWufPaxnb { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#N8pHbk80ck7z2XC0JB7yiN5SdqtI63a5 { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#vc5A6N1XkhV2yQFlLpmaCw2X5Pu9ESrL { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:02;letter-spacing:0;top:13.562114715576rem;left:0rem;height:12.666666984558rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Sw4TgxJ4FtJbRxmRIdvMXgn2hdbTGEbs { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:02;letter-spacing:0;top:35.08473777771rem;left:0rem;height:15.833333730698rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#K9cT9dPFVaPumZsIEFcTO72WPABZDs1z { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:02;letter-spacing:0;top:25.862113952637rem;left:0rem;height:9.5000002384186rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mKD0C0UQpkbS8XBQoTW2v8hgvw26kMJX { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:02;letter-spacing:0;top:62.767963409425rem;left:0rem;height:12.666666984558rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 { position:relative;display:block; }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 { background-color: transparent; background-image: none; }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .row .container > .video-iframe-container { display: none; }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .row > .video-iframe-container { display: none; }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .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); }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 { border-width: 0; border-radius: 0; }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .row .container > .video-iframe-container {  }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#GZxTPLio7glxzdA8Su1aRr4TftgaMNyQ { color:#2649a9;display:block;width:31.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100023;line-height:2;letter-spacing:0;top:3.48046875rem;left:6.6875rem;height:34.833334207535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qaUBL8zFTrlt6BlAfXvcUQJAskavXxQT { color:#2649a9;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100023;line-height:2;letter-spacing:0;top:3.0855503082276rem;left:18.75rem;height:34.833334207535rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OgL5vxElx8tkGdyof3tMIFTGXRe8CDse { color:#2649a9;display:block;width:31.6875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100024;line-height:2;letter-spacing:0;top:3.48046875rem;left:41.812501907349rem;height:19.000000476837rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row .container { background-color: transparent; background-image: none; }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row .container > .video-iframe-container { display: none; }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row > .video-iframe-container { display: none; }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .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); }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row .container { border-width: 0; border-radius: 0; }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row > .video-iframe-container {  }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#dtEEAxivpOT2eKwRAJicFK5500v4pcpQ { position:absolute;display:block;z-index:100023;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:5rem;top:3.1875rem;left:35rem;display:block; }
#v0Lvqa6evdpf8D3FcONnxbzTGOLnxi3w { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100024;line-height:02;letter-spacing:0;top:14.923851966858rem;left:0rem;height:12.666666984558rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#doG89LFOJ36mAlIlpdzpNFtvHcw93c9T { position:absolute;display:block;z-index:100024;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:14.923827171326rem;left:34.999217987061rem;display:block; }
#A0XsRZMTo6TqMEDcFx2vBHid1tGcwd5N { position:absolute;display:block;z-index:100025;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:27.236718177796rem;left:34.999217987061rem;display:block; }
#qP4mTsuLSdUXfDJCG6MMwMyyALVFS5rS { position:absolute;display:block;z-index:100023;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:5rem;top:3.1875rem;left:35rem;display:none; }
#vLF84n1vR67pbJJT84oUHpshWesp2RAH { position:absolute;display:block;z-index:100023;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:5rem;top:3.1875rem;left:35rem;display:none; }
#odq685mF7fbZAVWag7JWt8NNVmRO25ZZ { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100023;line-height:02;letter-spacing:0;top:3.1875238418579rem;left:0rem;height:9.5000002384186rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZuQHPi7S9bzBR9P9Dfbt7TyXGPIszFWD { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100023;line-height:02;letter-spacing:0;top:3.1875rem;left:0rem;height:9.225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fdOyiH2L3cHmJv1BZGqF5MWzRUEfVe6z { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:30.375rem;left:0.1875rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P0wy7a9MsALaPP17xAytAVdXCJSLUS7I { position:absolute;display:block;z-index:100023;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:5rem;top:3.1875rem;left:35rem;display:none; }
#TPs2zhrwSh7WwbtFUZT0MVARnbtJR43U { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100024;line-height:02;letter-spacing:0;top:14.923851966858rem;left:0rem;height:12.666666984558rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VscXeZhmFUSyhVI47UL2RRQxmOcTN8TH { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:30.375rem;left:0.1875rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hAcoEd3aNUxd1TJnHDnoQDp13TAURQQT { position:absolute;display:block;z-index:100025;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:27.236718177796rem;left:34.999217987061rem;display:none; }
#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row .container { background-color: transparent; background-image: none; }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row .container > .video-iframe-container { display: none; }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row > .video-iframe-container { display: none; }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .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); }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row .container { border-width: 0; border-radius: 0; }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row > .video-iframe-container {  }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:block; }#uJuy6hoKRe7qz02dQuQlMBKm2z0tFi9V { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:43.4375rem;width:75.1875rem;top:16.31005859375rem;left:0rem;display:block; }
#UOtJEA9DADZ7CodmhZTtvwu5Qv8q6qUk { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:51.811279296875rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2fGdiX0acTNRZRqNJzFCcEPtg92dRfN { position:absolute;display:block;z-index:100016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.060546875rem;width:3.75rem;top:29.2109375rem;left:35.625rem;display:block; }
#saDt40P9ZxB4eDtz0GTdSLkCoqrEVo65 { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:20rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#J3dqgQgk6gbEDTptflnkBFpMcOAsogyl { color:#a54870;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8NXTK5qRVOlFgcFHtd5Rnys0hq2i4x7 { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#LJlC9XCREVFTLtBhqSyABcTZ1RmZEJIV { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:16.875rem;top:8.125rem;left:29.0625rem;overflow:hidden;display:block; }
#dvvShOkCuEbU2Ilb5AX8I5mPPR38qgqt { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:20rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/wA2pnEc2/Dodaj_nag_wek_4_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88.adaptive-delivery-prevent-bg, #Oqa3CkeTN64qxa32BJnlyMes4KB0Br88.lazyload, #Oqa3CkeTN64qxa32BJnlyMes4KB0Br88.lazyloading { background-image: none; }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row .container { background-color: transparent; background-image: none; }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row .container > .video-iframe-container { display: none; }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row > .video-iframe-container { display: none; }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .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); }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row .container { border-width: 0; border-radius: 0; }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row > .video-iframe-container {  }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#wzSLnNJWioSAOTR9076w0MxqLFkCBa8S { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:19.940626144409rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sL8ffogPHsBWchSCUOS8NZkHagPtVhC2 { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:18.811459541321rem;left:28.125001907349rem;display:none; }
#yqZiWFQuWLrgA4WEIiZuWc0Q3Cgh6tor { background-color:transparent;background-image:none;border-top:0.0625rem solid #faf5f5;border-left:0.0625rem solid #faf5f5;border-right:0.0625rem solid #faf5f5;border-bottom:0.0625rem solid #faf5f5;box-sizing:border-box;color:#faf5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.48335375rem;height:3.41979125rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:25.53333568573rem;left:18.757291793823rem;display:none; }
#TeW8yJS6nLHFZcTkABxvAr74ryuPAVyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RfhAVT6L0D3PbpT9od6MlduWXkuDgmOP { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:18.75rem;top:9.4980459213256rem;left:28.125rem;display:block; }
#lzPCmGNF3UqLibzeHQHyEu2zJwJbSmaH { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:10.560936927796rem;left:0rem;height:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2Zpo6topcqwb1b6i78V811WkJS8l7SP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:roboto;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.3541665822268rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:17.041748046875rem;left:18.75rem;display:block; }
#xQJe7qP00ZeZP4SRQ0PsIUkKs5ySPtWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zkildTEFE1V76ao4qQOTHao12F4fI9cN { position:relative;display:block; }#zkildTEFE1V76ao4qQOTHao12F4fI9cN { background-color: transparent; background-image: none; }#zkildTEFE1V76ao4qQOTHao12F4fI9cN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .row .container > .video-iframe-container { display: none; }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .row > .video-iframe-container { display: none; }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .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); }#zkildTEFE1V76ao4qQOTHao12F4fI9cN { border-width: 0; border-radius: 0; }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .row .container > .video-iframe-container {  }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs { position:relative;display:block; }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs { background-color: transparent; background-image: none; }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .row .container > .video-iframe-container { display: none; }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .row > .video-iframe-container { display: none; }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .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); }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs { border-width: 0; border-radius: 0; }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .row .container > .video-iframe-container {  }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#HCe438yhVTd8xS387FQPiPTfIy3d5wD9 { position:absolute;display:block;z-index:100013;background-color:rgba(165,72,112,0.8);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:2.25rem;width:56.4375rem;top:0.625rem;left:7.5rem;display:block; }
#s1aR2bMBOnCAmWMt3erh9m0o15wFJ46S { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:0.7083740234375rem;left:8.75rem;height:2.0833332538605rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2brGCp8ztXaONaE9QkRy906t7UXPycU { position:relative;display:block; }#z2brGCp8ztXaONaE9QkRy906t7UXPycU { background-color: transparent; background-image: none; }#z2brGCp8ztXaONaE9QkRy906t7UXPycU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .row .container > .video-iframe-container { display: none; }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .row > .video-iframe-container { display: none; }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .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); }#z2brGCp8ztXaONaE9QkRy906t7UXPycU { border-width: 0; border-radius: 0; }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .row .container > .video-iframe-container {  }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#CbvIystbk2pZxhbxr3p2zF7IiaEhin3i { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0.25rem;left:8.46875rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg { position:relative;display:block; }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg { background-color: transparent; background-image: none; }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .row .container > .video-iframe-container { display: none; }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .row > .video-iframe-container { display: none; }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .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); }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg { border-width: 0; border-radius: 0; }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .row .container > .video-iframe-container {  }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#EDxxSeTkeAxZgrCebtKe7EbtftoVNJ4E { position:absolute;display:block;z-index:100012;background-color:rgba(165,72,112,0.8);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:2.25rem;width:56.4375rem;top:0.875rem;left:7.5rem;display:block; }
#FTDMTvqzFuQQOGC0GTeckZlP3N2E7Kqs { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.7;letter-spacing:0;top:1rem;left:8.75rem;height:2.0833332538605rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNULirHkc4W5THwlrcsWFPWmDnvsxasx { position:relative;display:block; }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx { background-color: transparent; background-image: none; }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .row .container > .video-iframe-container { display: none; }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .row > .video-iframe-container { display: none; }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .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); }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx { border-width: 0; border-radius: 0; }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .row .container > .video-iframe-container {  }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#p0VXTpPqRommSfhiCxIfFmUTlF3oXyTs { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#JO3vZz7FeVfgZDeNNAIyk3GyQeTF7VDU { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:1.875rem;color:#47545a;font-style:normal;display:none; }
#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t { position:relative;display:block; }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t { background-color: transparent; background-image: none; }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .row .container > .video-iframe-container { display: none; }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .row > .video-iframe-container { display: none; }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .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); }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t { border-width: 0; border-radius: 0; }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .row .container > .video-iframe-container {  }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#l3NPNb8zBHCmKSJrhnhfQAOyupDKq00u { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1rem;left:8.75rem;height:2.0833332538605rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uocstd95d9iFiNDShASya1dRwZcSAqhq { position:absolute;display:block;z-index:100013;background-color:rgba(165,72,112,0.8);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:2.25rem;width:56.4375rem;top:0.8125rem;left:7.5rem;display:block; }
#w4aHXJXXxav4iQst3aOz7i2uz1a8GW9A { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1rem;left:8.75rem;height:2.0833332538605rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:none; }
#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o { position:relative;display:block; }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o { background-color: transparent; background-image: none; }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .row .container > .video-iframe-container { display: none; }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .row > .video-iframe-container { display: none; }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .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); }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o { border-width: 0; border-radius: 0; }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .row .container > .video-iframe-container {  }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#qWQoPSQnt2k6JsCLzaoFXN1yqVHLeFQV { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#FNTF6W937riiQTkBGG8OroeMGPTQbI65 { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:1.875rem;color:#47545a;font-style:normal;display:none; }
#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF { position:relative;display:block; }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF { background-color: transparent; background-image: none; }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .row .container > .video-iframe-container { display: none; }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .row > .video-iframe-container { display: none; }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .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); }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF { border-width: 0; border-radius: 0; }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .row .container > .video-iframe-container {  }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#nTyb3cWJSa4Gpq6hMBMDFLSP7iKn00L1 { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1rem;left:8.75rem;height:2.0833332538605rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fr8ATzd4o3Xb2Szk69sv01ic0xDTKTW2 { position:absolute;display:block;z-index:100013;background-color:rgba(165,72,112,0.8);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:2.25rem;width:56.4375rem;top:0.8125rem;left:7.5rem;display:block; }
#st2SStn0E50d43ZicLQAxlTOp5VncF0V { position:relative;display:block; }#st2SStn0E50d43ZicLQAxlTOp5VncF0V { background-color: transparent; background-image: none; }#st2SStn0E50d43ZicLQAxlTOp5VncF0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .row .container > .video-iframe-container { display: none; }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .row > .video-iframe-container { display: none; }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .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); }#st2SStn0E50d43ZicLQAxlTOp5VncF0V { border-width: 0; border-radius: 0; }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .row .container > .video-iframe-container {  }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#m9dA7JgO5SNyMDNQXkA4x4zhxypTQNk1 { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:19.166666269302rem;color:#47545a;font-style:normal;display:block; }
#A6daoglU7qklCz55ibUL21aZ2JaouKrw { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100015;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:9.375rem;color:#47545a;font-style:normal;display:none; }
#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn { position:relative;display:block; }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn { background-color: transparent; background-image: none; }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .row .container > .video-iframe-container { display: none; }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .row > .video-iframe-container { display: none; }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .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); }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn { border-width: 0; border-radius: 0; }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .row .container > .video-iframe-container {  }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#VWKadSqKzIiQBZ4Q8zbIkai8E0AsfPW3 { position:absolute;display:block;z-index:100014;background-color:rgba(165,72,112,0.8);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:2.8125rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#J2bSaf9O5icrwcrozSv6qU6FQuwTJpPL { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:1.09375rem;left:8.75rem;height:2.0833332538605rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qsmpmcmPhBAJLhncnhQAnNPCOnHXh1ra { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.7;letter-spacing:0;top:1.09375rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL { position:relative;display:block; }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL { background-color: transparent; background-image: none; }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .row .container > .video-iframe-container { display: none; }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .row > .video-iframe-container { display: none; }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .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); }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL { border-width: 0; border-radius: 0; }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .row .container > .video-iframe-container {  }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#kZrF9IUKI2d407K0K7UR9SRs0A19OD5H { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:17.249999642372rem;color:#47545a;font-style:normal;display:block; }
#AmSw4g9lD8NDCqaVsRX2rsdfDK8z3UTM { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:15rem;color:#47545a;font-style:normal;display:none; }
#WsNz2gQO9slN3tRkb3ITUWECLtPXHgn3 { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:15.333333015442rem;color:#47545a;font-style:normal;display:none; }
#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p { position:relative;display:block; }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p { background-color: transparent; background-image: none; }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .row .container > .video-iframe-container { display: none; }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .row > .video-iframe-container { display: none; }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .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); }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p { border-width: 0; border-radius: 0; }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .row .container > .video-iframe-container {  }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#Aifn6f0AnAWy3q0zTWwnGFgalOWmhnGQ { position:absolute;display:block;z-index:100014;background-color:rgba(165,72,112,0.8);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:2.25rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#mKHVQJFEDadcBh0u5SdQGdolQy2g8gR9 { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:8.75rem;height:2.0833332538605rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tmriI9AMTN02wtfzaPR9g6TsahsnaDCJ { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EQXWcG53We5nIIu9ES690se3XbsNbJPF { position:relative;display:block; }#EQXWcG53We5nIIu9ES690se3XbsNbJPF { background-color: transparent; background-image: none; }#EQXWcG53We5nIIu9ES690se3XbsNbJPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .row .container > .video-iframe-container { display: none; }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .row > .video-iframe-container { display: none; }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .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); }#EQXWcG53We5nIIu9ES690se3XbsNbJPF { border-width: 0; border-radius: 0; }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .row .container > .video-iframe-container {  }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#zT51Uk6dyUcEQ3BfxpJKarPeGEzS6ONx { display:block;width:55.4375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:9.5833331346512rem;color:#47545a;font-style:normal;display:block; }
#IaydtTmIqnkgFpoOmhRD7CT581qDJv3V { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:5.625rem;color:#47545a;font-style:normal;display:none; }
#K9fs4nOvId4sskmu8VfCRI7tXaHdSZrd { display:block;width:55.4375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:7.6666665077209rem;color:#47545a;font-style:normal;display:none; }
#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws { background-color:#faf5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row .container { background-color: transparent; background-image: none; }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row .container > .video-iframe-container { display: none; }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row > .video-iframe-container { display: none; }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .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); }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row .container { border-width: 0; border-radius: 0; }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row > .video-iframe-container {  }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row .container { background-color: transparent; background-image: none; }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row .container > .video-iframe-container { display: none; }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row > .video-iframe-container { display: none; }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .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); }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row .container { border-width: 0; border-radius: 0; }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row > .video-iframe-container {  }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#Fp8clF3llcU5iU90LsRRXb3WRplTeCSO { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:18.75rem;top:7.5rem;left:28.125001907349rem;display:block; }
#Dud87CGlOd7OotKtoD1DRU0TpqT4QrFZ { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDCcDXwsF3cEvck0JnxCTZ00OQ4V7C7A { color:#72686c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5vqgH8xpTeuhNMOCelCBmtUxkAJmmBw { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-text.counter-number { border-top:0.1875rem solid #f39c12;border-left:0.1875rem solid #f39c12;border-right:0.1875rem solid #f39c12;border-bottom:0.1875rem solid #f39c12;background-color:transparent;background-image:none;color:#a54870;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:roboto;font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.291748046875rem;left:24.494791030884rem;z-index:100060; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #pfBDFeAMZHOGbQ2rHTA1RfoTs0Oliuip { display:flex;position:relative;top:0rem;left:0rem; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #PCNFlwl5amR1g9nJHQ3G7NFvUAJ4P6tK { width:auto; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #KcHKHD9SEJnIXezsl4b97ViXUxFqwHHh {  }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #SsXTQphwwFKi5TrZbn5bKfvr5yhF1GFB { display:flex;position:relative;top:0rem;left:0rem; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #BTvHyNWg57vOKhNCauwFOOy9clac3RaX {  }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #R2apHc3E6VTuAerAM12QCRR0RUd3CbZd {  }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #tlm06CvBDMn0sWEtVsFIrHOT8Av8VZTb { display:flex;position:relative;top:0rem;left:0rem; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #QH3godVSB2PQMWJpllHrlhUsWsRXCmJW {  }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #MUHsLI3F7dThvGmZeUR4lmPGSg8bOfaq {  }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #OJb1r0n0Nq2LrAeTTsStt3koOolk5ZwO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #HoE00V13TbgxKBOs6zss7bMwC4ctQCFh {  }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #EHrUFSshCAuHNVWMwJzIrN8mUJGwfxhT {  }
#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row .container { background-color: transparent; background-image: none; }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row .container > .video-iframe-container { display: none; }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row > .video-iframe-container { display: none; }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .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); }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row .container { border-width: 0; border-radius: 0; }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row > .video-iframe-container {  }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#KclRQzN7IBtvdSGNEgnpOo3DhSqtrIPl { background-color:#4bae16;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;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:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43489375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:7.4991321563719rem;left:18.75rem;display:block; }
#OJu7t2g7gQlvh18H2i6iiM8MCJMITxKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row .container { background-color: transparent; background-image: none; }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row .container > .video-iframe-container { display: none; }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row > .video-iframe-container { display: none; }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .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); }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row .container { border-width: 0; border-radius: 0; }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row > .video-iframe-container {  }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#hQrfMTKKd9KV3giLgFUUTqx61heCcF6p { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:39.25rem;width:75.0625rem;top:16.310546875rem;left:0rem;display:block; }
#c9hJB96r1Gwtxf5zdtmDHmabMuDToFxX { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:45.76953125rem;left:0rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XP17S2mxe0cFirLrbDHqmgQcHJezWwE3 { position:absolute;display:block;z-index:100016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.06119791790843rem;width:3.75rem;top:29.2109375rem;left:35.625rem;display:block; }
#eZpW8zT0JbZhaBbUg11ppP4VXV6uFy5y { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:14rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#V0d8hQIRb8AxnkhlFOWMpSzKioKTAC3P { color:#a54870;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T81hcRpGTQMI5kTf3GRd3xTSnqCyTqdI { position:absolute;display:block;z-index:100014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#qdDlilZTWKcTc6QofTKMuyWPpyP7szVZ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:16.875rem;top:7.875rem;left:29.031251907349rem;overflow:hidden;display:block; }
#PGBnmoTL7bFxCK5SoulhUUToILknVSX2 { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:14rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row .container { background-color: transparent; background-image: none; }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row .container > .video-iframe-container { display: none; }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row > .video-iframe-container { display: none; }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .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); }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row .container { border-width: 0; border-radius: 0; }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row > .video-iframe-container {  }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#o439I3AOd0Lf2q7Op9qrTZc0Av42hXIc { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/GM6ei5Wy/Projekt_bez_tytu_u_92_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4.adaptive-delivery-prevent-bg, #Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4.lazyload, #Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4.lazyloading { background-image: none; }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row .container { background-color: transparent; background-image: none; }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row .container > .video-iframe-container { display: none; }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row > .video-iframe-container { display: none; }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .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); }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row .container { border-width: 0; border-radius: 0; }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row > .video-iframe-container {  }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#K12dQ3ATWUtfqJF3x00TR6TwaaB6qGU8 { display:block;width:52.187125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:7.5rem;left:11.404685974121rem;height:36.66666674614rem;color:#a54870;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r65pmhMohoLGiZBwQTGW4BHCRncakqPa { position:absolute;display:block;z-index:100016;background-color:#a54870;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062109375rem;width:4.99921875rem;top:5.9132814407349rem;left:34.999217987061rem;display:block; }
#prcSl6DASAGfaPnopTtgTCg9D9ZbGIZf { display:block;width:52.187125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:7.5rem;left:11.404685974121rem;height:33.75rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wBlBTbvbQsBukGB6w8oapTqmBoC8H8ql { position:absolute;display:block;z-index:100015;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:5rem;top:25.004167973995rem;left:35.000001907349rem;display:block; }
#JK84Qw4IlF3LdkcPghNeFMUc0NdKtvTx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:3.33349609375rem;left:10.875rem;height:1.25rem;display:block; }
#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row .container { background-color: transparent; background-image: none; }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row .container > .video-iframe-container { display: none; }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row > .video-iframe-container { display: none; }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .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); }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row .container { border-width: 0; border-radius: 0; }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row > .video-iframe-container {  }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#yzT42B0rXOmJ098x6Up0loilavZLGB99 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.24960625rem;width:12.4991875rem;top:3.123046875rem;left:31.249217987061rem;overflow:hidden;display:block; }
#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 { background-color:#faf5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row .container { background-color: transparent; background-image: none; }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row .container > .video-iframe-container { display: none; }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row > .video-iframe-container { display: none; }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .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); }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row .container { border-width: 0; border-radius: 0; }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row > .video-iframe-container {  }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W { background-color:#faf5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row .container { background-color: transparent; background-image: none; }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row .container > .video-iframe-container { display: none; }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row > .video-iframe-container { display: none; }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .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); }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row .container { border-width: 0; border-radius: 0; }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row > .video-iframe-container {  }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 { display:block; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pUpk7wugW6ZZIOT3AZ92B6mMKKK6cgMI { width:24.999625rem;height:9.75rem;top:10.792967796326rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcZChdEUfT16w9XDwFTXQHIS906T0cDZ { width:16.247396469116rem;height:0.12369791418314rem;top:26.776042938233rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qprTBrMSeIkwnIw1J49gkMeGWrgz9sgS { width:24.998697280884rem;height:2rem;top:23.796875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcJ5GcWm3bHWxDhkyyWRnqmZn1dNhEE3 { width:18.75rem;height:2.75rem;top:20.467967987061rem;left:3.1230466961861rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXKsxq8WV7xzOyF39nfqzGMNhnnMw5rK { width:6.25rem;height:6.375rem;top:6.9960932731631rem;left:9.3738277554513rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rmFu4RAGlrNc1kmCMp0Gao61iQUcpVE0 { width:25rem;height:0;top:20.79843711853rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1WW66g1XtMT045rJmrkXC6lQ4v76pcn { width:25.125rem;height:25.1875rem;top:8.125rem;left:22.409375841171rem;display:block; }
 }@media only screen and (max-width: 1199px) { #peOi6aMudIELTV3Dd3zVZcB2KJ2RVtgc { width:33.75rem;height:60rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PErfStuXS07cbwM3hrQL0dce4Lp3sQrd { width:24.998697280884rem;height:2rem;top:28.009117126465rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt { display:block; }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row .container { width:47.75rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GcCWmGy39iLcF7Zm8s3QO6NVbVrpmT9m { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNpZKwfxfEStMuwOWeqfeS6HOtZwAmlD { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAi80yiMXkrvvA9xtzVUHLaslUnrlFg2 { width:18.75rem;height:6.437125rem;top:8.3671875rem;left:14.423436939716rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpW1vOswEDqm2xsb5AzNBgLsN7DvT9br { width:17.5rem;height:5.3333334922791rem;top:8.94765663147rem;left:15.125000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2ym23IVr6zDOBJ76eXudGsX7m0PTUWq { width:18.75rem;height:6.6866875rem;top:16.202342987061rem;left:14.423436939716rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgKKlUETXgcXwvINHDoyCT05BoudrD8m { width:18.75rem;height:6.6875rem;top:32.6875rem;left:14.437500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i88nGIPy5OtQkUuZ3EoWNmo7IvdSLVtf { width:18.75rem;height:6.6875rem;top:24.215621948243rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVQiygQ1rgxhNhymznm4rTLfXXQ23CHA { width:17.5rem;height:5.3333334922791rem;top:17.050001144409rem;left:15.125000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myAUdPtpvmmKwaQaWv9nD66PlrT3kodB { width:17.8125rem;height:2.6666667461395rem;top:26.27109336853rem;left:14.968750357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWbyJo4z9Mp6n7zvCrDvm12pGWuJUPh6 { width:17.5rem;height:4.0000001192093rem;top:34.068752288818rem;left:15.125000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wn3AqD4U0eQ3dsSnVzSQ0hbJs98AqZ6C { width:12.5rem;height:2.5rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk { display:block; }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #khqCzc993mLPLm5DgoVsBcyPo0mHXKpI { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GvMKIGgdbAuOlBIKteS1sMyzMJwbCMbL { display:block; }
 }@media only screen and (max-width: 1199px) { #NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW { display:block; }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row .container { width:47.75rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FqRtOWae0B2OS9prVs5aibbmn9VAIgXQ { width:47.7491875rem;height:2.6666667461395rem;top:15.435934066773rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCBkTpKcK3IsNCSLpOpDCuvSlAyqN96U { width:47.7491875rem;height:1.5833333730698rem;top:19.935934066773rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJADZDpW5ECbegNnJAa61NQxcMANJhdT { width:36.25rem;height:3.1666667461395rem;top:22.724994659424rem;left:5.7164056897163rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBSyXyNHd0mH4kM5GHGwJcVnEmWlBVLJ { width:18.725rem;height:3.32421875rem;top:28.055858373642rem;left:14.511327564716rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fkrVcUBrUIKhcovbUxqad8wPxp2nXyoP { display:block; }
 }@media only screen and (max-width: 1199px) { #oK8O5ra27L7AkttrckQXunCKnnrLi6ED { width:3.75rem;height:0;top:33.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s1ZH7l2KMCIgZ42P20e90RiDdVvFL9IC { width:47.75rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRdLtIDWXelWx28Rs9gvQHcBaSnkVzKL { width:4.375rem;height:4.5rem;top:0.87421798706056rem;left:21.685545742512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esXdeGir4D5mlMN9DUXSyOyI2U1vCnpZ { width:18.75rem;height:0.062109375rem;top:5.625rem;left:14.498436748981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Me4IckHKtaeuiQDwE7ri7u3pI5nMN7Me { width:47.7491875rem;height:4rem;top:7.1847648620606rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn { display:block; }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row .container { width:47.75rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TfX9HgrTDkB5issVgPa44fLu42LTNZZa { width:41.25rem;height:43rem;top:2.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVZsbEPXpQO8gSUN6Gt9n5gvw4c8JNBb { width:47.748046875rem;height:1.5833333730698rem;top:5.123046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJfv8n4p41B3zpcI7rItKOb7Phrv53gW { width:47.748046875rem;height:1.5833333730698rem;top:7.43359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCFmTnJgwhuASE0aO8lloeLVU26Ce14C { width:37.5rem;height:4.7500001192093rem;top:22.625rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpEGzJgcIWodPkOp90476JLQtrlJOrGd { width:37.5rem;height:10.25rem;top:25.75rem;left:5.125rem;font-size:1.125rem;display:block; }#TpEGzJgcIWodPkOp90476JLQtrlJOrGd li:before{  }
 }@media only screen and (max-width: 1199px) { #RrzyCeJ9NKSVAVrM8RmQT5HsVM01EcxZ { width:37.5rem;height:3.1666667461395rem;top:35.25rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATQZkWuFVnMvS5H7Mm3zlyq1JSTXqM2n { width:3.75rem;height:0.0625rem;top:3.75rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRnka8WNuzIwR5GzgzP08equfVWO0uqT { width:18.75rem;height:12.4375rem;top:10.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cv1kqmQwJJ67TCvzBZzCp0T0WnGGZZMy { width:37.5rem;height:4.8125rem;top:38.5rem;left:5.125rem;font-size:1.125rem;display:block; }#cv1kqmQwJJ67TCvzBZzCp0T0WnGGZZMy li:before{  }
 }@media only screen and (max-width: 1199px) { #lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K { display:block; }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mqVzovTyATzqTIyggVbeKdhAL5e3cmP8 { width:12.5rem;height:2.75rem;top:4.75rem;left:19.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc { display:block; }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row .container { width:47.75rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #m3agJ1GHb56VpNRBqpcHI1VSyFH3IHnp { width:36.25rem;height:6.3333334922791rem;top:2.2903747558594rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImyUgqg2PO0vkVI6JVOTrrxo2SETMwNR { width:3.75rem;height:0;top:3.75rem;left:22rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GKSyefXPOrVzix7e7RorUvxMFxTdEag8 { width:36.25rem;height:6.3333334922791rem;top:2.9270782470703rem;left:5.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z6nPdPuzI2D4A5GwEVZGSbmil2PPsOPO { width:18.680989578366rem;height:3.2812500745058rem;top:8.5403747558594rem;left:14.533854484558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJIzXkPZuE6oOwrvTdLTSfBM96WvCMRQ { display:block; }
 }@media only screen and (max-width: 1199px) { #RlNWMAsmLxyrN16viOhkucmofJbqDZey { display:block; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container { width:47.75rem;height:150.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #muXPe7yQa1XF3KTIGvZEytw8OiFRBItd { width:41.25rem;height:143.25rem;top:3.75rem;left:3.2473959922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQXRqrfDaMftks9TrAVUmcA7WtTnX3Kx { width:37.5rem;height:138.66667127609rem;top:5.625rem;left:5.1249998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAFo5GJLapww30IyQTngCvBegbsIM0TX { width:37.5rem;height:138.66667127609rem;top:5.625rem;left:5.1249998211861rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FxWw13BEqbXa13V4mdViyxswKC01u3Nq { display:block; }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row .container { width:47.75rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M5itvZOMR5sV578HNRMpWwiECMtJg7EC { width:47.748046875rem;height:1.5833333730698rem;top:4.373046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2m2RzxvunlmJBRTdu7ivPKgdBfX6qlu { width:47.748046875rem;height:1.5833333730698rem;top:6.873046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ype1oLwcVf7PsMyJuuvv0u3Tp2sN78oa { width:37.5rem;height:0;top:10.310155630112rem;left:5.9976556897163rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQuFxTA1x2sazZFTbe0xrZxbnXtXLFXw { width:3.75rem;height:0.060546875rem;top:76.6875rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rHCVZvaqsi7rVZSuC9rfOHNwsx5DRZOi { width:47.748046875rem;height:1.5833333730698rem;top:35.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIdiRmNR8evfMxkfANcBqJZ8apT1qvHE { width:37.5rem;height:8.6666669845581rem;top:38.0625rem;left:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xR5dT5xBi3gs5XGxK93CUKrg4VVAfeSR { width:2.5rem;height:1.75rem;top:10rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #es7Kg1GoTWhabfgnP09unEhbnW0IfKqI { width:3.12421875rem;height:2.25rem;top:14.24765586853rem;left:2.1246092915535rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JzX5LC5q3rwmMdCrbbFtcFJzli4qCN6C { width:3.12421875rem;height:2.25rem;top:16.49765586853rem;left:2.1246092915535rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UbUtTyHSgh9H80SSirsfvBrsokSNpFPf { width:3.12421875rem;height:2.25rem;top:18.74765586853rem;left:2.1984372735024rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z4x33DUe80cfSoSas3roNMTGmgWmW7uf { width:3.12421875rem;height:2.25rem;top:20.99765586853rem;left:2.1246092915535rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EEtPcoGwvlHggR15VUc6pC84GvegR65h { width:3.12421875rem;height:2.25rem;top:25.061717987061rem;left:2.1246092915535rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hxTROEgeu93BrUObzzJhgASoS9XqCWWC { width:3.125rem;height:2.25rem;top:45rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pr0gcB4OOdZZ2G4fWfSXRfXEJeTUrCRK { width:3.125rem;height:2.25rem;top:48.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GFGBeEr4BIF95eztI5If71BtXr01PHK9 { width:3.125rem;height:2.25rem;top:51.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AVLBlMlqnIr4eXWWb8aKOx2cVSEov3NN { width:3.125rem;height:2.25rem;top:54.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UIZHR2ylTEvX9LbOn6JbsdlbNBX9UIHk { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gdngXFU85b0xNnwCatTdmANrtZV6T11M { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O7KGFi0PvvcJXpqszDEsvZxKIXaLM8GA { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mKfuG526mWzdPGZXt1TCv3OJgOpaXiSV { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Bq0q7DsNr1M6k2c8wTvC2W2APoIo1v45 { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iTnfku5h1MvTcTJU2ucaTQSF4hDufQQF { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fzfrRrF6zH6T3zeW6dgNRXhC8vTCIp7w { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i4Dsw07Sx14CsWh1dDD3PncXyJoItXX5 { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TbTonUTckMmupFO144AWBbhpzzQ422Sb { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sbfAkdGpdhq9bWmDdF7CQSp2InCVEmRm { top:10rem;left:5.3125rem;width:37.5rem;height:21.666667461395rem;z-index:100030;font-size:1.0625rem;line-height:2;font-family:roboto;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #hh4JUMdMHZGFBkeR4oJ6t5Z3PlQTH6RS { width:2.498046875rem;height:1.748046875rem;top:14.6875rem;left:1.9375rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #vWRvatUiA7MIBBVJ1LnCWgQRCc9gRKWE { width:2.498046875rem;height:1.748046875rem;top:17.0625rem;left:1.9375rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 1199px) { #fpquUkSTGuAbLPfaiTKrUS7d2828IJ0x { width:2.498046875rem;height:1.748046875rem;top:18.8125rem;left:1.9375rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 1199px) { #pDZKCTdmKp2ulMb7u8tIbaeDIuqr28Kk { width:2.498046875rem;height:1.748046875rem;top:23.5rem;left:1.9375rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 1199px) { #TfTwzOVs3klcuxbIFa3bTR2ara4APM8x { width:2.4984375rem;height:1.7484375rem;top:38.0625rem;left:1.9375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #Bvl3XrfzrmqTqD1dq2ZQCDtLMxpng2i0 { width:2.4984375rem;height:1.7484375rem;top:40.375rem;left:2rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 1199px) { #ElntqSLewLkmw3a9XGPLUCg2OSPDyta1 { width:2.4984375rem;height:1.7484375rem;top:42.125rem;left:1.9375rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 1199px) { #g534Ds24TNrJwpXDeh1ie5p5cZ8Wnmmh { width:2.4984375rem;height:1.7484375rem;top:44.25rem;left:2rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 1199px) { #sbqCRI3HyW2u48TyqqizoW1TBAac0rxn { width:3.75rem;height:0.060546875rem;top:66.4375rem;left:22rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 1199px) { #d9eb1hpERBDnEfsX8d6fhbnd1NFNi90w { width:2.498046875rem;height:1.748046875rem;top:30.4375rem;left:1.9375rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 1199px) { #ixGeo9VPwPTfcTZ6xweVeqrWs8iVdlh7 { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:100030;display:none; }
 }@media only screen and (max-width: 1199px) { #TwQ1NG8Nsofck4vASPZTrwqCa73XKyhZ { width:3.12421875rem;height:2.25rem;top:14.24765586853rem;left:2.1246092915535rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wE5RETH3kUVURsyt5dwsECxfz90CNWVA { width:37.5rem;height:0;top:10.310155630112rem;left:5.9976556897163rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MUThK7ZgzTOzhGu6rp2LBBnauQuJsdJ1 { width:3.75rem;height:0.060546875rem;top:2.376953125rem;left:22rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 1199px) { #fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv { display:block; }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row .container { width:47.75rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hK0etHO9WfszVKZ8iIz9hLS5E9i1SsBT { width:26.3125rem;height:1.8333333730698rem;top:18.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gAPn6QF9DpgU1watZcVqtnGP15O0HZS6 { width:4.375rem;height:4.5rem;top:6.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZScsZvqTFEvCe6kFcD65DsHmeDNaZQi { width:28.9375rem;height:21.8125rem;top:2.7474365234375rem;left:18.505935367769rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKS1b7WJpmb8FrhLlmwv88cUGQpf4qJS { width:21.6875rem;height:4rem;top:11.799560546875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AuvDhmhy9gn1iEtaNvXhb0MN0elA9edR { width:17.75rem;height:3.0833332538605rem;top:10.625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lx3FnmzTFGS1tFIbUCvG6TLZBnxEFUe1 { width:29.1875rem;height:3.1875rem;top:18.03125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gHbXlktDIXv5BVITAXEsn5p7LnATTAye { width:26.3125rem;height:1.8333333730698rem;top:18.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ymWmlLqb4tEUqqiOGgcPzbanMDST6RqQ { width:12.5rem;height:2.375rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in { display:block; }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kU0SJ6tLvPQztQX2KJsW3dmVO510TT85 { width:47.748046875rem;height:1.5833333730698rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oSryodUfCkODWaIXtehcnak8heJBDsop { width:3.75rem;height:0;top:68.9375rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ml5po76AGsBi4tkDdb3ak8JkwhKZNOAa { width:47.75rem;height:4.7500001192093rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdinePBqTboCmx4sBzKBTiT9NLtgIT7Q { width:37.5rem;height:1.3333333730698rem;top:24.3125rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #has8x5f4pUZaw8Uvqut0WsIahUTlMsM6 { width:37.5rem;height:6.6875rem;top:26.8125rem;left:5.75rem;font-size:1rem;display:block; }#has8x5f4pUZaw8Uvqut0WsIahUTlMsM6 li:before{  }
 }@media only screen and (max-width: 1199px) { #JbkcEpON3lQQsW3xsWph1MS8ng3VoV38 { width:37.5rem;height:1.25rem;top:34.875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KoUS9b0G3LPf7dwOVu1IsZTeSwfranJk { width:34.375rem;height:10.6875rem;top:37.125rem;left:5.875rem;font-size:1rem;display:block; }#KoUS9b0G3LPf7dwOVu1IsZTeSwfranJk li:before{  }
 }@media only screen and (max-width: 1199px) { #AMIuZSbuJ53d7uDacS46KBZQz8eik3cC { width:37.5rem;height:8.75rem;top:49.875rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xg3N7P12pWFk65A29i2VIk01r4eB1BoE { width:2.5rem;height:1.75rem;top:24.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FHOulmkQr9EJT4UgWffmz90UtH6vDUUd { width:2.5rem;height:1.75rem;top:34.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUPcrORFh9pPTw339F7UqbMhx26pev2G { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NtoLKNhFbxhkAlOrv7VWfThBEPczTMPy { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E3xnNSFb9ySSJv9SCuOhWyB5ZJf1LKTU { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:100030;display:none; }
 }@media only screen and (max-width: 1199px) { #zXFrW9xixGnId7aCGInsQRTJcyvNkUXQ { width:37.5rem;height:6.625rem;top:52.498826742172rem;left:8.4996088147163rem;font-size:1rem;display:none; }#zXFrW9xixGnId7aCGInsQRTJcyvNkUXQ li:before{  }
 }@media only screen and (max-width: 1199px) { #wzh0sbmwDTQtUSDWeksL6iSLV2NAtFM1 { width:34.375rem;height:10.625rem;top:64.2480430603rem;left:8.4996088147163rem;font-size:1rem;display:none; }#wzh0sbmwDTQtUSDWeksL6iSLV2NAtFM1 li:before{  }
 }@media only screen and (max-width: 1199px) { #esTDn2x4sTpXIpmtAMsvBLIzhQUroZJB { width:47.748046875rem;height:7.9166668653488rem;top:6.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3RfAMyZyGbeb8LQyzIHQDk0geVQ2BdW { width:3.75rem;height:0.060546875rem;top:2.376953125rem;left:22rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 1199px) { #TTTZ5aZ1ML5T4G3TE1Olhcw5lUbtoZ8g { width:47.748046875rem;height:8.125rem;top:70.6875rem;left:0.001953125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #I5Eu3Mk0TOsPhlHhPI3oNHWEGB7towSr { width:12.5rem;height:1.25rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmCuNssOTVJBqLeCatFA59BdubksB9MJ { display:block; }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row .container { width:47.75rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tZ0RqZN9GLmtpgm69iFIHMzG9TkAlSLU { width:47.75rem;height:1.8333333730698rem;top:1.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhoOO5BuXnf10ypZn6tAATLzZ3pAKGlT { width:19.9375rem;height:3rem;top:1.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC { display:block; }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row .container { width:47.75rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kbis9iapWNZqHVQg0y9sKQCWsW7IOO98 { width:14.0625rem;height:10rem;top:1.5625rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URb1Zr6ZFRkdOl6EtkvtKKF3wKJSKdeO { width:14.0625rem;height:10rem;top:12.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVItnsrZC7zzaN0dBr96EIX5aOduGSnL { width:14.0625rem;height:10rem;top:12.912841796875rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1h7TG06wl0CZQVCVLERFiq9LUpM0PrC { width:14.0625rem;height:10rem;top:12.9375rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJWeCS2lTAMeJvvhN0u7opmJdlUkNVRd { width:14.0625rem;height:10rem;top:1.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwLoC7HJ3pe0yuelkhK5ccJ21lgymXp3 { width:14.0625rem;height:10rem;top:1.58203125rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Udl34qDXCQzzM06pbNilOKxZp4yseAMp { width:14.0625rem;height:10rem;top:24.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsrvHue3tSGASrbIGt2fUcgBTeZtoP7x { width:14.0625rem;height:10rem;top:24.12109375rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHubiZQSSIMcxT6v24W4yAZ5FJwLcX88 { width:14.0625rem;height:10rem;top:24.104248046875rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc { display:block; }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #axkFWPqFVr2KLWKWPbfIuuf1SF4BP3s7 { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwM7qKB81JNta6NxXSBtzMOHnXQatlrD { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CiWtATFqpdNZsF2gMvK6SGQ8AFOuNxvH { width:12.5rem;height:2.5rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CzJRviNHznEpwrpBTW83CncO9OWlBqQM { display:block; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container { width:47.75rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E2kQqG3CkvAP4aOvBbbvfTVblPlTZ94c { width:31.2491875rem;height:2.3333332538605rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWt4aOKNgZiXpLyhSTRAAAUlJuzt7RNS { width:45.625rem;height:35rem;top:2.1146240234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xby9ZTD8sUt9fwKFruCTC74Xqdy72W3B { width:18.75rem;height:18.75rem;top:12.293090820312rem;left:2.609375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tuoqof5ZGTuq0tMGzf6MPD0tXqQiJ2dp { width:31.25rem;height:2.3333332538605rem;top:6.7359380722044rem;left:6.8988278508188rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhboespsTREwdXOJFfB4r2DfcTyUOxO9 { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d4GTTKUchTm1lT0MWRUTGMBhpWmAiBMn { width:6.812125rem;height:3.4359375rem;top:32.709371566772rem;left:29.933201611042rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eArmJsvWKIFOxXqybqAq4FfMcWDyvvEQ { width:31.2491875rem;height:2.775rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yaJqfg30kpdiyAf4zKCeKlTMu60WT7CV { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e7ccbpPi54TeUOteAhe4S506V8lH9skO { top:10.813842773438rem;left:21.802083969116rem;width:25rem;height:21.666667461395rem;z-index:100011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:roboto;line-height:2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WlTy7rAtUUMQytPLP6TBDlhqCn899UkP { display:block; }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JNZqJUKHqPsSf84hTGqhfVATyrJWcaSn { width:17.5rem;height:2rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hQ3TGLKwt1vR6cpsoFKllhUxpI5v9kL2 { width:12.5rem;height:12.5rem;top:4.666748046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THa7AAQyD7kS5LEO1zBuezgzphT1z5qX { width:12.5rem;height:12.5rem;top:4.666748046875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVdPwP9oQAtUXLpsySXLoBZV1Aoe8XDE { width:12.5rem;height:12.5rem;top:4.666748046875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVIv6U58NWrJTPCSpImThbu3x55ahUF7 { display:block; }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row .container { width:47.75rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ruzWWsnXUk7pMRQUNN3Qz2CD7oo0PkSz { width:43.75rem;height:24.5625rem;top:2.45849609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP { display:block; }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row .container { width:47.75rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n4Iols5yxw1gVnTZmAhbXcChETKQmQq1 { width:41.3125rem;height:30.125rem;top:9.2474365234375rem;left:3.1731772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FkKCFxIlm7J8G87DkFkFaIbsUJzOcQ18 { width:47.748699188232rem;height:5.3333334922791rem;top:34.330810546875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyBNT4KqH9QqzsSNr9u1USnkTiDx2dcV { width:3.75rem;height:0;top:29.1875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqO9rIwHv4v1pBaAVwCM8OrLVFTsxbgV { width:37.5rem;height:0;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #veCIwL9P12yPWAJrx0W4erBLgcIvGPWb { width:6.1875rem;height:13rem;top:6.66162109375rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PX0Vsdmdwgw4RLWTrn0rPeWEM7IMush2 { width:3.75rem;height:0.06119791790843rem;top:17.054809570312rem;left:22rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #MgReNKnJTTSkzDhW9hrvUEa6uizE0xXx { width:37.5rem;height:13.333333730698rem;top:19.703247070312rem;left:5.125rem;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 1199px) { #eaUs6ycLJusnIztpD5k3uxDQJqR45RfP { width:37.5rem;height:0;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bxzskexTHHcovsshFvd3QN8hJBortTob { width:12.5rem;height:12.5rem;top:1.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa { display:block; }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #srWfEvf7IzJUr2cMoHviFB5i7p818WU3 { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kEyTXqfqCoTtJPCOfG9Ib197MvfLFV1l { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #idHZU2QM6BXlVkMT4MVgk41ygVRefrrn { width:19.9375rem;height:4rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d5wEDp7JLaRmASQVwdbhqIp88XCLs8r4 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yUOstVfVxMknREo9Hk59OIi54QBcxCCV { width:47.7490234375rem;height:6.75rem;top:10.9990234375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qTsyhLkFo8VTXbAWezZbyt4EMeK2BT2n { width:12.5rem;height:2.5rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szP9NmJGHGEALQHCMFXyrXFl74MHGRiT { display:block; }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row .container { width:47.75rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zlMfK2oWs9ZfPqhQmbhgwTTI7utBzmss { width:18.75rem;height:0;top:7.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h6Kqlmq9qwVnEQOq136cS5RukaTLvL0y { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1hON9EJSqziNTyRqzVJZ93TCTVXNE7x { width:42.1875rem;height:34.666667699814rem;top:15.3046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1ZUm0XDfTowqS30B1dBLWP0XEFBlp3F { width:3.0625rem;height:2.2055513878469rem;top:21.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qeU0zRIh6rUP0KZoSKIvXrtcHevtx9pk { width:3.0625rem;height:2.2059190768493rem;top:34.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ff85NoAxdO270PNmkddSuXUiRChkeyog { width:3.0625rem;height:2.2059190768493rem;top:40.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rTkPaxDZDppFgDMP4Rxr064fgCoznmwP { width:4.375rem;height:4.5rem;top:0.875rem;left:21.060936748981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJraGTMH7uralxp0Z4OcdwQa5eA6RRMm { width:3.0625rem;height:2.2059190768493rem;top:46.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wnzswDxMCSndqsDpwQc2OHNOJ0bpLTzc { width:47.75rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1XsKTlfebAlNzf5sWnpg6Wl3Xr6UX6R { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tEOWElx0sGGE8RTosQQ8IhhcIiHs6o5S { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QUzfKhtzJtV4cC66EdIxcQwLI5dvoMP6 { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #USwKWUU2lOdC6P6hNtw1UMVpaK9P5bkh { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vdit4SOtaC8GTM9Tc29bylrTfodWSd3w { width:17.4375rem;height:50rem;top:14.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MtlHwSwayx8A6Lyahn0F7WTIVhEVrlvp { width:18.75rem;height:0.062109375rem;top:5.625rem;left:13.872655689716rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #Dxa4E7hCJ7LMVMgfhLXiOvol6qIq0qiF { width:2.49960625rem;height:1.74960625rem;top:15.304662704467rem;left:1.9375rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #UrBKbwFRklB4vNooKP3lDTWlSsWTOBsn { width:2.4984375rem;height:1.7484375rem;top:25.980443477631rem;left:1.9371092915535rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 1199px) { #ecmrafW6X00smG3lMXWAKST7SsTMgnog { width:2.4984375rem;height:1.7484375rem;top:30.178098201752rem;left:1.9371092915535rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 1199px) { #gIG6zdRS9rlaplgtAWGL0d03OUgqt7Qv { width:2.4984375rem;height:1.7484375rem;top:34.301949977875rem;left:1.9371092915535rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 1199px) { #omcMTalpXGi9M7K3wTsgZZyCO16pMvAb { width:3.0625rem;height:2.2059190768493rem;top:52.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Lr3ppIVDyAWGAzlzxQxtDWJKGnPUCxGt { width:2.4973957538605rem;height:1.7473958730698rem;top:39.48828125rem;left:1.9375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #p5CC4mRuq9wS6P0RstZlIPrmW9C9lK49 { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iyVaLTWh2faIKwQ8O0aHTKOH6SqZBHTb { width:12.5rem;height:1.25rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t { display:block; }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KDyn5iT8DGPQIe7qSOi1egIs8oTMF4Io { width:47.75rem;height:2rem;top:0.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { display:block; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { background-color: transparent; background-image: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container > .video-iframe-container { display: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row > .video-iframe-container { display: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .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); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { border-width: 0; border-radius: 0; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container > .video-iframe-container {  }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container { width:47.75rem;height:18.875rem;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/13c28d13-2376-496b-a5ed-e131d649e799/Zdjciegwnenastronzapisu5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.adaptive-delivery-prevent-bg, #zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.lazyload, #zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 1199px) { #ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c { display:block; }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .row .container { width:47.75rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cINvseB6vhA40P4vVD93b0fhIOlCygTh { width:47.75rem;height:6.5000002384186rem;top:6.0416870117188rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAqTo9VuD3XvSiaJ0E8iATP0DAHN76Ll { width:47.748699188232rem;height:6rem;top:0.0625rem;left:0rem;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #iJ8NQctByTeADbrsxzKpNbDlFkvcTEKg { width:47.75rem;height:8.6666669845581rem;top:6.0416870117188rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM { display:block; }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #STfyV6epuUagy5eQw3vzpFpPfPwiG48W { width:41.875rem;height:10.833333730698rem;top:1.0833129882812rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PifBXQdTmB45rxLuarEAflCBKBV496WN { width:3.0625rem;height:2.2059190768493rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #srltAVaivAyhyZJ3gCGSxCXKmwQUbegf { width:2.49609375rem;height:1.74609375rem;top:1.08203125rem;left:2.0013022422791rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #eTR8W1oG0qs6baMiN3dNCyVRtg6FoNLH { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rZizRryk2sCWVnAJKuZr1wLfzTKisCTV { width:41.875rem;height:15.166667222977rem;top:1.0833129882812rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 { display:block; }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row .container { width:47.75rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yZGTDtx9unSOchq2HawozihCDXgrqqzW { width:18.75rem;height:0;top:7.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZErN6Q6fbK3pv15DAT2yRGhmihSAGTS { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hdAECwLsspUWdehlo4VIJ3eTQDbkXm0w { width:37.5rem;height:30.333334445953rem;top:15.453517913818rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GgEPSvmADlhep0Gv7grZmdUXsm2hcrWw { width:3.0625rem;height:2.2055513878469rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #amLaP0i77D3X1l6O3509o20rydqvN5TD { width:3.0625rem;height:2.2055513878469rem;top:30.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JGaARAwBRMHn35uVf93aMmLPbcObZVQC { width:3.0625rem;height:2.2055513878469rem;top:42.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DlZvP7rUrDF9U0fQtocSUAlU3aN265Qa { width:3.0625rem;height:2.2055513878469rem;top:36.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IVyfu8zGAXF3e1VWXruoo0dkZNQLSwHf { width:3.0625rem;height:2.2055513878469rem;top:48.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d0P6NSzeH7Iv2L9uiU0zWp198C4abIXb { width:3.0625rem;height:2.2055513878469rem;top:54.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CNv4R28TA89tHue0yI7SM9gbkiGGuhX6 { width:4.375rem;height:4.5rem;top:0.875rem;left:21.686716854572rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7ol011BIBCHUUfNa70CfmKWiLVOx09Q { width:47.75rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GvlIPAAAaGZnumQi7AirNyhUi5DV8UbU { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IF6WFpCUQgfK7xrtnpR3EltuLgT3VhdC { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lhA5eMZ8UJSwZCkPXbT2fOfTs7q13lzT { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UMz3Vw73eNIyB1TtXPcTJRw7fmRUpfBG { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zdahQzGioKOF6eRn2SZi5euPH2tUR1BD { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #POCZ7SVi3I4cGGgTLPkzqiPSzCd1NI7s { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pARC9RJrQ07ArhVT3Zw2RLgWdPoq6rlh { width:3.125rem;height:2.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aKi6aM9McQyp0QQJGqDfAubVCVPTxTOu { width:18.75rem;height:0.062109375rem;top:5.625rem;left:14.498436748981rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #TnaluJi2F1RqUTVc9LBltME92SZHC7JD { width:2.49960625rem;height:1.74960625rem;top:15.452342629433rem;left:1.9375rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 1199px) { #deam8CC7xhpX3er7BWLapDw2JHUh0p19 { width:2.49960625rem;height:1.74960625rem;top:19.730857491493rem;left:1.9031248688698rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 1199px) { #dAlTfokd0Qdwnsm5UQG2Gu6wQcKdQrbH { width:2.49913125rem;height:1.74913125rem;top:24.230034828186rem;left:1.9357638955116rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 1199px) { #bWwqrWV9dmwv8WTbphMW9SDEuUFDsFXD { width:2.49913125rem;height:1.74913125rem;top:28.166666984558rem;left:1.9357638955116rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #l56v3l2bKyGA4qL3aykUZclolTWamWhH { width:2.49913125rem;height:1.74913125rem;top:34.480034828186rem;left:1.9357638955116rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 1199px) { #rnDrlkoeDVCLP475bCUHodF61krpBFt9 { width:2.49913125rem;height:1.74913125rem;top:40.855036735534rem;left:1.9357638955116rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 1199px) { #VwNgtmaQJbtqbvBOIxO4LHdaRrxFa8N8 { width:37.5rem;height:30.333334445953rem;top:15.453517913818rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc { display:block; }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row .container { width:47.75rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QhIrdFK83G4hcvFTDfG2xTMXzbaG8zXf { width:18.75rem;height:0;top:7.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xE38FOaXThx8Xbt7VKlxkTNTvbaZfeMm { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aynkJ23BBqa69lNicXIuMSGPlQRqlZpC { width:47.7491875rem;height:0;top:19.611352920533rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nyWEPA2qs7THOD7az3iw03TmLh8T7LtU { width:4.9375rem;height:0;top:39.625rem;left:20.562107086182rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h34TIdI8uRDSua3ark0uB0tW7rfMW1QO { width:41.6875rem;height:4.0000001192093rem;top:27.958374023438rem;left:5.3125rem;font-size:1.0625rem;display:block; }#h34TIdI8uRDSua3ark0uB0tW7rfMW1QO li:before{  }
 }@media only screen and (max-width: 1199px) { #JVPU4PnZQONXTy8oeMat2hEMC7kOdICh { width:4.9375rem;height:0;top:30rem;left:20.562107086182rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrM9MBDH7qVqWirv4HytOmdWUKmRaUaL { width:39.25rem;height:4.3333334922791rem;top:51.291625976562rem;left:6.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv7ZSsDN48QtfcDC8r8r3FS3NnBraWPw { width:47.748699188232rem;height:4rem;top:15.58203125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RP2mPAgnFzcGmiezIqKsunGwe2g9mozx { width:47.7491875rem;height:13.4366875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeHxvNUsz8glWVJ9mvMmxd5fyJGkOMeJ { width:4.375rem;height:4.5rem;top:0.875rem;left:20.841795742512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aNhv4Sn77CW3LxN85yst5kkEwyxfLgRc { width:5.625rem;height:5.8125rem;top:18.785417079926rem;left:2.7468752264976rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VQx2W4ghurysxPVQbh0i3FpPSlzRVsMF { width:18.75rem;height:0.062109375rem;top:5.625rem;left:13.654686748981rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #PkpTGxbBavFcuHHkZxTTPXLZoUJz5Z1g { width:47.748699188232rem;height:10rem;top:17.677124023438rem;left:0rem;font-size:1.5625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #BtZTTAxSsuW9iNPWKJGnvhKnCbEQ7Tik { width:37.5rem;height:13.25rem;top:32.114624023438rem;left:5.125rem;font-size:1.0625rem;display:block; }#BtZTTAxSsuW9iNPWKJGnvhKnCbEQ7Tik li:before{  }
 }@media only screen and (max-width: 1199px) { #RxXKbTtcN2A5eChmeezbzUxcs2zCvkAx { width:41.6875rem;height:2.6666667461395rem;top:47.645874023438rem;left:5.3125rem;font-size:1.0625rem;display:block; }#RxXKbTtcN2A5eChmeezbzUxcs2zCvkAx li:before{  }
 }@media only screen and (max-width: 1199px) { #c9uV4nt17ER8gOyXIF7UWAd33eKqEHvK { width:12.5rem;height:4rem;top:21.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhiUSfizqKebTdbHzOigxULwDoRxMhBD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9vTFCXh0/Mobile1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD.adaptive-delivery-prevent-bg, #bhiUSfizqKebTdbHzOigxULwDoRxMhBD.lazyload, #bhiUSfizqKebTdbHzOigxULwDoRxMhBD.lazyloading { background-image: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container { background-color: transparent; background-image: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container > .video-iframe-container { display: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row > .video-iframe-container { display: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .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); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XCqO8LViRd038vNexb1B2VrqEWX5hwB6 { width:47.7491875rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r09AxJEy3VXJc3CVqNxJl5FEkvaKRqet { width:18.75rem;height:0.062109375rem;top:5.625rem;left:14.498436748981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGvnciAoB4SMApGlruAnlmd668eBzJAX { display:block; }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row .container { width:47.75rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hAkfHxaASJmAXHJM7KLDT31rRPvErJSt { width:47.75rem;height:13.000000476837rem;top:2.1666870117188rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TP1FhaaM5MvtaNyHycU7gyQWx09vGGqX { width:47.75rem;height:13.000000476837rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup { display:block; }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row .container { width:47.75rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2kZMq1h0qOfZbac1qfOFhSNTG84LTSk { width:47.75rem;height:1.5833333730698rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ISr2s5kCw8xmnoW9RuXgog3KfBa5ctWc { width:5rem;height:0.0625rem;top:3.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7PVBT0u07uU3koQ0ESrz4FzbxtqpzO7 { width:14.375rem;height:18.0625rem;top:12.623437166214rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bG4K8T6vaDsCBrsk8Uf1MPFf5uQ8yHE8 { width:14.4375rem;height:18.0625rem;top:12.624608278274rem;left:31.959374248981rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #yDUfCNIZb6aTTr2baKA14o9LSmlG6Mx7 { width:13.75rem;height:10rem;top:17.560546159744rem;left:1.6359373927116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VNkhQvFHuDuB6DQ5mwlFqtkcaxZf2Hal { width:13.75rem;height:8.75rem;top:17.560546159744rem;left:16.998045742512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEzXQwQTekQKUf2yBAUPBc9DiIm1JPIt { width:6.25rem;height:6.25rem;top:9.3691399097444rem;left:5.6777341961861rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHAVKbIN8M6RwXWDTGV2bfaO4Jt3a8kG { width:6.25rem;height:6.25rem;top:9.3703119754794rem;left:20.748045742512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JovQs95xeQhInryW9uiyZczHRNRbnA3Q { width:14.4375rem;height:18.0625rem;top:12.624608278274rem;left:16.579685986042rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQWWPtW9yWHCamzUVI1dsawuNwJcwvv8 { width:6.25rem;height:6.25rem;top:9.3679678440094rem;left:35.818356335163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WCMJcgVzJwm3VHHkLVwLE6XT1phUXgvz { width:13.75rem;height:12.5rem;top:17.559372901916rem;left:32.095310986042rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zT7tCzNgan3HKs8btm0H4U2nTSBLTFMM { width:9.375rem;height:9.375rem;top:11.8125rem;left:19.187501907349rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nh6UA8vyEN5hTiJLCASnat20Vs8LH56G { display:block; }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZEAcNiwtQDC49mEBUA4zkw5g0t7Ifo2u { width:14.375rem;height:15.5rem;top:6.9855461120606rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KURE7hGvRIl8pamDgmmsm9fb1lgzTowH { width:14.4375rem;height:15.5rem;top:7.01953125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2VT07AJEICL6R5yurWmRNuztfo79aat { width:13.75rem;height:7.5rem;top:11.93320274353rem;left:1.6359373927116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NcgPApyiqXcnxZTQXMGMtrX0sl37R8N3 { width:6.25rem;height:6.25rem;top:3.75rem;left:5.1246092915535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTb6cKxakyql7naD2nV7xhEEZI9s3hAT { width:14.375rem;height:15.5rem;top:7.0230369567869rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2MkpakWSHJFmfsfKDzrRv2msQoE0pX7 { width:13.75rem;height:6.25rem;top:11.93320274353rem;left:16.966404736042rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFD6o1PHHz7J2JD6PWlQDcXlIEqZo34W { width:13.75rem;height:8.75rem;top:11.93320274353rem;left:32.323826611042rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LIr4xEt1JJuW1WmFGv6xPInOXGUzdmcv { width:6.25rem;height:6.25rem;top:3.75rem;left:20.748045742512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHWBTNpPJ0AS8PdiFnw1TGgoXl7UXAIw { width:6.25rem;height:6.25rem;top:3.7488403320312rem;left:35.623825848102rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq { display:block; }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C6Js8VCdZhvmJh97eg2SrED5AnrOdTz6 { width:14.375rem;height:15.9375rem;top:6.8964960575106rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tzBUHA33GXMLrCLGX8xEtGLXnpUa2Tp5 { width:14.375rem;height:15.9375rem;top:6.8953113555906rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EZxtWgIvTnHiZa9HfiMMW6HQG0F1KbdF { width:13.75rem;height:8.75rem;top:12.1875rem;left:9.4488275647163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HoTazD73DXP14Btxcoylh98NxWcOEs5K { width:13.75rem;height:8.75rem;top:12.186326980591rem;left:24.793358623981rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uhhCsI8LvTOTypnXQB7JtcvhsQTVDIUq { width:6.25rem;height:6.25rem;top:4.1003894805908rem;left:28.542185604572rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKXSLxJBKBqB46EGUCJlMZXcgTd3tIQM { width:6.25rem;height:6.25rem;top:4.1039047241211rem;left:13.197655498981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV { display:block; }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xWt733Wt2utoRqh1tisgwlKT3Tg5vCNZ { width:18.75rem;height:3.375rem;top:3.6250009536743rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0trNX4yPX5J9UKlha0A3sMpkwFN90Hd { display:block; }
 }@media only screen and (max-width: 1199px) { #RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 { display:block; }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row .container { width:47.75rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XWgTDwgTTbUTNBsCFuaAW0PU6dna8nxl { width:41.4375rem;height:24.625rem;top:9.24755859375rem;left:3.1731772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #klvxRIS3TJoopZ3fMWc8xQHASmE4KyeE { width:47.748699188232rem;height:4.0000001192093rem;top:28.639404296875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7xTyRD9uu81g0bEXxTKzfrrIvIk4hIy { width:3.75rem;height:0;top:29.1875rem;left:20.498828887939rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgOVNpaqnUuakT7SlLBpuGI2OMJLNqsh { width:37.5rem;height:0;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q0SrZ67LMhQs2l904d0TDuRw2KW4SmdR { width:6.1875rem;height:13rem;top:5.244873046875rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Og84i0tdNTUF0iyzZNcRwTmrsCTbZtf9 { width:3.75rem;height:0.06119791790843rem;top:17.06640625rem;left:22rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #lTKJkgupZ7N5ah65QaJXoubVeZKkH9Dz { width:37.5rem;height:9.3333336114883rem;top:18.20458984375rem;left:5.125rem;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 1199px) { #P41VAyCC1XAILSbbBeBKsINLPaC1qUfK { width:37.5rem;height:0;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OfBk1zv3pbGNkiB4ptOeImd2hxvODrNS { width:12.5rem;height:12.5rem;top:3.2747802734375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DmwJMtH8bIBFdqLdIl005S9TxgwTykrH { width:47.75rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW { display:none; }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row .container { width:47.75rem;height:13.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #I7MTCQg1Oa23eXrwqy8qvteH4epUv2dS { width:4.375rem;height:4.5rem;top:0.875rem;left:21.686716854572rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5cQAnnTaA6953uBfWsiwsMV63Vpg0pV { width:18.75rem;height:0;top:7.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dd2Is3r7SFZJJwaBKh7WKWRTXTDGgFpy { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ku4ecrKQApTxMLJuA81gHsaM87gXsqkI { width:18.75rem;height:0.06119791790843rem;top:5.625rem;left:14.5rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #cPZNqEuFAPUFJ4QKUHN9Pv3Z0I2S9Tbn { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r24FDubJLKZ1wVsbhPpJMsi9TSIbDtRZ { width:18.75rem;height:0;top:7.5rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O2JDkJGPkeaNLamE4xW8wIMWg6trdhgJ { width:12.5rem;height:1.25rem;top:3.875rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NnZh62zu/Mobile1_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.adaptive-delivery-prevent-bg, #iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.lazyload, #iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.lazyloading { background-image: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container { background-color: transparent; background-image: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container > .video-iframe-container { display: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row > .video-iframe-container { display: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .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); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ynmituI3GZxwFsC0GoiJr7dW62ZU7cmO { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQ1QsV2AXZvfwOne1M4BAgVkkXpZmefU { width:18.75rem;height:0.0625rem;top:5.625rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwwzSAun0kByvxbd14HGt23AgwVR5guT { display:block; }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd { display:block; }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sGIkWJiL4AGc6KEtNKbxh2QgH9OXUu6E { width:47.75rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBisImqtdTlh0tKcVwvdlophTdWg96Wv { width:4.375rem;height:4.5rem;top:0.875rem;left:20.841795742512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nq6oS8aameZTxv4pamb8osyDxdAdqdAz { width:18.75rem;height:0;top:8.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RpOLNDyOK6HlWJDdrrmWA1d456CLnHzm { width:18.75rem;height:0.062109375rem;top:5.625rem;left:13.654686748981rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #nzzuJyHlIT6N6h6rt7Nw0pJyRuf7Txi2 { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNVBi2iTnu1DJQIA4uhyEXVBQJeZZNuP { width:5.625rem;height:5.8125rem;top:18.785417079926rem;left:2.7468752264976rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fk2HRlFk2yJiBgeCFiZR6yVsXvBf7nwQ { width:18.75rem;height:0;top:7.5rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf { display:block; }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .row .container { width:47.75rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hDvpBFConBNO8iQRXQAL9ifahFafv1dO { width:18.75rem;height:27.5rem;top:13rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nyaxcbiSXrUhv4Jm0IqCGtGTeM0IDxAI { width:17.5rem;height:3.375rem;top:34.5rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPuQpmaB1P2t87mxMURuRvFdZvJClAQX { display:block; }
 }@media only screen and (max-width: 1199px) { #f8L10WNhExisWdxptGhVT9QMzOAQHrx5 { width:17.5rem;height:3.5rem;top:21.145874023438rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTBW1BeKvV7eovsLTwecOGXg8EkVzDSs { width:17.5rem;height:3.375rem;top:34.5rem;left:25.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZlT7g2cpPqFrPV12DfokNB13l2xo4ty { display:block; }
 }@media only screen and (max-width: 1199px) { #M6l4fWl3nC5lTZ2zrhFdb4gaUqMBnnUr { width:15.625rem;height:3.25rem;top:29.8125rem;left:5.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CzRWfhbkH4P2vUp4iSZFAqwJTH6uUhdp { width:18.75rem;height:27.5rem;top:13rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmO8n5JWOJN2VfTJrFA6X9MUhtytaAeN { width:17.5rem;height:3.5rem;top:19.9375rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NNUWrNQXOXeM29IaJiCKmHoKTde5GJsa { width:15.625rem;height:3.25rem;top:29.8125rem;left:26.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9c0QrNdF6kkIW0NViBLsz83UVnqar4n { width:17.5rem;height:5rem;top:13.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRXASxuwP52oSZLEL9gtPn0ai2n62rm4 { width:18.75rem;height:2.3333332538605rem;top:14.895874023438rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5MLmwPHMbttncbXPfvBrzx02N9MgAed { width:17.5rem;height:5rem;top:13.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4rEoROE5DheP97obgq4FmTikdGy6wG7 { width:18.75rem;height:2.3333332538605rem;top:14.895874023438rem;left:24.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liJzSvOlWKL5nhryGcATNMm8znJpIsWE { width:18.75rem;height:3.1666667461395rem;top:24.602783203125rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wtT7sUeVui9TcduDlEbz4ETF9LwANqGE { display:block; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W1bSEp0K6zqSrrE4UJAhrxT7bmFuHoru { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Li6scTWQylwgyKkt6LVaBTUBzTytTI45 { width:18.75rem;height:0.0625rem;top:5.625rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 { display:block; }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row .container { width:47.75rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xpXNTZdegkuchfv1AntQUzSaD23XULAr { width:5rem;height:0.0625rem;top:3.75rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAtfJvdrvS9ZNiR2TnlDmou2PsBG35mK { width:47.75rem;height:2rem;top:5.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SaA93sWUd44b5GGKkVQ289X1VN0DPSAI { width:47.7491875rem;height:8.6666669845581rem;top:9.8121566772463rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTOmOhNePn3MTnaRWKny8yOMGuXDpVvb { width:47.7491875rem;height:6.5000002384186rem;top:18.210936784744rem;left:0.0011718571186066rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaW0fK7lVFhx7X3cXiexiPAEmOPiieFe { width:4.9375rem;height:0;top:50.4375rem;left:21.374217987061rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Crk7F2U9CCDdlA6TeZCZ2Ll5ThdwONSF { width:47.7491875rem;height:8.6666669845581rem;top:35.008590698243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yoIziJkPqX27GWXH2QlL0yUk5moncecU { width:47.7491875rem;height:10.833333730698rem;top:24.510936021805rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RXD10z3NyBb8cddlZfTMvul53cpTCHNW { width:4.9375rem;height:0;top:35.0625rem;left:20.624217987061rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vm5NeLrwbWQekXCWeIz1VwhAJcSUWzDU { width:4.9375rem;height:0;top:25.875rem;left:21.374217987061rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C3EHk3BQdEmqqX4xQNERiIzQXlqAXx0Z { width:4.9375rem;height:0;top:62.75rem;left:21.374217987061rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yZA1vAQiFv0QZbJAG4EwCxM6MafvSfSz { width:18.7239375rem;height:3.3237875rem;top:51.895008087158rem;left:15.198785126209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKvtf64h1zum8T3ntlv8g3OAmsUtbDuf { display:block; }
 }@media only screen and (max-width: 1199px) { #cdmCzul4LixFGDTrylSIaVATGU9dZCZw { width:47.749125rem;height:8.6666669845581rem;top:43.451389312744rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HgQucFwXFJKZMaPJa9LDHQpolP5S5KE9 { width:19.9375rem;height:4rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vm4ytPTDXJFwT4R9EDKMDUAyZgy3uCFP { width:18.125rem;height:13rem;top:51.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sbDFg1ywGeh5tqWG0sugl25vTIopCKC7 { width:4.99921875rem;height:0.062109375rem;top:18.223802149296rem;left:21.373827755451rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #USa6nJqkwNUBASgcIHfrShBQ8spSTyPb { width:5rem;height:0.062109375rem;top:24.523825883866rem;left:21.373827755451rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 1199px) { #HENadFb0aJisskZaKEwk5AtWWufPaxnb { width:5rem;height:0.062109375rem;top:35.023825883866rem;left:21.373827755451rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 1199px) { #N8pHbk80ck7z2XC0JB7yiN5SdqtI63a5 { width:4.99921875rem;height:0.062109375rem;top:43.423824310302rem;left:21.373827755451rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 1199px) { #vc5A6N1XkhV2yQFlLpmaCw2X5Pu9ESrL { width:47.7491875rem;height:8.6666669845581rem;top:9.8121566772463rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sw4TgxJ4FtJbRxmRIdvMXgn2hdbTGEbs { width:47.7491875rem;height:10.833333730698rem;top:24.510936021805rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K9cT9dPFVaPumZsIEFcTO72WPABZDs1z { width:47.7491875rem;height:6.5000002384186rem;top:18.210936784744rem;left:0.0011718571186066rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mKD0C0UQpkbS8XBQoTW2v8hgvw26kMJX { width:47.749125rem;height:8.6666669845581rem;top:43.451389312744rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 { display:block; }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .row .container { width:47.75rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GZxTPLio7glxzdA8Su1aRr4TftgaMNyQ { width:18.6875rem;height:23.833334207535rem;top:2.041748046875rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qaUBL8zFTrlt6BlAfXvcUQJAskavXxQT { width:37.5rem;height:23.833334207535rem;top:1.875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OgL5vxElx8tkGdyof3tMIFTGXRe8CDse { width:19.1875rem;height:13.000000476837rem;top:2.0208740234375rem;left:26.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe { display:block; }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dtEEAxivpOT2eKwRAJicFK5500v4pcpQ { width:4.99921875rem;height:0.062109375rem;top:0.0625rem;left:21.373827755451rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0Lvqa6evdpf8D3FcONnxbzTGOLnxi3w { width:47.74609375rem;height:8.6666669845581rem;top:7.953125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #doG89LFOJ36mAlIlpdzpNFtvHcw93c9T { width:4.9375rem;height:0;top:14.875rem;left:21.374217987061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0XsRZMTo6TqMEDcFx2vBHid1tGcwd5N { width:4.9375rem;height:0;top:27.1875rem;left:21.374217987061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qP4mTsuLSdUXfDJCG6MMwMyyALVFS5rS { width:4.99913125rem;height:0.0616319375rem;top:7.9964962005612rem;left:21.371527969838rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 1199px) { #vLF84n1vR67pbJJT84oUHpshWesp2RAH { width:4.99913125rem;height:0.0616319375rem;top:15.874967575073rem;left:21.374999344349rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #odq685mF7fbZAVWag7JWt8NNVmRO25ZZ { width:47.749125rem;height:6.5000002384186rem;top:0.0625rem;left:0.0017361044883728rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuQHPi7S9bzBR9P9Dfbt7TyXGPIszFWD { width:19.9375rem;height:8.625rem;top:13.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fdOyiH2L3cHmJv1BZGqF5MWzRUEfVe6z { width:47.0625rem;height:15rem;top:18.4375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0wy7a9MsALaPP17xAytAVdXCJSLUS7I { width:4.9982625rem;height:0.060763875rem;top:0.125rem;left:21.374999344349rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #TPs2zhrwSh7WwbtFUZT0MVARnbtJR43U { width:47.747375rem;height:8.6666669845581rem;top:7.9938907623294rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VscXeZhmFUSyhVI47UL2RRQxmOcTN8TH { width:47.0625rem;height:15rem;top:18.4375rem;left:0.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hAcoEd3aNUxd1TJnHDnoQDp13TAURQQT { width:4.9375rem;height:0;top:27.1875rem;left:21.374217987061rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LX9OMusiVkUlQ0qAENEvVrWON8PSRTne { display:block; }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row .container { width:47.75rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uJuy6hoKRe7qz02dQuQlMBKm2z0tFi9V { width:41.375rem;height:28.625rem;top:9.24755859375rem;left:3.1731772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOtJEA9DADZ7CodmhZTtvwu5Qv8q6qUk { width:47.748699188232rem;height:4.0000001192093rem;top:32.264404296875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2fGdiX0acTNRZRqNJzFCcEPtg92dRfN { width:3.75rem;height:0;top:29.1875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #saDt40P9ZxB4eDtz0GTdSLkCoqrEVo65 { width:37.5rem;height:13.333333730698rem;top:17.664306640625rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3dqgQgk6gbEDTptflnkBFpMcOAsogyl { width:6.1875rem;height:13rem;top:4.68505859375rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8NXTK5qRVOlFgcFHtd5Rnys0hq2i4x7 { width:3.75rem;height:0.06119791790843rem;top:16.6171875rem;left:22rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #LJlC9XCREVFTLtBhqSyABcTZ1RmZEJIV { width:12.5rem;height:12.5rem;top:3.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dvvShOkCuEbU2Ilb5AX8I5mPPR38qgqt { width:37.5rem;height:13.333333730698rem;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 { display:block; }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wzSLnNJWioSAOTR9076w0MxqLFkCBa8S { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sL8ffogPHsBWchSCUOS8NZkHagPtVhC2 { width:18.75rem;height:0.0625rem;top:5.625rem;left:14.500001907349rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yqZiWFQuWLrgA4WEIiZuWc0Q3Cgh6tor { width:18.75rem;height:3.35rem;top:11.124670028686rem;left:14.498436748981rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TeW8yJS6nLHFZcTkABxvAr74ryuPAVyz { display:block; }
 }@media only screen and (max-width: 1199px) { #RfhAVT6L0D3PbpT9od6MlduWXkuDgmOP { width:18.75rem;height:0.0625rem;top:5.625rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzPCmGNF3UqLibzeHQHyEu2zJwJbSmaH { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2Zpo6topcqwb1b6i78V811WkJS8l7SP { width:37.458333328366rem;height:3.2708333283663rem;top:11.729187011719rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQJe7qP00ZeZP4SRQ0PsIUkKs5ySPtWv { display:block; }
 }@media only screen and (max-width: 1199px) { #zkildTEFE1V76ao4qQOTHao12F4fI9cN { display:block; }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs { display:block; }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HCe438yhVTd8xS387FQPiPTfIy3d5wD9 { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s1aR2bMBOnCAmWMt3erh9m0o15wFJ46S { width:31.3125rem;height:2.0833332538605rem;top:1.0625rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2brGCp8ztXaONaE9QkRy906t7UXPycU { display:block; }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .row .container { width:47.75rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CbvIystbk2pZxhbxr3p2zF7IiaEhin3i { width:45.3125rem;height:3.8333332538605rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOL9GxSvprAHy2mugfepnZfbCbRs0QNg { display:block; }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EDxxSeTkeAxZgrCebtKe7EbtftoVNJ4E { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTDMTvqzFuQQOGC0GTeckZlP3N2E7Kqs { width:31.3125rem;height:2.0833332538605rem;top:0.71875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNULirHkc4W5THwlrcsWFPWmDnvsxasx { display:block; }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .row .container { width:47.75rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p0VXTpPqRommSfhiCxIfFmUTlF3oXyTs { width:45.3125rem;height:3.8333332538605rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JO3vZz7FeVfgZDeNNAIyk3GyQeTF7VDU { width:45.3125rem;height:1.875rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t { display:block; }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .row .container { width:47.75rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l3NPNb8zBHCmKSJrhnhfQAOyupDKq00u { width:44.75rem;height:2.0833332538605rem;top:0.65625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uocstd95d9iFiNDShASya1dRwZcSAqhq { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4aHXJXXxav4iQst3aOz7i2uz1a8GW9A { width:44.75rem;height:2.0833332538605rem;top:0.65625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o { display:block; }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qWQoPSQnt2k6JsCLzaoFXN1yqVHLeFQV { width:45.3125rem;height:3.8333332538605rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNTF6W937riiQTkBGG8OroeMGPTQbI65 { width:45.3125rem;height:1.875rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HZAX4TaaubEAzr32DlFR7pw5zwpITUQF { display:block; }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nTyb3cWJSa4Gpq6hMBMDFLSP7iKn00L1 { width:31.3125rem;height:2.0833332538605rem;top:0.65625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fr8ATzd4o3Xb2Szk69sv01ic0xDTKTW2 { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #st2SStn0E50d43ZicLQAxlTOp5VncF0V { display:block; }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .row .container { width:47.75rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #m9dA7JgO5SNyMDNQXkA4x4zhxypTQNk1 { width:45.3125rem;height:21.083332896233rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6daoglU7qklCz55ibUL21aZ2JaouKrw { width:45.3125rem;height:9.375rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn { display:block; }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VWKadSqKzIiQBZ4Q8zbIkai8E0AsfPW3 { width:47.75rem;height:3.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2bSaf9O5icrwcrozSv6qU6FQuwTJpPL { width:45.3125rem;height:2.0833332538605rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsmpmcmPhBAJLhncnhQAnNPCOnHXh1ra { width:45.3125rem;height:2.125rem;top:1.0625rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL { display:block; }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .row .container { width:47.75rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kZrF9IUKI2d407K0K7UR9SRs0A19OD5H { width:45.3125rem;height:0;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AmSw4g9lD8NDCqaVsRX2rsdfDK8z3UTM { width:45.3125rem;height:17.249999523163rem;top:0rem;left:1.25rem;z-index:100017;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #WsNz2gQO9slN3tRkb3ITUWECLtPXHgn3 { width:45.3125rem;height:0;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p { display:block; }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Aifn6f0AnAWy3q0zTWwnGFgalOWmhnGQ { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKHVQJFEDadcBh0u5SdQGdolQy2g8gR9 { width:39.5625rem;height:2.0833332538605rem;top:0.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tmriI9AMTN02wtfzaPR9g6TsahsnaDCJ { width:39.5625rem;height:2.125rem;top:0.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EQXWcG53We5nIIu9ES690se3XbsNbJPF { display:block; }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zT51Uk6dyUcEQ3BfxpJKarPeGEzS6ONx { width:45.3125rem;height:0;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IaydtTmIqnkgFpoOmhRD7CT581qDJv3V { width:45.3125rem;height:7.5rem;top:1.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K9fs4nOvId4sskmu8VfCRI7tXaHdSZrd { width:45.3125rem;height:11.499999761581rem;top:0rem;left:1.25rem;z-index:100017;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Wbx521EmWTTv4geHU0pHNmIbbTuBNrws { display:block; }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i { display:block; }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row .container { width:47.75rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fp8clF3llcU5iU90LsRRXb3WRplTeCSO { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dud87CGlOd7OotKtoD1DRU0TpqT4QrFZ { width:47.75rem;height:4rem;top:5.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDCcDXwsF3cEvck0JnxCTZ00OQ4V7C7A { width:47.749125rem;height:1.8333333730698rem;top:11.560710906983rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5vqgH8xpTeuhNMOCelCBmtUxkAJmmBw { width:47.75rem;height:4rem;top:5.3125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM { width:20.9375rem;height:8.2925rem;display:flex;top:15.64453125rem;left:13.201823234558rem;z-index:100057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #pfBDFeAMZHOGbQ2rHTA1RfoTs0Oliuip { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #PCNFlwl5amR1g9nJHQ3G7NFvUAJ4P6tK {  }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #KcHKHD9SEJnIXezsl4b97ViXUxFqwHHh {  }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #SsXTQphwwFKi5TrZbn5bKfvr5yhF1GFB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #BTvHyNWg57vOKhNCauwFOOy9clac3RaX {  }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #R2apHc3E6VTuAerAM12QCRR0RUd3CbZd {  }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #tlm06CvBDMn0sWEtVsFIrHOT8Av8VZTb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #QH3godVSB2PQMWJpllHrlhUsWsRXCmJW {  }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #MUHsLI3F7dThvGmZeUR4lmPGSg8bOfaq {  }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #OJb1r0n0Nq2LrAeTTsStt3koOolk5ZwO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #HoE00V13TbgxKBOs6zss7bMwC4ctQCFh {  }
 }@media only screen and (max-width: 1199px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #EHrUFSshCAuHNVWMwJzIrN8mUJGwfxhT {  }
 }@media only screen and (max-width: 1199px) { #zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi { display:block; }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KclRQzN7IBtvdSGNEgnpOo3DhSqtrIPl { width:18.75rem;height:3.375rem;top:3.6250009536743rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJu7t2g7gQlvh18H2i6iiM8MCJMITxKW { display:block; }
 }@media only screen and (max-width: 1199px) { #iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq { display:block; }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row .container { width:47.75rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hQrfMTKKd9KV3giLgFUUTqx61heCcF6p { width:41.4375rem;height:25.0625rem;top:9.2474365234375rem;left:3.1731772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9hJB96r1Gwtxf5zdtmDHmabMuDToFxX { width:47.748699188232rem;height:5.3333334922791rem;top:29.104187011719rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XP17S2mxe0cFirLrbDHqmgQcHJezWwE3 { width:3.75rem;height:0;top:29.1875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZpW8zT0JbZhaBbUg11ppP4VXV6uFy5y { width:37.5rem;height:9.3333336114883rem;top:19.6875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0d8hQIRb8AxnkhlFOWMpSzKioKTAC3P { width:6.1875rem;height:13rem;top:6.66162109375rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T81hcRpGTQMI5kTf3GRd3xTSnqCyTqdI { width:3.75rem;height:0.06119791790843rem;top:17.054809570312rem;left:22rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #qdDlilZTWKcTc6QofTKMuyWPpyP7szVZ { width:12.5rem;height:12.5rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGBnmoTL7bFxCK5SoulhUUToILknVSX2 { width:37.5rem;height:9.3333336114883rem;top:19.6875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iR9nEGexpHPiKw7UxILT2zOitE5C2s7E { display:block; }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o439I3AOd0Lf2q7Op9qrTZc0Av42hXIc { width:42.6875rem;height:2rem;top:2.385498046875rem;left:2.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 { display:block; }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row .container { width:47.75rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K12dQ3ATWUtfqJF3x00TR6TwaaB6qGU8 { width:47.748699188232rem;height:31.66666674614rem;top:3.84375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r65pmhMohoLGiZBwQTGW4BHCRncakqPa { width:4.9375rem;height:0;top:5.875rem;left:21.374217987061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prcSl6DASAGfaPnopTtgTCg9D9ZbGIZf { width:17.4375rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wBlBTbvbQsBukGB6w8oapTqmBoC8H8ql { width:4.99921875rem;height:0.062109375rem;top:3.75rem;left:21.373827755451rem;z-index:100016;background-color:#a54870;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #JK84Qw4IlF3LdkcPghNeFMUc0NdKtvTx { width:12.5rem;height:1.25rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H { display:block; }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yzT42B0rXOmJ098x6Up0loilavZLGB99 { width:12.4375rem;height:6.21875rem;top:1.6875rem;left:17.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AG5McIH0QgfrKiphMEyDAT186zsVGLz4 { display:block; }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W { display:block; }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 { position:relative;z-index:auto;display:block; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 { background-color: transparent; background-image: none; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container > .video-iframe-container { display: none; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row > .video-iframe-container { display: none; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .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); }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 { border-width: 0; border-radius: 0; }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container > .video-iframe-container {  }#fB1WLWyl4DEkqQxMHuzq6NOuHuC65Lw0 > .row .container { width:20rem;height:42.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpk7wugW6ZZIOT3AZ92B6mMKKK6cgMI { width:20rem;height:0;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcZChdEUfT16w9XDwFTXQHIS906T0cDZ { width:8.75rem;height:0.125rem;top:39.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qprTBrMSeIkwnIw1J49gkMeGWrgz9sgS { width:20rem;height:2.4166667461395rem;top:36.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJ5GcWm3bHWxDhkyyWRnqmZn1dNhEE3 { width:20rem;height:0;top:10.837500715256rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXKsxq8WV7xzOyF39nfqzGMNhnnMw5rK { width:12.375rem;height:12.8074375rem;top:6.625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmFu4RAGlrNc1kmCMp0Gao61iQUcpVE0 { width:19.9991875rem;height:0;top:39.814452171326rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1WW66g1XtMT045rJmrkXC6lQ4v76pcn { width:20rem;height:20.090637316289rem;top:27.897655487061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #peOi6aMudIELTV3Dd3zVZcB2KJ2RVtgc { top:0rem;left:0rem;width:19.9375rem;height:35.5rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PErfStuXS07cbwM3hrQL0dce4Lp3sQrd { width:20rem;height:2.4166667461395rem;top:40rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt { display:block; }#GqVvR1a2WmHTK8rWDG0do4rSsnEmRVMt > .row .container { width:20rem;height:48.604248046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcCWmGy39iLcF7Zm8s3QO6NVbVrpmT9m { width:12.5rem;height:0.062109375rem;top:1.875rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNpZKwfxfEStMuwOWeqfeS6HOtZwAmlD { width:19.9991875rem;height:4rem;top:3.3738269805908rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAi80yiMXkrvvA9xtzVUHLaslUnrlFg2 { width:19.4375rem;height:7.8125rem;top:8.8406257629394rem;left:0.23671874403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpW1vOswEDqm2xsb5AzNBgLsN7DvT9br { width:18.125rem;height:5.3333334922791rem;top:10.109375rem;left:0.9375rem;font-size:1.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #r2ym23IVr6zDOBJ76eXudGsX7m0PTUWq { width:19.374625rem;height:7.8125rem;top:17.680076599121rem;left:0.23671874403954rem;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #cgKKlUETXgcXwvINHDoyCT05BoudrD8m { width:19.374625rem;height:7.5rem;top:26.859375rem;left:0.23671874403954rem;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #i88nGIPy5OtQkUuZ3EoWNmo7IvdSLVtf { width:19.3741875rem;height:7.8125rem;top:35.792188644409rem;left:0.24921876192093rem;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #RVQiygQ1rgxhNhymznm4rTLfXXQ23CHA { width:18.1234375rem;height:5.3333334922791rem;top:18.948438644409rem;left:0.93828129768369rem;font-size:1.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #myAUdPtpvmmKwaQaWv9nD66PlrT3kodB { width:18.1234375rem;height:2.6666667461395rem;top:29.321876525879rem;left:0.93828129768369rem;font-size:1.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #RWbyJo4z9Mp6n7zvCrDvm12pGWuJUPh6 { width:18.1234375rem;height:4.0000001192093rem;top:37.73593711853rem;left:0.93828129768369rem;font-size:1.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #wn3AqD4U0eQ3dsSnVzSQ0hbJs98AqZ6C { width:12.5rem;height:0;top:44.854248046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk { display:block; }#zCZ7dhsqx6brEWT202qo92q3gJbgG7Sk > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khqCzc993mLPLm5DgoVsBcyPo0mHXKpI { width:18.75rem;height:3.375rem;top:1.904296875rem;left:0.62226560711861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvMKIGgdbAuOlBIKteS1sMyzMJwbCMbL { display:block; }
 }@media only screen and (max-width: 763px) { #NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW { display:block; }#NIQ1GciM6U7bOVFLGWENmoBP1Jbvu8KW > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqRtOWae0B2OS9prVs5aibbmn9VAIgXQ { width:19.9980625rem;height:5.3333334922791rem;top:15.248435735703rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCBkTpKcK3IsNCSLpOpDCuvSlAyqN96U { width:19.9991875rem;height:1.8333333730698rem;top:23.164451360703rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJADZDpW5ECbegNnJAa61NQxcMANJhdT { width:19.9991875rem;height:4rem;top:25.804685354233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBSyXyNHd0mH4kM5GHGwJcVnEmWlBVLJ { width:18.75rem;height:3.386325rem;top:31.939437866211rem;left:0.62226560711861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkrVcUBrUIKhcovbUxqad8wPxp2nXyoP { display:block; }
 }@media only screen and (max-width: 763px) { #oK8O5ra27L7AkttrckQXunCKnnrLi6ED { width:3.75rem;height:0.062109375rem;top:22.504686117173rem;left:8.1234369575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ZH7l2KMCIgZ42P20e90RiDdVvFL9IC { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRdLtIDWXelWx28Rs9gvQHcBaSnkVzKL { width:3.125rem;height:3.1875rem;top:1.875rem;left:8.4363279640675rem;display:block; }
 }@media only screen and (max-width: 763px) { #esXdeGir4D5mlMN9DUXSyOyI2U1vCnpZ { width:12.5rem;height:0.062109375rem;top:6.25rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me4IckHKtaeuiQDwE7ri7u3pI5nMN7Me { width:19.9980625rem;height:4rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn { display:block; }#OmbBXy8T6uoToQN2t07wh1TV6TZ35Rtn > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfX9HgrTDkB5issVgPa44fLu42LTNZZa { width:18.75rem;height:49.125rem;top:1.24609375rem;left:0.62109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVZsbEPXpQO8gSUN6Gt9n5gvw4c8JNBb { width:19.9991875rem;height:1.5833333730698rem;top:3.9152383804321rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJfv8n4p41B3zpcI7rItKOb7Phrv53gW { width:19.9991875rem;height:1.5833333730698rem;top:6.0445289611816rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCFmTnJgwhuASE0aO8lloeLVU26Ce14C { width:19.998046875rem;height:4.7500001192093rem;top:18.99609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEGzJgcIWodPkOp90476JLQtrlJOrGd { width:18.125rem;height:14.58333337307rem;top:22.134765625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#TpEGzJgcIWodPkOp90476JLQtrlJOrGd li:before{  }
 }@media only screen and (max-width: 763px) { #RrzyCeJ9NKSVAVrM8RmQT5HsVM01EcxZ { width:19.997396469116rem;height:3.1666667461395rem;top:37.988296508789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATQZkWuFVnMvS5H7Mm3zlyq1JSTXqM2n { width:3.75rem;height:0.062109375rem;top:2.6859359741211rem;left:8.1234369575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRnka8WNuzIwR5GzgzP08equfVWO0uqT { width:15.625rem;height:10.375rem;top:8.62109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1kqmQwJJ67TCvzBZzCp0T0WnGGZZMy { width:18.125rem;height:7.0416668653488rem;top:41.11328125rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#cv1kqmQwJJ67TCvzBZzCp0T0WnGGZZMy li:before{  }
 }@media only screen and (max-width: 763px) { #lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K { display:block; }#lSDBXmBcTVFPJ5QGFThzbXixvuTJ9M2K > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqVzovTyATzqTIyggVbeKdhAL5e3cmP8 { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc { display:block; }#z9uAyIJTOtDfZ55gACwP9FX8iu1z4CTc > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3agJ1GHb56VpNRBqpcHI1VSyFH3IHnp { width:18.125rem;height:0;top:3.0807342529297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImyUgqg2PO0vkVI6JVOTrrxo2SETMwNR { width:3.75rem;height:0.060763875rem;top:1.875rem;left:8.1250002980231rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #GKSyefXPOrVzix7e7RorUvxMFxTdEag8 { width:18.125rem;height:6.6666668653488rem;top:3.3932342529297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #z6nPdPuzI2D4A5GwEVZGSbmil2PPsOPO { width:18.875rem;height:3.25rem;top:10.01823425293rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJIzXkPZuE6oOwrvTdLTSfBM96WvCMRQ { display:block; }
 }@media only screen and (max-width: 763px) { #RlNWMAsmLxyrN16viOhkucmofJbqDZey { background-color:#ba7291;background-image:none;display:block; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container { background-color: transparent; background-image: none; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container > .video-iframe-container { display: none; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row > .video-iframe-container { display: none; }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .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); }#RlNWMAsmLxyrN16viOhkucmofJbqDZey > .row .container { width:20rem;height:167.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muXPe7yQa1XF3KTIGvZEytw8OiFRBItd { width:19.375rem;height:164.5625rem;top:1.2812385559082rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQXRqrfDaMftks9TrAVUmcA7WtTnX3Kx { width:17.5rem;height:0;top:2.53125rem;left:1.2491319775581rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAFo5GJLapww30IyQTngCvBegbsIM0TX { width:17.5rem;height:162rem;top:2.5104217529297rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #FxWw13BEqbXa13V4mdViyxswKC01u3Nq { display:block; }#FxWw13BEqbXa13V4mdViyxswKC01u3Nq > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5itvZOMR5sV578HNRMpWwiECMtJg7EC { width:19.9991875rem;height:1.8333333730698rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2m2RzxvunlmJBRTdu7ivPKgdBfX6qlu { width:19.9991875rem;height:1.3333333730698rem;top:5.7222642898559rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ype1oLwcVf7PsMyJuuvv0u3Tp2sN78oa { width:17.5rem;height:0;top:8.0484364032744rem;left:2.4996092617512rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQuFxTA1x2sazZFTbe0xrZxbnXtXLFXw { width:3.75rem;height:0.062109375rem;top:1.875rem;left:8.1234369575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHCVZvaqsi7rVZSuC9rfOHNwsx5DRZOi { width:19.9991875rem;height:2.6666667461395rem;top:47.568751573563rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIdiRmNR8evfMxkfANcBqJZ8apT1qvHE { width:17.5rem;height:15.166667222977rem;top:51.349609375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR5dT5xBi3gs5XGxK93CUKrg4VVAfeSR { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #es7Kg1GoTWhabfgnP09unEhbnW0IfKqI { width:2.8125rem;height:1.9375rem;top:8.0472621917725rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzX5LC5q3rwmMdCrbbFtcFJzli4qCN6C { width:3.12421875rem;height:2.25rem;top:90.178123414519rem;left:8.1234369575975rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbUtTyHSgh9H80SSirsfvBrsokSNpFPf { width:2.6875rem;height:1.3125rem;top:8.0472602844237rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4x33DUe80cfSoSas3roNMTGmgWmW7uf { width:1.875rem;height:1.875rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEtPcoGwvlHggR15VUc6pC84GvegR65h { width:2.6875rem;height:1.875rem;top:8.0472652912137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTROEgeu93BrUObzzJhgASoS9XqCWWC { width:3.12421875rem;height:2.25rem;top:93.311717033387rem;left:11.247655898332rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr0gcB4OOdZZ2G4fWfSXRfXEJeTUrCRK { width:3.12421875rem;height:2.25rem;top:122.67771434784rem;left:8.1234369575975rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFGBeEr4BIF95eztI5If71BtXr01PHK9 { width:3.12421875rem;height:2.25rem;top:121.36522972584rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVLBlMlqnIr4eXWWb8aKOx2cVSEov3NN { width:3.12421875rem;height:2.25rem;top:124.26562023163rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIZHR2ylTEvX9LbOn6JbsdlbNBX9UIHk { width:2.68710625rem;height:1.875rem;top:16.546874284744rem;left:0rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #gdngXFU85b0xNnwCatTdmANrtZV6T11M { width:2.6859375rem;height:1.875rem;top:18.421874284744rem;left:0rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #O7KGFi0PvvcJXpqszDEsvZxKIXaLM8GA { width:2.6859375rem;height:1.875rem;top:22.796483278274rem;left:0rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #mKfuG526mWzdPGZXt1TCv3OJgOpaXiSV { width:2.6859375rem;height:1.875rem;top:26.98281288147rem;left:0rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #Bq0q7DsNr1M6k2c8wTvC2W2APoIo1v45 { width:2.6848957538605rem;height:1.875rem;top:38.313720703125rem;left:0rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #iTnfku5h1MvTcTJU2ucaTQSF4hDufQQF { width:2.6859375rem;height:1.875rem;top:51.350393295288rem;left:0rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #fzfrRrF6zH6T3zeW6dgNRXhC8vTCIp7w { width:2.6848957538605rem;height:1.875rem;top:53.787841796875rem;left:0rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #i4Dsw07Sx14CsWh1dDD3PncXyJoItXX5 { width:2.6848957538605rem;height:1.875rem;top:57.920654296875rem;left:0rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #TbTonUTckMmupFO144AWBbhpzzQ422Sb { width:2.6848957538605rem;height:1.875rem;top:62.26171875rem;left:0rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #sbfAkdGpdhq9bWmDdF7CQSp2InCVEmRm { width:20rem;height:0;top:137.90307617188rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hh4JUMdMHZGFBkeR4oJ6t5Z3PlQTH6RS { width:3.0625rem;height:2.205551387847rem;top:142.23120117188rem;left:1.9557292461395rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWRvatUiA7MIBBVJ1LnCWgQRCc9gRKWE { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpquUkSTGuAbLPfaiTKrUS7d2828IJ0x { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDZKCTdmKp2ulMb7u8tIbaeDIuqr28Kk { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfTwzOVs3klcuxbIFa3bTR2ara4APM8x { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bvl3XrfzrmqTqD1dq2ZQCDtLMxpng2i0 { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElntqSLewLkmw3a9XGPLUCg2OSPDyta1 { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #g534Ds24TNrJwpXDeh1ie5p5cZ8Wnmmh { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbqCRI3HyW2u48TyqqizoW1TBAac0rxn { width:3.75rem;height:0.06119791790843rem;top:126.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9eb1hpERBDnEfsX8d6fhbnd1NFNi90w { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixGeo9VPwPTfcTZ6xweVeqrWs8iVdlh7 { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwQ1NG8Nsofck4vASPZTrwqCa73XKyhZ { width:3.0625rem;height:2.2055513878469rem;top:12.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wE5RETH3kUVURsyt5dwsECxfz90CNWVA { width:17.5rem;height:36.833334207535rem;top:8.046875rem;left:2.5000001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #MUThK7ZgzTOzhGu6rp2LBBnauQuJsdJ1 { width:3.75rem;height:0.0625rem;top:4.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv { display:block; }#fVEwd7bIBL6GytZlWuQUvmtfRoL2x0fv > .row .container { width:20rem;height:37.454508543015rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hK0etHO9WfszVKZ8iIz9hLS5E9i1SsBT { width:20rem;height:0;top:29.028686523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAPn6QF9DpgU1watZcVqtnGP15O0HZS6 { width:3.125rem;height:3.1875rem;top:1.9375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZScsZvqTFEvCe6kFcD65DsHmeDNaZQi { width:18.625rem;height:14.0625rem;top:12.114624023438rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKS1b7WJpmb8FrhLlmwv88cUGQpf4qJS { width:20rem;height:3.6666667461395rem;top:6.33203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuvDhmhy9gn1iEtaNvXhb0MN0elA9edR { width:20rem;height:3rem;top:5.08203125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3FnmzTFGS1tFIbUCvG6TLZBnxEFUe1 { width:18.75rem;height:4.4375rem;top:28.100341796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbXlktDIXv5BVITAXEsn5p7LnATTAye { width:20rem;height:3.1666667461395rem;top:28.778686523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #ymWmlLqb4tEUqqiOGgcPzbanMDST6RqQ { width:12.5rem;height:0;top:33.787841796875rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in { display:block; }#QI0NZwAbRglfSSv9nm8dGXrpEnaaF5in > .row .container { width:20rem;height:108.18835449219rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kU0SJ6tLvPQztQX2KJsW3dmVO510TT85 { width:19.998046875rem;height:3.6666667461395rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSryodUfCkODWaIXtehcnak8heJBDsop { width:3.75rem;height:0.060546875rem;top:1.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml5po76AGsBi4tkDdb3ak8JkwhKZNOAa { width:19.998046875rem;height:4.0000001192093rem;top:27.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdinePBqTboCmx4sBzKBTiT9NLtgIT7Q { width:17.5rem;height:1.3333333730698rem;top:33.0625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #has8x5f4pUZaw8Uvqut0WsIahUTlMsM6 { width:19.9991875rem;height:0;top:79.278511047362rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#has8x5f4pUZaw8Uvqut0WsIahUTlMsM6 li:before{  }
 }@media only screen and (max-width: 763px) { #JbkcEpON3lQQsW3xsWph1MS8ng3VoV38 { width:17.5rem;height:1.25rem;top:47.375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoUS9b0G3LPf7dwOVu1IsZTeSwfranJk { width:19.9991875rem;height:0;top:93.751167297362rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KoUS9b0G3LPf7dwOVu1IsZTeSwfranJk li:before{  }
 }@media only screen and (max-width: 763px) { #AMIuZSbuJ53d7uDacS46KBZQz8eik3cC { width:18.75rem;height:16.25rem;top:64.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg3N7P12pWFk65A29i2VIk01r4eB1BoE { width:3.12421875rem;height:2.25rem;top:120.5015578866rem;left:12.842577010393rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHOulmkQr9EJT4UgWffmz90UtH6vDUUd { width:3.12421875rem;height:2.25rem;top:122.67655777931rem;left:2.4996092617512rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUPcrORFh9pPTw339F7UqbMhx26pev2G { width:2.685546875rem;height:1.875rem;top:32.8125rem;left:0rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #NtoLKNhFbxhkAlOrv7VWfThBEPczTMPy { width:2.685546875rem;height:1.875rem;top:47.0625rem;left:0rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #E3xnNSFb9ySSJv9SCuOhWyB5ZJf1LKTU { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXFrW9xixGnId7aCGInsQRTJcyvNkUXQ { width:19.998046875rem;height:10.6875rem;top:35.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100019;display:block; }#zXFrW9xixGnId7aCGInsQRTJcyvNkUXQ li:before{  }
 }@media only screen and (max-width: 763px) { #wzh0sbmwDTQtUSDWeksL6iSLV2NAtFM1 { width:19.998046875rem;height:12.6875rem;top:49.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100020;display:block; }#wzh0sbmwDTQtUSDWeksL6iSLV2NAtFM1 li:before{  }
 }@media only screen and (max-width: 763px) { #esTDn2x4sTpXIpmtAMsvBLIzhQUroZJB { width:20rem;height:0;top:92.158203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3RfAMyZyGbeb8LQyzIHQDk0geVQ2BdW { width:3.75rem;height:0.0625rem;top:4.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTTZ5aZ1ML5T4G3TE1Olhcw5lUbtoZ8g { width:20rem;height:16.500000357628rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #I5Eu3Mk0TOsPhlHhPI3oNHWEGB7towSr { width:12.5rem;height:0;top:105.68835449219rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmCuNssOTVJBqLeCatFA59BdubksB9MJ { display:block; }#TmCuNssOTVJBqLeCatFA59BdubksB9MJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZ0RqZN9GLmtpgm69iFIHMzG9TkAlSLU { width:20rem;height:0;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #KhoOO5BuXnf10ypZn6tAATLzZ3pAKGlT { width:19.9991875rem;height:3rem;top:1.875rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC { display:block; }#JP8nZBGacaPWtJy984FJ5f7Mww2Ik7hC > .row .container { width:20rem;height:129.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbis9iapWNZqHVQg0y9sKQCWsW7IOO98 { width:18.0625rem;height:12.875rem;top:29.467966556549rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #URb1Zr6ZFRkdOl6EtkvtKKF3wKJSKdeO { width:18.0625rem;height:12.875rem;top:43.761325836182rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVItnsrZC7zzaN0dBr96EIX5aOduGSnL { width:18.0625rem;height:12.875rem;top:57.810932159424rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1h7TG06wl0CZQVCVLERFiq9LUpM0PrC { width:18.0625rem;height:12.875rem;top:71.936714172362rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWeCS2lTAMeJvvhN0u7opmJdlUkNVRd { width:18.0625rem;height:12.875rem;top:1.8117184638977rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwLoC7HJ3pe0yuelkhK5ccJ21lgymXp3 { width:18rem;height:12.8125rem;top:15.573046207428rem;left:0.96796873211862rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udl34qDXCQzzM06pbNilOKxZp4yseAMp { width:18.0625rem;height:12.8125rem;top:86.16552734375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsrvHue3tSGASrbIGt2fUcgBTeZtoP7x { width:18.0625rem;height:12.8125rem;top:100.28271484375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHubiZQSSIMcxT6v24W4yAZ5FJwLcX88 { width:18.0625rem;height:12.8125rem;top:114.38159179688rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc { display:block; }#Gw4NfI50KoZ1sBy8fRexLt0B4NAEhtZc > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axkFWPqFVr2KLWKWPbfIuuf1SF4BP3s7 { width:12.5rem;height:0.062109375rem;top:1.875rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwM7qKB81JNta6NxXSBtzMOHnXQatlrD { width:20rem;height:4rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiWtATFqpdNZsF2gMvK6SGQ8AFOuNxvH { width:12.5rem;height:0;top:8.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzJRviNHznEpwrpBTW83CncO9OWlBqQM { background-color:#f1dede;background-image:none;display:block; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container { background-color: transparent; background-image: none; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container > .video-iframe-container { display: none; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row > .video-iframe-container { display: none; }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .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); }#CzJRviNHznEpwrpBTW83CncO9OWlBqQM > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2kQqG3CkvAP4aOvBbbvfTVblPlTZ94c { width:20rem;height:0;top:4.1947937011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWt4aOKNgZiXpLyhSTRAAAUlJuzt7RNS { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xby9ZTD8sUt9fwKFruCTC74Xqdy72W3B { width:18.125rem;height:18.125rem;top:12.190185546875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuoqof5ZGTuq0tMGzf6MPD0tXqQiJ2dp { width:19.9991875rem;height:0;top:9.1160144805906rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhboespsTREwdXOJFfB4r2DfcTyUOxO9 { width:18.125rem;height:0;top:32.875779151916rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #d4GTTKUchTm1lT0MWRUTGMBhpWmAiBMn { width:9.375rem;height:4.5rem;top:57.395874023438rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eArmJsvWKIFOxXqybqAq4FfMcWDyvvEQ { width:19.9991875rem;height:9.3333330154419rem;top:1.875rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #yaJqfg30kpdiyAf4zKCeKlTMu60WT7CV { width:18.123697280884rem;height:24.916666150093rem;top:31.51953125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #e7ccbpPi54TeUOteAhe4S506V8lH9skO { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlTy7rAtUUMQytPLP6TBDlhqCn899UkP { display:block; }#WlTy7rAtUUMQytPLP6TBDlhqCn899UkP > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNZqJUKHqPsSf84hTGqhfVATyrJWcaSn { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3TGLKwt1vR6cpsoFKllhUxpI5v9kL2 { width:5.625rem;height:5.625rem;top:4.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THa7AAQyD7kS5LEO1zBuezgzphT1z5qX { width:5.625rem;height:5.625rem;top:4.75rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdPwP9oQAtUXLpsySXLoBZV1Aoe8XDE { width:5.625rem;height:5.625rem;top:4.75rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVIv6U58NWrJTPCSpImThbu3x55ahUF7 { display:block; }#TVIv6U58NWrJTPCSpImThbu3x55ahUF7 > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruzWWsnXUk7pMRQUNN3Qz2CD7oo0PkSz { height:10.875rem;width:19.375rem;top:2.3125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP { display:block; }#wKJi04TW6F9eB6TdiCM3acG6Zor4KCLP > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4Iols5yxw1gVnTZmAhbXcChETKQmQq1 { width:19.4375rem;height:50.9375rem;top:1.936279296875rem;left:0.23567712306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKCFxIlm7J8G87DkFkFaIbsUJzOcQ18 { width:19.998697280884rem;height:5.3333334922791rem;top:46.666748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyBNT4KqH9QqzsSNr9u1USnkTiDx2dcV { width:3.75rem;height:0.06119791790843rem;top:17.21875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqO9rIwHv4v1pBaAVwCM8OrLVFTsxbgV { width:18.125rem;height:0;top:19.52099609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #veCIwL9P12yPWAJrx0W4erBLgcIvGPWb { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PX0Vsdmdwgw4RLWTrn0rPeWEM7IMush2 { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgReNKnJTTSkzDhW9hrvUEa6uizE0xXx { width:20rem;height:auto;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaUs6ycLJusnIztpD5k3uxDQJqR45RfP { width:18.125rem;height:26.666667461395rem;top:18.770874023438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #bxzskexTHHcovsshFvd3QN8hJBortTob { width:12.5rem;height:12.5rem;top:3.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa { display:block; }#gBGJWdVm89uEzx6HN7XXoxVMimbT7JLa > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srWfEvf7IzJUr2cMoHviFB5i7p818WU3 { width:12.5rem;height:0.062109375rem;top:1.875rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEyTXqfqCoTtJPCOfG9Ib197MvfLFV1l { width:20rem;height:0;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #idHZU2QM6BXlVkMT4MVgk41ygVRefrrn { width:19.9991875rem;height:4rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #d5wEDp7JLaRmASQVwdbhqIp88XCLs8r4 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #yUOstVfVxMknREo9Hk59OIi54QBcxCCV { width:20rem;height:0;top:14.6484375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #qTsyhLkFo8VTXbAWezZbyt4EMeK2BT2n { width:12.5rem;height:0;top:8.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szP9NmJGHGEALQHCMFXyrXFl74MHGRiT { display:block; }#szP9NmJGHGEALQHCMFXyrXFl74MHGRiT > .row .container { width:20rem;height:68.63037109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlMfK2oWs9ZfPqhQmbhgwTTI7utBzmss { width:12.5rem;height:0.062109375rem;top:6.25rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Kqlmq9qwVnEQOq136cS5RukaTLvL0y { width:20rem;height:4rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1hON9EJSqziNTyRqzVJZ93TCTVXNE7x { width:17.5rem;height:0;top:14.88046836853rem;left:2.4363279640674rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1ZUm0XDfTowqS30B1dBLWP0XEFBlp3F { width:3.0625rem;height:2.2055513878469rem;top:32.937103271484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeU0zRIh6rUP0KZoSKIvXrtcHevtx9pk { width:3.0625rem;height:2.2055513878469rem;top:36.455072021484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ff85NoAxdO270PNmkddSuXUiRChkeyog { width:3.0625rem;height:2.2055513878469rem;top:39.910540771484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTkPaxDZDppFgDMP4Rxr064fgCoznmwP { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4363279640675rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJraGTMH7uralxp0Z4OcdwQa5eA6RRMm { width:3.0625rem;height:2.2055513878469rem;top:43.428509521484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnzswDxMCSndqsDpwQc2OHNOJ0bpLTzc { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1XsKTlfebAlNzf5sWnpg6Wl3Xr6UX6R { width:2.68710625rem;height:1.875rem;top:14.88046836853rem;left:0rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #tEOWElx0sGGE8RTosQQ8IhhcIiHs6o5S { width:2.6848957538605rem;height:1.875rem;top:30.828125rem;left:0rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #QUzfKhtzJtV4cC66EdIxcQwLI5dvoMP6 { width:2.6848957538605rem;height:1.875rem;top:36.765625rem;left:0rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #USwKWUU2lOdC6P6hNtw1UMVpaK9P5bkh { width:2.6848957538605rem;height:1.875rem;top:42.951904296875rem;left:0rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #Vdit4SOtaC8GTM9Tc29bylrTfodWSd3w { width:17.499625rem;height:50rem;top:14.88046836853rem;left:2.4363279640674rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #MtlHwSwayx8A6Lyahn0F7WTIVhEVrlvp { width:12.4991875rem;height:0.062109375rem;top:49.280432128906rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dxa4E7hCJ7LMVMgfhLXiOvol6qIq0qiF { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrBKbwFRklB4vNooKP3lDTWlSsWTOBsn { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecmrafW6X00smG3lMXWAKST7SsTMgnog { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIG6zdRS9rlaplgtAWGL0d03OUgqt7Qv { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #omcMTalpXGi9M7K3wTsgZZyCO16pMvAb { width:3.0625rem;height:2.2059190768493rem;top:52.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lr3ppIVDyAWGAzlzxQxtDWJKGnPUCxGt { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5CC4mRuq9wS6P0RstZlIPrmW9C9lK49 { width:2.6848957538605rem;height:1.875rem;top:48.764404296875rem;left:0rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #iyVaLTWh2faIKwQ8O0aHTKOH6SqZBHTb { width:12.5rem;height:0;top:66.13037109375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t { display:block; }#e1C3ep1A5MBKiJL6bxqHqDz1wyiPf14t > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDyn5iT8DGPQIe7qSOi1egIs8oTMF4Io { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { display:block; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { background-color: transparent; background-image: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container > .video-iframe-container { display: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row > .video-iframe-container { display: none; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .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); }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ { border-width: 0; border-radius: 0; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container > .video-iframe-container {  }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container { width:20rem;height:8.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/0B85fH8R/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.adaptive-delivery-prevent-bg, #zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.lazyload, #zTZBdI2FmdGTFBBLgcHwFhD4l2m6UNuZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c { display:block; }#ahKF23JoVwelly2BwKxZhr4E0ZL1Lz0c > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cINvseB6vhA40P4vVD93b0fhIOlCygTh { width:18.125rem;height:0;top:5.354248046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAqTo9VuD3XvSiaJ0E8iATP0DAHN76Ll { width:18.125rem;height:6.3333334922791rem;top:0rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ8NQctByTeADbrsxzKpNbDlFkvcTEKg { width:18.125rem;height:10.833333730698rem;top:4.9896240234375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM { display:block; }#ipd53aHNoJ6Ni1QyzO9hhkisEiqcl7tM > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STfyV6epuUagy5eQw3vzpFpPfPwiG48W { width:16.875rem;height:0;top:1.5416259765625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PifBXQdTmB45rxLuarEAflCBKBV496WN { width:3.0625rem;height:2.2059190768493rem;top:2.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #srltAVaivAyhyZJ3gCGSxCXKmwQUbegf { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTR8W1oG0qs6baMiN3dNCyVRtg6FoNLH { width:2.68359375rem;height:1.875rem;top:1.5390625rem;left:0rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #rZizRryk2sCWVnAJKuZr1wLfzTKisCTV { width:16.875rem;height:22rem;top:1.6875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 { display:block; }#JRpoouQxQrFTk6WHM15ilfR1oVWD89S1 > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZGTDtx9unSOchq2HawozihCDXgrqqzW { width:12.5rem;height:0.062109375rem;top:6.25rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZErN6Q6fbK3pv15DAT2yRGhmihSAGTS { width:20rem;height:4rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdAECwLsspUWdehlo4VIJ3eTQDbkXm0w { width:16.875rem;height:0;top:14.311632156372rem;left:3.1241319775581rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgEPSvmADlhep0Gv7grZmdUXsm2hcrWw { width:3.0625rem;height:2.2055513878469rem;top:32.937103271484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #amLaP0i77D3X1l6O3509o20rydqvN5TD { width:3.0625rem;height:2.2055513878469rem;top:36.455072021484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGaARAwBRMHn35uVf93aMmLPbcObZVQC { width:3.0625rem;height:2.2055513878469rem;top:43.428509521484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlZvP7rUrDF9U0fQtocSUAlU3aN265Qa { width:3.0625rem;height:2.2055513878469rem;top:39.910540771484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVyfu8zGAXF3e1VWXruoo0dkZNQLSwHf { width:3.0625rem;height:2.2055513878469rem;top:46.883978271484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0P6NSzeH7Iv2L9uiU0zWp198C4abIXb { width:3.0625rem;height:2.2055513878469rem;top:50.401947021484rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNv4R28TA89tHue0yI7SM9gbkiGGuhX6 { width:3.12421875rem;height:3.1875rem;top:1.875rem;left:8.4363279640675rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ol011BIBCHUUfNa70CfmKWiLVOx09Q { width:19.9991875rem;height:13.125rem;top:0rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlIPAAAaGZnumQi7AirNyhUi5DV8UbU { width:2.6859375rem;height:1.875rem;top:14.310936927796rem;left:0rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #IF6WFpCUQgfK7xrtnpR3EltuLgT3VhdC { width:2.6859375rem;height:1.875rem;top:20.122263908386rem;left:0rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #lhA5eMZ8UJSwZCkPXbT2fOfTs7q13lzT { width:2.6857625rem;height:1.875rem;top:26.371528625488rem;left:0rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #UMz3Vw73eNIyB1TtXPcTJRw7fmRUpfBG { width:2.68489375rem;height:1.875rem;top:32.343750953674rem;left:0rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #zdahQzGioKOF6eRn2SZi5euPH2tUR1BD { width:2.6857625rem;height:1.875rem;top:40.36977109313rem;left:0rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #POCZ7SVi3I4cGGgTLPkzqiPSzCd1NI7s { width:2.6857625rem;height:1.875rem;top:48.49392414093rem;left:0rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #pARC9RJrQ07ArhVT3Zw2RLgWdPoq6rlh { width:2.6859375rem;height:1.875rem;top:59.180856704712rem;left:0rem;z-index:100036;display:none; }
 }@media only screen and (max-width: 763px) { #aKi6aM9McQyp0QQJGqDfAubVCVPTxTOu { width:12.4991875rem;height:0.062109375rem;top:64.312072753906rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnaluJi2F1RqUTVc9LBltME92SZHC7JD { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #deam8CC7xhpX3er7BWLapDw2JHUh0p19 { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAlTfokd0Qdwnsm5UQG2Gu6wQcKdQrbH { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWwqrWV9dmwv8WTbphMW9SDEuUFDsFXD { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #l56v3l2bKyGA4qL3aykUZclolTWamWhH { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnDrlkoeDVCLP475bCUHodF61krpBFt9 { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwNgtmaQJbtqbvBOIxO4LHdaRrxFa8N8 { width:17.1875rem;height:42rem;top:14.2890625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc { display:block; }#qTN7SHe0FuJNCwl7zUTyM6fIf93Nd0Uc > .row .container { width:20rem;height:77.953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhIrdFK83G4hcvFTDfG2xTMXzbaG8zXf { width:12.5rem;height:0.062109375rem;top:6.5296554565431rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE38FOaXThx8Xbt7VKlxkTNTvbaZfeMm { width:20rem;height:4rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aynkJ23BBqa69lNicXIuMSGPlQRqlZpC { width:18.125rem;height:9.5000002384186rem;top:16.169311523438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyWEPA2qs7THOD7az3iw03TmLh8T7LtU { width:4.9375rem;height:0;top:0.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34TIdI8uRDSua3ark0uB0tW7rfMW1QO { width:17.5rem;height:6.6666668653488rem;top:25.05078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#h34TIdI8uRDSua3ark0uB0tW7rfMW1QO li:before{  }
 }@media only screen and (max-width: 763px) { #JVPU4PnZQONXTy8oeMat2hEMC7kOdICh { width:4.9375rem;height:0;top:57.337103271484rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrM9MBDH7qVqWirv4HytOmdWUKmRaUaL { width:17.5rem;height:13rem;top:58.453125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7ZSsDN48QtfcDC8r8r3FS3NnBraWPw { width:19.997396469116rem;height:3.6666667461395rem;top:14.432373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2mPAgnFzcGmiezIqKsunGwe2g9mozx { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeHxvNUsz8glWVJ9mvMmxd5fyJGkOMeJ { width:6.1875rem;height:6.3743473368344rem;top:1.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNhv4Sn77CW3LxN85yst5kkEwyxfLgRc { width:3.12421875rem;height:3.1875rem;top:1.875rem;left:8.4363279640675rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #VQx2W4ghurysxPVQbh0i3FpPSlzRVsMF { width:18.75rem;height:0.0625rem;top:80.245361328125rem;left:3.7499995529652rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkpTGxbBavFcuHHkZxTTPXLZoUJz5Z1g { width:20rem;height:0;top:19.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtZTTAxSsuW9iNPWKJGnvhKnCbEQ7Tik { width:17.5rem;height:21.25rem;top:31.67578125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#BtZTTAxSsuW9iNPWKJGnvhKnCbEQ7Tik li:before{  }
 }@media only screen and (max-width: 763px) { #RxXKbTtcN2A5eChmeezbzUxcs2zCvkAx { width:17.5rem;height:2.6666667461395rem;top:54.751220703125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#RxXKbTtcN2A5eChmeezbzUxcs2zCvkAx li:before{  }
 }@media only screen and (max-width: 763px) { #c9uV4nt17ER8gOyXIF7UWAd33eKqEHvK { width:12.5rem;height:0;top:72.703125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhiUSfizqKebTdbHzOigxULwDoRxMhBD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9vTFCXh0/Mobile1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD.adaptive-delivery-prevent-bg, #bhiUSfizqKebTdbHzOigxULwDoRxMhBD.lazyload, #bhiUSfizqKebTdbHzOigxULwDoRxMhBD.lazyloading { background-image: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container { background-color: transparent; background-image: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container > .video-iframe-container { display: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row > .video-iframe-container { display: none; }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .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); }#bhiUSfizqKebTdbHzOigxULwDoRxMhBD > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCqO8LViRd038vNexb1B2VrqEWX5hwB6 { width:20rem;height:4rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r09AxJEy3VXJc3CVqNxJl5FEkvaKRqet { width:12.5rem;height:0.062109375rem;top:6.25rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGvnciAoB4SMApGlruAnlmd668eBzJAX { display:block; }#rGvnciAoB4SMApGlruAnlmd668eBzJAX > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAkfHxaASJmAXHJM7KLDT31rRPvErJSt { width:18.125rem;height:0;top:1.8714847564698rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TP1FhaaM5MvtaNyHycU7gyQWx09vGGqX { width:18.125rem;height:28.166667461395rem;top:1.87109375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup { display:block; }#nsPWSsUOdEeOfwLtM6hDRK4fONLZXCup > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2kZMq1h0qOfZbac1qfOFhSNTG84LTSk { width:20rem;height:1.8333333730698rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISr2s5kCw8xmnoW9RuXgog3KfBa5ctWc { width:5rem;height:0.0625rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7PVBT0u07uU3koQ0ESrz4FzbxtqpzO7 { width:19.375rem;height:14.625rem;top:9.9375rem;left:0.23611110448837rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG4K8T6vaDsCBrsk8Uf1MPFf5uQ8yHE8 { width:19.4375rem;height:15.6875rem;top:47.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDUfCNIZb6aTTr2baKA14o9LSmlG6Mx7 { width:18.125rem;height:9.3333334922791rem;top:13.316840171814rem;left:0.93663197755812rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNkhQvFHuDuB6DQ5mwlFqtkcaxZf2Hal { width:18.125rem;height:6.6666668653488rem;top:34.0625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEzXQwQTekQKUf2yBAUPBc9DiIm1JPIt { width:6.25rem;height:6.25rem;top:6.0597648620606rem;left:6.873046427965rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHAVKbIN8M6RwXWDTGV2bfaO4Jt3a8kG { width:6.25rem;height:;top:62.88333625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JovQs95xeQhInryW9uiyZczHRNRbnA3Q { width:19.375rem;height:13.125rem;top:29.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQWWPtW9yWHCamzUVI1dsawuNwJcwvv8 { width:6.25rem;height:6.25rem;top:44.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMJcgVzJwm3VHHkLVwLE6XT1phUXgvz { width:18.125rem;height:10.666666984558rem;top:52.3125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7tCzNgan3HKs8btm0H4U2nTSBLTFMM { width:6.24960625rem;height:6.24960625rem;top:26.5625rem;left:6.875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #nh6UA8vyEN5hTiJLCASnat20Vs8LH56G { display:block; }#nh6UA8vyEN5hTiJLCASnat20Vs8LH56G > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEAcNiwtQDC49mEBUA4zkw5g0t7Ifo2u { width:19.375rem;height:13.1875rem;top:5.0601563453674rem;left:0.20390626788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #KURE7hGvRIl8pamDgmmsm9fb1lgzTowH { width:19.375rem;height:13.4375rem;top:40.330121994019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2VT07AJEICL6R5yurWmRNuztfo79aat { width:18.125rem;height:6.6666668653488rem;top:9.5062489509581rem;left:0.93632808327675rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcgPApyiqXcnxZTQXMGMtrX0sl37R8N3 { width:6.25rem;height:6.25rem;top:1.875rem;left:6.8414058983325rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTb6cKxakyql7naD2nV7xhEEZI9s3hAT { width:19.374625rem;height:11.312125rem;top:23.567578315735rem;left:0.23671874403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2MkpakWSHJFmfsfKDzrRv2msQoE0pX7 { width:18.125rem;height:5.3333334922791rem;top:27.889451026916rem;left:0.93632808327675rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFD6o1PHHz7J2JD6PWlQDcXlIEqZo34W { width:18.125rem;height:8.0000002384186rem;top:44.334398269653rem;left:0.93632808327675rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIr4xEt1JJuW1WmFGv6xPInOXGUzdmcv { width:6.25rem;height:6.25rem;top:20.327342033386rem;left:6.8414058983325rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHWBTNpPJ0AS8PdiFnw1TGgoXl7UXAIw { width:6.25rem;height:6.25rem;top:36.898802757263rem;left:6.873046427965rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq { display:block; }#TZuKyP3ZCAPh6L6OPP7vHTaEcIub4cJq > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6Js8VCdZhvmJh97eg2SrED5AnrOdTz6 { width:19.375rem;height:13.4375rem;top:4.8738279342651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzBUHA33GXMLrCLGX8xEtGLXnpUa2Tp5 { width:19.375rem;height:13.4375rem;top:23.882811665535rem;left:0.47460934519768rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZxtWgIvTnHiZa9HfiMMW6HQG0F1KbdF { width:18.125rem;height:8.0000002384186rem;top:9.1769523620606rem;left:0.93632808327675rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTazD73DXP14Btxcoylh98NxWcOEs5K { width:18.125rem;height:8.0000002384186rem;top:28.060546040535rem;left:0.93632808327675rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhhCsI8LvTOTypnXQB7JtcvhsQTVDIUq { width:6.25rem;height:6.25rem;top:20.578125rem;left:6.873046427965rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKXSLxJBKBqB46EGUCJlMZXcgTd3tIQM { width:6.25rem;height:6.25rem;top:1.875rem;left:6.873046427965rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV { display:block; }#ZWZmX9sql15BnrxqGXeKzFP8vEC1c5vV > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWt733Wt2utoRqh1tisgwlKT3Tg5vCNZ { width:19rem;height:3.375rem;top:0rem;left:0.49913197755814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0trNX4yPX5J9UKlha0A3sMpkwFN90Hd { display:block; }
 }@media only screen and (max-width: 763px) { #RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 { display:block; }#RtBI2kxsXSVw6tk91K2wEEPwAvU4laB7 > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWgTDwgTTbUTNBsCFuaAW0PU6dna8nxl { width:19.4375rem;height:37.3125rem;top:1.936279296875rem;left:0.23567712306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #klvxRIS3TJoopZ3fMWc8xQHASmE4KyeE { width:19.998697280884rem;height:4.0000001192093rem;top:34.08349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xTyRD9uu81g0bEXxTKzfrrIvIk4hIy { width:3.75rem;height:0.06119791790843rem;top:17.15625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgOVNpaqnUuakT7SlLBpuGI2OMJLNqsh { width:18.125rem;height:0;top:19.52099609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0SrZ67LMhQs2l904d0TDuRw2KW4SmdR { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Og84i0tdNTUF0iyzZNcRwTmrsCTbZtf9 { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTKJkgupZ7N5ah65QaJXoubVeZKkH9Dz { width:20rem;height:auto;top:20.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P41VAyCC1XAILSbbBeBKsINLPaC1qUfK { width:18.125rem;height:14.666667103767rem;top:18.4375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #OfBk1zv3pbGNkiB4ptOeImd2hxvODrNS { width:12.5rem;height:12.5rem;top:3.123779296875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwJMtH8bIBFdqLdIl005S9TxgwTykrH { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW { display:none; }#q1T0uTJLb5MaNHy7kDrTTk27I2rxg8fW > .row .container { width:20rem;height:13.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I7MTCQg1Oa23eXrwqy8qvteH4epUv2dS { width:3.125rem;height:3.1875rem;top:1.875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5cQAnnTaA6953uBfWsiwsMV63Vpg0pV { width:18.75rem;height:0;top:8.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd2Is3r7SFZJJwaBKh7WKWRTXTDGgFpy { width:18.125rem;height:0;top:7.64599609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku4ecrKQApTxMLJuA81gHsaM87gXsqkI { width:18.75rem;height:0.0625rem;top:6.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPZNqEuFAPUFJ4QKUHN9Pv3Z0I2S9Tbn { width:18.125rem;height:4rem;top:7.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #r24FDubJLKZ1wVsbhPpJMsi9TSIbDtRZ { width:12.5rem;height:0.06119791790843rem;top:6.5rem;left:3.75rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2JDkJGPkeaNLamE4xW8wIMWg6trdhgJ { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NnZh62zu/Mobile1_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.adaptive-delivery-prevent-bg, #iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.lazyload, #iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4.lazyloading { background-image: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container { background-color: transparent; background-image: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container > .video-iframe-container { display: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row > .video-iframe-container { display: none; }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .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); }#iqJCqILyfn3D0HEnkM6hxDx9RDP6Lwo4 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynmituI3GZxwFsC0GoiJr7dW62ZU7cmO { width:20rem;height:2rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ1QsV2AXZvfwOne1M4BAgVkkXpZmefU { width:12.5rem;height:0.062109375rem;top:6.25rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwwzSAun0kByvxbd14HGt23AgwVR5guT { display:block; }#TwwzSAun0kByvxbd14HGt23AgwVR5guT > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd { display:block; }#cTfqt0bKk2TBfS4Eh6n1QB8NqPxuQLRd > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGIkWJiL4AGc6KEtNKbxh2QgH9OXUu6E { width:20rem;height:13.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBisImqtdTlh0tKcVwvdlophTdWg96Wv { width:6.1875rem;height:6.3744916562221rem;top:2.125rem;left:13.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nq6oS8aameZTxv4pamb8osyDxdAdqdAz { width:18.75rem;height:0;top:9.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpOLNDyOK6HlWJDdrrmWA1d456CLnHzm { width:18.75rem;height:0.0625rem;top:6.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzzuJyHlIT6N6h6rt7Nw0pJyRuf7Txi2 { width:20rem;height:6rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNVBi2iTnu1DJQIA4uhyEXVBQJeZZNuP { width:3.1236979961395rem;height:3.1875rem;top:1.875rem;left:8.4375rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #fk2HRlFk2yJiBgeCFiZR6yVsXvBf7nwQ { width:12.5rem;height:0.06119791790843rem;top:6.25rem;left:3.75rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf { display:block; }#S4PTROWPioc1sxZpOwv0COJQKbk4N9Rf > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDvpBFConBNO8iQRXQAL9ifahFafv1dO { width:18.75rem;height:21.4375rem;top:2.561279296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyaxcbiSXrUhv4Jm0IqCGtGTeM0IDxAI { width:17.5rem;height:4.375rem;top:18.18505859375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPuQpmaB1P2t87mxMURuRvFdZvJClAQX { display:block; }
 }@media only screen and (max-width: 763px) { #f8L10WNhExisWdxptGhVT9QMzOAQHrx5 { width:17.5rem;height:3.1666667461395rem;top:8.541748046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBW1BeKvV7eovsLTwecOGXg8EkVzDSs { width:17.5rem;height:4.375rem;top:45.3271484375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZlT7g2cpPqFrPV12DfokNB13l2xo4ty { display:block; }
 }@media only screen and (max-width: 763px) { #M6l4fWl3nC5lTZ2zrhFdb4gaUqMBnnUr { width:17.5rem;height:2.3333332538605rem;top:13.812744140625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzRWfhbkH4P2vUp4iSZFAqwJTH6uUhdp { width:18.75rem;height:25.1875rem;top:26.333251953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmO8n5JWOJN2VfTJrFA6X9MUhtytaAeN { width:17.5rem;height:1.5833333730698rem;top:32.604248046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNUWrNQXOXeM29IaJiCKmHoKTde5GJsa { width:18.75rem;height:2.3333332538605rem;top:40.768310546875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9c0QrNdF6kkIW0NViBLsz83UVnqar4n { width:17.5rem;height:4.375rem;top:3.08349609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRXASxuwP52oSZLEL9gtPn0ai2n62rm4 { width:17.5rem;height:1.8333333730698rem;top:4.385498046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5MLmwPHMbttncbXPfvBrzx02N9MgAed { width:17.5rem;height:4.375rem;top:26.979248046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4rEoROE5DheP97obgq4FmTikdGy6wG7 { width:20rem;height:1.8333333730698rem;top:28.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liJzSvOlWKL5nhryGcATNMm8znJpIsWE { width:17.5rem;height:3rem;top:36.078125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtT7sUeVui9TcduDlEbz4ETF9LwANqGE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nRvg9HNY/Mobile1_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE.adaptive-delivery-prevent-bg, #wtT7sUeVui9TcduDlEbz4ETF9LwANqGE.lazyload, #wtT7sUeVui9TcduDlEbz4ETF9LwANqGE.lazyloading { background-image: none; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container { background-color: transparent; background-image: none; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container > .video-iframe-container { display: none; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row > .video-iframe-container { display: none; }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .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); }#wtT7sUeVui9TcduDlEbz4ETF9LwANqGE > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1bSEp0K6zqSrrE4UJAhrxT7bmFuHoru { width:20rem;height:2rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li6scTWQylwgyKkt6LVaBTUBzTytTI45 { width:12.5rem;height:0.0625rem;top:6.25rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 { display:block; }#TQESS0HMXcscAIccKb1JcFuBCS6K0wI4 > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpXNTZdegkuchfv1AntQUzSaD23XULAr { width:12.5rem;height:0.062109375rem;top:1.875rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAtfJvdrvS9ZNiR2TnlDmou2PsBG35mK { width:19.9991875rem;height:0;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaA93sWUd44b5GGKkVQ289X1VN0DPSAI { width:19.9991875rem;height:0;top:8.335069179535rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTOmOhNePn3MTnaRWKny8yOMGuXDpVvb { width:19.997396469116rem;height:0;top:25.706909179688rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaW0fK7lVFhx7X3cXiexiPAEmOPiieFe { width:4.9986977577209rem;height:0.06119791790843rem;top:25.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crk7F2U9CCDdlA6TeZCZ2Ll5ThdwONSF { width:19.9991875rem;height:0;top:45.148824691772rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoIziJkPqX27GWXH2QlL0yUk5moncecU { width:19.997396469116rem;height:0;top:25.807250976562rem;left:0.0013021230697632rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXD10z3NyBb8cddlZfTMvul53cpTCHNW { width:4.9986977577209rem;height:0.06119791790843rem;top:34.393188476562rem;left:6.8111982345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm5NeLrwbWQekXCWeIz1VwhAJcSUWzDU { width:4.9986977577209rem;height:0.06119791790843rem;top:64.69921875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3EHk3BQdEmqqX4xQNERiIzQXlqAXx0Z { width:4.9986977577209rem;height:0.06119791790843rem;top:51.725219726562rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZA1vAQiFv0QZbJAG4EwCxM6MafvSfSz { width:18.55468685925rem;height:3.1562500745058rem;top:77.00927734375rem;left:0.72265625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKvtf64h1zum8T3ntlv8g3OAmsUtbDuf { display:block; }
 }@media only screen and (max-width: 763px) { #cdmCzul4LixFGDTrylSIaVATGU9dZCZw { width:19.997396469116rem;height:0;top:64.677001953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgQucFwXFJKZMaPJa9LDHQpolP5S5KE9 { width:19.9980625rem;height:4rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #vm4ytPTDXJFwT4R9EDKMDUAyZgy3uCFP { width:18.125rem;height:13.000000476837rem;top:51.700439453125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #sbDFg1ywGeh5tqWG0sugl25vTIopCKC7 { width:12.4991875rem;height:0.062109375rem;top:65.621069335938rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #USa6nJqkwNUBASgcIHfrShBQ8spSTyPb { width:3.75rem;height:0.062109375rem;top:66.933178710937rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HENadFb0aJisskZaKEwk5AtWWufPaxnb { width:3.75rem;height:0.062109375rem;top:68.245288085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8pHbk80ck7z2XC0JB7yiN5SdqtI63a5 { width:3.75rem;height:0.062109375rem;top:69.557397460937rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vc5A6N1XkhV2yQFlLpmaCw2X5Pu9ESrL { width:18.125rem;height:17.333333969116rem;top:8.477783203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #Sw4TgxJ4FtJbRxmRIdvMXgn2hdbTGEbs { width:18.125rem;height:17.333333969116rem;top:34.390625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #K9cT9dPFVaPumZsIEFcTO72WPABZDs1z { width:18.125rem;height:8.6666669845581rem;top:25.727783203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #mKD0C0UQpkbS8XBQoTW2v8hgvw26kMJX { width:18.125rem;height:13.000000476837rem;top:64.677001953125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 { display:block; }#LJ05rlxIwdPrkRkqrCzK3DbzgKNadqz3 > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZxTPLio7glxzdA8Su1aRr4TftgaMNyQ { width:17.5rem;height:0;top:1.21630859375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaUBL8zFTrlt6BlAfXvcUQJAskavXxQT { width:18.125rem;height:21.666667461395rem;top:1.58203125rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #OgL5vxElx8tkGdyof3tMIFTGXRe8CDse { width:18.125rem;height:13.000000476837rem;top:25.16552734375rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe { display:block; }#Dl4CeReyP8I4fTmXwolVdLQTshmnZuWe > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtEEAxivpOT2eKwRAJicFK5500v4pcpQ { width:5rem;height:0.0625rem;top:0.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0Lvqa6evdpf8D3FcONnxbzTGOLnxi3w { width:18.125rem;height:0;top:8.3984375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #doG89LFOJ36mAlIlpdzpNFtvHcw93c9T { width:4.9986977577209rem;height:0.06119791790843rem;top:22.1015625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XsRZMTo6TqMEDcFx2vBHid1tGcwd5N { width:4.9973959922791rem;height:0.05989583209157rem;top:13.4140625rem;left:7.5013027191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP4mTsuLSdUXfDJCG6MMwMyyALVFS5rS { width:5rem;height:0.0625rem;top:0rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLF84n1vR67pbJJT84oUHpshWesp2RAH { width:5rem;height:0.0625rem;top:0rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #odq685mF7fbZAVWag7JWt8NNVmRO25ZZ { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuQHPi7S9bzBR9P9Dfbt7TyXGPIszFWD { width:19.99609375rem;height:8.6666669845581rem;top:13.4140625rem;left:0.00390625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #fdOyiH2L3cHmJv1BZGqF5MWzRUEfVe6z { width:18.125rem;height:0;top:20.73046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0wy7a9MsALaPP17xAytAVdXCJSLUS7I { width:5rem;height:0.0625rem;top:0rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPs2zhrwSh7WwbtFUZT0MVARnbtJR43U { width:18.125rem;height:13.000000476837rem;top:2.55859375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #VscXeZhmFUSyhVI47UL2RRQxmOcTN8TH { width:18.125rem;height:31.25rem;top:22.1015625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #hAcoEd3aNUxd1TJnHDnoQDp13TAURQQT { width:4.9973959922791rem;height:0.05989583209157rem;top:2.55859375rem;left:7.5013027191163rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #LX9OMusiVkUlQ0qAENEvVrWON8PSRTne { display:block; }#LX9OMusiVkUlQ0qAENEvVrWON8PSRTne > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJuy6hoKRe7qz02dQuQlMBKm2z0tFi9V { width:18.8125rem;height:44.4375rem;top:1.352783203125rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOtJEA9DADZ7CodmhZTtvwu5Qv8q6qUk { width:19.998697280884rem;height:5.3333334922791rem;top:39.95849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2fGdiX0acTNRZRqNJzFCcEPtg92dRfN { width:3.75rem;height:0.06119791790843rem;top:17.302001953125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDt40P9ZxB4eDtz0GTdSLkCoqrEVo65 { width:18.125rem;height:0;top:18.70849609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3dqgQgk6gbEDTptflnkBFpMcOAsogyl { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8NXTK5qRVOlFgcFHtd5Rnys0hq2i4x7 { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJlC9XCREVFTLtBhqSyABcTZ1RmZEJIV { width:12.5rem;height:12.5rem;top:3.186279296875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvvShOkCuEbU2Ilb5AX8I5mPPR38qgqt { width:18.125rem;height:21.333333969116rem;top:18.77099609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 { display:block; }#Oqa3CkeTN64qxa32BJnlyMes4KB0Br88 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzSLnNJWioSAOTR9076w0MxqLFkCBa8S { width:19.9991875rem;height:4rem;top:4.4366912841797rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sL8ffogPHsBWchSCUOS8NZkHagPtVhC2 { width:12.5rem;height:0.062109375rem;top:3.4375rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqZiWFQuWLrgA4WEIiZuWc0Q3Cgh6tor { width:18.75rem;height:3.35rem;top:10.39804649353rem;left:0.62226560711861rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeW8yJS6nLHFZcTkABxvAr74ryuPAVyz { display:block; }
 }@media only screen and (max-width: 763px) { #RfhAVT6L0D3PbpT9od6MlduWXkuDgmOP { width:18.75rem;height:0;top:4.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzPCmGNF3UqLibzeHQHyEu2zJwJbSmaH { width:20rem;height:4rem;top:4.0616703033447rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2Zpo6topcqwb1b6i78V811WkJS8l7SP { width:17.416667297482rem;height:3.3541665822268rem;top:9.6640625rem;left:1.26953125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQJe7qP00ZeZP4SRQ0PsIUkKs5ySPtWv { display:block; }
 }@media only screen and (max-width: 763px) { #zkildTEFE1V76ao4qQOTHao12F4fI9cN { display:block; }#zkildTEFE1V76ao4qQOTHao12F4fI9cN > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs { display:block; }#TT20ckNNGSu7Tcw0gNnXNrOzrIimKgCs > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCe438yhVTd8xS387FQPiPTfIy3d5wD9 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1aR2bMBOnCAmWMt3erh9m0o15wFJ46S { width:20rem;height:1.9166666269302rem;top:1.446533203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z2brGCp8ztXaONaE9QkRy906t7UXPycU { display:block; }#z2brGCp8ztXaONaE9QkRy906t7UXPycU > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbvIystbk2pZxhbxr3p2zF7IiaEhin3i { width:18.125rem;height:3.8333332538605rem;top:0.625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TOL9GxSvprAHy2mugfepnZfbCbRs0QNg { display:block; }#TOL9GxSvprAHy2mugfepnZfbCbRs0QNg > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDxxSeTkeAxZgrCebtKe7EbtftoVNJ4E { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTDMTvqzFuQQOGC0GTeckZlP3N2E7Kqs { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UNULirHkc4W5THwlrcsWFPWmDnvsxasx { display:block; }#UNULirHkc4W5THwlrcsWFPWmDnvsxasx > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0VXTpPqRommSfhiCxIfFmUTlF3oXyTs { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JO3vZz7FeVfgZDeNNAIyk3GyQeTF7VDU { width:18.125rem;height:5.7499998807907rem;top:0.625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:100015;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t { display:block; }#uIx0ohTmWCvqV9IlIPCLf81pp8EWHJ5t > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3NPNb8zBHCmKSJrhnhfQAOyupDKq00u { width:20rem;height:0;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #uocstd95d9iFiNDShASya1dRwZcSAqhq { width:20rem;height:2.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4aHXJXXxav4iQst3aOz7i2uz1a8GW9A { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:300;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o { display:block; }#urzAWo1eRm3CU6Waq7fm0SvrWG2TvK1o > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWQoPSQnt2k6JsCLzaoFXN1yqVHLeFQV { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNTF6W937riiQTkBGG8OroeMGPTQbI65 { width:18.125rem;height:7.6666666269302rem;top:0.625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:100015;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HZAX4TaaubEAzr32DlFR7pw5zwpITUQF { display:block; }#HZAX4TaaubEAzr32DlFR7pw5zwpITUQF > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTyb3cWJSa4Gpq6hMBMDFLSP7iKn00L1 { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fr8ATzd4o3Xb2Szk69sv01ic0xDTKTW2 { width:20rem;height:2.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #st2SStn0E50d43ZicLQAxlTOp5VncF0V { display:block; }#st2SStn0E50d43ZicLQAxlTOp5VncF0V > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9dA7JgO5SNyMDNQXkA4x4zhxypTQNk1 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6daoglU7qklCz55ibUL21aZ2JaouKrw { width:18.125rem;height:36.416666269302rem;top:0.625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:100016;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn { display:block; }#ch6HD88eR2friW6DJ6OoQlUEoVm4mFwn > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWKadSqKzIiQBZ4Q8zbIkai8E0AsfPW3 { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2bSaf9O5icrwcrozSv6qU6FQuwTJpPL { width:20rem;height:0;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qsmpmcmPhBAJLhncnhQAnNPCOnHXh1ra { width:20rem;height:5.75rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:300;font-style:normal;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL { display:block; }#SgQqLzNug0uEEn9OkHsTH8BaAPvLvkWL > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZrF9IUKI2d407K0K7UR9SRs0A19OD5H { width:18.125rem;height:0;top:0.625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmSw4g9lD8NDCqaVsRX2rsdfDK8z3UTM { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsNz2gQO9slN3tRkb3ITUWECLtPXHgn3 { width:18.125rem;height:53.666665673256rem;top:0.625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:100017;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p { display:block; }#hPNxvEMZpKBslbgQciJ7CwgqNmQGxN6p > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aifn6f0AnAWy3q0zTWwnGFgalOWmhnGQ { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKHVQJFEDadcBh0u5SdQGdolQy2g8gR9 { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tmriI9AMTN02wtfzaPR9g6TsahsnaDCJ { width:20rem;height:3.8333332538605rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:300;font-style:normal;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #EQXWcG53We5nIIu9ES690se3XbsNbJPF { display:block; }#EQXWcG53We5nIIu9ES690se3XbsNbJPF > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT51Uk6dyUcEQ3BfxpJKarPeGEzS6ONx { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaydtTmIqnkgFpoOmhRD7CT581qDJv3V { width:18.125rem;height:24.91666662693rem;top:0.541748046875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:100017;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K9fs4nOvId4sskmu8VfCRI7tXaHdSZrd { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wbx521EmWTTv4geHU0pHNmIbbTuBNrws { display:block; }#Wbx521EmWTTv4geHU0pHNmIbbTuBNrws > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i { display:block; }#Kvl6AcL9goaHciFStCnEnzFLh9TmrK3i > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fp8clF3llcU5iU90LsRRXb3WRplTeCSO { width:12.5rem;height:0.06119791790843rem;top:2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dud87CGlOd7OotKtoD1DRU0TpqT4QrFZ { width:20rem;height:0;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDCcDXwsF3cEvck0JnxCTZ00OQ4V7C7A { width:19.998697280884rem;height:1.8333333730698rem;top:12.21484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5vqgH8xpTeuhNMOCelCBmtUxkAJmmBw { width:20rem;height:8rem;top:3.33837890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM { width:14.625rem;height:5.4375rem;display:flex;top:15.583251953125rem;left:2.4830729961395rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #pfBDFeAMZHOGbQ2rHTA1RfoTs0Oliuip { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #PCNFlwl5amR1g9nJHQ3G7NFvUAJ4P6tK {  }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #KcHKHD9SEJnIXezsl4b97ViXUxFqwHHh {  }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #SsXTQphwwFKi5TrZbn5bKfvr5yhF1GFB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #BTvHyNWg57vOKhNCauwFOOy9clac3RaX {  }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #R2apHc3E6VTuAerAM12QCRR0RUd3CbZd {  }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #tlm06CvBDMn0sWEtVsFIrHOT8Av8VZTb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #QH3godVSB2PQMWJpllHrlhUsWsRXCmJW {  }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #MUHsLI3F7dThvGmZeUR4lmPGSg8bOfaq {  }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #OJb1r0n0Nq2LrAeTTsStt3koOolk5ZwO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #HoE00V13TbgxKBOs6zss7bMwC4ctQCFh {  }
 }@media only screen and (max-width: 763px) { #U6ie4h2PDkE1qvToG9Uka8rgdNaq9AzM #EHrUFSshCAuHNVWMwJzIrN8mUJGwfxhT {  }
 }@media only screen and (max-width: 763px) { #zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi { display:block; }#zpWBTdIOECXw2H8Vs3WOtnOGFhLpghbi > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KclRQzN7IBtvdSGNEgnpOo3DhSqtrIPl { width:19rem;height:3.375rem;top:1.40625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJu7t2g7gQlvh18H2i6iiM8MCJMITxKW { display:block; }
 }@media only screen and (max-width: 763px) { #iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq { display:block; }#iiHvtIcfq07FSCe38ywMqGfC2u2A0hbq > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQrfMTKKd9KV3giLgFUUTqx61heCcF6p { width:19.4375rem;height:37.9375rem;top:1.9362182617188rem;left:0.23567712306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9hJB96r1Gwtxf5zdtmDHmabMuDToFxX { width:18.125rem;height:6.6666668653488rem;top:33.436218261719rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP17S2mxe0cFirLrbDHqmgQcHJezWwE3 { width:3.75rem;height:0.06119791790843rem;top:17.21875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZpW8zT0JbZhaBbUg11ppP4VXV6uFy5y { width:18.125rem;height:0;top:18.75rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0d8hQIRb8AxnkhlFOWMpSzKioKTAC3P { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T81hcRpGTQMI5kTf3GRd3xTSnqCyTqdI { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdDlilZTWKcTc6QofTKMuyWPpyP7szVZ { width:12.5rem;height:12.5rem;top:3.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGBnmoTL7bFxCK5SoulhUUToILknVSX2 { width:18.125rem;height:14.666667103767rem;top:18.75rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #iR9nEGexpHPiKw7UxILT2zOitE5C2s7E { display:block; }#iR9nEGexpHPiKw7UxILT2zOitE5C2s7E > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o439I3AOd0Lf2q7Op9qrTZc0Av42hXIc { width:19.998697280884rem;height:1.8333333730698rem;top:1.23974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 { display:block; }#Zlu9sofPLsWKL1SeSCEuRuSaP5EGyCL4 > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K12dQ3ATWUtfqJF3x00TR6TwaaB6qGU8 { width:17.5rem;height:0;top:2.3121109008789rem;left:1.2492187321186rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r65pmhMohoLGiZBwQTGW4BHCRncakqPa { width:4.9375rem;height:0;top:53.124267578125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #prcSl6DASAGfaPnopTtgTCg9D9ZbGIZf { width:17.499625rem;height:44.333332180977rem;top:1.875rem;left:1.2492187321186rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #wBlBTbvbQsBukGB6w8oapTqmBoC8H8ql { width:4.99921875rem;height:0.062109375rem;top:1.875rem;left:7.49882748723rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK84Qw4IlF3LdkcPghNeFMUc0NdKtvTx { width:12.5rem;height:0;top:47.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/f89fZ874/07.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H.adaptive-delivery-prevent-bg, #tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H.lazyload, #tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H.lazyloading { background-image: none; }#tFaXUOyXGOSTBBDnfA7WXfa2TPXW4Z7H > .row .container { width:20rem;height:44.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yzT42B0rXOmJ098x6Up0loilavZLGB99 { width:12.4375rem;height:6.2187624383085rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG5McIH0QgfrKiphMEyDAT186zsVGLz4 { display:block; }#AG5McIH0QgfrKiphMEyDAT186zsVGLz4 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W { display:block; }#IhpZpNhehQSvX8Tzy7X7y9goSv7Ms17W > .row .container { width:20rem;height:50rem;position:relative;display:block; } }