.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff36dfa5-a6c7-414a-a2c0-3533b9910ba4/GnieznoEkologicznyFestiwalKlimatyczny3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container {  }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#ITrkzB5RtdTr6Tf9X7FG3TnEBE8rkoNn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:8.25rem;top:0.75rem;left:1.4375rem;overflow:hidden;display:block; }
#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9e7c4;background-image:none;position:relative;display:block; }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row .container { background-color: transparent; background-image: none; }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row .container > .video-iframe-container { display: none; }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row > .video-iframe-container { display: none; }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .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); }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row .container { border-width: 0; border-radius: 0; }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row > .video-iframe-container {  }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#mPfhTrX24T2rNXHgu60PMfWzT29TxTtB { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.412109375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GELFJQvpyWyCPBoMETAZTWWLzcvHD4D6 { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCyXF7DdSSP4OiW1U8OfgmGu9J5FAhy4 { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.82421875rem;left:0rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#imVAeZaKhh6nOJEPrmMbSTIyyTFUTseI { color:#9ba66b;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.94921875rem;left:0rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5JUoOlZTtrFAUKsTTiwitxMwMuxHVO0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:11.6875rem;top:0rem;left:47.5009765625rem;overflow:hidden;display:block; }
#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { border-width: 0; border-radius: 0; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container {  }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:none; }#JwAS3MqPxQ4Wm7mkm4o5EQ0xqh4rkmWx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:32.4375rem;top:5.3125rem;left:13.8125rem;overflow:hidden;display:block; }
#J7fxsb2zTcwmaaiaebZJRJLni6Cdwxne { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.9375rem;left:15.25rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bylGoTViUGeOMPgkzygCFceKrRCoQK0L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:12.3125rem;top:3rem;left:7.59375rem;overflow:hidden;display:block; }
#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp { position:relative;display:block; }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp { background-color: transparent; background-image: none; }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .row .container > .video-iframe-container { display: none; }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .row > .video-iframe-container { display: none; }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .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); }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp { border-width: 0; border-radius: 0; }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .row .container > .video-iframe-container {  }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .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:25.75rem;width:60rem;position:relative;display:block; }#CHDqT907nOvimiCbINMDETgMB9KteTrg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:1.375rem;left:10rem;display:block; }
#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB { position:relative;display:block; }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB { background-color: transparent; background-image: none; }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .row .container > .video-iframe-container { display: none; }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .row > .video-iframe-container { display: none; }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .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); }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB { border-width: 0; border-radius: 0; }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .row .container > .video-iframe-container {  }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .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:97.4375rem;width:60rem;position:relative;display:block; }#vzrfk3QEk4fvrzcQRbC481SXaECxzTuT { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.736328125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFi0ULXStbmucCRlQ66wCWTqufTKK1Oo { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.7109375rem;left:0.09375rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ylFgEmSOZfTvo9q8g3OGqvuVhIZLpkt7 { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q0zgvn6akOg0w88R0M8yIcKCxhtMTBhe { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:39.125rem;left:0rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dxHydTSVSDktydXvtbs25OCeTrpeeVt7 { color:#000000;display:block;width:57.375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1923828125rem;left:2.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bDvVqxTTr0Ugwmg40dxugHNNJSaEASVQ { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.6298828125rem;left:2.5rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#remmWkJbiDaFy7q06Ef9eQvIagMgsICa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:59.875rem;top:0.5048828125rem;left:0rem;overflow:hidden;display:block; }
#wazORPNSe3x0MeeyITeAJddDfd5GnblV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:59.875rem;top:35.0625rem;left:0rem;overflow:hidden;display:block; }
#CJZH8A9NfWcBWaRgaLRKFh8VSN1Lw0MQ { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:47.1875rem;left:2.5rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ehH7niSmvFJtwP1cvWtG4eg9oTeRiytg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.4375rem;width:12.875rem;top:76.875rem;left:47.125rem;overflow:hidden;display:block; }
#TQQHmJFl9bL0hk0ruQzyoJxBu7smTz9w { color:#000000;display:block;width:57.375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:44.75rem;left:2.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y8xsOIgOayFIDiV0UysDeO3pwutnNZFr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:59.875rem;top:66rem;left:0rem;overflow:hidden;display:block; }
#SP6lJa9AxGiu73B6ZTrv3wlLLr2x3nHX { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:67.1875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XpfiFLGznFZ1O7Pz5yxKdBP2rnF3XaQI { color:#4e8781;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:70.25rem;left:0rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kV7FkMMtycleMXGiWB2IzNIFcrM22ChD { color:#000000;display:block;width:57.375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:75.6875rem;left:1.3125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BPdHQGIqhBcuNxm1bHE1XgueiltaTP5U { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:78.375rem;left:1.25rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec { position:relative;display:block; }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec { background-color: transparent; background-image: none; }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .row .container > .video-iframe-container { display: none; }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .row > .video-iframe-container { display: none; }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .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); }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec { border-width: 0; border-radius: 0; }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .row .container > .video-iframe-container {  }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .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:25.75rem;width:60rem;position:relative;display:block; }#Q5g6d96maT0eHTu6VlxI18biaTpZNcXs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.25rem;width:23rem;top:0rem;left:3.53515625rem;overflow:hidden;display:block; }
#KcJIUQyaAu49fyN45W2mAxi0xvTl9ZZT { color:#4e8781;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.1923828125rem;left:3.8125rem;height:10.80078125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTPcGpor8K4MWFhEunOeVcPgHrnxQExa { z-index:15003;top:7.25rem;left:38rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #8ea56f, #d9e7c4);background-image: -moz-linear-gradient(173deg, #8ea56f, #d9e7c4);background-image: -ms-linear-gradient(173deg, #8ea56f, #d9e7c4);background-image: -o-linear-gradient(173deg, #8ea56f, #d9e7c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea56f', endColorstr='#d9e7c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea56f', endColorstr='#d9e7c4' );";background-image: linear-gradient(173deg, #8ea56f, #d9e7c4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Deye4ZbGRJxJ0X4nauBmo1HDE9C9B9Cc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DFhZpH0LTQy2cIFgZy1F1HBvEoTd2HVd { z-index:15004;top:16.5rem;left:38rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #8ea56f, #d9e7c4);background-image: -moz-linear-gradient(173deg, #8ea56f, #d9e7c4);background-image: -ms-linear-gradient(173deg, #8ea56f, #d9e7c4);background-image: -o-linear-gradient(173deg, #8ea56f, #d9e7c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea56f', endColorstr='#d9e7c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea56f', endColorstr='#d9e7c4' );";background-image: linear-gradient(173deg, #8ea56f, #d9e7c4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RsdPZTDWfW48FuERwKX0TPFFiIgQCOeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2fMrplSuOoobyoA7MCb2LiDWwrVb9bx { color:#4e8781;display:block;width:28.6875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:30.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QAGWrfLTGtdR3TkHtqZUZORO4mq5AZtg { color:#4e8781;display:block;width:30.125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:29.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AWGcbcWy2PhCDdknDD1wxuShn3lqhi2f { color:#4e8781;display:block;width:21.6875rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3515625rem;left:3.90625rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 { position:relative;display:block; }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 { background-color: transparent; background-image: none; }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .row .container > .video-iframe-container { display: none; }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .row > .video-iframe-container { display: none; }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .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); }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 { border-width: 0; border-radius: 0; }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .row .container > .video-iframe-container {  }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .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:13.8125rem;width:60rem;position:relative;display:block; }#uUsFZKhHE7IFSIpPI4bhoCJR5ytDQKFR { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.09375rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 { position:relative;display:block; }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 { background-color: transparent; background-image: none; }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .row .container > .video-iframe-container { display: none; }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .row > .video-iframe-container { display: none; }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .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); }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 { border-width: 0; border-radius: 0; }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .row .container > .video-iframe-container {  }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d9e7c4;background-image:none;font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#nek4XRXglGQk0tybMb4xmLfCMyw8etlq { color:#4e8781;display:block;width:29.1875rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:30.8125rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WHomN7nrLwZXNppD5PDhhPQBR9J5pXy8 { color:#4e8781;display:block;width:29.125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:30.875rem;height:10.80078125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r1UCpkheR9T6brqPbRXFd9dGDW7B43Gi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:15rem;top:0.6875rem;left:44.874018324607rem;overflow:hidden;display:block; }
#PePbwC2Ve81EbB6HvgTPZ3VZcrZ5Nx9E { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.0625rem;width:26.8125rem;top:-1.625rem;left:1.8125rem;overflow:hidden;display:block; }
#VTWv4WWeED38KkGCqRrFJ89FFCeudydW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9ba66b;background-image:none;position:relative;display:block; }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row .container { background-color: transparent; background-image: none; }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row .container > .video-iframe-container { display: none; }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row > .video-iframe-container { display: none; }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .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); }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row .container { border-width: 0; border-radius: 0; }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row > .video-iframe-container {  }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy { position:relative;display:block; }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy { background-color: transparent; background-image: none; }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .row .container > .video-iframe-container { display: none; }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .row > .video-iframe-container { display: none; }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .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); }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy { border-width: 0; border-radius: 0; }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .row .container > .video-iframe-container {  }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#QNVeDygDDXUIDO0gbFN6I7CLBtpfBevi { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F72JdDltTR9QZf1BXiTivZd38AXAXBiq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:8.625rem;top:2.9375rem;left:26.25rem;overflow:hidden;display:block; }
#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row .container { background-color: transparent; background-image: none; }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row .container > .video-iframe-container { display: none; }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row > .video-iframe-container { display: none; }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .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); }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row .container { border-width: 0; border-radius: 0; }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row > .video-iframe-container {  }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#ovyN1BTOaBeFVxlk1atM0TDR2rTkbN0q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:8.6875rem;top:4.34375rem;left:25.5615234375rem;overflow:hidden;display:block; }
#QNK03rOWtk2zBRipcF8HiZvNOQxxzi6d { color:#000000;display:block;width:59.8105625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0rem;height:4.33008125rem;text-align:center;text-align-last:center;display:block; }
#obzTThvK3ZZquXKX8XCW9R3cfVzWbS4V { color:#000000;display:block;width:59.8105625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8369140625rem;left:0rem;height:1.4433625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ITrkzB5RtdTr6Tf9X7FG3TnEBE8rkoNn { width:8.25rem;height:7.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W { display:block; }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mPfhTrX24T2rNXHgu60PMfWzT29TxTtB { width:47.75rem;height:1.54296875rem;top:3.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GELFJQvpyWyCPBoMETAZTWWLzcvHD4D6 { width:47.75rem;height:3.4121125rem;top:0rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GCyXF7DdSSP4OiW1U8OfgmGu9J5FAhy4 { width:47.75rem;height:1.54296875rem;top:6.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #imVAeZaKhh6nOJEPrmMbSTIyyTFUTseI { width:47.75rem;height:3.0859375rem;top:9.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #b5JUoOlZTtrFAUKsTTiwitxMwMuxHVO0 { width:11.6875rem;height:8.6875rem;top:0rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { display:none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #JwAS3MqPxQ4Wm7mkm4o5EQ0xqh4rkmWx { width:32.4375rem;height:19.3125rem;top:5.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #J7fxsb2zTcwmaaiaebZJRJLni6Cdwxne { width:29.5625rem;height:2.2734375rem;top:13.9375rem;left:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bylGoTViUGeOMPgkzygCFceKrRCoQK0L { width:12.3125rem;height:6.25rem;top:3rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TdwkaMnEiVJAIphfG3S10sZVLOEin9bp { display:block; }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CHDqT907nOvimiCbINMDETgMB9KteTrg { width:40rem;height:22.5rem;top:1.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB { display:block; }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vzrfk3QEk4fvrzcQRbC481SXaECxzTuT { width:47.75rem;height:1.54296875rem;top:1.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xFi0ULXStbmucCRlQ66wCWTqufTKK1Oo { width:47.75rem;height:1.54296875rem;top:4.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ylFgEmSOZfTvo9q8g3OGqvuVhIZLpkt7 { width:47.75rem;height:3.375rem;top:36.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q0zgvn6akOg0w88R0M8yIcKCxhtMTBhe { width:47.75rem;height:1.8125rem;top:39.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dxHydTSVSDktydXvtbs25OCeTrpeeVt7 { width:47.75rem;height:2.03125rem;top:10.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bDvVqxTTr0Ugwmg40dxugHNNJSaEASVQ { width:47.75rem;height:19.5rem;top:12.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #remmWkJbiDaFy7q06Ef9eQvIagMgsICa { width:47.75rem;height:7.7257306889353rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wazORPNSe3x0MeeyITeAJddDfd5GnblV { width:47.75rem;height:7.7257306889353rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CJZH8A9NfWcBWaRgaLRKFh8VSN1Lw0MQ { width:47.75rem;height:14.625rem;top:47.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ehH7niSmvFJtwP1cvWtG4eg9oTeRiytg { width:12.875rem;height:20.4375rem;top:76.875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TQQHmJFl9bL0hk0ruQzyoJxBu7smTz9w { width:47.75rem;height:2rem;top:44.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #y8xsOIgOayFIDiV0UysDeO3pwutnNZFr { width:47.75rem;height:7.7257306889353rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #SP6lJa9AxGiu73B6ZTrv3wlLLr2x3nHX { width:47.75rem;height:3.375rem;top:67.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XpfiFLGznFZ1O7Pz5yxKdBP2rnF3XaQI { width:47.75rem;height:1.8125rem;top:70.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kV7FkMMtycleMXGiWB2IzNIFcrM22ChD { width:47.75rem;height:2rem;top:75.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BPdHQGIqhBcuNxm1bHE1XgueiltaTP5U { width:47.75rem;height:8.125rem;top:78.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec { display:block; }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Q5g6d96maT0eHTu6VlxI18biaTpZNcXs { width:23rem;height:26.25rem;top:0rem;left:0.47265625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KcJIUQyaAu49fyN45W2mAxi0xvTl9ZZT { width:21.875rem;height:10.8125rem;top:9.1875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WTPcGpor8K4MWFhEunOeVcPgHrnxQExa { top:7.25rem;left:28.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Deye4ZbGRJxJ0X4nauBmo1HDE9C9B9Cc { display:block; }
 }@media only screen and (max-width: 959px) { #DFhZpH0LTQy2cIFgZy1F1HBvEoTd2HVd { top:16.5rem;left:28.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RsdPZTDWfW48FuERwKX0TPFFiIgQCOeb { display:block; }
 }@media only screen and (max-width: 959px) { #A2fMrplSuOoobyoA7MCb2LiDWwrVb9bx { width:28.6875rem;height:1.54296875rem;top:4.125rem;left:19.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QAGWrfLTGtdR3TkHtqZUZORO4mq5AZtg { width:30.125rem;height:1.54296875rem;top:13.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AWGcbcWy2PhCDdknDD1wxuShn3lqhi2f { width:21.6875rem;height:5.5rem;top:5.3125rem;left:0.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hvTuuRE6KTT125kmxowB8rTD4ELTosc1 { display:block; }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uUsFZKhHE7IFSIpPI4bhoCJR5ytDQKFR { width:47.75rem;height:1.625rem;top:6.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 { display:block; }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nek4XRXglGQk0tybMb4xmLfCMyw8etlq { width:29.1875rem;height:1.54296875rem;top:1.6875rem;left:18.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WHomN7nrLwZXNppD5PDhhPQBR9J5pXy8 { width:29.125rem;height:7.95703125rem;top:6.25rem;left:18.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #r1UCpkheR9T6brqPbRXFd9dGDW7B43Gi { width:15rem;height:11.0625rem;top:0.6875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PePbwC2Ve81EbB6HvgTPZ3VZcrZ5Nx9E { width:26.8125rem;height:20.0625rem;top:-1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #VTWv4WWeED38KkGCqRrFJ89FFCeudydW { display:block; }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy { display:block; }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QNVeDygDDXUIDO0gbFN6I7CLBtpfBevi { width:47.75rem;height:2.4375rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #F72JdDltTR9QZf1BXiTivZd38AXAXBiq { width:8.625rem;height:2.6875rem;top:2.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 { display:block; }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ovyN1BTOaBeFVxlk1atM0TDR2rTkbN0q { width:6.375rem;height:2.5rem;top:4.625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QNK03rOWtk2zBRipcF8HiZvNOQxxzi6d { width:47.75rem;height:4.33008125rem;top:8.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #obzTThvK3ZZquXKX8XCW9R3cfVzWbS4V { width:47.75rem;height:1.4433625rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:#fed04b;background-image:url("https://images.assets-landingi.com/uc/8d9a9321-7605-490a-a976-d83d2b7a8464/GnieznoEkologicznyFestiwalKlimatyczny320296px.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITrkzB5RtdTr6Tf9X7FG3TnEBE8rkoNn { width:3.3125rem;height:3.125rem;top:1.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W { display:block; }#ue0ZZHz0pJFrMhUJArM723HHtGgoxT3W > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPfhTrX24T2rNXHgu60PMfWzT29TxTtB { width:20rem;height:1.54296875rem;top:2.599609375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GELFJQvpyWyCPBoMETAZTWWLzcvHD4D6 { width:20rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCyXF7DdSSP4OiW1U8OfgmGu9J5FAhy4 { width:20rem;height:3.0859375rem;top:4.142578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imVAeZaKhh6nOJEPrmMbSTIyyTFUTseI { width:20rem;height:4.62890625rem;top:13.4814453125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5JUoOlZTtrFAUKsTTiwitxMwMuxHVO0 { width:10.5625rem;height:7.8125rem;top:7.228515625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { display:none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { width:20rem;height:15.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JwAS3MqPxQ4Wm7mkm4o5EQ0xqh4rkmWx { width:17.0625rem;height:10.125rem;top:1rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7fxsb2zTcwmaaiaebZJRJLni6Cdwxne { width:16.9375rem;height:2.2734375rem;top:4.92578125rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bylGoTViUGeOMPgkzygCFceKrRCoQK0L { width:8.0625rem;height:3.9375rem;top:11.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwkaMnEiVJAIphfG3S10sZVLOEin9bp { display:block; }#TdwkaMnEiVJAIphfG3S10sZVLOEin9bp > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHDqT907nOvimiCbINMDETgMB9KteTrg { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB { display:block; }#DWt0v7O3nW1o46Lvn0uJGq2ZFEkifiMB > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzrfk3QEk4fvrzcQRbC481SXaECxzTuT { width:20rem;height:1.54296875rem;top:1.720703125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFi0ULXStbmucCRlQ66wCWTqufTKK1Oo { width:20rem;height:1.54296875rem;top:3.849609375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylFgEmSOZfTvo9q8g3OGqvuVhIZLpkt7 { width:20rem;height:1.54296875rem;top:17.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0zgvn6akOg0w88R0M8yIcKCxhtMTBhe { width:20rem;height:3.0859375rem;top:20.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxHydTSVSDktydXvtbs25OCeTrpeeVt7 { width:20rem;height:1.54296875rem;top:6rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDvVqxTTr0Ugwmg40dxugHNNJSaEASVQ { width:20rem;height:9.75rem;top:8.0625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #remmWkJbiDaFy7q06Ef9eQvIagMgsICa { width:20rem;height:3.2359081419624rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wazORPNSe3x0MeeyITeAJddDfd5GnblV { width:20rem;height:3.2359081419624rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJZH8A9NfWcBWaRgaLRKFh8VSN1Lw0MQ { width:20rem;height:7.3125rem;top:26.1875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehH7niSmvFJtwP1cvWtG4eg9oTeRiytg { width:3.8125rem;height:6.1875rem;top:43.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQQHmJFl9bL0hk0ruQzyoJxBu7smTz9w { width:20rem;height:1.54296875rem;top:23.7734375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8xsOIgOayFIDiV0UysDeO3pwutnNZFr { width:20rem;height:3.2359081419624rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP6lJa9AxGiu73B6ZTrv3wlLLr2x3nHX { width:20rem;height:1.54296875rem;top:35.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XpfiFLGznFZ1O7Pz5yxKdBP2rnF3XaQI { width:20rem;height:1.54296875rem;top:36.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kV7FkMMtycleMXGiWB2IzNIFcrM22ChD { width:20rem;height:1.54296875rem;top:38.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BPdHQGIqhBcuNxm1bHE1XgueiltaTP5U { width:20rem;height:4.875rem;top:40.6875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec { display:block; }#bS74zEax2lGUTTCxqyDhfaQv6LlnT4Ec > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5g6d96maT0eHTu6VlxI18biaTpZNcXs { width:20rem;height:22.826086956522rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcJIUQyaAu49fyN45W2mAxi0xvTl9ZZT { width:20rem;height:10.2333875rem;top:8.423828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTPcGpor8K4MWFhEunOeVcPgHrnxQExa { top:28.51171875rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deye4ZbGRJxJ0X4nauBmo1HDE9C9B9Cc { display:block; }
 }@media only screen and (max-width: 763px) { #DFhZpH0LTQy2cIFgZy1F1HBvEoTd2HVd { top:38.13671875rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsdPZTDWfW48FuERwKX0TPFFiIgQCOeb { display:block; }
 }@media only screen and (max-width: 763px) { #A2fMrplSuOoobyoA7MCb2LiDWwrVb9bx { width:20rem;height:1.54296875rem;top:35.57421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAGWrfLTGtdR3TkHtqZUZORO4mq5AZtg { width:20rem;height:1.54296875rem;top:25.76171875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWGcbcWy2PhCDdknDD1wxuShn3lqhi2f { width:20rem;height:4.2246125rem;top:5.88671875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvTuuRE6KTT125kmxowB8rTD4ELTosc1 { display:block; }#hvTuuRE6KTT125kmxowB8rTD4ELTosc1 > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUsFZKhHE7IFSIpPI4bhoCJR5ytDQKFR { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 { display:block; }#daqNi2NTcGcGmrN4VHm5TT9JWP8yBvP4 > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nek4XRXglGQk0tybMb4xmLfCMyw8etlq { width:20rem;height:1.54296875rem;top:2.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHomN7nrLwZXNppD5PDhhPQBR9J5pXy8 { width:20rem;height:7.95703125rem;top:5.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1UCpkheR9T6brqPbRXFd9dGDW7B43Gi { width:15rem;height:11.0625rem;top:0rem;left:4.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PePbwC2Ve81EbB6HvgTPZ3VZcrZ5Nx9E { width:11.375rem;height:8.5rem;top:14.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTWv4WWeED38KkGCqRrFJ89FFCeudydW { display:block; }#VTWv4WWeED38KkGCqRrFJ89FFCeudydW > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy { display:block; }#L0yfkBXRd5BLwfJ6a8WuMlb4dnXz9hoy > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNVeDygDDXUIDO0gbFN6I7CLBtpfBevi { width:20rem;height:6.09375rem;top:5.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F72JdDltTR9QZf1BXiTivZd38AXAXBiq { width:8.625rem;height:2.6875rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 { display:block; }#M6lm88MEwvCoeiEvTbu1cbOl7V3qtWL2 > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovyN1BTOaBeFVxlk1atM0TDR2rTkbN0q { width:6.375rem;height:2.5rem;top:2.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNK03rOWtk2zBRipcF8HiZvNOQxxzi6d { width:20rem;height:7.6972375rem;top:5.6875rem;left:0rem;font-size:0.0625rem;text-align:center;text-align-last:center;line-height:1.1;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #obzTThvK3ZZquXKX8XCW9R3cfVzWbS4V { width:20rem;height:1.0996125rem;top:14.6338125rem;left:0rem;font-size:0.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }